@charset "UTF-8";

/* article
----------------------------------------*/
.btn_tab {
	width: 940px;
	margin: 54px auto 0;
	overflow: hidden;
	font-family: 'Noto Serif JP', sans-serif;
}

.btn_tab li {
	width: 175px;
    float: left;
    text-align: center;
}

.btn_tab li + li {
	margin-left: 15px;
}

.btn_tab li a {
	background: #E67F22;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	/*border-radius: 5px 5px 0 0;*/
	padding: 10px 0;
	height: 44px;
}

.btn_tab li.current a {
	background: #F3F3F3;
	color: #242424;
}

.tab_contents {
	background: #F3F3F3;
	padding-bottom: 60px;
}

.tab_inner {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0 0;
}

.tab_inner .btn_search {
	float: left;
	padding-left: 1px;
	margin-bottom: 20px;
}

.tab_inner .btn_search a {
	width: 180px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.2;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Noto Serif JP', sans-serif;
	background: #E3A711;
	color: #fff;
	letter-spacing: .1em;
	padding: 0 0 2px;
}

.tab_inner .btn_search a::after {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url("../img/common/icon-add_circle-wh.svg") no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.tab_inner .btn_sort {
	float: right;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', sans-serif;
}

.tab_inner .btn_sort li {
	float: left;
	width: 140px;
}

.tab_inner .btn_sort li + li {
	margin-left: 10px;
}

.tab_inner .btn_sort li a {
	display: block;
	background: #fff;
	color: #E67F22;
	text-decoration: none;
	text-align: center;
	padding: 6px 0 0;
	height: 50px;
}

.tab_inner .btn_sort li a:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border: solid 6px transparent;
	border-top-color: #E67F22;
	margin-left: -6px;
	position: absolute;
	left: 50%;
	bottom: 4px;
}

.article_block {
	clear: both;
	border: solid 1px #d3d3d3;
	background: #fff;
	margin-bottom: 20px;
	padding: 19px;
	overflow: hidden;
	font-size: 1.2rem;
}

.article_block > p {
	width: 580px;
	overflow: hidden;
}

.article_block .ph {
	width: 300px;
	margin-right: 20px;
	float: left;
}

.article_block .ph a {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.article_block .ph a::after {
	content: "";
	display: block;
	padding-top: 85%;
}

.article_block .ph .txt_label {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	min-width: 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	background: #E67F22;
	display: inline-block;
	z-index: 2;
}
/*
.article_block:nth-of-type(2n+1) .ph .txt_label {
	background: #7e6b5a;
}*/

.article_block .address {
	font-size: 1.33em;
	margin: -4px 0 0;
	padding-right: 90px;
	min-height: 50px;
}

.article_block .address .map {
	font-size: .625em;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.article_block .address .map a {
	display: inline-block;
	background: #333;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
}

_:-ms-input-placeholder, :root .article_block .address .map a {
	padding: 3px 10px 0;
}

.article_block .price {
	width: 223px;
	float: left;
	font-size: 2.5em;
	line-height: 1.3;
	color: #D70000;
	font-weight: bold;
	font-family: 'Noto Serif JP', sans-serif;
}

.article_block .price span {
	font-size: .733em;
	margin-left: 4px;
}

.article_block .price .txt_label {
	background: #D70000;
	color: #fff;
	display: inline-block;
	width: 48px;
	text-align: center;
	line-height: 1.5;
	font-size: .4em;
	font-family: YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	padding: 1px 0;
	font-weight: normal;
	margin-right: 9px;
	margin-left: 0;
	vertical-align: middle;
}

.article_block .area {
	width: 210px;
	float: right;
	font-size: 1.33em;
	line-height: 1.5;
	font-weight: bold;
	text-align: right;
    margin-top: 15px;
}

.article_block .area span {
	font-size: .875em;
	font-weight: normal;
}

.article_block .access {
	border-top: dotted 1px #707070;
	top: 6px;
	padding: 8px 0 14px;
}

.article_block dl {
	width: 230px;
	float: left;
	margin-bottom: 50px;
}

.article_block dl + dl {
	width: 280px;
}

.article_block dl dt {
	position: absolute;
	left: 0;
	width: 70px;
	background: #F3F3F3;
	text-align: center;
	line-height: 1.5;
	padding: 2px 0 0;
	margin-bottom: 5px;
	z-index: 2;
}

.article_block dl dd {
	margin-left: 80px;
	min-height: 1.7em;
	margin-bottom: 5px;
}

.article_block .btn_block {
	width: 580px;
	position: absolute;
	left: 340px;
	bottom: 20px;
}

.article_block .btn_block .wpfp-span,
.article_block .btn_block p {
	display: block;
	float: left;
	margin-right: 6px;
	width: 200px;
	font-family: 'Noto Serif JP', sans-serif;
}

.article_block .btn_block .wpfp-span span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #475BB2;
	color: #fff;
	height: 40px;
	padding: 0 5px;
	line-height: 1.2;
}

.article_block .btn_block .wpfp-span a,
.article_block .btn_block .btn_favorite a,
.article_block .btn_block .btn_perspective a {
	display: block;
	border: solid 1px #475BB2;
	background: #475BB2;
	color: #fff;
	font-size: 1.33em;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	padding: 12px 0 0;
	height: 40px;
}

.article_block .btn_block .btn_detail a {
	display: block;
	border: solid 1px #475BB2;
	background: #fff;
	color: #475BB2;
	font-size: 1.33em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	padding: 12px 10px 0 0;
	height: 40px;
}

.article_block .btn_block .btn_detail a::after {
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	z-index: 2;
}
.article_block .not_find {
	text-align: center;
	font-size: 1.4rem;
}

#search {
	display: none;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background: #fff;
	z-index: 1000;
	padding: 40px;
}

