@charset "UTF-8";
/*
*******************************************************************************************************
# 物件詳細
*******************************************************************************************************

*/
div#container {
	padding-bottom: 100px;
}
/* ------------------------------------
	* index
* ------------------------------------ */
/* heading */
.article_index .box_head_index {
	padding-bottom: 5px;
	position: relative;
}
.box_head_index .box_btn,
.box_head_dtl .box_btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	_width: 100px;
}
.box_btn .btn_print {
	background: #FFF url(/static/detail/images/icn_print.gif) no-repeat 15px 12px;
	padding: 12px 0px 12px 20px;
}

/* tab_room */
.article_index .mod_box_tab_room .box_head_tab_room .pic_object {
	width: 446px;
}
.article_index .mod_box_tab_room .box_head_tab_room .box_info {
	width: 482px;
}
.article_index .mod_box_tab_room .box_head_tab_room .info {
	padding-bottom: 25px;
	margin-bottom: 0px;
	border-bottom: 1px solid #DADADB;
}
.article_index .mod_box_tab_room .box_head_tab_room .box_access {
	padding-top: 30px;
	padding-bottom: 30px;
}
.article_index .mod_box_tab_room .box_head_tab_room a {
	text-decoration: underline;
	display: inline;
}
.article_index .mod_box_tab_room .box_head_tab_room a:hover {
	color:  #013b96;
}

/* mod_box_section */
.mod_box_section.mod_box_inquiry_all {
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-ms-border-radius: 12px 12px 0px 0px;
	-o-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}
.mod_box_inquiry_all .mod_check_green {
	-webkit-border-radius: 12px 0px 0px 0px;
	-moz-border-radius: 12px 0px 0px 0px;
	-ms-border-radius: 12px 0px 0px 0px;
	-o-border-radius: 12px 0px 0px 0px;
	border-radius: 12px 0px 0px 0px;
}
.mod_box_inquiry_all .mod_check_green.sizing_1702 {
	padding-top: 27px;
	padding-bottom: 0px;
	width: 268px;
	min-height: 48px;
	max-height: 48px;
}
/* type_list_wrap */
.type_list_wrap {
	padding: 20px;
	border-top: 2px solid #e6e8ec;
	background: #FFF;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	-ms-border-radius: 0px 0px 12px 12px;
	-o-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
}
.type_list_wrap .mod_table_col {
	margin-top:0px;
}
.mod_table_col .mod_btn_blue,
.mod_table_col .btn_soldout .mod_btn_s {
	margin-left: 5px;
	width: 115px;
}
.mod_table_col .mod_btn_all_green,
.mod_table_col .btn_soldout .mod_btn_all_s {
	width: 119px;
	font-size: 16px;
}
.mod_table_col .btn_soldout .mod_btn_all_s {
	background: #E12D4F url(/static/detail/images/icn_check.gif) no-repeat 10px 10px;
	border-color: #E12D4F;
	padding-top: 8px;
	padding-left: 24px;
	*width: 95px;
}
.mod_table_col .btn_soldout .mod_btn_s {
	background: #CCCCCC;
	border-color: #CCCCCC;
	padding-top: 8px;
	color: #666;
}
/*.btn_soldout .mod_btn_all_s::before,*/ /*IE8で効かない*/
.btn_soldout .mod_btn_all_s:before {
	border-color: #E12D4F;
}
/*.btn_soldout .mod_btn_s::before,*/ /*IE8で効かない*/
.btn_soldout .mod_btn_s:before {
	border-color: #CCCCCC;
}
.btn_soldout .mod_btn_all_s:hover,
.btn_soldout .mod_btn_s:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: default;
}

/* map */
.around_map {
	margin-top: 30px;
	border: 2px solid #013B96;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: #FFF;
}
.around_map h2 {
	padding: 20px 20px 20px 28px;
	background: #FFF url(/static/detail/images/icn_plus.gif) no-repeat 946px 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #013B96;
	cursor:pointer;
}
.around_map h2.active {
	background: #FFF url(/static/detail/images/icn_minus.gif) no-repeat 946px 20px;
}
.around_map .map {
	position: relative;
	*zoom: 1;
	padding: 20px 30px;
	border-top: 2px solid #e6e8ec;
}
.around_map .map #map {
	z-index: 1;
    width: 876px;
	height: 500px;
	margin-bottom: 15px;
	background-color: #e8e8e8;
}
.around_map .map .wrp_gmap {
	position: relative;
	overflow: hidden;
}
.around_map .map .wrp_street_view {
	position: absolute;
	top: 0;
	right: -371px;
	width: 368px;
	height: 500px;
	border-left: 3px solid #013b96;
	z-index: 10;
}
.around_map .map #streetView {
	position: absolute;
	top: 0;
	right: 0;
	width: 368px;
	height: 500px;
}
.around_map .map .btn_streetview {
	position: absolute;
	top : 12px;
	cursor: pointer;
}
.around_map .map .btn_streetview.gmap_open {
	left: -90px;
}
.around_map .map .btn_streetview.gmap_close {
	left: -50px;
}
.around_map .map .btn_streetview.is_btn_hidden {
	display: none;
}
#map.mapOnly{
	width: 100%;
	height: 100vh;
}

