@charset "UTF-8";
/* CSS Document */

/* clearfix
------------------------------------------ */
.clearfix:after, .Clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden
}
.clearfix, .Clearfix {
	display:block;
	overflow:hidden;
}
.clear {
	clear:both;
}
/* padding */
.pdt3 {
	padding-top:3px !important;
}
.pdt5 {
	padding-top:5px !important;
}
.pdt10 {
	padding-top:10px !important;
}
.pdt15 {
	padding-top:15px !important;
}
.pdt20 {
	padding-top:20px !important;
}
.pdb15 {
	padding-bottom:15px !important;
}
.pdb20 {
	padding-bottom:20px !important;
}
/* margin */
.mgt0 {
	margin-top:0px !important;
}
.mgt3 {
	margin-top:3px !important;
}
.mgt5 {
	margin-top:5px !important;
}
.mgt10 {
	margin-top:10px !important;
}
.mgt15 {
	margin-top:15px !important;
}
.mgt20 {
	margin-top:20px !important;
}
.mgt25 {
	margin-top:25px !important;
}
.mgt30 {
	margin-top:30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgr0 {
	margin-right:0px !important;
}

.mgb5 {
	margin-bottom:5px !important;
}

.mgb10 {
	margin-bottom:10px !important;
}

.mgb15 {
	margin-bottom:15px !important;
}
h1 {
	line-height: 1.6;
	font-size: 14px;
}
p, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-size: 14px;
}
/* 真ん中揃え */
.center {
	text-align: center;
}
/* 文字 */

.bold {font-weight: bold;}

.text_10 {
	font-size: 10px;
}
.text_15 {
	font-size: 15px;
}
.text_16 {
	font-size: 16px;
}
.text_16_b {
	font-size: 16px;
	font-weight: bold;
}
.red {
	color: #910000;
}

.red_bold {
	color: #910000;
	font-weight: bold;
}

.red_20 {
	font-size: 20px;
	font-weight: bold;
	color: #910000;
}

.red_22 {
	color: #910000;
	font-size: 22px;
}

.red_24 {
	color: #910000;
	font-size: 24px;
}

.red_25 {
	color: #910000;
	font-size: 25px;
}

.red_30 {
	color: #910000;
	font-size: 30px;
}

.red_16_bold {
	font-size: 16px;
	font-weight: bold;
	color: #910000;
}

.white_16_bold {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.white_bold {
	color: #ffffff;
	font-weight: bold;
}

.text_20_b_w {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

/*赤い帯バック*/
.red_obi {
	font-size: 14px;
	color: #ffffff;
	background-image: url(https://www.bestselect.co.jp/file/common_img/midashi_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	height: 28px;
	width: 743px;
	text-indent: 10px;
	line-height: 28px;
}

/*赤下線 */

.line_red {
	border-bottom: solid 1px #E52416;
}

/*赤下黒 */

.line_black {
	border-bottom: solid 1px #000000;
	margin-bottom: 10px;
}

/* リストで頭揃えに */
.notesListA01 li {
	padding-left:1em;
	text-indent:-1em;
	line-height:1.6;
}

/*右よせ*/
.rightway {
	float: right;
	margin: 0px;
	padding: 0px;
}


/* roll over */
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50);
}
body {
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
/*201501
	background-color: #f0ede8;
*/
}

/* レスポンシブ切り替え */
.pc_hide{
  display: none;
}

/*------------------------------
		header
------------------------------*/
#header-02{
  margin-bottom: 20px;
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
#header-02 .t_wrap{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  justify-content: space-between;
}
#header-02 #logo{
  width: 250px;
  margin: 20px 10px 0 0;
}
#header-02 .r_box{
  display: flex;
  align-items: center;
}
#header-02 .tel{
  line-height: 1.4;
  margin: 10px 10px 0 0;
  text-align: right;
  font-size: 15px;
}
#header-02 .tel .tel_number span{
  position: relative;
  padding: 0 10px 0 20px;
  font-size: 20px;
}
#header-02 .tel .tel_number span::before{
  position: absolute;
  font-family: 'Material Icons';
  content: "\e0b0";
  left: 0;
}
#header-02 .btn{
  display: flex;
}
#header-02 .btn li a{
  display: flex;
  width: 100px;
  height: 80px;
  align-items: center;
  justify-content: center;
  color: #b3203a;
  font-size: 16px;
  border: 1px #b3203a solid;
}
#header-02 .btn .registration_btn a{
  color: #fff;
  background-color: #b3203a;
}

#grobalNav{
  background-color: #e8e8e8;
}
#grobalNav ul{
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
#grobalNav ul li{
  position: relative;
  width: calc(100%/6);
  font-weight: bold;
}
#grobalNav ul li::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #5a5a5a;
}
#grobalNav ul li:nth-last-of-type(1)::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #5a5a5a;
}
#grobalNav ul li a{
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
#grobalNav ul li a:hover{
  background-color: #D8D8D8;
}