#search .btn_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	z-index: 10;
}

#search dl dt {
	color: #475BB2;
	font-size: 1.28em;
	font-weight: bold;
	border-bottom: solid 2px #475BB2;
	line-height: 1.2;
	padding: 1px 0 8px 0;
	letter-spacing: .1em;
	position: absolute;
	left: 0;
	z-index: 2;
}

#search dl dd {
	padding: 0 0 4px 190px;
	font-size: 108%;
	font-weight: bold;
}

#search dl dd li {
	width: 190px;
	margin-bottom: 32px;
	float: left;
	letter-spacing: -1px;
	padding-left: 20px;
	text-indent: -20px;
}

#search dl dd li:nth-child(3n) {
	width: 150px;
}

#search dl dd + dt + dd {
	border-top: solid 1px #d3d3d3;
	padding-top: 40px;
}

#search dl dd + dt {
	margin-top: 41px;
}

:root #search input[type="checkbox"] {
	font-size: 100%;
	margin: 0px;
	opacity: 0;
	padding: 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
}

:root #search input[type="checkbox"] + label {
	cursor: pointer;
}

:root #search input[type="checkbox"] + label:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../img/common/icon_check_off.png) no-repeat;
	cursor: pointer;
	vertical-align: -3px;
	margin-right: 6px;
}

:root #search input[type="checkbox"]:checked + label:before {
	background: url(../img/common/icon_check_on.png) no-repeat;
}

#search .btn_search {
	text-align: center;
	padding-right: 4px;
}

#search .btn_search button {
	width: 200px;
	border-radius: 2px;
	background: #E3A711;
	border: none;
	color: #fff;
	font-family: inherit;
	font-size: 123.1%;
	font-weight: bold;
	padding: 10px 10px 10px 0;
	-webkit-appearance: none;
}

#search .btn_search button::after {
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward-wh.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	z-index: 2;
}

#bg_search {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(201,201,201,.8);
	z-index: 900;
}