/* around_article */
.around_article {
	margin-top: 25px;
}
.around_article h2 {
	font-size: 20px;
	font-weight: bold;
	margin-left: 30px;
}
.around_article .mod_box_section {
	padding: 20px;
	margin-top: 10px;
	overflow: hidden;
	width: 960px;
	position: relative;
}
.around_article .mod_box_section ul {
	width: 980px;
	position: relative;
}
.around_article .mod_box_section ul li {
	width: 151px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.around_article .mod_box_section ul li span {
	width: 111px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}
.around_article .mod_box_section ul li p {
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 20px;
}
.around_article .mod_box_section ul li a {
	color: #0A3F94;
	display: block;

	padding: 10px 20px;

	border: 1px solid #D0D0D0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.around_article .mod_box_section a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* shop */
.shop_list {
	margin-top: 40px;
}
.shop_list h2 {
	font-size: 24px;
	font-weight: bold;
	margin-left: 30px;
}
.shop_list .shop_info {
	padding: 27px 30px;
	background: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-top: 15px;
}

/* add nak 20151116 */
.shop_list .shop_info .wrapper_pic{
	float: left;
	width: 200px;
	margin-right: 30px;

	text-align: center;
}
.shop_list .shop_info .wrapper_pic .pic{
	float: none;
}
.shop_list .shop_info .wrapper_pic .btn_prcomment{

}
.shop_list .shop_info .wrapper_pic .btn_prcomment .mod_btn_green {
	margin-top: 10px;
	padding: 10px 5px;

	width: 140px;

	font-size: 16px;
}

/* / add nak 20151116 */

.shop_list .shop_info .pic {
	padding: 2px;
	float: left;
	width: 194px;
	margin-right: 30px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.shop_list .shop_info .outline {
	float: left;
}
.shop_list .shop_info .outline .name {
	font-size: 18px;
	font-weight: bold;
}
.shop_list .shop_info .outline .name a {
	text-decoration: none;
}
.shop_list .shop_info .outline .name span {
	font-size: 24px;
	font-weight: bold;
}
.shop_list .shop_info .outline .tel {
	font-size: 30px;
	font-weight: bold;
	color: #FF48AF;
	margin-top: 10px;
}
.shop_list .shop_info .outline .tel span {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #378900;
	padding: 2px 10px 1px;
	margin-right: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	vertical-align: 0.4em;
}
.shop_list .shop_info .list_detail {
	margin-top: 5px;
	font-size: 16px;
}
.shop_list .shop_info .list_detail li {
	margin-top: 8px;
}
.shop_list .shop_info .list_detail li.shop_num {
	font-weight: bold;
	color: #378900;
}
.shop_list .shop_info .list_detail li.shop_num span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: 0.2em;
	margin-left: 10px;
	position: relative;
	cursor:pointer;
}
.shop_list .shop_info .btn_area {
	float: right;
	width: 244px;
}
.shop_list .shop_info .btn_area td {
	vertical-align: top;
	display: table-cell;
}
.shop_list .shop_info .btn_area li {
	margin-top: 12px;
}
.shop_list .shop_info .btn_area li:first-child {
	margin-top: 0px;
}
/*.shop_list .shop_info .btn_area li .btn_line,*/
.shop_list .shop_info .btn_area .btn_line {
	background: url(/static/detail/images/icn_line.gif) no-repeat 12px 6px;
	padding-left: 30px;
	padding-top: 11px;
	*width: 214px;
}
.shop_list .shop_info .btn_area li .mod_btn_all_green {
	color: #FFF;
}
.shop_list .shop_search {
	margin-top: 15px;
	text-align: right;
}
.shop_list .shop_search a {
	text-align: left;
	padding-top: 0px;
	font-size: 16px;
}
.shop_list .shop_search a strong {
	color: #ff48af;
}

/* search_wrap */
.search_wrap {
	margin-top: 25px;
}
.search_wrap h3 {
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}
.search_wrap p {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
}
.search_wrap ul {
	padding: 20px;
	background: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-top: 10px;
}
.search_wrap ul li {
	margin-right: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.search_wrap ul li a {
	color: #013b96;
}
.search_wrap ul li a:hover {
	color: #82a9eb;
}
.search_wrap .search_type {
	float: left;
	width: 480px;
}
.search_wrap .search_feelings {
	float: right;
	width: 480px;
}

.btn_pagetop_authority {
	margin-top: 20px;
	font-weight: bold;
	text-align: right;
}

/* soldout */
.mod_table td.mod_check.soldout {
	background-color: #ddd !important;
}

/* modal */
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
div#modal_gomen {
	display: none;
	width: 600px;
	zoom:1;
}
div#modal_gomen .modal_body {
	padding: 27px 30px;
	background: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding: 45px 0px;
	font-size: 18px;
	text-align: center;
	line-height: 1.5em;
}
div#modal_gomen .modal_body strong {
	font-weight: bold;
	display: block;
}
div#modal_gomen .modal_body strong span {
	color: #ff48af;
}
div#modal_gomen .modal_close {
	position: absolute;
	top: -25px;
	right: -25px;
	/*display: block;*/
	width: 52px;
	height: 52px;
	z-index: 2;
	cursor:pointer;
}
div#modal_gomen .modal_bear {
	position: absolute;
	top: -111px;
	left: 180px;
	/*display: block;*/
	z-index: 2;
}
div#modal_gomen .modal_close:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
}


/* ------------------------------------
	* detail
* ------------------------------------ */
/* heading */
.article_dtl .box_head_dtl {
	position: relative;
	min-height: 38px;
	_height: 38px;
}
.article_dtl .box_head_dtl ul {
	text-align: right;
	top: 0px;
	right: 140px;
	position: absolute;
}
.article_dtl .box_head_dtl ul li {
	display: inline;
}

/* mod_box_tab_type */
.article_dtl .mod_box_tab_type {
	margin-top: 22px;
}

/* tab_room */
.article_dtl .mod_box_tab_room {
	margin-top: 0px;
	padding: 35px 28px 0px;
	_width: 940px;
	_overflow: hidden;
}
.article_dtl .mod_box_tab_room .btn_add {
	top: 35px;
	right: 28px;
	*right: 106px;
	_right: 28px;
	position: absolute;
	width: 175px;
	*width: 100px;
}
.article_dtl .mod_box_tab_room .btn_add .mod_btn_blue {
	background: url(/static/shared/images/icon/icn_star/s1_star.png) no-repeat 12px 9px;
	padding-left: 75px;
	padding-top: 12px;
	padding-bottom: 12px;
	*padding-bottom: 10px;
	text-align: left;
}

/* add nak 20151112 */
.article_dtl .mod_box_tab_room .btn_bnr{
	top: 35px;
	right: 28px;
	position: absolute;
	width: 220px;
}/* / add nak 20151112 */

/* remove nak 20151121
.article_dtl .mod_box_tab_room .btn_bnr:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
remove nak 20151112 */



/* 検討リストに追加ボタン：hoverで黄色
.article_dtl .mod_box_tab_room .btn_add .mod_btn_s:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.article_dtl .mod_box_tab_room .btn_add .mod_btn_s:hover.mod_btn_s:before {
	border-color: #F7CF3A;
}
.article_dtl .mod_box_tab_room .btn_add .mod_btn_blue:hover {
	background: #F7CF3A url(/static/shared/images/icon/icn_star/s2_star.png) no-repeat 12px 0px;
	color: #000;
	border-color: #F7CF3A;
}*/

.article_dtl .mod_box_tab_room .btn_add .mod_btn_blue.mod_btn_active {
	background: #F7CF3A url(/static/shared/images/icon/icn_star/s2_star.png) no-repeat 12px 0px;
	color: #000;
	border-color: #F7CF3A;
	cursor: default;
}
.article_dtl .mod_box_tab_room .btn_add .mod_btn_blue.mod_btn_active:before {
	border-color: #F7CF3A;
}

.article_dtl .mod_box_tab_room .txt_descript {
	color: #013B96;
	position: absolute;
	left: 130px;
	top: -28px;
}

.article_dtl .mod_box_tab_room .box_head_tab_room .name {
	width: 695px;/* nak 20151112 700px*/
	font-size: 32px;
	margin: 0px;
}

/* add nak 20151112 */
.article_dtl .mod_box_tab_room .wrapper_table{
	width: 940px;
}

