﻿@charset "UTF-8";
/*----------------------------------------------------*/
/* PC・SP共通
------------------------------------------------------*/
/*共通外枠
------------------------------------------------------*/
#indexCol {
  padding: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#indexCol #subColTitle {
  background: url(../images/img_snavititle_l.jpg) center no-repeat;
  background-size: cover;
  text-indent: -9999px;
  vertical-align: middle;
  width: 100%;
  padding: 5% 0;
  border-top: 1px solid #c7c7c7;
}

/*グランドマスタ対応(検索フォーム)
------------------------------------------------------*/
#condition, #condition_list {
  position: relative;
  width: 94%;
  margin: 2% auto 0 auto;
  background: url(../images/bg_search.png) 0 0 #d5efff;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  box-shadow: 0px 0px 3px 0px #74caff;
}

#condition dt, #condition_list dt {
  width: 98%;
  margin: 0.5em auto 0 auto;
  border-radius: 5px;
  background: #2cb6ff;
  text-align: center;
  line-height: 1;
  padding: 0.5em 0 0.3em 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.5vw;
}

#condition dd, #condition_list dd {
  padding: 3% 3% 4% 3%;
}

#cond-form {
  list-style-type: none;
  margin: 0 auto;
  text-align: left;
}
#cond-form li {
  width: 100%;
  color: #333333;
  display: inline-block;
  margin: 1% auto;
  line-height: 1;
}
#cond-form li select {
  border: 1px solid #A0A0A0;
  width: 65%;
}

.inp-address-pd {
  width: 84%;
  height: auto;
}

.cond-form_tit {
  display: inline-block;
  font-size: 2vw;
  color: #78521F;
  width: 25%;
  text-align: right;
}

.freeword_input {
    width: 64%;
    height: auto;
    margin-left: 11px;
}

.btn_search {
  text-align: center;
}
.btn_search input {
  margin-top: 2%;
  background: url(../images/btn_search.png) center top no-repeat;
  background-size: contain;
  width: 37%;
  height: 5vw;
  text-indent: -99999px;
  border: none;
}

/*地図ページ 注釈
------------------------------------------------------*/
.shoplist-notice {
  list-style-type: none;
  font-size: 13px;
  width: 94%;
  color: #333333;
  margin: 3% auto;
}
.shoplist-notice li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.3em auto;
}

/*地図ページ　テーブル都道府県リスト
------------------------------------------------------*/
#maplistCol {
  width: 94%;
  margin: auto;
}

.maplist {
  width: 33%;
  display: block;
  float: left;
  border-top: 1px solid #F088A7;
}
.maplist dl {
  width: 100%;
}
.maplist dt {
  padding: 3%;
  color: #E95277;
  background-color: #FFDCE7;
  border-bottom: 1px solid #F088A7;
  border-left: 1px solid #F088A7;
  margin: 0px;
  font-weight: bold;
  text-align: center;
}
.maplist:nth-last-child(-n+3) {
  border: none;
}
.maplist dd {
  padding: 1.4em;
  border-left: 1px solid #F088A7;
  border-bottom: 1px solid #F088A7;
  text-align: center;
}
.maplist dd a {
  display: block;
}
.maplist dd:first-child {
  border-left: none;
}
.maplist:nth-child(3n) {
  border-right: 1px solid #F088A7;
}

/*検索結果リストページ
------------------------------------------------------*/
/*検索結果パンくず*/
.shoplist_pagenavi {
  width: 96%;
  border: 1px solid #F088A7;
  color: #fff;
  margin: 0 auto 10px auto;
}
.shoplist_pagenavi tr {
  text-align: center !important;
  padding: 0.7%;
  background: #FFDCE7;
  color: #E95277;
  border-bottom: 1px solid #F088A7;
}
.shoplist_pagenavi tr.pref {
  text-align: center !important;
  padding: 0.7%;
  background: none;
  color: #FF5998;
  border-bottom: 1px solid #F088A7;
}
.shoplist_pagenavi tr th {
  text-align: center !important;
  padding: 0.7%;
  font-weight: bold;
  border-bottom: 1px solid #F088A7;
}

/*googleMapボタン*/
a.btn_map {
  float: right;
  color: #FE61A4;
  display: block;
  font-size: 90%;
  padding-left: 5px;
  padding-right: 5px;
  background: -moz-linear-gradient(top, rgba(255, 227, 254, 0.5), rgba(252, 179, 223, 0.5));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 227, 254, 0.5)), to(rgba(252, 179, 223, 0.5)));
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #f56ad9;
  -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
  text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
}
a.btn_map:hover {
  background: -moz-linear-gradient(top, rgba(252, 179, 223, 0.5), rgba(255, 227, 254, 0.5));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 179, 223, 0.5)), to(rgba(255, 227, 254, 0.5)));
}

/*検索結果リスト*/
.shoplist_resultlist {
  margin: 1% auto;
  width: 96%;
  border: 1px solid #F088A7;
}