@media only screen and (max-width: 736px) {
	.btn_tab {
		width: auto;
		margin: 15px 4.687% 0;
	}

	.btn_tab li {
		width: 50%;
	}

	.btn_tab li + li {
		margin-left: 0;
	}
	.btn_tab li:nth-child(2) {
		border-left: solid 1px #ffffff;
	}
	.btn_tab li:nth-child(3),
	.btn_tab li:nth-child(5) {
		margin-top: 1px;
	}
	.btn_tab li:nth-child(4) {
		margin-top: 1px;
		border-left: solid 1px #ffffff;
	}

	.btn_tab li a {
		font-size: 1em;
		border-radius: 0;
		padding: 6px 5px 9px;
		height: auto;
	}

	.tab_contents {
		background: none;
		padding-bottom: 0;
	}

	.tab_inner {
		width: auto;
		margin: 15px 4.687% 0;
		padding: 0;
	}

	.tab_inner .btn_search {
		float: none;
		padding-left: 0;
		margin-bottom: 0;
	}

	.tab_inner .btn_search a {
		width: auto;
		font-size: 1em;
		/*font-size: 84.1%;*/
		padding: 9px 6px;
/*		background: #E67F22;
		color: #fff;
		letter-spacing: .2px;*/
	}
/*
	.tab_inner .btn_search a:before {
		width: 14px;
		height: 14px;
        background-size: 14px auto;
		margin-right: 5px;
		vertical-align: -5px;
	}

	.tab_inner .btn_search a:after,
	.article_block .btn_block .btn_perspective a:after,
	.article_block .btn_block .btn_detail a:after,
	.btn_tab li a:after {
		content: "";
		position: absolute;
		bottom: 4px;
		right: 4px;
		width: 7.5px;
		height: 7.5px;
		display: block;
		background: url(../img/index/icon_btn_arrow02_sp.png) no-repeat;
		background-size: 7.5px auto;
	}

	.article_block .btn_block .btn_detail a:after {
		background: url(../img/index/icon_btn_arrow01_sp.png) no-repeat;
		background-size: 7.5px auto;
	}

	.tab_inner .btn_search a:after {
		width: 10px;
		height: 10px;
		background: url(../img/article/icon_plus_sp.png) no-repeat;
		background-size: 10px 10px;
		bottom: 35%;
	}

	.btn_tab li.current a:after {
		background: url(../img/article/icon_btn_arrow01_sp.png) no-repeat;
		background-size: 7.5px auto;
	}
*/
	.tab_inner .btn_sort {
		float: none;
		margin-bottom: 0;
	}

	.tab_inner .btn_sort li {
		width: 33.333%;
	}

	.tab_inner .btn_sort li + li {
		margin-left: 0;
	}

	.tab_inner .btn_sort li a {
		border: solid 1px #E67F22;
		border-right: none;
		font-size: 85%;
		padding: 8px 7px 7px 0;
		letter-spacing: -.4px;
	}

	.tab_inner .btn_sort li:last-child a {
		border-right: solid 1px #E67F22;
	}
/*
	.tab_inner .btn_sort li a:after {
		width: 7px;
		height: 4px;
		position: absolute;
		right: 7px;
		top: 50%;
		margin: -2px 0 0;
		background: url(../img/article/icon_sort_arrow_sp.png) no-repeat;
		background-size: 7px auto;
	}
*/
	.article_block {
		border: none;
		border-top: solid 1px #d3d3d3;
		margin-bottom: 20px;
		padding: 30px 0 0;
		margin-top: 29px;
	}

	.article_block > p {
		width: auto;
	}

	.article_block .ph {
		width: auto;
		margin-right: 0;
		float: none;
	}

	.article_block .ph img {
		width: 100%;
	}

	.article_block .ph .txt_label {
		font-size: 108%;
		min-width: 82px;
		padding: 0 10px 1px;
	}

	.article_block .address {
		font-size: 93%;
		margin: 14px 0 0;
		min-height: 0;
		line-height: 1.5;
	}

	.article_block .address .map {
		position: absolute;
		top: 0;
		right: 1px;
		font-size: 85%;
		vertical-align: 2px;
	    display: inline-block;
	    margin-left: 7px;
	    letter-spacing: 0;
	}

	.article_block .address .map a:before {
	    background: url(../img/article/icon_map_sp.png) no-repeat;
	    background-size: 100% auto;
	}

	.article_block .price {
		width: auto;
		float: none;
		font-size: 222.9%;
        line-height: 1.45;
		border-bottom: solid 1px #E67F22;
	}

	.article_block .price span {
		font-size: 75%;
		margin-left: 0;
	}

	.article_block .price .txt_label {
		line-height: 1.5;
		font-size: 45.5%;
		padding: 1px 0;
		margin-right: 9px;
		margin-left: 0;
		vertical-align: 5px;
	}

	.article_block .area {
		width: auto;
		float: none;
		font-size: 167.2%;
		text-align: left;
	    right: 0;
	    margin-top: 1px;
	}

	.article_block .access {
		top: 0;
		border-top: none;
		font-size: 85%;
		padding: 0 0 11px;
		letter-spacing: -.2px;
	}

	.article_block dl,
	.article_block dl + dl {
		width: auto;
		float: none;
		margin-bottom: 0;
	}

	.article_block .btn_block {
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
		margin-top: 15px;
	}
	
	.article_block .btn_block .wpfp-span,
	.article_block .btn_block p {
		width: 47.413%;
		float: left;
		margin-bottom: 15.5px;
	}

	.article_block .btn_block p:nth-child(2n) {
		float: right;
	}

	.article_block .btn_block .wpfp-span span {
		font-size: .8em;
	}

	.article_block .btn_block .wpfp-span a,
	.article_block .btn_block .btn_favorite a,
	.article_block .btn_block .btn_perspective a {
		/*border-radius: 0;
		font-size: 92.1%;
		line-height: 1.2;
		letter-spacing: -.5px;*/
		font-size: 1em;
		padding: 12px 0 0;
		height: 40px;
	}

	.article_block .btn_block .btn_favorite a {
		padding: 7px 0 0;
	}

	.article_block .btn_block .btn_detail a {
		/*font-size: 110.5%;
	    text-decoration: none;
		letter-spacing: -.7px;*/
		font-size: 1em;
	    padding: 12px 10px 0 0;
		height: 40px;
	}

	#search {
		left: 4.687%;
		right: 4.687%;
		margin-left: 0;
		width: auto;
		padding: 35px 15px 15px;
	}

	#search .btn_close {
		top: 10px;
		right: 10px;
	}

	#search dl dt {
		position: relative;
	}
	
	#search dl dd {
		padding: 20px 0 4px 0;
		font-size: 100%;
		font-weight: bold;
		border-bottom: solid 1px #d3d3d3;
	}

	#search dl dd li {
		width: 50%;
		margin-bottom: 10px;
		float: left;
		letter-spacing: -1px;
	}

	#search dl dd li:nth-child(3n) {
		width: 50%;
	}

	#search dl dd + dt + dd {
		border-top: none;
		padding-top: 20px;
	}

	#search dl dd + dt {
		margin-top: 30px;
	}

	#search dl dd:last-child {
    	border-bottom: none;
	}

	#search .btn_search {
		padding-right: 0;
	}

	#search .btn_search button {
		font-size: 108%;
	}

	#search .btn_search button:before {
		width: 14px;
		height: 14px;
        background-size: 14px auto;
		vertical-align: -2px;
		margin-right: 5px;
	}
}


