@charset "utf-8";
/* CSS Document */
#contents .main_title {
  background: url(../../img/business/bg-main_title.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width : 1400px){
#contents .main_title {
  background-size: contain;
}
}
#contents .content_main {
  background: #fef5f9;
}
.business_map {
  display: none;
}
.business_search.sp_message {
 display: block !important;
}

.business_search {
  padding: 0 0 55px 0;
}
.business_search .search_title {
  font-size: 20px;
  font-weight: bold;
  color: #b62883;
  text-align: center;
}
.business_search .search_term {
  width: 500px;
  padding: 0 35px 25px 35px;
  background: #ffffff;
  border-top: 5px solid #b62883;
  box-shadow: 0 0 10px 0 #e5dde0;
  margin: 20px auto 0 auto;
}
.business_search .search_term p {
  font-size: 20px;
  font-weight: bold;
  color: #b62883;
  text-align: center;
  padding: 10px 0;
}
.business_search .search_term dl {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #b62883;
}
.business_search .search_term .first {
  border-top: 1px dashed #b62883;
}
.business_search .search_term dl dt,
.business_search .search_term dl dd {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  color: #b62883;
  padding: 10px 0;
}
.business_search .search_term dl dt {
  width: 90px;
}
.business_search .search_term dl dd select {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: #b62883;
  box-sizing: border-box;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  padding: 8px 10px;
  background: url(../../img/business/bg-select_arrow.jpg) no-repeat right center;
  border: 1px solid #b62883;
}
.business_search .search_term .search_btn {
  width: 140px;
  font-size: 20px;
  color: #ffffff;
  background: #1b1b1b;
  margin: 25px auto 0 auto;
}
.business_search .search_btn span {
  display: block;
  line-height: 2;
  padding-left: 40px;
  background: url(../../img/business/bg-search.png) no-repeat left center;
  margin: 0 27px;
}
.business_search .error_text {
  font-size: 14px;
  color: #fd1e1e;
  text-align: center;
  padding-top: 10px;
  display: none;
}
.business_map .inner,
.shop_list .inner {
  max-width: 1020px;
}
.business_map .map_title,
.shop_list .list_title {
  font-size: 217%;
  font-weight: bold;
  color: #b62883;
  text-align: center;
  margin-bottom: 31px;
}
.business_map .map_title {
  text-align: left;
  padding: 5px 0 0 70px;
  margin-bottom: 0;
}
.business_map .map {
  padding: 0 74px 98px 35px;
  margin-top: -35px;
}
.business_map .hot_space {
  position: relative;
}
#ovacity_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.6;
  background: #000;
  z-index: 1;
}
.business_map .area_map {
  cursor: pointer;
}
.business_map .area_map .map_button {
  transition: all ease-out 0.4s;
}
.business_map .area_list li {
  position: fixed;
  width: 80%;
  top: 50%;
  left: 10%;
  padding: 22px 0 19px 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #cfc8cb;
  display: none;
  z-index: 2;
}
.business_map .area_list li .area_inner {
  position: relative;
  padding: 0 70px;
}
.business_map .area_list li .close {
  position: absolute;
  font-size: 134%;
  color: #b5b5b5;
  right: 20px;
  top: 4px;
  cursor: pointer;
}
.business_map .area_list li .area {
  font-size: 184%;
  font-weight: bold;
  color: #b62883;
  padding-bottom: 21px;
}
.business_map .area_list .area_shop dl {
  float: left;
  width: 50%;
  margin-bottom: 29px;
}
.business_map .area_list .area_shop dl dt {
  font-size: 150%;
  font-weight: bold;
  color: #b62883;
  margin-bottom: 3px;
}
.business_map .area_list .area_shop dl dd {
  font-size: 134%;
  line-height: 1.75;
  padding-left: 14px;
}
.business_map .area_list .area_shop dl dd a {
  text-decoration: underline;
}
.business_map .area_list .area_shop dl dd a:hover {
  text-decoration: none;
}
.shop_list {
  padding: 70px 0 35px 0;
  background: #ffffff;
}
.shop_list .list_title {
  font-size: 217%;
  font-weight: bold;
  color: #b62883;
  text-align: center;
  margin-bottom: 31px;
}
.shop_list li {
  padding-bottom: 12px;
}
.shop_list .classify_title {
  float: left;
  width: 270px;
  font-size: 167%;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 9px 0;
  background: #b62883;
}
.shop_list .classify_logo {
  float: left;
}
.shop_list li:first-child .classify_logo {
  padding: 10px 0 0 15px;
}
.shop_list li:nth-child(2) .classify_logo,
.shop_list li:nth-child(3) .classify_logo span,
.shop_list li:nth-child(5) .classify_logo span {
  padding-left: 20px;
}
.shop_list li:nth-child(4) .classify_logo {
  padding-left: 25px;
}
.shop_list li:nth-child(6) .classify_logo span {
  padding-left: 25px;
}
.shop_list li:nth-child(6) .classify_logo span:nth-child(2) img  {
  margin-bottom: 6px;
}
.shop_list li:nth-child(6) .classify_logo span:nth-child(3) img {
  padding-bottom: 16px;
}
.shop_list li:nth-child(7) .classify_logo,
.shop_list li:nth-child(8) .classify_logo span {
  padding-left: 23px;
}
.shop_list li:nth-child(8) .classify_logo span:first-child img {
  margin-bottom: 8px;
}
.shop_list .core_text {
  font-size: 150%;
  font-weight: bold;
  padding: 19px 0 11px 0;
}
.shop_list .synopsis {
  font-size: 117%;
  line-height: 1.85;
  text-indent: 28px;
}
.shop_list .shop_info {
  padding-top: 27px;
}
.shop_list .shop_info .item {
  float: left;
  width: 490px;
  padding-bottom: 48px;
  height:180px;
}
.shop_list .shop_info .item:nth-child(even) {
  float: right;
}
.shop_list .shop_info .item dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
}
.shop_list .shop_info .item dl:first-child {
  border-top: 1px solid #bfbfbf;
}
.shop_list .shop_info .item dl dt,
.shop_list .shop_info .item dl dd {
  display: table-cell;
  font-size: 117%;
  vertical-align: middle;
  padding: 9px 0 7px 10px;
}
.shop_list .shop_info .item dl dt {
  width: 70px;
  background: #fef4f8;
}
.shop_list .shop_info .item dl.company_name dd a {
  display: inline-block;
  color: #b62883;
  padding-right: 20px;
  background: url(../../img/business/ico-link.png) no-repeat right center;
}
@media screen and (max-width : 1040px){
.shop_list .shop_info .item {
  width: 49%;
}
}
@media screen and (max-width : 767px){
.business_search {
  padding: 0 0 36px 0;
}
.business_search .search_title {
  font-size: 20px;
  font-weight: bold;
  color: #b62883;
  text-align: center;
}
.business_search .search_term {
  width: auto;
  padding: 0 35px 25px 35px;
  background: #ffffff;
  border-top: 5px solid #b62883;
  box-shadow: 0 0 10px 0 #e5dde0;
  margin-top: 20px;
}
.business_search .search_term p {
  font-size: 20px;
  font-weight: bold;
  color: #b62883;
  text-align: center;
  padding: 10px 0;
}
.business_search .search_term dl {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #b62883;
}
.business_search .search_term .first {
  border-top: 1px dashed #b62883;
}
.business_search .search_term dl dt,
.business_search .search_term dl dd {
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  color: #b62883;
  padding: 10px 0;
}
.business_search .search_term dl dt {
  width: 90px;
}
.business_search .search_term dl dd select {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: #b62883;
  box-sizing: border-box;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  padding: 8px 10px;
  background: url(../../img/business/bg-select_arrow.jpg) no-repeat right center;
  border: 1px solid #b62883;
}
.business_search .search_term .search_btn {
  width: 140px;
  font-size: 20px;
  color: #ffffff;
  background: #1b1b1b;
  margin: 25px auto 0 auto;
}
.business_search .search_btn span {
  display: block;
  line-height: 2;
  padding-left: 40px;
  background: url(../../img/business/bg-search.png) no-repeat left center;
  margin: 0 27px;
}
.business_search .error_text {
  font-size: 14px;
  color: #fd1e1e;
  text-align: center;
  padding-top: 10px;
  display: none;
}
.shop_list {
  padding: 25px 0 35px 0;
}
.shop_list .list_title {
  position: relative;
  font-size: 20px;
  margin-bottom: 16px;
}
.shop_list .list_title:before,
.shop_list .list_title:after {
  position: absolute;
  display: block;
  content: "";
  width: 29.7%;
  height: 3px;
  bottom: 50%;
  margin-bottom: -1.5px;
  background: #b62883;
}
.shop_list .list_title:before {
  left: 0;
}
.shop_list .list_title:after {
  right: 0;
}
.shop_list li {
  padding-bottom: 24px;
}
.shop_list .classify_title {
  width: 160px;
  font-size: 16px;
  padding: 5px 0;
}
.shop_list li:first-child .classify_logo {
  padding: 0 0 0 15px;
}
.shop_list li:nth-child(2) .classify_logo,
.shop_list li:nth-child(3) .classify_logo span,
.shop_list li:nth-child(5) .classify_logo span {
  padding-left: 15px;
}
.shop_list li:nth-child(4) .classify_logo,
.shop_list li:nth-child(7) .classify_logo,
.shop_list li:nth-child(8) .classify_logo span {
  padding-left: 13px;
}
.shop_list li:nth-child(6) .classify_logo span {
  padding-left: 10px;
}
.shop_list .classify_logo img {
  width: auto;
  height: 33px;
}
.shop_list li:nth-child(6) .classify_logo span img {
  width: auto;
  height: 35px;
}
.shop_list li:nth-child(6) .classify_logo span:nth-child(2) img  {
  margin-bottom: 0;
}
.shop_list li:nth-child(6) .classify_logo span:nth-child(3) img {
  width: auto;
  height: 12px;
  padding-bottom: 11px;
}
.shop_list li:nth-child(8) .classify_logo span:first-child img {
  margin-bottom: 0;
}
.shop_list .core_text {
  font-size: 14px;
  padding: 10px 0 6px 0;
}
.shop_list .synopsis {
  font-size: 12px;
  text-indent: 24px;
}
.shop_list .shop_info {
  padding-top: 14px;
}
.shop_list .shop_info .item {
  float: none;
  width: auto;
  padding: 24px 10px;
  border-bottom: 1px dashed #595959;
  margin: 0 -10px;
  height:auto;
}
.shop_list .shop_info .item:first-child {
  padding-top: 0;
}
.shop_list .shop_info .item:nth-child(even) {
  float: none;
}
.shop_list .shop_info .item dl {
  display: block;
}
.shop_list .shop_info .item dl dt,
.shop_list .shop_info .item dl dd {
  display: block;
  font-size: 12px;
  padding: 9px 0 7px 10px;
}
.shop_list .shop_info .item dl dt {
  width: auto;
  border-bottom: 1px solid #bfbfbf; 
}
}
@media screen and (max-width : 360px){
.shop_list li:nth-child(8) .classify_title {
  margin-bottom: 10px;
}
}
@media screen and (max-width : 410px){
.shop_list li:nth-child(5) .classify_title,
.shop_list li:nth-child(6) .classify_title {
  margin-bottom: 10px;
}
}