.article_dtl .mod_box_tab_room.type_monthly .wrapper_table .article_info,
.article_dtl .mod_box_tab_room.type_bnb .wrapper_table .article_info{
	float: left;
	width: 695px;
}
.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column{
	float: right;
	width: 220px;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .mod_btn_all_green span {
    color: #fff;
    font-weight: bold;
}
.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .mod_btn_all_green span {
    font-size: 14px;
    display: block;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .mod_btn_all_green {
    font-size: 20px;
    color: #FFF;
    padding-right: 0px;
    padding-left: 0px;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .inq_tel .free_d {
    font-size: 24px;
    font-weight: bold;
    color: #ff48af;
    margin-top: 20px;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .inq_tel .shop_num {
    color: #333;
    font-weight: normal;
}
.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .inq_tel .shop_num {
    font-size: 18px;
    margin-top: 7px;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .inq_tel .shop_num strong {
    font-weight: bold;
    color: #ff48af;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .inq_tel .shop_num span {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .net_settlement_line .btn_net_settlement a {
    padding-right: 0px;
    padding-left: 0px !important;
    position: relative;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .net_settlement_line {
    margin-top: 15px;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .net_settlement_line .btn_net_settlement .mod_btn_l {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 20px;
}
.article_dtl .article_info .net_settlement_line .btn_net_settlement a {
    color: #fff;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .detail_area li {
    font-size: 10px;
    line-height: 1.5em;
    padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .detail_area li.caution {
	font-size: 12px;
}

.article_dtl .mod_box_tab_room.type_bnb .wrapper_table .wrapper_right_column .detail_area {
    margin-top: 205px;
}

.article_dtl .mod_box_tab_room.type_monthly .wrapper_table .wrapper_right_column .detail_area {
    margin-top: 205px;
}

.article_dtl .mod_box_tab_room .wrapper_table .wrapper_right_column .btn_area {
    margin-top: 20px;
}

.article_dtl .mod_box_tab_room.type_monthly .article_info .wrapper_list_icn_equipment,
.article_dtl .mod_box_tab_room.type_bnb .article_info .wrapper_list_icn_equipment{
	padding-top: 0px;
}

/* / add nak 20151112 */


.article_dtl .mod_box_tab_room.type_monthly .article_info,
.article_dtl .mod_box_tab_room.type_bnb .article_info {
	width: 695px;/* nak 20151112 940px*/
	/*margin-top: 17px;*/
}
.article_dtl .mod_box_tab_room .article_info th,
.article_dtl .mod_box_tab_room .article_info td {
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.article_dtl .mod_box_tab_room .article_info .border_none th,
.article_dtl .mod_box_tab_room .article_info .border_none td {
	padding-bottom: 0px;
	border-bottom: none;
}

/* add nak 20151112 */
.article_dtl .mod_box_tab_room .article_info .border_none th.border_show,
.article_dtl .mod_box_tab_room .article_info .border_none td.border_show {
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.article_dtl .mod_box_tab_room.type_doublezero .article_info .border_none th.border_show,
.article_dtl .mod_box_tab_room.type_doublezero .article_info .border_none td.border_show {
	padding-top: 55px;
	padding-bottom: 22px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.article_dtl .mod_box_tab_room.type_doublezero .article_info .border_none .detail_area {
	margin-top: 42px;
}

.article_dtl .mod_box_tab_room.type_doublezero .article_info .border_none .detail_area li {
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}

.article_dtl .mod_box_tab_room .mrgn_top20 {
	margin-top: 20px;
}

.article_dtl .mod_box_tab_room .mrgn_top205 {
	margin-top: 205px;
}

.article_dtl .mod_box_tab_room .mrgn_top350 {
	margin-top: 350px;
}
/* / add nak 20151112 */


.article_dtl .mod_box_tab_room .article_info .pt18 th {
	padding-top: 18px;
}
.article_dtl .mod_box_tab_room .article_info .pt18 td {
	padding-top: 23px;
}
.article_dtl .mod_box_tab_room .article_info th {
	width: 80px;
}

.article_dtl .mod_box_tab_room .article_info th.deposit {
	width: 105px;
}
.article_dtl .mod_box_tab_room .article_info td {
	padding-top: 27px;
	padding-left: 10px;
}
.article_dtl .mod_box_tab_room .article_info th span {
	/*width: 80px;*/
	background-color: #eff2f4;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.article_dtl .mod_box_tab_room .article_info .price1 th span {
	background-color: #FF48AF;
	color: #FFF;
}
.article_dtl .mod_box_tab_room .article_info .price2 th span {
	background-color: #EDE3C7;
}
.article_dtl .mod_box_tab_room .article_info .price1 td {
	font-size: 33px;
	font-weight: bold;
	color: #FF48AF;
	padding-top: 16px;
}
.article_dtl .mod_box_tab_room .article_info .price1 td span {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}

.article_dtl .mod_box_tab_room .article_info .price1 td .meyasu {
	margin-left: 50px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	color: #111;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	line-height: 1.1;
}
.article_dtl .mod_box_tab_room .article_info .price1 td .meyasu a {
	padding-right: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	top: -5px;
}

/* add nak 20151112 */
.textlink_selectoption {
	margin-left: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	color: #111;
	font-size: 13px;
	font-weight: normal;
	padding-top: 4px;
	line-height: 1.1;
}

.textlink_selectoption a {
	padding-right: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	top: -5px;

	color: #013b96;
}
.textlink_selectoption_month {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	color: #111;
	font-size: 13px;
	font-weight: normal;
	padding-top: 4px;
	line-height: 1.1;
}
.textlink_selectoption_month a {
	color: #013b96;
}

/* remove 20151124
.plan_chintai .textlink_selectoption{
	margin-left: 60px;
}*/

.article_dtl .mod_box_tab_room .article_info .price1 .rent span {
	background-color: #FF48AF;
	color: #FFF;
	width: 150px;
}
/* / add nak 20151112 */

.article_dtl .mod_box_tab_room .article_info .price1 th span {
	background-color: #FF48AF;
	color: #FFF;
}
.article_dtl .mod_box_tab_room .article_info .price2 td a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 20px;
	padding-left: 55px;
	position: relative;
	top: -5px;
}
.article_dtl .mod_box_tab_room .article_info td .access li {
	margin-top: 10px;
}
.article_dtl .mod_box_tab_room .article_info td .access li:first-child {
	margin-top: 0px;
}
.article_dtl .mod_box_tab_room .mod_list_icn_equipment {
	margin-top: 5px;
	width: 944px;
	position: relative;
}

.article_dtl .mod_box_tab_room .article_info .price2 td .contact_tel {
	margin-top: 25px;
}
.article_dtl .mod_box_tab_room .article_info .price2 td .contact_tel a {
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
}
.article_dtl .mod_box_tab_room .article_info .price2 td .text_link a {
	padding-left: 0;
	padding-right: 0;
	margin-top: 5px;
	font-size: 12px;
	color: #013b96;
}
.article_dtl .mod_box_tab_room .article_info .price2 td .contact_tel .inq_te_inbtn {
	background-image: url(/static/shared/images/icon/icn_phone_l.png);
	background-size: 18px auto;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 38px;
	background-position: 15px 5px;
}
.article_dtl .mod_box_tab_room .article_info .price2 td .contact_tel .inq_te_inbtn span {
	color: #333333;
	display: block;
	font-weight: normal;
	font-size: 11px;
}


/* retouch nak 20151112 */
.article_dtl .mod_box_tab_room.type_monthly .mod_list_icn_equipment,
.article_dtl .mod_box_tab_room.type_bnb .mod_list_icn_equipment {
	margin-top: 5px;
	width: 695px;/*944px*/
	position: relative;
}

.article_dtl .mod_box_tab_room .mod_list_icn_equipment li {
	margin-right: 4px;
}
.article_dtl .mod_box_tab_room .update {
	font-size: 12px;
	background: #EFF2F4;
	margin-top: 20px;
	margin-left: -28px;
	position: relative;
	padding: 10px 0px 10px 28px;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	-ms-border-radius: 0px 0px 12px 12px;
	-o-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	width: 968px;
}
.article_dtl .mod_box_tab_room .update .after_day {
	color: #FF48AF;
}
.article_dtl .mod_box_tab_room .update .article_num {
	position: absolute;
	top: 10px;
	right: 28px;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area {
	padding-left: 25px;
	width: 220px;
	/*padding-top: 20px;*/
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .mod_btn_all_green {
	font-size: 20px;
	color: #FFF;
	*width: 220px;
	padding-right: 0px;
	padding-left: 0px;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .mod_btn_all_green span {
	font-size: 14px;
	display: block;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .btn_line {
	background: url(/static/article/images/icn_line02.gif) no-repeat 32px 7px;
	text-align: left;
	margin-top: 25px;
	padding-left: 90px;
	padding-righr: 0px;
	*width: 110px;
}

.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .free_d {
	font-size: 24px;
	font-weight: bold;
	color: #ff48af;
	margin-top: 20px;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_num {
	font-size: 18px;
	margin-top: 7px;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_num strong {
	font-weight: bold;
	color: #ff48af;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_num span {
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_name {
	font-size: 12px;
	margin-top: 10px;
}

.article_dtl .btn_add_wrap {
	text-align: center;
	margin-top: 20px;
}
.article_dtl .btn_add_wrap .btn_add .mod_btn_blue {
	background: #FFF url(/static/shared/images/icon/icn_star/s1_star.png) no-repeat 50px 18px;
	/*-moz-background-size: 55px auto;
	background-size: 55px auto;*/
	font-size: 24px;
	margin-right: 320px;
	margin-left: 320px;
	padding-top: 24px;
	padding-bottom: 20px;
	padding-left: 70px;
	width: 360px;
	_width: 290px;
}
/* 検討リストに追加ボタン：hoverで黄色
.article_dtl .btn_add_wrap .btn_add .mod_btn_s:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.article_dtl .btn_add_wrap .btn_add .mod_btn_s:hover.mod_btn_s:before {
	border-color: #F7CF3A;
}
.article_dtl .btn_add_wrap .btn_add .mod_btn_blue:hover {
	background: #F7CF3A url(/static/shared/images/icon/icn_star/s2_star.png) no-repeat 50px 9px;
	color: #000;
	border-color: #F7CF3A;
}*/



/* add nak 20151112 */
.article_dtl .mod_box_tab_room .article_info .wrapper_plan th{
	padding-top: 8px;
}

.article_dtl .mod_box_tab_room .article_info .planarea .txt_plan{
	font-weight: bold;
	margin-bottom: 10px;
}

.article_dtl .mod_box_tab_room .article_info .planarea .btn_plan{
	display: inline-block;
	margin-right: 60px;
}

.article_dtl .mod_box_tab_room .article_info .planarea .btn_plan:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


.article_dtl .btn_add_wrap .btn_add .mod_btn_blue.mod_btn_active {
	background: #F7CF3A url(/static/shared/images/icon/icn_star/s2_star.png) no-repeat 50px 9px;
	color: #000;
	border-color: #F7CF3A;
	cursor: default;
}
.article_dtl .btn_add_wrap .btn_add .mod_btn_blue.mod_btn_active:before {
	border-color: #F7CF3A;
}

.article_dtl .img_gallery {
	margin-top: 30px;
	padding: 30px;
	background: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.article_dtl .img_gallery .img_l,
.article_dtl .img_gallery .img_r {
	width: 450px;
	text-align: center;
}
.article_dtl .img_gallery .img_l span,
.article_dtl .img_gallery .img_r span {
	vertical-align: middle;
	display: table-cell;
	*display: block;
	border: 1px solid #CCC;
	width: 430px;
	padding-right: 9px;
	padding-left: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.article_dtl .img_gallery .img_l img,
.article_dtl .img_gallery .img_r img {
	margin-top: 40px;
	margin-bottom: 40px;
}
.article_dtl .img_gallery .img_l p,
.article_dtl .img_gallery .img_r p {
	margin-top: 10px;
}
.article_dtl .img_gallery .img_l {
	float:left;
}
.article_dtl .img_gallery .img_r {
	float:right;
}
.article_dtl .img_gallery .img_slider {
	clear: both;
	padding-top: 30px;
	position: relative;
	padding-left: 16px;
}
.article_dtl .img_gallery .img_slider ul {
}
.article_dtl .img_gallery .img_slider ul li {
	float: left;
	width: 120px;
	margin-right: 16px;
}
.article_dtl .img_gallery .img_slider ul li span {
	height: 118px;
	border: 1px solid #CCC;
	display: table-cell;
	*display: block;
	width: 118px;
	text-align: center;
	vertical-align: middle;
}
.article_dtl .img_gallery .img_slider ul li p {
	text-align: center;
	margin-top: 10px;
}
.article_dtl .img_gallery .img_slider .btn_next a {
	position: absolute;
	right: 0px;
	_right: 30px;
	top: 69px;
	background: url(/static/detail/images/btn_slider_next.png);
	height: 43px;
	width: 43px;
	text-indent: -9999px;
	display: block;
}
.article_dtl .img_gallery .img_slider .btn_prev a {
	position: absolute;
	left: 0px;
	_left: -70px;
	top: 69px;
	background: url(/static/detail/images/btn_slider_prev.png);
	height: 43px;
	width: 43px;
	text-indent: -9999px;
	display: block;
}
.article_dtl .img_gallery .img_slider .btn_next a:hover,
.article_dtl .img_gallery .img_slider .btn_prev a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.article_dtl .img_gallery .img_slider .bx-wrapper {
	overflow: hidden;
	width: 816px;
}

.article_dtl .inq_btn_wrap {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: url(/static/detail/images/bg_inq_btn_wrap.gif);
	padding: 25px;
	margin-top: 30px;
	border: 2px solid #3C8812;
}
.article_dtl .inq_btn_wrap .btn_area li {
	width: 450px;
}
.article_dtl .inq_btn_wrap .btn_area li.float_l {
	float:left;
}
.article_dtl .inq_btn_wrap .btn_area li.float_r {
	float:right;
}
.article_dtl .inq_btn_wrap .btn_area .mod_btn_all_green {
	font-size: 20px;
	color: #FFF;
	height: 62px;
	*height: 38px;
	_height: 35px;
	_padding-bottom: 7px;
}
.article_dtl .inq_btn_wrap .btn_area .mod_btn_all_green span {
	font-size: 14px;
	display: block;
}
.article_dtl .inq_btn_wrap .btn_area .btn_line {
	background: #FFF url(/static/detail/images/icn_line02.gif) no-repeat 70px 7px;
	text-align: left;
	padding-left: 128px;
	padding-top: 13px;
	font-size: 24px;
	height: 62px;
	*height: 35px;
	* width: 322px;
}

/* map */
.article_dtl .around_map {
	margin-top: 30px;
}
.article_dtl .around_map h2 {
	border: none;
	background: #FFF url(/static/detail/images/icn_plus.gif) no-repeat 946px 20px;
	color: #000000;
}
.article_dtl .around_map h2.active {
	background: #FFF url(/static/detail/images/icn_minus.gif) no-repeat 946px 20px;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	-ms-border-radius: 12px 12px 0px 0px;
	-o-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}
.article_dtl .around_map .map {
	background: #FFF;
	padding: 30px;
	margin-top: 2px;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	-ms-border-radius: 0px 0px 12px 12px;
	-o-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
}

.article_dtl .article_data_wrap,
.article_dtl .article_campaign_wrap {
	margin-top: 40px;
}
.article_dtl .article_data_wrap h2,
.article_dtl .article_list h2,
.article_dtl .article_recommend h2,
.article_dtl .article_campaign_wrap h2 {
	font-size: 24px;
	font-weight: bold;
	margin-left: 30px;
}
.article_dtl .article_data_wrap .article_data,
.article_dtl .article_campaign_wrap .article_campaign {
	background: #FFF;
	padding: 1px 30px 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-top: 15px;
}
.article_dtl .article_data_wrap .article_data h3 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #9B802E;
}
.article_dtl .article_data_wrap .article_data table {
	width: 940px;
	margin-top: 10px;
	border-collapse:collapse;
}
.article_dtl .article_data_wrap .article_data table th,
.article_dtl .article_data_wrap .article_data table td {
	padding: 15px 0px 15px 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
.article_dtl .article_data_wrap .article_data table th {
	background: #EDE3C7 url(/static/detail/images/bdr_white.gif) repeat-x left bottom;
	padding-top: 0px;
	padding-left: 0px;
}
.article_dtl .article_data_wrap .article_data table th span {
	display: block;
	padding-top: 15px;
	padding-left: 20px;
	border-top: 1px solid #FFF;
}

/* add nak 20151116 */
.article_dtl .article_data_wrap .article_data .othercost li{
	position: relative;
	display: block;
	padding-left: 14px;
}
.article_dtl .article_data_wrap .article_data .othercost li:before{
	content: "・";
	position: absolute;
	width: 4px;
	height: 4px;
	top: 0px;
	left: 0px;
}
/* / add nak 20151116 */

.article_dtl .article_list,
.article_dtl .article_recommend {
	margin-top: 40px;
}
.article_dtl .article_list .mod_box_inquiry_all {
	margin-top: 10px;
}

.article_dtl .article_recommend .img_slider2 {
	margin-top: 10px;
	position: relative;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: #EDE3C7;
	padding: 18px 0px 18px 10px;
	border: 2px solid #CC9900;
}
.article_dtl .article_recommend .img_slider2 ul {
}
.article_dtl .article_recommend .img_slider2 ul li {
	float: left;
	width: 150px;
	_width: 150px;
	margin-right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
}
.article_dtl .article_recommend .img_slider2 ul a {
	text-decoration: none;
}
.article_dtl .article_recommend .img_slider2 ul li span {
	display: table-cell;
	*display: block;
	width: 130px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.article_dtl .article_recommend .img_slider2 ul li p {
	margin: 0px 10px;
	font-size: 12px;
}
.article_dtl .article_recommend .img_slider2 ul li p.cell01 {
	margin: 10px 10px 0px;
}
.article_dtl .article_recommend .img_slider2 ul li p.cell02 {
	font-weight: bold;
	margin: 8px 10px 10px;
}
.article_dtl .article_recommend .img_slider2 ul li p.cell02 span {
	font-size: 20px;
	font-weight: bold;
	color: #FB6FBF;
	display: inline;
	width: auto;
	text-align: left;
	/*vertical-align: middle;*/
	padding: 0;
}
.article_dtl .article_recommend .img_slider2 .btn_next a {
	position: absolute;
	right: 30px;
	top: 50%;
	_top: 140px;
	margin-top: -21px;
	background: url(/static/detail/images/btn_slider2_next.gif);
	height: 43px;
	width: 43px;
	text-indent: -9999px;
	display: block;
}
.article_dtl .article_recommend .img_slider2 .btn_prev a {
	position: absolute;
	left: 30px;
	_left: -73px;
	top: 50%;
	_top: 140px;
	margin-top: -21px;
	background: url(/static/detail/images/btn_slider2_prev.gif);
	height: 43px;
	width: 43px;
	text-indent: -9999px;
	display: block;
}
.article_dtl .article_recommend .img_slider2 .btn_next a:hover,
.article_dtl .article_recommend .img_slider2 .btn_prev a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.article_dtl .article_recommend .img_slider2 .bx-wrapper {
	overflow: hidden;
	width: 800px;
}

.article_dtl .article_campaign_wrap .article_campaign {
	padding: 10px 20px 10px 30px;
}
.article_dtl .article_campaign_wrap .article_campaign table th,
.article_dtl .article_campaign_wrap .article_campaign table td {
	padding: 10px 10px 10px 0px;
}
.article_dtl .article_campaign_wrap .article_campaign table th {
	width: 190px;
}
.article_dtl .article_campaign_wrap .article_campaign table td {
	width: 285px;
}

.article_dtl .about_article {
	margin-top: 30px;
}
.article_dtl .about_article dt {
	font-weight: bold;
}
.article_dtl .about_article dd {
	margin-top: 10px;
	line-height: 1.5em;
}
.article_dtl .about_article .mod_link_arrow {
	margin-top: 20px;
}

/* modal */
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

/* add nak 20151117 */
div.modal_prcomment,
div#modal_meyasu,
div#modal_gallery {
	display: none;
	width: 600px;
	zoom: 1;
}
div#modal_meyasu .modal_body {
	background: #FFF url(/static/detail/images/icn_meyasu02.gif) no-repeat 35px center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding: 35px 35px 35px 240px;
	line-height: 1.5em;
}
div#modal_meyasu .modal_body dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#modal_meyasu .modal_close,
div#modal_gallery .modal_close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 52px;
	height: 52px;
	z-index: 2;
	cursor:pointer;
}

div.modal_prcomment .modal_close{
	position: absolute;
	top: 45px;
	right: -25px;
	width: 52px;
	height: 52px;
	z-index: 2;
	cursor:pointer;
}

div.modal_prcomment .modal_close:hover,
div#modal_meyasu .modal_close:hover,
div#modal_gallery .modal_close:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
}

div#modal_gallery {
	width: 940px;
}
div#modal_gallery .modal_body {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding: 40px;
	line-height: 1.5em;
	background: #FFF;
}
div#modal_gallery .modal_body .gallery_main {
	width: 450px;
	position: relative;
}
div#modal_gallery .modal_body .gallery_main span {
	display: table-cell;
	*display: block;
	width: 448px;
	height: 448px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}
div#modal_gallery .modal_body .gallery_main p {
	text-align: center;
	margin-top: 20px;
}
div#modal_gallery .modal_body .gallery_main .btn_next {
	position: absolute;
	right: -21px;
	top: 204px;
}
div#modal_gallery .modal_body .gallery_main .btn_prev {
	position: absolute;
	left: -21px;
	top: 204px;
}
div#modal_gallery .modal_body .gallery_main .btn_next:hover,
div#modal_gallery .modal_body .gallery_main .btn_prev:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
div#modal_gallery .modal_body .gallery_thumb {
	height: 480px;
	width: 405px;
	position: absolute;
	top: 30px;
	right: 7px;
}
div#modal_gallery .modal_body .gallery_thumb li {
	float: left;
	width: 120px;
	margin-right: 15px;
	margin-top: 10px;
}
div#modal_gallery .modal_body .gallery_thumb li span {
	display: table-cell;
	*display: block;
	width: 118px;
	height: 118px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
div#modal_gallery .modal_body .gallery_thumb li p {
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
}
div#modal_gallery .modal_body .gallery_thumb .bx-wrapper {
	overflow: hidden;
	width: 415px;
}
div#modal_gallery .modal_body .gallery_nav {
	position: absolute;
	right: 15px;
	bottom: 32px;
	text-align: center;
	width: 390px;
}
div#modal_gallery .modal_body .gallery_nav li {
	background: url(/static/detail/images/btn_gallery_nav_onoff.gif) no-repeat 0px bottom;
	height: 16px;
	width: 15px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1em;
}
div#modal_gallery .modal_body .gallery_nav li:hover {
	background-position: 0px top;
}
div#modal_gallery .modal_body .gallery_nav li.nav_prev {
	background: url();
	width: auto;
	margin-right: 14px;
}
div#modal_gallery .modal_body .gallery_nav li.nav_next {
	background: url();
	width: auto;
	margin-left: 14px;
}
div#modal_gallery .modal_body .gallery_nav li.nav_prev:hover,
div#modal_gallery .modal_body .gallery_nav li.nav_next:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
div#modal_gallery .modal_body .gallery_nav li.on {
	background-position: 0px top;
	cursor: default;
}

