@charset "utf-8";

/*===============================================
　responsive
===============================================*/

@media screen and (max-width:767px){

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

/* banner slider */
.banner-slider {
  display: none;
}

.banner-slider-sp {
	margin:0 auto 30px auto;
	width:100%;
  height: auto;
  list-style: none;
  overflow: hidden;
	display: inline;
}
.banner-slider-sp ul {
	width:100%;
	height:39.06vw;
  background-color: #fafafa;
}
.banner-slider-sp li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-slider-sp ul li img {
	width:100%;
  height: auto;
}

/* 都道府県版から探す */
.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;
}

/* カテゴリー枠 */
.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.svg");
  background-repeat: no-repeat;
  background-position: 11px 8px;
}
.beauty-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_beauty.svg");
  background-repeat: no-repeat;
  background-position: 11px 10px;
}
.hotel-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_hotel.svg");
  background-repeat: no-repeat;
  background-position: 11px 9px;
}
.yado-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_yado.svg");
  background-repeat: no-repeat;
  background-position: 11px 8px;
}
.shop-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_shop.svg");
  background-repeat: no-repeat;
  background-position: 14px 8px;
}
.hospital-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_hospital.svg");
  background-repeat: no-repeat;
  background-position: 12px 10px;
}
.spot-topcontents .topcategory-wrap .topcategory-tit {
  background-image: url("../images_id/icon_spot.svg");
  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;
}


/* 都道府県版から探す */
.pre-searchform-wrap {
	width:100%;
}
.pre-searchform-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  background-image: url("../images_id/icon_pref.svg");
  background-size: 26px 27px;
  background-repeat: no-repeat;
  background-position: 11px calc(50% - 1px);
  box-sizing: border-box;
}
.pre-searchform {
	padding:10px 15px 0 15px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.pre-searchform-wrap select::-ms-expand {
	display: none;
}
.pre-searchform-wrap select {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  box-shadow: 0 1px 1px #e8e8e8;
  background-color: #ffffff;
  box-sizing: border-box;
}
.pre-searchform-wrap select option[selected] {
  display: none;
}
.pre-searchform-wrap .form-pref select {
	font-size:16px;
  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;
}
.pre-searchform-wrap .form-search input {
  width: 120px;
  letter-spacing: 0.5em;
  -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: 21px 9px;
  background-size: 15px 15px;
  box-sizing: border-box;
}
.pre-searchform-wrap .form-search 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: block;
}
.station-contents-pc {
  display: none;
}
.station-wrap {
  border-bottom:none;
}
.station-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  background-image: url("../images_id/icon_station.svg");
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
  box-sizing: border-box;
}
.station-searchform {
	padding:10px 15px 0 15px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.station-wrap select::-ms-expand {
	display: none;
}
.station-wrap select {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  box-shadow: 0 1px 1px #e8e8e8;
  background-color: #ffffff;
  box-sizing: border-box;
}
.station-wrap select option[selected] {
  display: none;
}
.station-wrap .form-pref select {
	font-size:16px;
  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-wrap .form-category select {
	font-size:16px;
  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-wrap .form-route select {
	font-size:16px;
  background-image: url(../images_id/icon_route.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px 18px,19px 39px;
	background-position: 11px center, right 2px center;
}
.station-wrap .form-station select {
	font-size:16px;
  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: 0;
  border-left: none;
  border-right: none;
  text-align: center;
}
.station-submit input {
  width: 120px;
  letter-spacing: 0.5em;
  -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: 21px 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);
}


/* いろいろな情報から探す */
.various-searchform-wrap {
	width:100%;
  display: block;
}
.various-searchform-wrap h2 {
  padding: 12px 15px 11px 50px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  background-image: url("../images_id/icon_various.svg");
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 26px 26px;
  box-sizing: border-box;
}
.various-searchform {
	padding:10px 15px 0 15px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.various-searchform-wrap select::-ms-expand {
	display: none;
}
.various-searchform-wrap select {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 15px 0 43px;
  border: 1px #cccccc solid;
  box-shadow: 0 1px 1px #e8e8e8;
  background-color: #ffffff;
  box-sizing: border-box;
}
.various-searchform-wrap select option[selected] {
  display: none;
}
.various-searchform-wrap .form-pref select {
	font-size:16px;
  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;
}
.various-searchform-wrap .form-category select {
	font-size:16px;
  background-image: url(../images_id/select_various.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px,19px 39px;
	background-position: 11px center, right 2px center;
}
.various-searchform-wrap .form-search input {
  width: 120px;
  letter-spacing: 0.5em;
  -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: 21px 9px;
  background-size: 15px 15px;
  box-sizing: border-box;
}
.various-searchform-wrap .form-search input:hover {
  color: #ffffff;
  background-color: #5f4933;
  border: 1px #6f5b46 solid;
  box-shadow: 0 0 1px 1px #573e25;
	opacity: 1;
	filter: alpha(opacity=1);
}


}