/* detail
----------------------------------------*/
#detail img {
	display: block;
}

#detail h2 {
	font-size: 2.8rem;
	line-height: 1.4;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	margin: 40px 0 30px;
	letter-spacing: .1em;
}

#detail h2 .txt_label {
	font-size: .571em;
	display: inline-block;
	background: #E67F22;
	color: #fff;
	font-weight: normal;
	min-width: 80px;
	letter-spacing: .2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 15px;
	padding: 2px 10px;
}
#detail h2 .txt_label::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 340px;
	height: 1px;
	background: #E67F22;
	margin-left: -170px;
}

#detail .ph_slider {
	overflow: hidden;
}

#detail .ph_slider .bgimg {
	display: block;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 640px;
}

#detail .ph_slider .bgimg img {
	display: none;
}

#detail .ph_slider .bgimg::after {
	content: '';
	display: block;
	position: relative;
	padding-top: 75%;
}

#detail .ph_slider p,
#detail .ph_thumb p {
	float: left;
}

#detail .ph_slider .slick-slide {
	opacity: .5;
}

#detail .ph_slider .slick-active {
	opacity: 1;
}

#detail .ph_thumb {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}

#detail .ph_thumb p {
	margin: 0 5px;
	cursor: pointer;
}

#detail .detail_inner {
	width: 920px;
	margin: 29px auto 0;
}

#detail .detail_inner > p {
	margin-bottom: 25px;
}