/* add nak 20151117 */
div.modal_prcomment {
	width: 940px;
}
div.modal_prcomment .modal_body {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding: 40px;
	line-height: 1.5em;
	background: #FFF;
}
/* /add nak 20151117 */

/*20170606*/
div#modal_gallery .modal_body .gallery_main {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
div#modal_gallery .modal_body .gallery_main span {
	border:none;
}
div#modal_gallery .modal_body .gallery_thumb li p{
	display:none;
}
div#modal_gallery .modal_body .gallery_main p{
	margin-top:5px;
	margin-bottom:15px;
	padding: 0 10px;
	text-align: left;
}



/* ------------------------------------
	* clearFix
* ------------------------------------ */

.shop_list .shop_info,
.around_article .mod_box_section ul,
.search_wrap,
.article_dtl .img_gallery,
.article_dtl .img_gallery .img_slider ul,
.article_dtl .article_recommend .img_slider2 ul,
.article_dtl .inq_btn_wrap .btn_area {
	zoom:1;
}
.shop_list .shop_info:after,
.around_article .mod_box_section ul:after,
.search_wrap:after,
.article_dtl .img_gallery:after,
.article_dtl .img_gallery .img_slider ul:after,
.article_dtl .article_recommend .img_slider2 ul:after,
.article_dtl .inq_btn_wrap .btn_area:after {
	content: "";
	display: block;
	clear: both;
}





























