@charset "utf-8";

/* -------------------------------------
　contents
------------------------------------- */

/* banner slider */
.banner-slider {
	margin:0 auto 30px auto;
	width:970px;
  height: 150px;
  list-style: none;
  overflow: hidden;
}
.banner-slider ul {
  width: calc(100% + 14px);
}
.banner-slider li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-slider ul li img {
  width: 232px;
  height: 150px;
}

.banner-slider-sp {
  display: none;
}

/* 都道府県版から探す */
.areaselect-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  background-color: #fafafa;
  background-image: url("../images_id/icon_pref.svg");
  background-size: 26px 27px;
  background-repeat: no-repeat;
  background-position: 12px center;
  box-sizing: border-box;
}
.areaselect-wrap .areaselect-list {
  width: 100%;
  padding: 15px 0 15px 15px;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.areaselect-wrap .areaselect-list li {
  list-style: none;
  margin-bottom: 12px;
}
.areaselect-wrap .areaselect-list li:last-child {
  margin-bottom: 0;
}
.areaselect-wrap .areaselect-list li dl {
  display: flex;
  font-size: 14px;
}
.areaselect-wrap .areaselect-list li dl dt {
  margin-right: 5px;
  padding-right: 6px;
  width: 106px;
  line-height: 40px;
  color: #ffffff;
  background-image: url("../images_id/area_dt.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
}
.areaselect-wrap .areaselect-list li dl dd {
  margin-right: 5px;
}
.areaselect-wrap .areaselect-list li dl dd:last-child {
  margin-right: 0;
}
.areaselect-wrap .areaselect-list li dl dd a {
  width: 59px;
  line-height: 40px;
  border: 1px solid #dfdfde;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
}
.areaselect-wrap .areaselect-list li dl dd a:hover {
  color: #ffffff;
  text-decoration: none;
  border: none;
  background-color: #5f4933;
}

/* 駅から探す */
.station-wrap {
  border-bottom: 1px solid #dfdfde;
}
.station-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  background-color: #fafafa;
  background-image: url("../images_id/icon_station.svg");
  background-size: 21px 31px;
  background-repeat: no-repeat;
  background-position: 15px center;
  box-sizing: border-box;
}
.station-wrap .station-select {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 15px 15px 15px;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  box-sizing: border-box;
}
.station-wrap .station-pt15 {
  padding-top: 15px;
}
.station-select select::-ms-expand {
	display: none;
}
.station-select select {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 302px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  background-color: #ffffff;
  box-shadow: 0 1px 1px #e8e8e8;
  box-sizing: border-box;
}
.station-select select option[selected] {
  display: none;
}
.station-select .form-pref select {
  background-image: url(../images_id/select_pref.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px,19px 39px;
	background-position: 11px center, right 2px center;
}
.station-select .form-category select {
  background-image: url(../images_id/select_category.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px, 19px 39px;
	background-position: 11px center, right 2px center;
}
.station-select .form-route select {
  background-image: url(../images_id/icon_route.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px 18px,19px 39px;
	background-position: 11px center, right 2px center;
}
.station-select .form-station select {
  background-image: url(../images_id/icon_formstation.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px 16px, 19px 39px;
	background-position: 11px center, right 2px center;
}
.station-submit {
  padding-bottom: 15px;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  text-align: center;
}
.station-submit input {
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px 0 35px;
  border: 1px #2ba3c0 solid;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #05809f;
  background-color: #0c95b7;
  background-image: url("../images_id/input_search.svg");
  background-repeat: no-repeat;
  background-position: 122px 9px;
  background-size: 15px 15px;
  box-sizing: border-box;
}
.station-submit input:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}
.station-contents-sp {
  display: none;
}

/* カテゴリー枠 */
.topcategory-wrap .topcategory-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 7px 15px 7px 49px;
  border-top: 4px solid #009abf;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  background-color: #fafafa;
  box-sizing: border-box;
}
.topcategory-wrap .topcategory-tit .tit-wrap h2 {
  margin-right: 10px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.topcategory-wrap .topcategory-tit .tit-wrap p {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.topcategory-wrap .btn-wrap ul li {
  font-size: 14px;
  list-style: none;
}
.topcategory-wrap .btn-wrap ul li a {
  padding: 5px 7px 4px 22px;
  display: block;
  text-decoration: none;
  border: 1px solid #dfdfde;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: url("../images_id/btn_arrow.svg");
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: 10px center;
  box-sizing: border-box;
}
.topcategory-wrap .btn-wrap ul li a:hover {
  color: #ffffff;
  border: 1px solid #5f4933;
  background-color: #5f4933;
  background-image: url("../images_id/btn_arrow_over.svg");
}
.cafe-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_cafe.png");
  background-repeat: no-repeat;
  background-position: 11px 8px;
}
.beauty-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_beauty.png");
  background-repeat: no-repeat;
  background-position: 11px 10px;
}
.hotel-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_hotel.png");
  background-repeat: no-repeat;
  background-position: 11px 9px;
}
.yado-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_yado.png");
  background-repeat: no-repeat;
  background-position: 11px 8px;
}
.shop-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_shop.png");
  background-repeat: no-repeat;
  background-position: 14px 8px;
}
.hospital-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_hospital.png");
  background-repeat: no-repeat;
  background-position: 12px 10px;
}
.spot-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_spot.png");
  background-repeat: no-repeat;
  background-position: 12px 9px;
}

.topcategory-images ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topcategory-images ul li {
  margin-bottom: 15px;
  list-style: none;
}
.topcategory-images ul li a {
  width: 210px;
  height: 210px;
  display: block;
  position: relative;
}
.topcategory-images ul li figure img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.topcategory-images ul li a .text {
  padding: 7px 12px;
  width: 100%;
  background-color: rgba(0,0,0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.topcategory-images ul li a .text p {
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topcategory-images ul li a .text p:first-child {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.topcategory-images ul li a .text p:last-child {
  font-size: 12px;
}