#detail .detail_inner .price {
	color: #D70000;
	font-size: 5.3rem;
	font-weight: bold;
	line-height: 1.1;
	display: inline-block;
	font-family: 'Noto Serif JP', sans-serif;
}

#detail .detail_inner .price span {
	font-size: .735em;
	margin-left: 5px;
}

#detail .detail_inner .price .txt_label {
	color: #fff;
	background: #D70000;
	display: inline-block;
	font-size: .396em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin-top: -15px;
	margin-right: 15px;
	margin-left: 0;
	padding: 8px 10px;
}

#detail .table_block {
	width: 439px;
	float: left;
}

#detail .table_block + .table_block {
	margin-left: 41px;
}

#detail .table_block table {
	border-top: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	border-spacing: 0;
	margin-top: 19px;
	width: 100%;
}

#detail .table_block th {
	width: 159px;
	font-weight: normal;
	padding: 13px 20px 7px;
	vertical-align: top;
	background: #F3F3F3;
	text-align: left;
	border-bottom: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}

#detail .table_block td {
	font-size: .923em;
	padding: 13px 10px 7px;
	vertical-align: top;
	text-align: left;
	line-height: 1.6;
	border-bottom: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}

#detail .table_block .map {
    display: block;
    letter-spacing: -.5px;
    margin: 3px 0 5px 1px;
}

#detail .table_block .map a {
	color: #2699FB;
	text-decoration: underline;
}

#detail .btn_block {
	clear: both;
	margin: 50px 0;
	padding: 20px;
	border: solid 1px #BFBFBF;
	text-align: center;
}

#detail .btn_block .wpfp-span,
#detail .btn_block .btn_mail,
#detail .btn_block .btn_favorite,
#detail .btn_block .btn_print {
	width: 260px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1.143em;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1.3;
}


#detail .btn_block p {
	margin-left: -1px;
}

#detail .btn_block .btn_mail a {
	display: block;
	background: #E13E21;
	color: #fff;
	text-decoration: none;
	height: 47px;
	padding: 12px 10px 0 0;
}

#detail .btn_block p + .wpfp-span ,
#detail .btn_block .wpfp-span + p,
#detail .btn_block p + p {
	margin-left: 30px;
}

#detail .btn_block .btn_mail a::after{
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward-wh.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	z-index: 2;
}

#detail .btn_block .wpfp-span a,
#detail .btn_block .btn_favorite a,
#detail .btn_block .btn_print a {
	text-decoration: none;
	color: #fff;
	background: #475BB2;
	display: block;
	height: 47px;
	padding: 12px 0 0;
}

#detail .btn_block .btn_print a {
	background: #333;
}