/* ------------------------------------
	追加修正 for Javascript
* ------------------------------------ */
.tooltip {
	cursor: pointer;
}
.zoom_target {
	display: none;
}
#modal_star {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -155px;
	margin-left: -274px;
	opacity: 0;
	pointer-events: none;
	display: none;
}
#modal_gomen {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -72px;
	margin-left: -300px;
	opacity: 0;
}
#modal_meyasu {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -92px;
	margin-left: -300px;
	opacity: 0;
}
#modal_gallery {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -285px;
	margin-left: -470px;
	opacity: 0;
}

/* add nak 20151116 */
div.modal_prcomment {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -285px;
	margin-left: -470px;
	opacity: 0;

	padding-top: 70px;
}


div#modal_gallery .modal_body .gallery_thumb li.on span {
	/* border1の場合
	border: 1px solid #ff48af;
	width: 118px;
	height: 118px;*/

	/* border2の場合
	border: 2px solid #ff48af;
	width: 116px;
	height: 116px;*/

	/* border3の場合
	border: 3px solid #ff48af;
	width: 114px;
	height: 114px;*/

	border: 4px solid #ff48af;
	width: 112px;
	height: 112px;
}

.bx-wrapper .bx-viewport {
	padding-left: 1px;
}

/*追加 モーダル地図*/
div#modal_map {
	display: none;
	width: 940px;
	zoom: 1;
}
#modal_map {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -285px;
	margin-left: -470px;
	opacity: 0;
}
div#modal_map .modal_close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 52px;
	height: 52px;
	z-index: 2;
	cursor:pointer;
}

