@charset "utf-8";

/* ヘッダー
-------------------------------------------------- */
#pageTopLink {
	z-index: 5000 !important;
}
/*** 追従をヘッダーへ変更した対応 ***/
/*#footer .footerinner {
	margin-bottom: 0 !important;
}*/

#header.follow {
	width: 100%;
	max-width: 800px;
	border-bottom: 1px solid #ccc;
	top: 0;
	animation: followhead .3s;
}
@keyframes followhead {
	0% {top: -60px;}
	100% {top: 0;}
}
#header.follow .header_top2 .gNavSwitch {
	display: none;
}
#header.follow #gNavWrap {
	text-align: right;
}

#header #localNav {
	display: none;
	padding-top: 10px;
}
#header #localNav ul {
	border-top: 1px solid #dedede;
}
#header #localNav ul li {
	text-align: left;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
}
#header #localNav ul li a {
	display: block;
	padding: 15px 7% 15px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	position: relative;
}
#header #localNav ul li a.sub {
	font-weight: normal;
	text-indent: 1em;
}
#header #localNav ul li a:after {
	display: block;
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px solid #e83416;
	border-right: 2px solid #e83416;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 27%;
	right: 6%;
}

#header .header_follow {
	display: none;
	text-align: left;
	position: relative;
}
#header .header_follow .menu {
    position: absolute;
    top: 16px;
    right: 60px;
}
#header .header_follow img {
	display: inline;
	margin-left: 5px;
}
#header .header_follow .logo {
    width: 77px;
    position: relative;
    top: 16px;
    left: 15px;
}
#header .header_follow .myj {
    width: 47px;
    margin-top: -4px;
}

#acomenu_01.right_hmenu{
    max-height: 400px;
    height: auto;
    position: absolute;
    top: 59px;
    right: 0px;
	width: 100%;
}

#acomenu_01.right_hmenu .right_hmenu_acobtn{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}
#acomenu_01.right_hmenu .right_hmenu_acobtn::after{
content: " ";
    display: block;
    width: 60px;
    height: 60px;
    background: url(/sph/common/img/ico_menu_2_2.png) 95% center no-repeat;
    -webkit-background-size: 60px;
    background-size: 60px;
    position: absolute;
    right: 0px;
    top: 16%;
    margin-top: -60px;
}
#acomenu_01.right_hmenu .right_hmenu_acobtn.active::after{
    background: url(/sph/common/img/ico_menu_2_3.png) 95% center no-repeat;
    -webkit-background-size: 60px;
    background-size: 60px;
}

#acomenu_01.right_hmenu .right_hmenu_inner{
	position: relative;
    background-color: #fff;
    border-top: 1px solid #ccc;
    overflow: scroll;
    max-height: 400px;
    height: auto;
}
.hrmenu_inaco_tllink{
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
	border-bottom: 1px solid #ccc;
	color: #00a5a8;
	position: relative;
}
.hrmenu_inaco_tl{
    background-color: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
	border-bottom: 1px solid #ccc;
	color: #565656!important;
    padding:10px;
	position: relative;
}
.hrmenu_inaco_tl a,
.hrmenu_inaco_tllink a{
	display: block;
    padding:10px;
	color: #565656!important;
	position: relative;
}
.hrmenu_inaco_tllink a::after{
	content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -3px;
}

.hrmenu_inaco_tl::before{
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/sph/common/img_v2/aco/img_acomark_cl.png) 95% center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
.hrmenu_inaco_tl.active::before{
    background: url(/sph/common/img_v2/aco/img_acomark_op.png) 95% center no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}


.hrmenu_inaco_sec{
	padding-left: 30px;
    border-bottom: 1px solid #ccc;
}
ul.hrmenu_inaco_sec li{
	border-bottom: 1px solid #ccc;
	font-size: 13px;
 }
ul.hrmenu_inaco_sec li a{
	display: block;
	padding: 10px 0;
	position: relative;
	padding-left: 10px;
 }
ul.hrmenu_inaco_sec li:last-child{
	border-bottom: none;
}
ul.hrmenu_inaco_sec li a::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -3px;
}

