@media (max-width: 768px) {
body {
	background: #ffffff none;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.hd_lv01 {
	background: #f3f3f3 none !important;
	border-left: 3px solid #FF0033 !important;
}
.hd_lv02 {
	color: #333333 !important;
	text-shadow: none !important;
	background: #f3f3f3 none !important;
	border-style: none !important;
}
ul.list-square.anno {
	margin: 10px 0px;
}
/* エリア詳細 sp */

#contents-i .sec {
	padding: 0;
	margin-bottom: 20px;
}
.map {
	width: auto;
	border: none;
	background: none;
}
.map .addr_cur_disp {
	padding-top: 0;
}
#iphone-layout .flt_l {
	float: none;
	text-align: right;
}
#iphone-layout .flt_l > p {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	margin-top: 0;
}
#iphone-layout .flt_l > p > span {
	display: inline-block;
	vertical-align: middle;
}
.map span.plus,  .map span.minus,  .map a.plus,  .map a.minus {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	text-indent: -99em;
	overflow: hidden;
	text-align: left;
}
.map span.plus,  .map a.plus {
	background: url(../../common/img/icon_footer_plus.png) no-repeat center center #E8E8E8;
	background-size: 10px;
}
.map span.minus,  .map a.minus {
	background: url(../../common/img/icon_footer_minus.png) no-repeat center center #E8E8E8;
	background-size: 10px;
}
.map span.plus:hover,
.map a.plus:hover,
.map span.minus:hover,
.map a.minus:hover{
	background-position: center;
}
#myMap {
	height: 225px;
	border: none;
	margin-bottom: 15px;
}
#search_area-kw {
	width: auto;
	border: none;
	background: none;
}
#search_area-kw h2,  #search_area-kw h2.accordion-open {
	font-size: 15px;
	line-height: 1.5;
	padding: 15px 20px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	background: url(../../common/img/icon_footer_plus.png) no-repeat 96% center;
	background-size: 16px;
}
#search_area-kw h2.accordion-open {
	background-image: url(../../common/img/icon_footer_minus.png);
}
.search-content {
	background: #f6f6f6;
	padding: 20px 25px 10px;
	border: none;
	margin: 20px 0 0 0;
}
.search-content h3 {
	margin-bottom: 20px;
	font-size: 13px;
}
.search-content select {
	padding: 13px 30px 13px 13px;
	font-size: 13px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background: url(../../common/img/icon_arrow_down.svg) no-repeat right 15px center white;
	background-size: 8px 5px;
	margin-bottom: 5px;
}
#btn_cur_loc {
	float: left;
	content: '現在地';
	display: block;
	margin: 30px auto 0;
	font-size: 12px;
	color: #323232;
	text-align: center;
	background: #fff;
	border: 1px solid #cacaca;
	border-radius: 7px;
	width: 48%;
	padding: 8px 5px;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 0px #cacaca;
	box-shadow: 0px 3px 0px #cacaca;
	line-height: 1.7;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	top: 0px;
	position: relative;
	text-indent: 0em;
	height: auto;
}
#changeView {
	float: right;
	display: block;
	margin: 30px auto 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: url(../../common/img/value_change.png) no-repeat center center #323232;
	background-size: 129px;
	border: 1px solid #323232;
	border-radius: 7px;
	width: 48%;
	padding: 8px 5px;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 0px #000;
	box-shadow: 0px 3px 0px #000;
	line-height: 1.7;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	top: 0px;
	position: relative;
	text-indent: 0em;
	height: auto;
}
.search-content .facility label {
	padding: 15px;
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 10px;
	margin: 0;
	width: 49%;
	font-size: 14px;
	display: inline-block;
	box-sizing: border-box;
}
.search-content .facility form > div {
	font-size: 0;
}
.search-content .facility label:first-child {
	margin-right: 2%;
}
.search-content .facility label input {
	margin-right: 0px;
}
.search-content .facility input.txt_addr {
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	font-size: 15px;
	width: 100%;
	box-sizing: border-box;
	padding: 14px 20px;
	line-height: 1.0;
	margin-bottom: 30px;
	-webkit-appearance: none;
}
#btn_search {
	clear: left;
	float: none;
	content: '検索';
	display: block;
	margin: 0px auto 0;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: #323232;
	border: 1px solid #323232;
	border-radius: 7px;
	width: 150px;
	padding: 8px 5px;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-shadow: 0px 3px 0px #000;
	box-shadow: 0px 3px 0px #000;
	line-height: 1.7;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	top: 0px;
	position: relative;
	text-indent: 0;
	height: auto;
}
dl.search_pinpoint {
	width: auto;
	border: none;
	background: none;
	padding: 0;
}
dt.search_pinpoint {
	width: auto;
	border: 1px solid #e8e8e8;
	background: #E8E8E8;
	padding: 15px 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
.icn_pinpoint_s_wrap {
	font-weight: normal;
	font-size: 12px;
}
dd.search_pinpoint {
	border: 1px solid #e8e8e8;
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
#tabUpdateDate {
	padding: 0;
	margin-bottom: 20px;
	font-size: 0px;
}
#tabUpdateDate button,  #tabUpdateDate button.on {
	line-height: 1.0;
	display: inline-block;
	padding: 12px 10px;
	font-size: 14px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #e8e8e8;
	font-weight: normal;
}
#tabUpdateDate button.on,  .ym #tabUpdateDate button.on {
	background: #F85263;
	color: #fff;
	border-color: #F85263;
}
#tabUpdateDate button:first-child {
	border-radius: 8px 0 0 8px;
	border-right: none;
}
#tabUpdateDate button:last-child {
	border-radius: 0 8px 8px 0;
	border-left: none;
}
#legend {
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	padding: 8px 10px 0;
}
#legend dl {
	margin: 0;
}
div#map-title {
	margin-bottom: 0;
}
}