div#modal_map .modal_close:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
}
#modal_map .around_map h2 {
	cursor: auto;
}
#modal_map .around_map {
	margin-top: 0;
}
/*追加 地図リンク画像
-----------------------------------------------------*/
/*  /article/index.html  */
.article_index .mod_box_tab_room .box_head_tab_room .box_info .icn_tomap {
	clear: both;
	margin-left: 88px;
	padding-top: 9px;
}
.article_index .mod_box_tab_room .box_head_tab_room .box_info .icn_tomap img {
	margin-right: 5px;
}

/*  /article/detail.html  */
.article_dtl .mod_box_tab_room .article_info td .icn_tomap {
	margin-top: 10px;
}
.article_dtl .mod_box_tab_room .article_info td .icn_tomap img {
	margin-right: 5px;
}

/*追加 モーダル動画スライドショー*/
div#modal_video_slide {
	display: none;
	width: 944px;
	height: 530px;
	zoom: 1;
}
#modal_video_slide {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -285px;
	margin-left: -470px;
	opacity: 0;
}
div#modal_video_slide .cri-liveact-player {
	width: 100%;
}
div#modal_video_slide .modal_close {
	position: absolute;
	top: -25px;
	right: -25px;
	width: 52px;
	height: 52px;
	z-index: 2;
	cursor:pointer;
}

div#modal_video_slide .modal_close:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
}
#modal_video_slide .around_video_slide h2 {
	cursor: auto;
}
#modal_video_slide .around_video_slide {
	margin-top: 0;
}
div#modal_video_slide .hfull {
	height: 100%;
}

