@media screen and (max-width:768px) {
	/* shosai
---------------------------------------- */
	body {
		word-break: break-all;
	}
	a {
		color: #006DD9;
	}
	a:hover {
		color: #999;
	}
	.shosai_wrap {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.print_company, .sh_photo_print {
		display: none;
	}
	/* btn
---------------------------------------- */
	.sh_btn {
		background: #f5f5f5;
	}
	.sh_btn-inq {
		overflow: hidden;
		height: 60px;
	}
	.sh_btn-inq a {
		background: #EC6C00;
		box-shadow: 0 3px #D96D00;
		display: block;
		color: #fff;
		text-decoration: none;
		height: 57px;
		font-weight: bold;
		overflow: hidden;
	}
	.sh_btn-inq b {
		display: block;
		font-size: 17px;
		width: 65%;
	}
	.sh_btn-inq span {
		display: block;
		font-size: 14px;
		width: 30%;
	}
	.sh_btn-inq a:hover {
		box-shadow: none;
		background: #D96D00;
		margin-top: 3px;
	}
	.sh_btn-tel {
		border: 2px solid #EC6C00;
		border-radius: 3px;
		background: url(/img/shosai/icon_tel.png) no-repeat 7px 50%;
		background-color: #FFF;
	}
	.sh_btn-tel a {
		color: #EC6C00;
		text-decoration: none;
	}
	.sh_btn-tel span {
		border-left: 2px dotted #EC6C00;
		height: 36px;
		color: #EC6C00;
		margin-left: 40px;
		padding-left: 8px;
		display: block;
		font-size: 20px;
		line-height: 38px;
		letter-spacing: 1px;
		text-align: center;
		font-weight: bold;
	}
	/* btn end
---------------------------------------- */
	/* sh_tl
---------------------------------------- */
	.sh_tl {
		border-top: 1px solid #333;
		border-bottom: 1px dashed #333;
		padding: 10px 2%;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.sh_tl h2 {
		margin: 0;
	}
	.sh_tl span, .sh_tl p {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		font-weight: bold;
	}
	.sh_tl span {
		background: #EC6C00;
		padding: 7px 10px;
		border-radius: 5px;
		color: #fff;
		letter-spacing: 1px;
		margin: 0 10px 5px 0;
		font-size: 14px;
	}
	.sh_tl p {
		font-size: 16px;
		line-height: 1.6rem;
	}
	/* sh_tl end
---------------------------------------- */
	/* sh_basic
---------------------------------------- */
	.sh_basic_wrap {
		display: none;
	}
	.sh_sp_fav_wrap {
		margin-bottom: 10px;
	}
	.sh_sp_fav_wrap ul {
		overflow: hidden;
		width: 98%;
		margin: 0 auto;
	}
	.sh_sp_fav_wrap li {
		float: left;
		width: 48%;
		margin: 0 1%;
	}
	.sh_sp_fav a {
		background: url(/img/shosai/icon_clip.png) no-repeat 10px 50%;
	}
	.sh_sp_see a {
		background: url(/img/shosai/icon_see.png) no-repeat 10px 50%;
	}
	.sh_sp_fav_wrap a {
		display: block;
		border: 1px solid #666;
		border-radius: 3px;
		text-indent: 20px;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		padding: 5px 0;
		background-size: 20px auto;
		background-color: #F0F8FF;
	}
	/* all
---------------------------------------- */
	.sh_photo_wrap, .sh_tag_wrap, .sh_detail_wrap {
		width: 98%;
		margin: 0 auto 10px;
	}
	.sh_inq_wrap, .sh_history_wrap {
		width: 98%;
		margin: 0 auto 10px;
	}
	.sh_map_wrap {
		display: none;
	}
	.sh_tl-sub {
		color: #333;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 10px;
		background: #eee;
	}
	/* sh_photo
---------------------------------------- */
	.sh_photo {
		overflow: hidden;
	}
	.slick-slide img {
		margin: 0 auto;
		max-height: 300px;
	}
	.slick-prev, .slick-next {
		z-index: 100;
		width: 30px;
		height: 30px;
	}
	.slick-prev::before, .slick-next::before {
		font-size: 30px;
		color: #333;
	}
	.slick-prev {
		left: 1%;
	}
	.slick-next {
		right: 1%;
	}
	.slider-nav {
		margin-top: 10px;
	}
	.slider-nav .slick-cloned,
	.slider-nav .slick-active,
	.slider-nav .slick-slide {
		width: 80px;
		height: 55px;
		margin: 0 !important;
		position: relative;
		overflow: hidden;
	}
	.slider-nav .slick-current {
		box-shadow: 0 0 0 3px #F36F23 inset;
	}
	.slider-nav .slick-cloned img,
	.slider-nav .slick-active img,
	.slider-nav .slick-slide img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 80px;
		z-index: -1;
	}
	.sh_photo-btn {
		width: 96%;
		padding: 10px 2%;
		overflow: hidden;
	}
	.sh_photo-btn .sh_btn-inq {
		margin-bottom: 8px;
		width: 100%;
	}
	.sh_photo-btn .sh_btn-inq a {
		text-align: center;
	}
	.sh_photo-btn .sh_btn-inq b {
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		margin: 8px 5px 3px;
	}
	.sh_photo-btn .sh_btn-inq span {}
	.sh_photo-btn .sh_btn-tel {
		width: 300px;
		margin: 0 auto 5px;
	}
	.sh_photo-btn .sh_btn-tel b {}
	.sh_photo-btn p {
		text-align: center;
	}
	/* sh_photo
---------------------------------------- */
	.sh_photo2 {
		overflow: hidden;
	}
	.sh_photo2 table {
		margin: 0 auto 20px;
		width: 100%;
		text-align: center;
		border-collapse: collapse;
	}
	.sh_photo2 table td {
		border: 1px solid #ccc;
		padding: 1%;
	}
	.sh_photo2-3 td {
		width: 31%;
	}
	/* sh_tag
---------------------------------------- */
	.sh_tag {
		background: #f5f5f5;
		padding: 10px;
		overflow: hidden;
	}
	.sh_tag span {
		padding: 2px 5px;
		border: 1px solid #EC6C00;
		color: #EC6C00;
		background: #fff;
		display: block;
		float: left;
		margin: 0 5px 5px 0;
	}
	/* sh_detail
---------------------------------------- */
	.sh_detail {}
	.sh_detail table {
		border-collapse: collapse;
		background: #F0F8FF;
		border: 1px solid #999;
		border-top: none;
	}
	.sh_detail table tr {
		display: block;
		overflow: hidden;
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.sh_detail th, .sh_detail td {
		padding: 2%;
		box-sizing: border-box;
		float: left;
		border-top: 1px solid #999;
	}
	.sh_detail th {
		width: 35%;
	}
	.sh_detail td {
		width: 65%;
		background: #fff;
		border-left: 1px solid #999;
		font-size: 15px;
		line-height: 22px;
	}
	.sh_detail td b {
		color: #ff0000;
		font-size: 18px;
	}
	.sh_detail td span {
		display: block;
	}
	.sh_detail-zokusei {
		overflow: hidden;
		line-height: 23px;
	}
	.sh_detail-zokusei span {
		float: left;
	}
	.sh_detail-zokusei span:after {
		content: " / ";
	}
	/* sh_btn
---------------------------------------- */
	.sh_btn_wrap {
		margin-bottom: 10px;
		text-align: center;
		padding: 10px 2%;
	}
	.sh_btn-inq_wrap, .sh_btn-tel_wrap {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #999;
	}
	.sh_btn-inq_wrap {
		width: 100%;
	}
	.sh_btn-inq_wrap b, .sh_btn-inq_wrap span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: middle;
		margin-top: 10px;
	}
	.sh_btn-inq_wrap b {}
	.sh_btn-inq_wrap span {
		border-left: 1px dashed #fff;
		line-height: 20px;
	}
	.sh_btn-tel_wrap {
		width: 96%;
		margin: 0 auto;
	}
	.sh_btn-tel_wrap ul {
		overflow: hidden;
	}
	.sh_btn-tel_wrap li {
		margin-bottom: 10px;
	}
	.sh_btn-shop {}
	.sh_btn-shop p {
		font-size: 14px;
		font-weight: bold;
	}
	.sh_btn-shop span {
		display: block;
	}
	.sh_btn-text {
		margin-top: 10px;
	}
	/* sh_map
---------------------------------------- */
	/* sh_inq
---------------------------------------- */
	.sh_inq-flow {
		width: 100%;
		margin: 0 auto 10px;
	}
	.sh_inq {
		width: 100%;
		margin: 0 auto;
	}
	.sh_inq table {
		border-collapse: collapse;
		margin-bottom: 10px;
	}
	.sh_inq tr {
		overflow: hidden;
	}
	.sh_inq th, .sh_inq td {
		font-size: 15px;
		line-height: 24px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		float: left;
	}
	.sh_inq th {
		padding: 5px 2% 0;
		overflow: hidden;
	}
	.sh_inq th p {
		float: left;
		line-height: 22px;
	}
	.sh_inq th span,
	.sh_inq th b {
		font-size: 12px;
		line-height: 18px;
		padding: 0 5px;
		border-radius: 5px;
		float: right;
	}
	.sh_inq th span {
		background: #ff0000;
		border: 2px solid #ff0000;
		color: #fff;
	}
	.sh_inq th p {
		clear: both;
	}
	.sh_inq th b {
		border: 2px solid #2693FF;
		color: #2693FF;
	}
	.sh_inq td span {
		display: none;
	}
	.sh_inq td p.sh_inq_attention {
		font-size: 12px;
	}
	.sh_inq td {
		padding: 0 2% 2% 2%;
	}
	.sh_inq p {
		clear: both;
	}
	.sh_inq input[type="checkbox"],
	.sh_inq input[type="radio"] {
		vertical-align: middle;
		width: 15px;
		height: 15px;
		margin: 0 5px 0 0;
	}
	.sh_inq input[type="text"],
	.sh_inq textarea {
		padding: 2%;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		border-radius: 3px;
		margin: 5px 0;
		font-size: 15px;
		background: #ffdfdf;
		box-sizing: border-box;
	}
	.sh_inq input[type="text"] {
		width: 100%;
	}
	.sh_inq textarea {
		width: 100%;
	}
	.sh_inq label {
		cursor: pointer;
		display: block;
		line-height: 30px;
		border: 1px dotted #999;
		border-radius: 5px;
		margin: 5px 0;
		padding: 2px 10px;
	}
	.sh_inq label:hover {
		background: #ffdfdf;
	}
	.sh_inq_label_s {
		overflow: hidden;
	}
	.sh_inq_label_s label {
		float: left;
		width: 42%;
		margin-bottom: 5px;
	}
	.sh_inq_label_s label:nth-of-type(2n-1) {
		margin-right: 1%;
	}
	.sh_inq-next {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		overflow: hidden;
	}
	.sh_inq-next input {
		margin: 0 auto;
		background: #ee0000;
		box-shadow: 0 3px #dd0000;
		border: none;
		border-radius: 5px;
		display: block;
		color: #fff;
		text-decoration: none;
		width: 300px;
		height: 57px;
		font-weight: bold;
		overflow: hidden;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 20px;
		letter-spacing: 2px;
		cursor: pointer;
		-webkit-appearance: none;
	}
	.sh_inq-next input:hover {
		box-shadow: none;
		background: #dd0000;
		margin-top: 3px !important;
	}
	.sh_inq-cookie {
		margin: 10px auto;
	}
	.sh_inq-cookie label {
		cursor: pointer;
		margin-bottom: 5px;
		display: block;
		border: 1px dotted #999;
		padding: 5px;
		border-radius: 3px;
		width: 80%;
		margin: 0 auto;
	}
	.sh_inq-cookie input[type="checkbox"] {
		vertical-align: sub;
		width: 15px;
		height: 15px;
		margin: 0 5px 0 0;
	}
	.mail_bukken_wrap {
		margin: 20px 0;
	}
	.mail_bukken {
		width: 96%;
		margin: 0 auto 10px;
	}
	.mail_bukken p {
		color: #fff;
		background: #333;
		padding: 5px;
		box-sizing: border-box;
		width: 100%;
	}
	.mail_bukken table {
		border-collapse: collapse;
		border: 1px solid #333;
		border-top: none;
		width: 100%;
		box-sizing: border-box;
	}
	.mail_bukken thead {
		display: none;
	}
	.mail_bukken tbody {}
	.mail_bukken tbody tr {
		display: block;
		padding: 5px;
	}
	.mail_bukken tbody th,
	.mail_bukken tbody td {
		display: list-item;
		border: none;
	}
	.mail_bukken th,
	.mail_bukken td {
		font-size: 13px;
		border: 1px solid #ccc;
		text-align: left;
	}
	.mail_bukken td:nth-of-type(2):before {
		content: "【家賃/管理費】";
	}
	.mail_bukken td:nth-of-type(3):before {
		content: "【敷金/礼金】";
	}
	.mail_bukken td:nth-of-type(4):before {
		content: "【間取り/築年数】";
	}
	.mail_bukken td {}
	.mail_bukken td span {
		font-weight: bold;
		color: #ff0000;
	}
	/* sh_history
---------------------------------------- */
	.sh_history {
		width: 100%;
		margin: 0 auto 10px;
		border: 1px solid #ccc;
		padding: 10px;
		overflow: hidden;
		box-sizing: border-box;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.sh_history ul {
		width: 3000px;
	}
	.sh_history li {
		float: left;
		width: 166px;
		padding: 10px;
		position: relative;
		text-align: left;
		margin-right: 12px;
	}
	.sh_history li:nth-child(5) {
		margin-right: 0;
	}
	.sh_history li:hover {
		background: #eee;
	}
	.sh_history li>a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background
		/*\**/
		: #fff\9;
		filter: alpha(opacity=0);
	}
	.sh_history li>a p {
		position: absolute;
		top: 160px;
		left: 5px;
		width: 166px;
		font-weight: bold;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		color: #006DD9;
		margin: 0;
		font-size: 13px;
	}
	.sh_history li:hover>a p {
		color: #666;
	}
	.sh_h-area {
		padding: 3px 0;
		color: #fff;
		background: #333;
		margin-bottom: 5px;
		text-align: center;
	}
	.sh_h-photo {
		width: 166px;
		height: 125px;
	}
	.sh_h-photo img {
		max-width: 166px;
		max-height: 120px;
	}
	.sh_h-detail {
		padding-top: 20px;
	}
	.sh_h-detail p {
		margin: 0;
	}
	.sh_h-detail b {
		color: #FF0000;
		font-size: 17px;
	}
	.sh_h-form {
		display: none;
	}
	.sh_h-comment {
		background: #eee;
		padding: 5px;
		text-align: left;
	}
	/* sh_ruiji
---------------------------------------- */
	.sh_ruiji_wrap {
		border-top: 1px solid #ccc;
		padding-top: 15px;
	}
	.sh_ruiji {
		width: 98%;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
		border: none;
		margin: 0 auto 10px;
		text-align: left;
	}
	.sh_ruiji iframe {
		border: none;
		height: 380px;
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.sh_ruiji_inner {
		height: 348px;
		border: none;
		margin: 0;
		width: 400px;
	}
	.sh_ruiji_inner ul {
		border: none;
	}
	/* sh_share シェアボタン
---------------------------------------- */
	.sh_share_ttl {
		width: 96%;
		margin: 0 auto 5px;
		border-bottom: 1px solid #ccc;
		border-left: 5px solid #111;
		padding: 2px 5px 5px 5px;
		font-weight: bold;
		font-size: 14px;
		box-sizing: border-box;
	}
	.sh_share {
		display: flex;
		justify-content: space-between;
		width: 96%;
		margin: 0 auto 15px;
	}
	.sh_share>div {
		width: 49%;
	}
	.sh_share a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		border-radius: 3px;
		width: 100%;
		height: 50px;
		text-decoration: none;
	}
	.sh_share a img {
		width: 30px;
	}
	.sh_share a span {
		padding: 0 15px 0 5px;
		font-weight: bold;
		font-size: 4vw;
	}
	.sh_share_mail a {
		background: #006DD9;
	}
	.sh_share_line a {
		background: #06C755;
	}
	/* shosai end
---------------------------------------- */
}