@media only screen and (max-width: 736px) {
	#detail {
		font-size: 1.3rem;
	}

	#detail h2 {
		font-size: 2rem;
		margin: 20px 4.687% 0;
	}

	#detail h2 .txt_label::after {
		width: 240px;
		height: 1px;
		margin-left: -120px;
	}

	#detail .ph_block .slick-prev,
	#detail .ph_block .slick-next {
    	content: "";
    	width: 9px;
	    height: 14px;
		background: url(../img/article/btn_prev02.png) no-repeat;
	    background-size: 9px auto;
	    border: none;
	    position: absolute;
	    top: 50%;
	    left: 4.687%;
	    margin-top: -7px;
		overflow: hidden;
	    text-indent: -500px;
	    cursor: pointer;
	    z-index: 100;
	}

	#detail .ph_block .slick-next {
		background: url(../img/article/btn_next02.png) no-repeat;
	    background-size: 9px auto;
	    right: 4.687%;
	    left: auto;
	}

	#detail .ph_slider .bgimg {
		width: 100%;
	}

	#detail .ph_thumb {
		display: none;
	}

	#detail .detail_inner {
		width: auto;
		margin: 19px 4.687% 0;
	}

	#detail .detail_inner > p {
		margin-bottom: 15px;
	}

	#detail .detail_inner .price {
		text-align: center;
		font-size: 238.4%;
		display: block;
		margin: 25px 0 11px;
		min-width: 0;
	}

	#detail .detail_inner .price span {
		font-size: 42.8%;
		margin-left: 5px;
		vertical-align: 2px;
	}

	#detail .detail_inner .price .txt_label {
		font-size: 38.3%;
		width: 43px;
		margin-right: 8px;
		margin-left: 0;
		letter-spacing: .6px;
		padding: 1px 0;
	}

	#detail .table_block {
		width: auto;
		float: none;
        padding-top: 9px;
		clear: both;
	}

	#detail .table_block + .table_block {
		margin-left: 0;
		padding-top: 0;
	}

	#detail .table_block + .table_block table {
    	border-top: none;
	}

	#detail .table_block table,
	#detail .table_block tbody,
	#detail .table_block tr,
	#detail .table_block th,
	#detail .table_block td {
    	display: block;
	}

	#detail .table_block table {
		margin-top: 0;
	}

	#detail .table_block th {
		width: auto;
		padding: 6px 11px;
	}

	#detail .table_block td {
		padding: 7px 10px 6px;
		line-height: 1.6;
		min-height: 30px;
	}

	#detail .btn_block {
		margin: 40px 0;
		padding: 15px 4%;
	}

	#detail .btn_block .wpfp-span,
	#detail .btn_block .btn_mail,
	#detail .btn_block .btn_reserve,
	#detail .btn_block .btn_favorite,
	#detail .btn_block .btn_print {
		width: auto;
		display: block;
	}

	#detail .btn_block p {
		margin-left: 0;
	}

	#detail .btn_block p + .wpfp-span ,
	#detail .btn_block .wpfp-span + p,
	#detail .btn_block p + p {
		margin-left: 0;
		margin-top: 10px;
	}

	#detail .btn_block .btn_print {
    	display: none;
	}
}



/* similar
----------------------------------------*/
#similar {
	border-top: solid 5px #475BB2;
	background: #F3F3F3;
	padding: 60px 0 20px;
}

#similar .col3_block {
	width: 960px;
	margin: 0 auto;
}

#similar .col3_block .col_box {
	width: 300px;
	margin: 0 10px 40px;
	background: #fff;
	overflow: hidden;
	font-size: 1.4rem;
}

#similar .col3_block .col_box .txt_label {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #E67F22;
	color: #fff;
	/*background:  #fff;
	border: solid 1px #E67F22;*/
	display: inline-block;
	min-width: 80px;
	padding: 5px;
	font-size: .928em;
	line-height: 1;
	text-align: center;
	z-index: 2;
}

#similar .col3_block .col_box .ph a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
}

#similar .col3_block .col_box .ph a::after {
	content: "";
	display: block;
	padding-top: 82%;
}

#similar .col3_block .col_box .address {
	font-size: 1.0714em;
	line-height: 1.4;
	margin: 15px 15px 15px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #707070;
}

#similar .col3_block .col_box .overview {
	display: table;
	margin: 0 15px 15px;
	width: calc(100% - 30px);
}

#similar .col3_block .col_box .overview > * {
	display: table-cell;
	vertical-align: bottom;
}

#similar .col3_block .col_box .price {
	color: #D70000;
	font-size: 2.428em;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	text-align: right;
}

#similar .col3_block .col_box .price span {
	font-size: 60%;
}

#similar .col3_block .col_box .area {
	line-height: 1.4;
}

#similar .col3_block .col_box .area span {
	font-weight: normal;
	font-size: .857em;
}


#similar .col3_block .col_box .btn_detail {
	margin: 14px 0 0;
}

#similar .col3_block .col_box .btn_detail a {
	background: #E67F22;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.285em;
	font-family: 'Noto Serif JP', sans-serif;
    color: #fff;
    padding: 12px 10px;
    line-height: 1;
}
#similar .col3_block .col_box .btn_detail a::after {
	content: "";
	display: block;
	background: url("../img/common/icon-arrow_forward-wh.svg") no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	#similar {
		padding: 40px 0 20px;
	}

	#similar:before {
		display: none;
	}

	#similar .col3_block {
		width: auto;
		margin: 0 4.687%;
	}

	#similar .col3_block .col_box {
		width: auto;
		margin: 0 0 20px;
		font-size: 1.3rem;
	}

	#similar .pager {
    	margin-left: -5.172%;
    	margin-right: -5.172%;
	}
}


.wpfp-hide {
	display: none !important;
}