.titlenum {
  margin: 0 auto;
}
.titlenum dl {
  width: 20%;
  height: auto;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.titlenum dt {
  background: url(../images/kyoutai.gif) center no-repeat;
  background-size: contain;
  height: 53px;
  padding: 38% 0 0 1%;
  text-align: center;
}
.titlenum dt img {
  background-size: contain;
  width: 47%;
}
.titlenum dd {
  margin-bottom: 1%;
  color: #333333;
  font-size: 1vw;
}

.shoplist_resultlist tr th {
  padding: 5px;
  background-color: #FF5998;
  width: 15%;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
}
.shoplist_resultlist tr th.period {
  border: none;
}
.shoplist_resultlist tr td {
  padding: 1%;
  border-bottom: 1px solid #F088A7;
  border-collapse: collapse;
  vertical-align: center;
  color: #333333;
  font-size: 16px;
}

/*エラー*/
#errmsg {
  color: #000000;
  margin: -10px 0 18px 0;
}

/*JQページ送り*/
.paginator {
  height: auto;
  display: block;
  margin: 0 auto 2% auto;
  padding: 0 10px;
}
.paginator a {
  color: #FFFFFF !important;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 0.2em;
  line-height: 1;
  width: 1.5em;
  display: inline-block;
  font-size: 18px;
}

a.inactive {
  margin: 4px 9px 0 0;
  background: linear-gradient(#FFB5C9, #FE61A4) repeat;
  background: -moz-linear-gradient(top, #FFB5C9 0%, #FE61A4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB5C9), to(#FE61A4));
  background: -webkit-linear-gradient(top, #FFB5C9, #FE61A4);
  background: #FCB4C8\9;
  /* IE8 and below */
  border: 1px solid #FB59AC;
}
a.active {
  margin: 4px 9px 4px 0;
  background: linear-gradient(#FE61A4, #FFB5C9) repeat;
  background: -moz-linear-gradient(top, #FE61A4 0%, #FFB5C9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FE61A4), to(#FFB5C9));
  background: -webkit-linear-gradient(top, #FE61A4, #FFB5C9);
  background: #FCB4C8\9;
  /* IE8 and below */
  border: 1px solid #FB59AC;
}
a.inactive:hover {
  background: linear-gradient(#FE61A4, #FFB5C9) repeat;
  background: -moz-linear-gradient(top, #FE61A4 0%, #FFB5C9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FE61A4), to(#FFB5C9));
  background: -webkit-linear-gradient(top, #FE61A4, #FFB5C9);
  background: #FCB4C8\9;
  /* IE8 and below */
  border: 1px solid #FB59AC;
}
a.active {
  color: #FE6EA3;
}
a.active:hover {
  background: linear-gradient(#FE61A4, #FFB5C9) repeat;
  background: -moz-linear-gradient(top, #FE61A4 0%, #FFB5C9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FE61A4), to(#FFB5C9));
  background: -webkit-linear-gradient(top, #FE61A4, #FFB5C9);
  background: #FCB4C8\9;
  /* IE8 and below */
  border: 1px solid #FB59AC;
}

/*===================================================
SP時の表示(768px以下)＆ipadの縦に適用
====================================================*/
@media only screen and (max-width: 768px) {
  /*全体
  ------------------------------------------------------*/
  body {
    font-size: 1.625vw !important;
  }

  /*地図非表示
  ------------------------------------------------------*/
  #map {
    display: none;
  }

  /*都道府県リンク一覧
  ------------------------------------------------------*/
  #maplistCol {
    margin: 1em auto 0 auto;
    font-size: 2vw;
  }

  /*JQページ送り*/
  .paginator {
    margin: 0 auto 3% auto;
    padding: 0 1%;
  }
  .paginator a {
    padding: 0.7em 0.5em;
  }

  a.active, a.inactive {
    font-size: 147%;
  }
}
/*===================================================
PC時の表示(769px以上)＆ipadの横に適用
====================================================*/
@media only screen and (min-width: 769px) {
  /*共通外枠
  ------------------------------------------------------*/
  #indexCol {
    margin: 0 auto;
    background: url(../images/bg_main2.png) repeat-y;
    width: 1100px;
    padding: 0 5px;
  }
  #indexCol #subColTitle {
    background: url(../images/img_snavititle_l.jpg) center no-repeat;
    width: 1090px;
    height: 107px;
    text-indent: -9999px;
    vertical-align: middle;
    padding: 10px 0;
  }

  /*グランドマスタ対応(検索フォーム)
  ------------------------------------------------------*/
  #condition dt, #condition_list dt {
    font-size: 20px;
  }

  #condition dd, #condition_list dd {
    padding: 20px;
  }

  #cond-form li {
    width: 50%;
    float: left;
  }
  #cond-form li .cond-form_tit {
    font-size: 20px;
  }
  #cond-form li select {
    border: 1px solid #A0A0A0;
    width: 65%;
    line-height: 1;
    padding: 0.4em 0;
    margin-top:3px;
    margin-left:34px; 
  }
  #cond-form li.freeword {
    width: 100%;
  }
  #cond-form li.freeword .cond-form_tit {
    width: 17%;
  }
  #cond-form li.freeword .freeword_input {
     width: 82.1%;
     margin-left: -5px; 
     padding: 0.4em 0;
  }

  .btn_search {
    clear: both;
    text-align: center;
  }
  .btn_search input {
    width: 308px;
    height: 60px;
  }
  .btn_search input:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }

  /*地図部分
  ------------------------------------------------------*/
  #map {
    width: 990px;
    margin: auto;
  }

  /*都道府県リンク一覧
  ------------------------------------------------------*/
  #maplistCol {
    font-size: 18px;
  }

  /*検索結果リストページ
  ------------------------------------------------------*/
  .titlenum {
    padding-left: 15px;
  }
  .titlenum dl dd {
    font-size: 14px;
  }
}