/*サイド*/
.login_view_r {
	margin-top: -30px;
}
.login_view_r .m_top {
	font-size: 0px;
	line-height: 0px;
	height: 371px;
	width: 237px;
margin-top: 30px;
}

.m_middle {
	font-size: 0px;
	line-height: 0px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/member_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 237px;
	margin: 0px;
}

.m_middle .w_217 {
	padding: 0px;
	width: 217px;
	margin-right: 10px;
	margin-left: 10px;
}

.log_top {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	width: 237px;
  margin-top: 30px;
}
.log_middle {
	font-size: 0px;
	line-height: 0px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/log_middle.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.log_middle .gray {
	margin-left: 10px;
	margin-right: 10px;

	width: 197px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
/*201501
	background-color: #A6A7A7;
*/
}

.login_view_r .m_middle .gray {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 197px;
	padding: 10px;
	background-color: #A6A7A7;
}
.login_view_r .m_middle p {
	color: #FFF;
}
.login_view_r .m_middle .tokuten {
	width: 217px;
	margin-top: 10px;
}
.login_view_r .m_middle .tokuten .free {
	float: left;
	width: 69px;
}
.login_view_r .m_middle .tokuten .lead {
	float: right;
	width: 143px;
}
.login_view_r .m_middle .tokuten .lead ul {
	width: 143px;
}
.login_view_r .m_middle .tokuten .lead ul li {
	background-image: url(https://www.bestselect.co.jp/file/common_img/icon_bikuri.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	padding-left: 13px;
	margin-top: 5px;
}
.m_bottom {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 40px;
	padding: 0px;
	height: 5px;
}

.m_bottom2 {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 10px;
	padding: 0px;
	height: 5px;
}

.index_r_middle .right {
	float: right;
	width: 237px;
	margin-top: 10px;
}

.right {
	text-align: left;
}

.right .search_top {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	height: 5px;
	width: 237px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.search_area .kodate a {
	display: block;
	width: 237px;
	height: 65px;
	background: url(https://www.bestselect.co.jp/file/common_img/banner_kodate.jpg);
	text-indent: 120px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 3.5;
}

.search_area .mansion a {
	display: block;
	width: 237px;
	height: 65px;
	background: url(https://www.bestselect.co.jp/file/common_img/banner_mansion.jpg);
	text-indent: 120px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 3.5;
}

.search_area .land a {
	display: block;
	width: 237px;
	height: 65px;
	background: url(https://www.bestselect.co.jp/file/common_img/banner_land.jpg);
	text-indent: 120px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 3.5;
}

.search_area .kodate a:hover,
.search_area .mansion a:hover,
.search_area .land a:hover {
	fillter: alpha (opacity=60);
	-moz-opacity: 0.6 ;
	opacity: 0.6;

}

.right .search_middle {
	font-size: 0px;
	line-height: 0px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/search_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	width: 227px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.right .search_bottom {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	height: 5px;
	width: 237px;
	margin: 0px;
}
.right .search_middle ul {
	margin: 0px;
	padding: 0px;
	width: 227px;
}
.right .search_middle ul .train {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 227px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/search_train.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.right .search_middle ul .area {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 227px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/search_area.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.right .search_middle ul a {
	font-size: 18px;
	line-height: 80px;
	font-weight: bold;
	color: #3E3A3A;
	vertical-align: middle;
	padding-left: 60px;
	text-decoration: none;
}
.right .search_middle ul a:hover {
	color: #7b7979;
}
.right .d_top {
	font-size: 0px;
	line-height: 0px;
	margin-top: 10px;
	padding: 0px;
	height: 5px;
}
.right .d_middle {
	font-size: 0px;
	line-height: 0px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/side_gray_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	width: 237px;
	padding: 0px;
}
.right .d_bottom {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 5px;
}
.right .banner {
	width: 237px;
	margin-top: 30px;
}
.right .banner2 {
	margin-top: 30px;
}
.right .banner2 li a {
	height: 75px;
	width: 237px;
	margin-top: 10px;
	display: block;
}
.right .side_redline {
	font-size: 16px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/side_red_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	text-align: left;
}
.right .d_middle dl {
	width: 217px;
	margin-top: 10px;
	text-indent: 0px !important;
	padding: 0px !important;
}
.right .d_middle .in .shop {
	width: 217px;
	margin-top: 10px;
	text-indent: 0px;
	padding: 0px;

	text-align: left !important;
	background-image:url(https://www.bestselect.co.jp/file/common_img/shop_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}


.right .d_middle .in .tenmei a {
	line-height: 22px;



		font-size: 14px;
	color: #A37E39;
	text-decoration: underline;
}
.right .d_middle .in .tenmei a:hover {
	text-decoration: none;
	color: #BFAB8A;
	}
.right .d_middle .in .phone {
		font-size: 16px;
		font-weight: bold;
}

.right .d_middle .in .shibuya {
	padding-top: 20px;
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/shibuya.jpg) no-repeat right center;
}


.right .d_middle .in .honsya {
	padding-top: 5px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;

}



.right .d_middle .in .suginami {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/suginami.jpg) no-repeat right center;
}

.right .d_middle .in .nerima {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/nerima.jpg) no-repeat right center;
}

.right .d_middle .in .akabane {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/akabane.jpg) no-repeat right center;
}

.right .d_middle .in .takenozuka {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/takenoduka.jpg) no-repeat right center;
}

.right .d_middle .in .kawaguchi {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/kawaguchi.jpg) no-repeat right center;
}

.right .d_middle .in .yonohonmachi {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/yonohoncyo.jpg) no-repeat right center;
}

.right .d_middle .in .shinkoshigaya {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background: url(https://www.bestselect.co.jp/file/common_img/shinkoshigaya.jpg) no-repeat right center;
}

.right .d_middle .in .shiki {
	height: 60px;
	width: 217px;
	padding-bottom: 10px;

	background: url(https://www.bestselect.co.jp/file/common_img/shiki.jpg) no-repeat right center;
}


.right .s_search {
	width: 237px;
	margin-top: 20px;
	list-style-type: none;
}
.right .s_search li {
	width: 237px;
	height: 59px;
	display: block;
}





.right .d_middle input {
	margin: 0 10px;
}

.wrapper {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.m_middle .w_217 .sirowaku {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 215px;
	border: 1px solid #FFF;
}

.m_middle .w_217 .sirowaku p {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

/*コンテンツ*/
.main {
	float: left;
	width: 743px;
	text-align: left;
	margin-top: 5px;
}

.right .d_middle .in {
	width: 217px;
	margin-right: 10px;
	margin-left: 10px;
}
.fotter_top {

	font-size: 0px;
	line-height: 0px;
}
.fotter_top a {
	color: #ffffff;
	text-decoration: none;
}
.fotter_middle {
	font-size: 0px;
	line-height: 0px;
	width: 1000px;
	background-color: #001C45;
}

.f_center .fotter_middle .blue {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	background-color: #00336C;
	vertical-align: middle;
	height: 30px;
	width: 1000px;
	list-style-type: none;
}
.f_center .fotter_middle .blue li {
	float: left;
}
.f_center .fotter_middle .blue li a {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	display: block;
	width: 239px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.fotter_bottom {
	font-size: 0px;
	line-height: 0px;
	width: 1000px;
}
.fotter_top p {
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	color: #ffffff;
	text-decoration: none;
}
.f_center {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #001C45;
}
.fotter_middle .in {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
}
.fotter_middle .in .box {
	width: 235px;
	margin-right: 13px;
	float: left;
}
.fotter_middle .in .box_nm {
	margin-right: 0px !important;
	width: 235px;
	float: left;
}
.f_center .fotter_middle .in .box ul {
	width: 235px;
}
.f_center .fotter_middle .in .box ul li a {
	line-height: 30px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/f_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	display: block;
	padding-left: 15px;
	color: #ffffff;
	text-decoration: none;
}
.f_center .fotter_middle .in .box ul li a:hover {
	color: #c6c6c6;
}
.f_center .fotter_middle .in .box_nm ul {
	width: 235px;
}
.f_center .fotter_middle .in .box_nm ul li a {
	line-height: 30px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/f_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	display: block;
	padding-left: 15px;
	color: #ffffff;
	text-decoration: none;
}
.f_center .fotter_middle .in .box_nm ul li a:hover {
	color: #c6c6c6;
}
.f_center .fotter_middle .in .fotter_middle_in_wrap {
	width: 1000px;
	margin-top: 10px;
}

.f_center .fotter_middle .in .f_r {
	float: right;
	width: 625px;
}
.f_center .fotter_middle .in .f_l {
	float: left;
	width: 131px;
}
.f_r .honsya {
	line-height: 30px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/icon_honsya.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	padding-left: 43px;
	color: #FFF;
}
.f_center .copyright {
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 7px;
	color: #FFF;
}
.fotter_middle_in_wrap .f_r p {
	color: #FFF;
}

.f_center .fotter_middle .blue .b_none a {
	border-right-style: none !important;
}

/*グレーの囲み　もっと見るがある場合*/
.main .w_top {
	font-size: 0px;
	line-height: 0px;
	height: 24px;
	width: 743px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/w_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main .w_top .left {
	float: left;
	width: 635px;
}
.main .w_top .right {
	float: right;
	width: 95px;
}
.main .w_top .right p {
	background-image: url(https://www.bestselect.co.jp/file/common_img/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: nomal;
	color: #CCC;
	line-height: 24px;
	padding-left: 15px;
	vertical-align: middle;
}

.main .w_top .right p a {
	color: #CCC;
}

.main .w_top h2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	color: #ffffff;
}

.main .w_top h4 {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	color: #ffffff;
}

.main .w_top .left h3 {
	font-size: 18px;
	line-height: 45px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 45px;
	text-align: left;
	color: #3E3A3A;
}
.main .w_middle {
	font-size: 0px;
	line-height: 0px;
	background-image: url(https://www.bestselect.co.jp/file/common_img/w_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 743px;
}
.main .w_middle .in {
	margin-left: 10px;
	margin-right: 10px;
	width: 723px;
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 5px;
	padding-top: 10px;

}
.main .w_bottom {
	font-size: 0px;
	line-height: 0px;
	height: 5px;
	width: 743px;
}
/*枠の中に4個の箱の場合*/

.w_middle .in .wrap_4 {
	width: 723px;
	padding-top: 10px;
}
.w_middle .in .wrap_4 ul {
	width: 723px;
}
.w_middle .in .wrap_4 li {
	float: left;
		width: 180px !important;
	display: block;
}


.w_middle .in .wrap_4 ul li a {
	width: 174px !important;
	margin-left: 3px;
	margin-right: 3px;
	display: block;
}
/*枠無しで、2つに別れる場合*/
.main .s_area {
	width: 743px;
	margin-top: 10px;
}
.main .s_area .first {
	width: 366px;
	float: left;
}
.s_area .second {
	width: 366px;
	float: right;
}
/*４つのタブ*/
.main .tab_4_0 {
	width: 742px;
	height: 36px;
}
/*４つのタブ 4つとも白い*/
.main .tab_4_0 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_4_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
	line-height: 36px!important;
	vertical-align: middle!important;
}
.main .tab_4_0 ul li {
	float: left;
}
.main .tab_4_0 li a {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.main .tab_4_0 li a:hover {
	color: #eaa3a3;
}
.maruicon {
	line-height: 36px;
	vertical-align: middle;
	padding-right: 3px;
}
/*１番目が赤*/
.main .tab_4_1 {
	width: 742px;
	height: 36px;
	margin-top: 20px;
}
.main .tab_4_1 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_4_on1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_4_1 ul li {
	float: left;
}
.main .tab_4_1 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_4_1 li a {
	color: #ff0000;
}
.main .tab_4_1 li a:hover {
	color: #eaa3a3;
	text-decoration: none;
}
/*2番目が赤*/
.main .tab_4_2 {
	width: 742px;
	height: 36px;
	margin-top: 20px;
}
.main .tab_4_2 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_4_on2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_4_2 ul li {
	float: left;
}
.main .tab_4_2 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_4_2 li a {
	color: #ff0000;
}
.main .tab_4_2 li a:hover {
	color: #eaa3a3;
	text-decoration: none;
}
/*3番目が赤*/
.main .tab_4_3 {
	width: 742px;
	height: 36px;
	margin-top: 20px;
}
.main .tab_4_3 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_4_on3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_4_3 ul li {
	float: left;
}
.main .tab_4_3 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_4_3 li a {
	color: #ff0000;
	text-decoration: none;
}
.main .tab_4_3 li a:hover {
	color: #eaa3a3;
	text-decoration: none;
}
.tab_4_3 li a .icon_on {
	line-height: 36px;
	vertical-align: middle;
	padding-right: 3px;
}
/*4番目が赤*/
.main .tab_4_4 {
	width: 742px;
	height: 36px;
	margin-top: 20px;
}
.main .tab_4_4 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_4_on4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;

}
.main .tab_4_4 ul li {
	float: left;
}
.main .tab_4_4 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_4_4 li a {
	color: #ff0000;
}
.main .tab_4_4 li a:hover {
	color: #eaa3a3;
	text-decoration: none;
}
.tab_4_4 li a .icon_on {
	line-height: 36px;
	vertical-align: middle;
	padding-right: 3px;
}

/*3つのタブ 3つとも白い*/
.main .tab_3_0 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_3_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
	line-height: 36px!important;
	vertical-align: middle!important;
	margin-top: 20px;
}
.main .tab_3_0 ul li {
	float: left;
}
.main .tab_3_0 li a {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.main .tab_3_0 li a:hover {
	color: #eaa3a3;
}
.maruicon {
	line-height: 36px;
	vertical-align: middle;
	padding-right: 3px;
}

.sankakuicon {
	line-height: 18px;
	vertical-align: middle;
	padding-right: 3px;
}


/*１番目が赤*/
.main .tab_3_1 {
	width: 742px;
	height: 36px;
	margin: 20px 0 0;
}
.main .tab_3_1 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_3_on1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_3_1 ul li {
	float: left;
}
.main .tab_3_1 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_3_1 li a {
	color: #000000;
}
.main .tab_3_1 li a:hover {
	color: #a1a1a1;
	text-decoration: none;
}
/*2番目が赤*/
.main .tab_3_2 {
	width: 742px;
	height: 36px;
	margin: 20px 0 0;
}
.main .tab_3_2 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_3_on2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_3_2 ul li {
	float: left;
}
.main .tab_3_2 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_3_2 li a {
	color: #000000;
}
.main .tab_3_2 li a:hover {
	color: #a1a1a1;
	text-decoration: none;
}
/*3番目が赤*/
.main .tab_3_3 {
	width: 742px;
	height: 36px;
	margin: 20px 0 0;
}
.main .tab_3_3 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_3_on3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_3_3 ul li {
	float: left;
}
.main .tab_3_3 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_3_3 li a {
	color: #000000;
	text-decoration: none;
}
.main .tab_3_3 li a:hover {
	color: #a1a1a1;
	text-decoration: none;
}
.tab_3_3 li a .icon_on {
	line-height: 36px;
	vertical-align: middle;
	padding-right: 3px;
}

/*2つのタブ１番目が赤*/
.main .tab_2_1 {
	width: 742px;
	height: 36px;
	margin: 20px 0 0;
}
.main .tab_2_1 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_2_on1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_2_1 ul li {
	float: left;
}
.main .tab_2_1 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_2_1 li a {
	color: #f000000;
}
.main .tab_2_1 li a:hover {
	color: #a1a1a1;
	text-decoration: none;
}

/*2番目が赤*/
.main .tab_2_2 {
	width: 742px;
	height: 36px;
	margin: 20px 0 0;
}
.main .tab_2_2 ul {
	background-image: url(https://www.bestselect.co.jp/file/common_img/t_2_on2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 742px;
	height: 36px;
}
.main .tab_2_2 ul li {
	float: left;
}
.main .tab_2_2 li {
	font-size: 15px;
	padding-top: 10px;
	display: block;
	width: 135px;
	 margin-right: 13px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.main .tab_2_2 li a {
	color: #000000;
}
.main .tab_2_2 li a:hover {
	color: #a1a1a1;
	text-decoration: none;
}

/*コマ部分*/

.koma {
	width: 233px;
	height: 405px;
	position:relative;
	border:#A6A7A7 solid 1px;
	background: #FFFFFF;
	margin-top: 10px;
}

.koma .komaIn {
	margin: 10px;
	width: 213px;
}

.koma .komaIn .syubetu {
	margin-left: 3px;
}

.koma .komaIn .photo {
	text-align: center;
}
.text_info {
	padding-bottom: 5px;
}

.koma .komaIn .text_info .price {
	font-size: 18px;
	font-weight: bold;
	color: #A40000;
}


.koma .komaIn .text_info dt {
	float: left;
	line-height: 1.6;
}

.koma .komaIn .text_info dd {
	line-height: 1.6;
}

.koma .komaIn .koma_office_name {
	color: #A40000;
	margin-right: 3px;
	font-weight: bold;
}

.koma .komaIn .detail_link a {
	display: block;
position: absolute;
bottom: 10px;
}

/*枠の中で2つに分かれる真ん中にラインが入る*/
.main .w_middle .in_line {
	background-image: url(https://www.bestselect.co.jp/file/common_img/middle_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 10px;
	margin-right: 10px;
	width: 723px;
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.w_middle .in_line .l_box {
	float: left;
	width: 351px;
}
.w_middle .in_line .r_box {
	float: right;
	width: 351px;
}

/*枠の中で2つに分かれる（ライン無し）*/
.main .w_middle .in_2 {
	margin-left: 10px;
	margin-right: 10px;
	width: 723px;
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.w_middle .in_2 .l_box {
	float: left;
	width: 351px;
}

.w_middle .in_2 .r_box {
	float: right;
	width: 351px;
}

/*枠の中で3つに分かれる*/

.w_middle .in_3 {
	width: 723px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	}

.w_middle .in_3 .box_3 {
	float: left;
	overflow: hidden;
	display: inline!important;
	width: 228px;
	margin-left: 6px;
	margin-right: 6px;
}

#oshirase0 {
    border: 1px solid #999999;
	background: #ffffff;
    height: 61px;
	margin-right: auto;
    overflow: hidden;
    padding: 7px 5px 5px;
    width: 731px;
    float: left;
}

#oshirase0 h2 {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0;
    width: 240px;
}
#oshirase0 dl {
    height: 120px;
    margin: 0 10px;
    overflow: auto;
    width: 340px;
}
#oshirase0 dt {
    color: #8DAB32;
}

/*------------------------------
		top main
------------------------------*/
#mainContents .bnr_slider{
  margin-bottom: 20px;
}
.contents_area h2{
  position: relative;
  margin-bottom: 20px;
  padding: 5px 40px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px #5a5a5a solid;
}
.contents_area h2::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  background-color: #b3203a;
}





.contents_area > section{
  margin-bottom: 20px;
}

/*------------------------------
		search
------------------------------*/
.search_wrap .search_link{
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}
.search_wrap .search_link li{
  width: calc((100% - 30px)/4);
  background-color: #143245;
}
.search_wrap .search_link li a{
  display: block;
  padding: 13px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.search_wrap .search_link li:hover{
  background-color: #b3213a;
}



.search_wrap .search_flex{
  display: flex;
  margin-bottom: 20px;
  border: 1px #5a5a5a solid;
}
.search_wrap .search_flex section{
  width: 50%;
}
.search_wrap .search_flex section + section{
  border-left: 1px #5a5a5a solid;
}
.search_wrap h3{
  position: relative;
  padding: 10px 10px 10px 60px;
  font-size: 16px;
  font-weight: inherit;
  background-color: #e8e8e8;
}
.search_wrap h3::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 36px;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}
.search_wrap .area h3::before{
  background-image: url("https://www.bestselect.co.jp/file/images/common/icn_area.png");
}
.search_wrap .train h3::before{
  background-image: url("https://www.bestselect.co.jp/file/images/common/icn_train.png");
}
.search_wrap .other h3::before{
  background-image: url("https://www.bestselect.co.jp/file/images/common/icn_other.png");
}
.search_wrap .train ul{
  padding: 35px 30px;
}
.search_wrap .train ul li + li{
  margin-top: 15px;
}
.search_wrap .train ul li a{
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 15px;
  border: 2px #143245 solid;
}
.search_wrap .train ul li a:hover{
  color: #fff;
  background-color: #143245;
}
.search_wrap .other{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_wrap .other h3,
.search_wrap .other p{
  width: calc((100% - 20px)/3);
  margin-bottom: 10px;
}
.search_wrap .other p a{
  position: relative;
  display: block;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #143245;
}
.search_wrap .other p a:hover{
  background-color: #b3213a;
}
.search_wrap .other p a::after{
  position: absolute;
  font-family: 'Material Icons';
  content: "\e315";
  right: 10px;

}

/*------------------------------
		各店舗おすすめ
------------------------------*/
.recommended_slider_wrap{
  position: relative;
}
#prev-btn{
  position: absolute;
  top: 40%;
  left: 0;
  background-image : url("https://www.bestselect.co.jp/file/images/common/icn_prev.png");
  background-repeat: no-repeat;
}
#next-btn{
  position: absolute;
  top: 40%;
  right: 0;
  background-image : url("https://www.bestselect.co.jp/file/images/common/icn_next.png");
  background-repeat: no-repeat;
}
#prev-btn .bx-prev,
#next-btn .bx-next{
  opacity: 0;
  display: block;
  width: 20px;
  height: 25px;
}
.recommended_slider{
  width: 650px;
}

/*------------------------------
		新着物件
------------------------------*/
.new_list{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  justify-content: space-between;
}
.new_list li{
  width: calc((100% - 40px)/3);
  padding: 10px;
  border: 5px #e8e8e8 solid;
}
.new_list li .flag{
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  background-color: #143245;
}
.new_list li .img{
  margin: 10px 0;
}
.new_list li .tx_box{
  padding: 0 5px;
}
.new_list li .staff{
  margin: 5px -5px 10px;
  padding: 5px;
  font-size: 13px;
  background-color: #eee;
}
.new_list li .link_btn a{
  display: block;
  width: 100%;
  padding: 3px;
  text-align: center;
  color: #fff;
  background-color: #143245;
}
.new_list li .link_btn a:hover{
  background-color: #0d222f;
}
.new_wrap .more_btn a{
  position: relative;
  display: block;
  width: 200px;
  margin: 20px auto 0;
  padding: 10px 20px 10px 10px;
  text-align: center;
  border: 1px #5a5a5a solid;
}
.new_wrap .more_btn a:hover{
  color: #fff;
  background-color: #5a5a5a;
}
.new_wrap .more_btn a::after{
  position: absolute;
  font-family: 'Material Icons';
  content: "\e315";
  right: 10px;
}

/*------------------------------
		おすすめコンテンツ
------------------------------*/
.contents_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents_wrap ul li{
  width: calc((100% - 40px)/3);
  margin-bottom: 20px;
}
.contents_wrap ul li a:hover img{
  opacity: 0.7;
}
.contents_wrap ul li .head_tx{
  margin: 5px 5px 0;
  font-size: 16px;
}
.contents_wrap ul li .head_tx + p{
  margin: 0 5px;
}

/*------------------------------
		footer
------------------------------*/
#footer{
  margin-top: 100px!important;
  background-color: #e8e8e8;
}
#footer .nav_title{
  padding: 5px 0;
  color: #fff;
  background-color: #b3203a;
}
#footer .nav_inner{
  padding-bottom: 40px;
  background-color: #e8e8e8;
}
#footer .nav_title > ul,
#footer .nav_inner > ul{
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
#footer .nav_title > ul > li,
#footer .nav_inner > ul > li{
  width: 25%;
  padding: 5px 0;
  font-size: 14px;
}
#footer .nav_title > ul > li{
  color: #fff;
}
#footer .nav_inner ul ul li{
  line-height: 1.7;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
}
#footer .nav_inner ul ul li::before{
  position: absolute;
  content: "・";
  left: -5px;
}
#footer .copyRight{
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