/*「お問い合わせ」「LINEでお問い合わせ」が並んでいるエリア
スタイル変更
-----------------------------------------------------*/
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom {
	position: relative;
	padding: 20px 18px 18px;
	border: 2px solid #3C8812;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-top: 28px;

	/* retouch nak 20151116 */
	background: #FFF url(/static/shop/images/bg_smartphone_shopinfo.gif) no-repeat 20px 20px;
	zoom: 1;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .outline {
	float: left;
	padding-left: 160px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .outline .catch {
	font-size: 16px;
	line-height: 1.5em;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .outline .tel {
	font-size: 30px;
	font-weight: bold;
	color: #ff48af;
	margin-top: 10px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .outline .tel span {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #ff48af;
	padding: 2px 10px 1px;
	margin-right: 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	vertical-align: 0.4em;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .shop_num {
	font-weight: bold;
	color: #ff48af;
	font-size: 23px;
	margin-bottom: 17px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .shop_unique_name {
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .btn_area {
	float: right;
	width: 385px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .btn_area li {
	margin-top: 10px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .btn_area li:first-child {
	margin-top: 0;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .btn_area .mod_btn_all {
	font-size: 18px;
	padding: 8px;
	*width: 420px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .shop_num .tooltip {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: 0.2em;
	margin-left: 10px;
	position: relative;
	cursor:pointer;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .shop_num .shop_unique_num {
	color: #000;
	font-weight: normal;
	font-size: 16px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .btn_area .mod_btn_all_green span,
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .btn_area .btn_line span {
	background: url(/static/shop/images/icn_btn_pc.gif) no-repeat 20px center;
	padding-left: 60px;
	display: table-cell;
	height: 45px;
	width: 360px;
	text-align: center;
	vertical-align: middle;
	*display: block;
	*padding-top: 20px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_head .btn_area .btn_line span {
	background: url(/static/article/images/icn_line02.gif) no-repeat 70px center;
	padding-left: 60px;
}
/* 電話でのお問い合わせがボタンバージョン */
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .shopinfo_head .outline .tel.tel_ver2 {
	margin-top: 0;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .shopinfo_head .tel_ver2 .tooltip {
	display: inline-block;
	margin-left: 5px;
	vertical-align: 0.1em;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .shopinfo_head .mod_contact_tel .inner_contact_tel {
	width: 385px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .shopinfo_head .inq_te_inbtn {
	background-image: url(/static/shared/images/icon/icn_phone_l.png);
	background-size: 23px 32px;
	background-position: 60px center;
	padding-top: 16px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line {
	display: table;
	width: 800px;
	margin-left: 160px;
	margin-bottom: 5px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line li {
	display: table-cell;
	width: 50%;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line .inner {
	width: 385px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line .pattern_line .inner {
	padding-left: 15px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line .pattern_line span {
	background: url(/static/article/images/icn_line02.gif) no-repeat 70px center;
	padding-left: 60px;
	display: table-cell;
	height: 42px;
	width: 360px;
	text-align: center;
	vertical-align: middle;
	*display: block;
	*padding-top: 20px;
	font-size: 18px;
}

.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line .pattern_web .inner {
	padding-left: 15px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line .pattern_web span {
	background: url(/static/shop/images/icn_btn_pc.gif) no-repeat 20px center;
	padding-left: 60px;
	display: table-cell;
	height: 42px;
	width: 360px;
	text-align: center;
	vertical-align: middle;
	*display: block;
	*padding-top: 20px;
	font-size: 18px;
}

.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line .pattern_tel span {
	background: url(/static/shared/images/icon/icn_phone_l.png) no-repeat 60px center;
	background-size: 23px auto;
	padding-left: 20px;
	display: table-cell;
	height: 42px;
	width: 360px;
	text-align: center;
	vertical-align: middle;
	*display: block;
	*padding-top: 20px;
	font-size: 20px;
	color: #ff48af;
}
/* ▲電話でのお問い合わせがボタンバージョン END */

/* add nak 20151112 */
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff{
	margin-top: 30px;
}

.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .ttl{
	color: #388801;
	font-size: 17px;
	font-weight: bold;
}

.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .staffinfo{
	margin-top: 10px;
	padding-top: 12px;
	border-top: 1px solid #cccccc;
}

.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .staffinfo .left{
	float: left;
	width: 160px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .staffinfo .left img{
	width: 160px;
	height: auto;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .staffinfo .right{
	float: right;
	padding-top: 2px;
	width: 780px;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .staffinfo .right .shopname{
	color: #013b96;
	font-size: 16px;
	font-weight: bold;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .staffinfo .right .staffname{
	margin-top: 4px;
	font-size: 18px;
	font-weight: bold;
}
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom .shopinfo_staff .staffinfo .right .shopdetail{
	margin-top: 6px;
	line-height: 1.5em;
}


/*「ZEROサービス オプション対象物件
-----------------------------------------------------*/
.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo {
	position: relative;
	padding: 8px;
	border: 2px solid #e60039;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	margin-top: 15px;
	zoom: 1;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo li{
	float: left;
	margin: 14px 20px;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .left{
	float: left;
}
.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right{
	float: right;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right dt,
.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right dd{
	float: left;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right .ttl dt{
	color: #e60039;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right .ttl dd{
	text-indent: 0.2em;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right .ttl dt,
.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right .ttl dd{
	font-weight:bold;
	font-size: 18px;
	float: left;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right .detail{
	margin-top: 10px;
	font-size: 12px;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right .monthlyfee{
	margin-top: 8px;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .right .monthlyfee dd{
	text-indent: 0.2em;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo li.add_line{
	padding-top: 12px;
	margin-top: 0px;
	border-top: 1px solid #cccccc;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo li.pos_left{
	width: 420px;
}
.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo li.pos_right{
	width: 480px;
}

.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .pos_left .right{
	width: 260px;
}
.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .pos_right .right{
	width: 320px;
}
.mod_box_section_bd_all.mod_box_tab_room.zeroserviceinfo .pos_right .right .txt_memo {
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}

/* / add nak 20151112 */


.gallery_thumb .bx-wrapper .bx-viewport ul {
	min-height: 408px;
}


/* 150925 add */
.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_num {
	color: #333;
	font-weight: normal;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_name {
	color: #333;
	font-weight: normal;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .print_none .mod_btn_all_green span {
	color: #fff;
	font-weight: bold;
}
.article_dtl .article_info .net_settlement_line .btn_net_settlement a {
	color: #fff;
}
.article_dtl .article_info .net_settlement_line {
	margin-top: 15px;
}
.article_dtl .article_info .net_settlement_line .btn_net_settlement .small_txt {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}
.article_dtl .article_info .net_settlement_line .btn_net_settlement .mod_btn_l{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 20px;
}
.article_dtl .article_info tr .monthly_price {
	color: #FF48AF;
}

.article_dtl .article_info .price2.custom_price .custom_price_td {
	padding-left: 0px;
}
.article_dtl .article_info .price2.custom_price .custom_price_td a {
	padding-left: 0px;
	color: #013b96;
	font-size: 16px;
}
.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_name {
	margin-top: 0px;
}

/* add nak 20151112 */
.article_dtl .article_info .price2 td .price36 {
	color: #ff48af;
	font-size: 36px;
	font-weight: bold;
}

.article_dtl .mod_box_tab_room .article_info td.btn_area .inq_tel .shop_name a{
	display: inline-block;
	padding: 10px 20px 0 0;
	position: relative;
}
/* / add nak 20151112 */

.em_color {
	color: #ff48af;
}

.shopinfo_bottom .shopinfo_head .btn_area .net_settlement_line .btn_net_settlement .mod_btn_all {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 24px;
	line-height: 1;
}

.shopinfo_bottom .shopinfo_head .btn_area .net_settlement_line .small_txt {
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 3px;
	padding-right: 5px;
}
.net_settlement_line .btn_net_settlement a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 20px;
}
.net_settlement_line .btn_net_settlement .small_txt {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	vertical-align: top;
	color: #fff;
	font-weight: bold;
}
.net_settlement_line .btn_net_settlement a {
    padding-left: 0px;
}

/* add nak 20151112
.article_dtl .mod_box_tab_room .btn_area .net_settlement_line .btn_net_settlement a {
    padding-right: 0px;
    padding-left: 0px !important;
    position: relative;
}
 / add nak 20151112 */


/*article images guard 160726*/
.guard {
	margin: 0;
	padding: 0;
	position: relative;
}

.img_Guard {
	background: rgba(0, 0, 0, 0) url("/static/shared/images/blank.gif") repeat scroll 0 0;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.img_Guard + img {
	width: 92px;
	height: 72px;
	object-fit: contain;
}
.photoBMain .img_Guard + img {
	width: 480px;
	height: 360px;
	object-fit: contain;
}

.article_dtl .img_gallery .img_slider ul li span.img_Guard01 {
	background: rgba(0, 0, 0, 0) url("/static/shared/images/blank.gif") repeat scroll 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	border: 0;
}

div#modal_gallery .modal_body .gallery_thumb li.on span.img_Guard02,
div#modal_gallery .modal_body .gallery_thumb li span.img_Guard02 {
	background: rgba(0, 0, 0, 0) url("/static/shared/images/blank.gif") repeat scroll 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	border: 0;
}

.img_Guard::after,
.article_dtl .img_gallery .img_slider ul li span.img_Guard01::after,
div#modal_gallery .modal_body .gallery_thumb li.on span.img_Guard02::after,
div#modal_gallery .modal_body .gallery_thumb li span.img_Guard02::after {
	margin: auto;
/*	content: "@Apamanshop";*/
	width: 100%;
	background: #fff none repeat scroll 0 0;
	padding: 5px;
	opacity: 0.5;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size:10px;
}

.img_Guard.img_modal_big::after {
	width: 200px;
	top:75%;
	bottom: auto;
}

.article_dtl .img_gallery .img_slider ul li span.img_Guard01::after,
div#modal_gallery .modal_body .gallery_thumb li.on span.img_Guard02::after,
div#modal_gallery .modal_body .gallery_thumb li span.img_Guard02::after {
	top:50%;
	bottom: auto;
	font-size:10px;
}

.img_Guard.img_madori::after {
	margin: 0;
	padding: 10px 1%;
	font-size: 9px;
	bottom: 0;
}

.img_Guard.img_slide_list::after {
	bottom: auto;
	font-size: 10px;
	padding: 10px 1%;
	top: 30%;
}

.print_block {
	position: relative;
}

.print_block::after {
	margin: auto;
/*	content: "@Apamanshop";*/
	width: 200px;
	background: #fff none repeat scroll 0 0;
	padding: 10px;
	opacity: 0.5;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 25%;
	box-sizing: border-box;
	text-align: center;
	font-size:10px;
}

 /* modal style
------------------------------------------------*/
.wrp_tel_modal {
	display: none;
	width: 940px;
	zoom: 1;
}
.wrp_tel_modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1100;
	margin-top: -285px;
	margin-left: -470px;
	opacity: 0;
}
.wrp_tel_modal h2 {
	padding: 20px 20px 20px 28px;
	background: #FFF url(/static/detail/images/icn_plus.gif) no-repeat 946px 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #013B96;
}
.wrp_tel_modal .modal_close {
	position: absolute;
	top: 4px;
	right: -25px;
	width: 52px;
	height: 52px;
	z-index: 2;
	cursor:pointer;
}
.inner_tel_modal {
	margin-top: 30px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background: #FFF;
}
.wrp_tel_modal .modal_close:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
}

.inner_tel_modal .tel_modal_contents {
	position: relative;
	*zoom: 1;
	padding: 20px 30px 50px;
	border-top: 2px solid #e6e8ec;
}
.inner_tel_modal .tel_modal_contents .tel_modal_contents_thumb {
	float: left;
	width: 202px;
	margin-right: 23px;
}
.inner_tel_modal .tel_modal_contents .tel_modal_contents_txt {
	float: left;
	width: 655px;
}
.inner_tel_modal .tel_modal_contents .telnum {
	margin-top: 10px;
	color: #ff48af;
	font-size: 50px;
	background: url(/static/shared/images/icon/icn_phone_l.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left:40px;
	font-weight: bold;
}
.inner_tel_modal .tel_modal_contents .txt {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.inner_tel_modal .tel_modal_contents .icn_free {
	margin-top: 10px;
	color: #fff;
	background-color: #ff48af;
	border-radius: 15px;
	padding: 4px 18px;
	font-size: 18px;
	display: inline-block;
}
.inner_tel_modal .caution_lists {
	margin-top: 5px;
	padding: 13px;
	background-color: #ffecf7;
}
.inner_tel_modal .caution_lists li {
	line-height: 1.4;
}
.inner_tel_modal .caution_lists li > div {
	display: table;
	width: 100%;
}
.inner_tel_modal .caution_lists .icn_kome {
	display: table-cell;
	width: 1em;
}
.inner_tel_modal .caution_lists .caution_lists_txt {
	display: table-cell;
}
.inner_tel_modal .caution_lists li .em {
	font-weight: bold;
}
.inner_tel_modal .contact_from_web {
	margin-top: 10px;
}
.inner_tel_modal .contact_from_web_inner {
	display: inline-block;
}
.inner_tel_modal .contact_from_web_inner span {
	background: url(/static/shop/images/icn_btn_pc.gif) no-repeat 20px center;
	padding-left: 60px;
	display: table-cell;
	height: 40px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	*display: block;
	*padding-top: 20px;
	font-size: 18px;
}
.inner_tel_modal .contact_from_web_txt {
	margin-top: 38px;
	font-size: 22px;
	font-weight: bold;
}
.inner_tel_modal .tel_modal_contents .shop_num strong {
	font-weight: bold;
	color: #ff48af;
}

.thumbnail2 img {
	margin: 3px 5px 2px 5px;
	width: 145px;
	height: 72px;
	cursor: pointer;
} 

.thumbnail3 img {
	margin: 3px 5px 2px 5px;
	width: 145px;
	height: 72px;
} 

.thumbnailoem img {
	margin: 3px 0px 3px 0px;
	width: 130px;
	height: 65px;
} 
.cur {
	border: 3px #5b5bff solid
}

.thumb {
	border: 3px white solid;
}

/* ▲modal style END */
/* ------------------------------------
	* bxslider
* ------------------------------------ */
.wrapper_slider .slide.recd_propety{
	margin-top: 10px;
	background-color:#fff;
	border-radius: 12px;
	width:1000px;
	box-sizing: border-box;
}
.wrapper_slider .slide.recd_propety ul {
	width:auto;
	overflow:hidden;
	min-width:980px;
}
.wrapper_slider .slide.recd_propety ul li{
	float:left;
	width:196px;
}
.wrapper_slider .slide.recd_propety ul li a{
	text-decoration: none;
}
.wrapper_slider .slide.recd_propety ul li a:hover{
	opacity:0.8;
}
.wrapper_slider .slide.recd_propety ul li .propety_img{
	margin:auto;
	padding:1px;
	width:184px;
	height:100px;
	background-color:#eee;
	position: relative;
}
.wrapper_slider .slide.recd_propety ul li .propety_img img{
	margin:auto;
	max-width:184px;
	max-height:100px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.wrapper_slider .slide.recd_propety ul li dl{
	padding:0 5px;
	width:186px;
}
.wrapper_slider .slide.recd_propety ul li dl dt{
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
	font-weight:bold;
	color:#fb6fbf;
	text-align:center;
}
.wrapper_slider .slide.recd_propety ul li dl dd{
	padding: 5px 10px;
	line-height:1.4em;
	font-size: 85%;
}
/*jquery.bxslider.css*/
.wrapper_slider .slide.recd_propety .bx-viewport{
	padding-bottom: 10px;
	padding-top: 20px;
	border: medium none;
	min-height:178px;
	left: 0;
	box-shadow:none;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/static/shared/css/lib/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/static/shared/css/lib/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.wrapper_slider .slide.recd_propety .bx-prev{
	left:-25px;
}
.wrapper_slider .slide.recd_propety .bx-next{
	right:-25px;
}
/* ------------------------------------
	article images guard 160726
* ------------------------------------ */
.propety_img.guard{
	margin: 0;
	padding: 0;
	position: relative;
}
.propety_img .img_Guard{
	background: rgba(0, 0, 0, 0) url("/static/shared/images/blank.gif") repeat scroll 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	z-index:2;
}
.propety_img .img_Guard::after{
	margin: auto;
/*	content: "@Apamanshop";*/
	width: 100%;
	background: #fff none repeat scroll 0 0;
	padding: 5px;
	opacity: 0.5;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size:9px;
}

/* ------------------------------------
	* kaizen_PC_shousai_170418
* ------------------------------------ */
/*.mod_btn_all_green:before{
	border-top-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#e3eddc;
	border-bottom-color:#e3eddc;
}*/
.pattern_web .mod_btn_all_green{
	background:url(/static/detail/images/9de84b024e7dc1207a57508596b03bb34df3d527.png) no-repeat #FFF 13px 13px !important;
}
.pattern_web .mod_btn_all_green span{ padding-left:30px !important; }
.mod_box_section_bd_all.mod_box_tab_room.shopinfo_bottom_ver2 .contact_lists_tel_line .pattern_web span{
	background:none;
	padding-left:0;
}
.mod_btn_all_s:before{
	border-top-color: #7dcd48;
	border-right-color: #41a600;
	border-bottom-color: #41a600;
	border-left-color: #50bb09;
}
.pattern_tel a{ cursor:pointer !important; }
/* 161025 */
.pattern_tel a:hover img { opacity: 0.8; }
.inner_contact_tel { margin-top: 10px; }
.inner_contact_tel a { cursor:pointer; }
.inner_contact_tel a:hover img { opacity: 0.8; }
/* 161026 */
.inner_tel_modal .contact_from_web_inner span { background-image: url(/static/detail/images/9de84b024e7dc1207a57508596b03bb34df3d527.png);}

/* ------------------------------------
	* kuchikomi add 171113 ss
* ------------------------------------ */
.h3_box{}
.h3_box h3{
	margin-right:5px;
	display: inline;
}
.h3_box p{
	width: 120px;
	display: inline;
	vertical-align: super;
}

/* ------------------------------------
	* Rtoasterお気に入りボタン
* ------------------------------------ */
.wrapper_slider .slide.recd_propety ul.fvt_btn {
	min-width: 0;
}
.wrapper_slider .slide.recd_propety ul.fvt_btn li a {
	width: 90%;
	margin-left: 10px;
}
.fvt_btn span {
    border-radius: 2px;
    background-color: transparent;
    background-image: url(/static/common_2018/common_pc/img/favorite.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 14px;
    padding-left: 20px;
}
.fvt_btn .mod_btn_blue:before {
	border-color: transparent;
}
ul.fvt_btn .btn_add .mod_btn_blue {
	color: #333333;
	background: #ffffff;
	border-color: #b4b4b4;
}
ul.fvt_btn .btn_add .mod_btn_blue.mod_btn_active {
	color: #7f7f7f;
	cursor: default;
	background: #efefef;
	border-color: #b4b4b4;
}
ul.fvt_btn .btn_add .mod_btn_blue.mod_btn_active span {
	background-position: 0px -34px;
}
/* ------------------------------------
	* townpage_ink
* ------------------------------------ */
.shop_list .shop_info .townpage_link_li li {
	display: inline-block;
	margin-right:10px;
	padding: 0px 10px 0px 0px;
	background: #ffffff;
}