.acobg{
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 60px;
}
.bg_img{
	border-bottom: 2px solid #ccc;
}
.bg_img_un{
    background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed;
}
#area_conf{
	padding: 10px;
}
#area_conf ul.conf_btn,
#area_conf ul.smdu_btn{
	display: block;
	font-size: 0;
}
#area_conf ul.conf_btn li{
	display:  inline-block;
	font-size: 13px;
	width: 100%;
	margin-bottom: 10px;
}
#area_conf ul.conf_btn li:nth-child(2),
#area_conf ul.conf_btn li:nth-child(3){
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
}
#area_conf ul.conf_btn li:last-child{
	margin-right:0;
}
#area_conf ul.conf_btn li a{
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	font-weight: 700;
}
#area_conf ul.conf_btn li:nth-child(2) a,
#area_conf ul.conf_btn li:nth-child(3) a{
	padding: 6px;
}
#area_conf ul.smdu_btn li{
    display: inline-block;
    font-size: 13px;
    width: 48.5%;
    margin-right: 3%;
    box-sizing: border-box;

}
#area_conf ul.smdu_btn li:first-child{
    width: 100%;
	margin-bottom: 10px;
}

#area_conf ul.smdu_btn li:last-child{
    margin-right: 0;
}
#area_conf ul.smdu_btn li a{
	display: block;
	text-align: center;
	padding: 6px;
    border: 1px solid #ccc;
	border-radius: 3px;
	font-weight: 700;
	position: relative;
}
#area_conf ul.smdu_btn li:first-child a{
    padding: 14px;
	border: 1px solid #0086cd;
	color: #0086cd!important;
}
#area_conf ul.smdu_btn li:first-child a::before{
    position: absolute;
    content: "";
    background: url(/resources/images/icon/icon_side_house_search.png) no-repeat;
    background-size: 25px;
    width: 26px;
    height: 25px;
    z-index: 3000;
    margin-left: -115px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
}
#area_conf ul.smdu_btn li:nth-child(2) a{
    border: 1px solid #039ebc;
	color: #039ebc!important;
    padding-left: 30px;
}
#area_conf ul.smdu_btn li:nth-child(2) a::before{
    position: absolute;
    content: "";
    background: url(/resources/images/icon/icon_side_house_01.png) no-repeat;
    background-size: 15px;
    width: 16px;
    height: 25px;
    z-index: 3000;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
}


#area_conf ul.smdu_btn li:nth-child(3) a{
    border: 1px solid #dd7a41;
	color: #dd7a41!important;
    padding-left: 30px;
}
#area_conf ul.smdu_btn li:nth-child(3) a::before{
position: absolute;
    content: "";
    background: url(/resources/images/icon/icon_side_house_02.png) no-repeat;
    background-size: 24px;
    width: 25px;
    height: 20px;
    z-index: 3000;
    margin-left: -60px;
    top: 50%;
    left: 50%;
    margin-top: -11px;
}

.titAreaPlan1.menu_in{
	font-size: 13px!important;
	margin-bottom: 10px;
}

.bgfix,
.bgfix body,
.bgfix #wrap{
	height: auto;
    overflow: hidden;
	padding: 0!important;
}
.hrmenu_inaco_sub{
    position: absolute;
    right: 0;
    z-index: 10000;
	top:59px;
}
.hrmenu_inaco_tlsub{
    position: absolute;
    right: 112px;
}

.hrmenu_inaco_tlsub::after{
    content: " ";
    display: block;
    width: 47px;
    height: 40px;
    background: url(/sph/common/img_v2/icon/icon_h_entry.png) no-repeat;
    -webkit-background-size: 47px;
    background-size: 47px;
    position: absolute;
    right: -53px;
    top: 50%;
    margin-top: -47px;
}
.hrmenu_inaco_sublist{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    position: relative;
    width: 100%;
	font-size: 0;
	}
.hrmenu_inaco_sublist li{
	display: inline-block;
	font-size: 13px;
	}
.hrmenu_inaco_sublist li a{
	display: block;
	padding: 10px 20px;
	color: #fff!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	}
.hrmenu_inaco_sublist li:first-child a{
    background: #e83416;
    background: linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
    background: -ms-linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb5d45), to(#e83416));
	margin-right: 10px;
	}
.hrmenu_inaco_sublist li:nth-child(2) a{
	background: #5e9600;
    background: linear-gradient(to bottom,#6baa00 0%,#5e9600 100%);
    background: -ms-linear-gradient(to bottom,#6baa00 0%,#5e9600 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6baa00), to(#5e9600));
	}


.in_headerbtn{
    width: 100%;
    padding:0;
    background-color:#fff;
    box-sizing: border-box;
}