/*--- side ---*/
.side_area{
  width: 240px;
}
.side_area h2{
  padding: 15px 10px;
  font-size: 16px;
  background-color: #e8e8e8;
}
.side_area > div,
.side_area > section{
  margin-bottom: 20px;
}
.side_login_wrap{
  padding: 0!important;
  border: 5px #e8e8e8 solid!important;
}
.side_login_wrap h2{
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #e8e8e8;
}
.side_login_wrap h2 img{
  margin-right: 10px;
}
.side_login_wrap .gray{
  padding: 10px 10px 0;
  font-size: 14px;
}
.side_login_wrap table th{
  width: 30%;
  text-align: center;
}
.side_login_wrap table td{
  width: 70%;
}
.side_login_wrap .login_btn{
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #fff;
  font-size: 14px;
  border: none;
  cursor: pointer;
  background-color: #b3203a;
}
.side_login_wrap .login_btn:hover{
  background-color: #9b1c33;
}
.side_area .registration_wrap{
  line-height: 1.4;
  padding: 5px;
  border: 5px #b3203a solid;
}
.side_area .registration_wrap .head_tx{
  position: relative;
  margin: -5px -5px 5px;
  padding: 8px 0 8px 50px;
  text-align: center;
  background-color: #e8e8e8;
}
.side_area .registration_wrap .head_tx p span{
  color: #b3203a;
  font-size: 22px;
}
.side_area .registration_wrap .head_tx .l_tx{
  position: absolute;
  line-height: 1.2;
  top: 5px;
  left: 8%;
  width: 55px;
  height: 55px;
  padding: 12px;
  color: #fff;
  background: url("https://www.bestselect.co.jp/file/images/common/bg_circle_01.png") no-repeat top left/55px;
}
.side_area .registration_wrap .head_tx .l_tx + p{
  line-height: 1.5;
}
.side_area .registration_wrap > p{
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
}
.side_area .registration_wrap > p span{
  color: #b3203a;
  font-size: 30px;
}
.side_area .registration_wrap ul{
  line-height: 1.6;
  margin: 10px 0;
}
.side_area .registration_wrap ul li{
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
.side_area .registration_wrap ul li::before{
  position: absolute;
  content: "・";
  left: 0;
}
.side_area .registration_wrap .registration_btn a{
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #b3203a;
}
.side_area .registration_wrap .registration_btn a:hover{
  background-color: #9b1c33;
}
.side_area .search_wrap ul{
  margin-top: 10px;
  border-top: 1px #5a5a5a solid;
}
.side_area .search_wrap ul li a{
  position: relative;
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  border-bottom: 1px #5a5a5a solid;
}
.side_area .search_wrap ul li a::after{
  position: absolute;
  font-family: 'Material Icons';
  content: "\e315";
  right: 10px;
  transition: all .2s;
}
.side_area .search_wrap ul li a:hover::after{
  right: 5px;
}
.side_area .bnr_list li + li{
  margin-top: 20px;
}
.side_area .bnr_list li a:hover{
  opacity: 0.7;
}
.side_area .shop_list{
  margin-bottom: 50px;
  border: 5px #e8e8e8 solid;
}
.side_area .shop_list ul li a{
  display: block;
  padding: 10px 0 5px;
  text-align: center;
}
.side_area .shop_list ul li a:hover .name{
  text-decoration: underline;
}
.side_area .shop_list ul li a .name{
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.side_area .shop_list ul li a .name::after{
  position: absolute;
  content: "\e037";
  font-family: "Material Icons";
  right: 0;
}
.side_area .shop_list ul li + li{
  border-top: 5px #e8e8e8 solid;
}
.side_area .shop_list ul li img{
  margin-bottom: 8px;
}
.side_area .shop_list ul li a .address{
  font-size: 11px;
}

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

  /*------------------------------
      all
  ------------------------------*/
  body{
    max-width: 100%;
    overflow-x: hidden;
  }
  .sp_hide{
    display: none!important;
  }
  .pc_hide{
    display: block;
  }

  /*------------------------------
      header
  ------------------------------*/
 #header-02{
   position:fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border-bottom: 1px #ccc solid;
    background-color: #fff;
    z-index: 10;
  }
  #header-02 .t_wrap{
    width: 100%;
    display: block;
    padding: 15px 10px;
    z-index: 10;
  }

  #header-02 #logo{
    width: 180px;
    margin: 0;
  }
  #header-02 #logo img{
    width: 100%;
  }
  #grobalNav_sp{
    z-index: 10;
  }
  .menu_btn,
  .menu_btn span {
    display: inline-block!important;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu_btn{
    position: absolute;
    width: 40px;
    height: 30px;
    top: 22px;
    right: 15px;
  }
  .menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
  }
  .menu_btn span:nth-of-type(1) {
    top: 0;
  }
  .menu_btn span:nth-of-type(2) {
    top: 13px;
  }
  .menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .menu_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #grobalNav_sp .nav_inner{
    position: absolute;
    display: none;
    top: 73px;
    width: 100%;
    height: calc(100vh - 73px);
    background-color: #fff;
    z-index: 10;
  }
  #grobalNav_sp ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #grobalNav_sp ul li{
    width: 100%;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
  }
  #grobalNav_sp ul li.w50{
    /*width: 50%;*/
  }
  #grobalNav_sp ul li.w50:nth-of-type(2n){
    border-left: 1px #ccc solid;
  }
  #grobalNav_sp ul li a{
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 20px;
  }
  #grobalNav_sp ul li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "\e315";
    right: 10px;
    font-size: 15px;
  }
  #grobalNav_sp .ac_btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "\e145";
    right: 10px;
    font-size: 20px;
  }
  #grobalNav_sp .ac_btn.active::after{
    content: "\e15b";
  }
  #grobalNav_sp .ac_btn{
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 20px;
  }
  #grobalNav_sp .ac_nav{
    position: relative;
    display: none;
    border-top: 1px #ccc solid;
    background-color: #e8e8e8;
  }
  #grobalNav_sp .ac_nav li{
    /*width: 50%;*/
  }
  #grobalNav_sp .ac_nav li:nth-last-of-type(1){
    border-bottom: none;
  }
  #grobalNav_sp .ac_nav li:nth-of-type(2n+1){
    border-right: 1px #ccc solid;
  }
  #grobalNav_sp .ac_nav li.w100{
    width: 100%;
  }
  #grobalNav_sp .ac_nav li.b_none{
    border-bottom: none;
  }
  .free_tel_box{
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10px;
    text-align: center;
    border-top: 1px #ccc solid;
    background-color: #fff;
  }
  .free_tel_box .tel_number{
    position: relative;
    display: inline-block;
    padding-left: 35px;
    line-height: 1;
    font-size: 35px;
    font-weight: bold;
  }
  .free_tel_box .tel_number::before{
    position: absolute;
    font-family: 'Material Icons';
    content: "\e0b0";
    left: 0;
  }
  #mainContents .top_slider_i{
    width: calc(100% + 20px)!important;
    height: 200px!important;
    margin: -14px -10px 0;
  }
  #mainContents .bnr_slider{
    width: calc(100% + 20px);
    margin: -14px -10px 20px;
  }
  .contents_area > section{
    margin-bottom: 30px;
  }
  .contents_area h2{
    margin: 0 -10px 20px;
  }
  .contents_area h2::before{
    left: 10px;
  }
  .search_wrap .search_link{
    flex-wrap: wrap;
  }
  .search_wrap .search_link li{
    width: calc((100% - 10px)/2);
  }
  .search_wrap .search_link li:nth-of-type(n+3){
    margin-top: 10px;
  }
  .search_wrap .search_flex{
    display: block;
    border: none;
  }
  .search_wrap .search_flex section{
    width: 100%;
    margin-bottom: 20px;
    border: 1px #5a5a5a solid;
  }
  .search_wrap .other h3,
  .search_wrap .other p{
    width: 100%;
  }
  .search_wrap .other p:nth-last-of-type(1){
    width: 100%;
  }
  .recommended_slider_wrap .bx-viewport{
    width: calc(100% - 40px)!important;
    margin: 0 auto;
  }
  #prev-btn{
    top: 45%;
    left: -5px;
    z-index: 1;
  }
  #next-btn{
    top: 45%;
    right: -5px;
    z-index: 1;
  }
  .recommended_inner .l_image{
    width: 100%;
  }
  .recommended_inner a{
    display: block;
  }
  .search_wrap .other p a {
    padding-right: 20px;
  }
  .recommended_inner .r_tx{
    padding: 10px 10px 30px 10px;
  }
  .new_list{
    padding: 0;
  }
  .new_list .koma{
    width: calc((100% - 10px)/2);
    padding: 10px;
  }
  .new_list .koma .komaIn{
    width: 100%;
    margin: 0;
  }
  .new_list li{
    width: 100%;
    padding: 10px;
  }
  .new_list li + li{
    margin-top: 10px;
  }
  .new_inner{
    display: flex;
  }
  .new_inner .img_box{
    width: 150px;
    margin-right: 10px;
  }
  .new_list li .tx_box{
    width: calc(100% - 160px);
    padding: 0;
  }
  .new_list li .staff{
    margin: 5px 0;
  }
  .new_list li .link_btn a{
    margin-top: 5px;
    padding: 5px;
  }
  .contents_wrap ul li{
    width: calc((100% - 10px)/2);
  }
  .contents_wrap ul li .head_tx{
    font-size: 14px;
    font-weight: bold;
  }
	.side_area{
		width: 100%;
	}


}