@charset "UTF-8";

/*****************************************************
FileName : /common/new/css/hdArea.css
*****************************************************/

/*	body
-------------------------------------------------------------------*/

body {
	position: relative;
	top: 117px;
}
@media screen and (max-width: 750px) {

body {
	top: 109px;
}

}


/*	hdArea
-------------------------------------------------------------------*/
#hdArea {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	min-width: 980px;
	background-color: #efeeeb;
	background-color: rgba(239, 238, 235, 0.9);
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#hdArea * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hdInBlock {
	position: relative;
	width: 980px;
	margin: 0 auto;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#hdLogo {
	position: relative;
	width: 234px;
	height: 28px;
	margin: 0 0 20px 0;
	overflow: hidden;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#hdLogo > a {
	display: block;
	overflow: hidden;
	height: 100%;
	text-indent: -9999px;
	background-image: url(/common/new/img/img_logo_hosoda_group.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 234px;
	-moz-transition: 0.5
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#hdLogo img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 234px;
	height: 28px;
}

#hdArea.indexPage {
	padding: 40px 0 20px 0;
}
#hdArea.indexPage #hdLogo {
	width: 300px;
	height: 48px;
	margin: 0 auto 36px auto;
}
#hdArea.indexPage #hdLogo > a {
	background-position: bottom center;
	background-size: 300px;
}
.body-pc #hdArea.indexPage #hdLogo > a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);/* IE lt 8.x */
	-ms-filter: "alpha(opacity=70)";/* IE 8.x */
}
#hdArea.indexPage #hdLogo img {
	width: 300px;
	height: 84px;
}

#hdArea.lineupPage #hdLogo {
	margin: 0;
}

/*	hdNav
-------------------------------------------------------------------*/
#hdNav {
	position: absolute;
	top: -46px;
	left: 54.5%;
	/*margin-left: 87px;*/
	width: 432px;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#hdNav:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

#hdNav li {
	position: relative;
	float: left;
	padding: 0 10px;
	color: #0171be;
	font-size: 12px;
	font-weight: bold;
}

#hdNav a {
	color: #0171be;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.body-pc #hdNav a:hover,
.body-pc #hdSearchBtn:hover,
.body-pc #hdSubmit:hover {
	opacity:0.7;
	filter: alpha(opacity=70);/* IE lt 8.x */
	-ms-filter: "alpha(opacity=70)";/* IE 8.x */
}

#hdArea.indexPage #hdNav {
	top: -78px;
	right: -13px;
}


#hdNav #hdNavLi01,
#hdNav #hdNavLi02,
#hdNav #hdNavLi03,
#hdNav #hdNavLi04 {
	border-right: 1px solid #0171be;
}
#hdNav #hdNavLi05 {
	padding: 0 0 0 0;
	background-image: url(/common/new/img/hd_ic_03.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*  hdNav_company
------------------------------------------------------------------*/
#hdNav_company{
	position: absolute;
	top: -30px;
	right: -13px;
}

#hdNav_company li{
	display: inline-block;
	background-color: #fff;
	border: solid 1px #0077b9;
	padding: 2px 6px;
	margin-right: 4px;
	font-size: 12px;
}

#hdNav_company li a{
	color: #0077b9;
	text-decoration: none;
	font-weight: 600;
}


/*	hdSearch
-------------------------------------------------------------------*/
.ui_hdSearch_on #hdSearch {
	display: block;
}
#hdSearch {
	display: none;
	position: absolute;
	top: -4px;
	right: 0;
	width: 280px;
	/* height: 30px; */
	padding: 4px 0 4px 10px;
	border-radius: 4px;
	background-color: #999;
	-moz-box-shadow: 0px 1px 3px rgba(12, 3, 7, 0.2);
	-webkit-box-shadow: 0px 1px 3px rgba(12, 3, 7, 0.2);
	box-shadow: 0px 1px 3px rgba(12, 3, 7, 0.2);
}
#hdSearch:after {
	display: block;
	clear: both;
	height: 0px;
	content: "";
}
#hdSearchBtn {
	display: block;
	height: 100%;
	padding: 0 10px 0 30px;
	cursor: pointer;
}


#hdKeywords {
	display: block;
	float: left;
	width: 180px;
	height: 22px;
	padding: 0 6px 0 6px;
	border: none;
	background: #fff;
	-webkit-appearance: none;
}

#hdKeywords:focus {
}

#hdSubmit {
	display: block;
	float: left;
	width: 66px;
	height: 22px;
	padding: 0 0 0 28px;
	border: none;
	color: #fff;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: transparent;
	background-image: url(/common/new/img/hd_ic_01.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
}

#hdSearchClose {
	float: left;
	width: 14px;
	height: 22px;
	background-image: url(/common/new/img/hd_ic_02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px;
	cursor: pointer;
}




/*	gNavArea
-------------------------------------------------------------------*/
#hdInBlock_02 {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	background: rgba(0, 116, 188, .85);
}

#hdInBlock_02:after {
	content: "";
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: fixed;
	top: 117px;
	left: 0;
	background: rgba(0, 116, 188, .8);
	opacity: 0;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

#hdInBlock_02.on:after {
	visibility: visible;
	opacity: 1;
}

#gNavArea {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 980px;
	text-align: left;
}

#gNav {
	border-left: 1px solid #80bade;
}

#gNav:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

#gNav .parent {
	float:left;
	border-right: 1px solid #80bade;
}

#gNav .parent.active {
	background: #fff;
}

#gNavLi01 {
	width: 160px;
}
#gNavLi02 {
	width: 105px;
}
#gNavLi03 {
	width: 105px;
}
#gNavLi04 {
	width: 109px;
}
#gNavLi05 {
	width: 173px;
}
#gNavLi06 {
	width: 155px;
}
#gNavLi07 {
	width: 171px;
}


#gNav .parent a.parentA {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

.body-pc #gNav .parent a.parentA:hover,
.body-pc #gNav .parent a.parentA.on {
	background: #fff;
	color: #0074bc;
}


#gNav .parent a.parentA > .inner {

}

#gNav .parent.active a {
	color: #0171be;
}
#gNav .parent.active a > .inner {
	/* border-bottom: 1px dotted #0171be; */
}
#gNav .parent.slippery {
	left: 0;
	width: 0;
	height: 27px !important;
	border-left: none !important;
	border-bottom: 2px dotted #0171be !important;
}

/*-----メガメニュー子要素-----*/
#gNav .childArea-pc {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: calc(100% - 117px);
	/*background: rgba(0, 116, 188, .8);*/
	top: 117px;
	left: 0;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 1;
}

#gNav .childArea-pc.on {
	visibility: visible;
}

#gNav .childArea-pc .inner {
	background: #fff;
	display: none;
	height: 420px;
	position: relative;
}

#gNav .childArea-pc .mgBlock {
	width: 1180px;
	margin: 0 auto;
	padding: 50px 0;
	color: #000;
	overflow: hidden;
}

#gNav .childArea-sp {
	display: none;
}

/*----- .mgBlock_brandInfo -----*/
.mgBlock_brandInfo {
	width: 340px;
	margin-right: 40px;
	float: left;
}

.mgBlock_brandInfo h4 {
	font-size: 30px;
	margin: 0 0 24px;
	line-height: 30px;
	position: relative;
}

.mgBlock_brandInfo h4 a{
    color: #fff;
    font-size: 13px;
    padding: 4px 23px 4px 10px;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
}

#gNavLi02 .mgBlock_brandInfo h4 a {
	background: #9c052d;
}

#gNavLi03 .mgBlock_brandInfo h4 a {
	background: #502d14;
}

#gNavLi04 .mgBlock_brandInfo h4 a {
	background: #0a734b;
}

#gNavLi05 .mgBlock_brandInfo h4 a,
#gNavLi06 .mgBlock_brandInfo h4 a {
	background: #0074bc;
}

#gNavLi07 .mgBlock_brandInfo a {
	background: #eb7633;
}

#gNavLi05 .mgBlock_brandInfo h4,
#gNavLi06 .mgBlock_brandInfo h4,
#gNavLi07 .mgBlock_brandInfo h4 {
	margin-bottom: 16px;
}

#gNavLi05 .mgBlock_brandInfo .mgBlock_btnTop,
#gNavLi06 .mgBlock_brandInfo .mgBlock_btnTop,
#gNavLi07 .mgBlock_brandInfo .mgBlock_btnTop {
	margin-bottom: 30px;
}

.mgBlock_brandInfo p {
	font-size: 12px;
	margin-bottom: 16px;
}

.mgBlock_brandInfo .mgBlock_btnTop {
	background: #0171be;
	color: #fff;
	font-size: 13px;
	padding: 12px 31px 12px 21px;
	text-decoration: none;
	border-radius: 3px;
	position: relative;
	display: inline-block;
}

.mgBlock_brandInfo .brandInfo_contact {
	padding: 18px 32px;
}

#gNavLi02 .mgBlock_brandInfo .brandInfo_contact {
	border: #ebccd4 solid 4px;
}

#gNavLi03 .mgBlock_brandInfo .brandInfo_contact {
	border: #dcd5d0 solid 4px;
}

#gNavLi04 .mgBlock_brandInfo .brandInfo_contact {
	border: #cee3db solid 4px;
}

#gNavLi05 .mgBlock_brandInfo .brandInfo_contact,
#gNavLi06 .mgBlock_brandInfo .brandInfo_contact {
	border: #cce3f2 solid 4px;
}

.mgBlock_brandInfo .brandInfo_contact_title {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.mgBlock_brandInfo p.brandInfo_contact_freecall_num {
	height: 30px;
	padding: 0 0 0 39px;
	margin-bottom: 5px;
	background: url(/common/new/img/header/icon_freecall.png) 0 50% no-repeat;
}

.mgBlock_brandInfo p.brandInfo_contact_freecall_text {
	font-size: 10px;
	text-align: center;
}

.mgBlock_brandInfo .brandInfo_contact_form a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 22px 0;
	line-height: 1;
	text-decoration: none;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.mgBlock_brandInfo .brandInfo_contact_form a:hover {
	opacity: .8;
}

#gNavLi02 .mgBlock_brandInfo .brandInfo_contact_form a {
	background: #9c052d;
}

#gNavLi03 .mgBlock_brandInfo .brandInfo_contact_form a {
	background: #502d14;
}

#gNavLi04 .mgBlock_brandInfo .brandInfo_contact_form a {
	background: #0a734b;
}

#gNavLi05 .mgBlock_brandInfo .brandInfo_contact_form a,
#gNavLi06 .mgBlock_brandInfo .brandInfo_contact_form a {
	background: #0074bc;
}

.mgBlock_brandInfo .btn_arrow:after {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	transform: rotate(45deg) translateY(-50%);
	margin-top: -2px;
	position: absolute;
	top: 50%;
	right: 15px;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.mgBlock_brandInfo .btn_arrow:hover:after {
	transform: rotate(45deg) translateY(-75%) translateX(25%);
}


/*----- .mgBlock_banner -----*/
.mgBlock_banner {
	width: 560px;
	height: 320px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
	position: relative;
}

.mgBlock_banner a {
	display: block;
	text-decoration: none;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.mgBlock_banner a:hover {
	opacity: .8;
}

.mgBlock_banner a p {
	color: #000;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.mgBlock_bannerOne {
	width: 560px;
}

.mgBlock_bannerHalf {
	width: 270px;
}

.mgBlock_bannerHalf:nth-child(2n) {
	float: right;
}

.mgBlock_bannerHalf:nth-child(2n + 1) {
	float: left;
}

.mgBlock_bannerThird {
	width: 180px;
	margin-right: 10px;
	float: left;
}

#gNavLi07 .mgBlock_bannerThird {
	width: 170px;
	margin-right: 10px;
	float: left;
}

#gNavLi07 .mgBlock_bannerThird.last {
	margin-right: 0;
}

.mgBlock_bannerThird.last {
	margin-right: 0;
}

.mgBlock_banner .bottom {
	position: absolute;
	bottom: 0;
}

.mgBlock_banner .right {
	position: absolute;
	right: 0;
}

.mgBlock_banner .center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


/*----- .mgBlock_pickup -----*/
.mgBlock_pickup {
	width: 200px;
	height: 320px;
	float: left;
	position: relative;
}

.mgBlock_pickup h4 {
	color: #fff;
	height: 30px;
	line-height: 1;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0;
}

.mgBlock_pickup a {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.mgBlock_pickup a:hover {
	opacity: .8;
}

#gNavLi01 .mgBlock_pickup {
	background: #cce3f2;
}

#gNavLi01 .mgBlock_pickup h4 {
	background: #66acd7;
}

#gNavLi02 .mgBlock_pickup {
	background: #ebccd4;
}

#gNavLi02 .mgBlock_pickup h4 {
	background: #c3677f;
}

#gNavLi03 .mgBlock_pickup {
	background: #dcd5d0;
}

#gNavLi03 .mgBlock_pickup h4 {
	background: #968172;
}

#gNavLi04 .mgBlock_pickup {
	background: #cee3db;
}

#gNavLi04 .mgBlock_pickup h4 {
	background: #6cab93;
}

#gNavLi05 .mgBlock_pickup,
#gNavLi06 .mgBlock_pickup {
	background: #cce3f2;
}

#gNavLi05 .mgBlock_pickup h4,
#gNavLi06 .mgBlock_pickup h4 {
	background: #66acd7;
}

#gNavLi07 .mgBlock_pickup {
	background: #fbe4d6;
}

#gNavLi07 .mgBlock_pickup h4 {
	background: #f3ad85;
}

.mgBlock_pickup ul {
	width: 180px;
	margin: 10px auto 0;
}

.mgBlock_pickup li {
	margin-bottom: 10px;
}

/*----- mgBlock_sns -----*/
.mgBlock_sns {
	width: 100vw;
    height: 63px;
    position: absolute;
    top: 420px;
    left: 0;
	text-align: center;
	overflow: hidden;
}

#gNavLi03 .mgBlock_sns {
	background: #502d14;
}

.mgBlock_sns .mgBlock_snsInner {
	max-width: 980px;
	margin: 15px auto 0;
}

.mgBlock_sns a {
	width: 50%;
	display: block;
	float: left;
	margin: 0;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.mgBlock_sns a:hover {
	opacity: .7;
}

/*-----分譲住宅-----*/
/* default */
/*
li#gNavLi01 {
	width: 18%;
}
#gNavLi01 a {
}


#gNavLi01 a:hover {
}

active
#ctGrowing #gNavLi01 a {
}

li#gNavLi06 {
	width: 18%;
	border-right: 1px solid #0171be;
}
*/

/*	nsArea
-------------------------------------------------------------------*/
#nsArea {
	margin:0 auto 30px auto;
	padding:20px 0;
	width:980px;
	border:1px dotted #999;
	text-align:left;
}

#nsAreaInner {
	margin:0 auto;
	padding:0 0 0 60px;
	width:480px;
	min-height:40px;
	font-size:11px;
	background:url(/common/new/img/co_ic_21.gif) top left no-repeat;
}

/*	coRibbon
-------------------------------------------------------------------*/
#coRibbon {
	/* position: absolute; */
	min-width: 980px;
	width: 100%;
	margin: 0 0 0 0;
	padding: 12px 0 12px 0;
	border-top: #0271be 8px solid;
	background-color: rgba(2, 113, 190, 0.6); /* #0271be */
}
#coRibbon .inner {
	overflow: hidden;
	width: 980px;
	height: 30px;
	margin: 0 auto 0 auto;
	text-align: left;
	text-indent: 9999px;
	white-space: nowrap;
	background-position: left center;
	background-repeat: no-repeat;
}
#coRibbonBtn {
	position: fixed;
	top: 30%;
	right: -6px;
	overflow: hidden;
	z-index: 100;
	width: 60px;
	height: 208px;
	text-align: center;
	border: #9d0329 6px solid;
	border-radius: 8px 0 0 8px;
	vertical-align: middle;
	background-color: #fff;
	background-image: url(/common/new/img/growing/hd_bt_01.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
#coRibbonBtn > p  {
	height: 100%;
	margin: 0;
	vertical-align: middle;
}
#coRibbonBtn a {
	display: block;
	height: 100%;
	margin: 0;
	vertical-align: middle;
	text-indent: 9999px;
	white-space: nowrap;
}
#coRibbonBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);/* IE lt 8.x */
	-ms-filter: "alpha(opacity=70)";/* IE 8.x */
}
#coRibbon.growingRibbon {
	border-color: #9d0329;
	background-color: rgba(157, 3, 41, 0.6); /* #9d0329 */
}
#coRibbon.growingRibbon .inner {
	background-image: url(/common/new/img/growing/hd_ti_01.png);
}
#coRibbon.growingRibbon + #coRibbonBtn {
	border-color: #9d0329;
	background-image: url(/common/new/img/growing/hd_bt_01.png);
}
#coRibbon.buildRibbon {
	border-color: #502e12;
	background-color: rgba(80, 46, 18, 0.6); /* #502e12 */
}
#coRibbon.buildRibbon .inner {
	background-image: url(/common/new/img/build/hd_ti_01.png);
}
#coRibbon.buildRibbon + #coRibbonBtn {
	border-color: #502e12;
	background-image: url(/common/new/img/build/hd_bt_01.png);
}
#coRibbon.reformRibbon {
	border-color: #00734a;
	background-color: rgba(0, 115, 74, 0.6); /* #00734a */
}
#coRibbon.reformRibbon .inner {
	background-image: url(/common/new/img/reform/hd_ti_01.png);
}
#coRibbon.reformRibbon + #coRibbonBtn {
	border-color: #00734a;
	background-image: url(/common/new/img/reform/hd_bt_01.png);
}
#coRibbon.qualityRibbon .inner {
	background-image: url(/common/new/img/quality/hd_ti_01.png);
}
#coRibbon.lifeRibbon .inner {
	background-image: url(/common/new/img/life/hd_ti_01.png);
}
#coRibbon.hosodaRibbon .inner {
	background-image: url(/common/new/img/hosoda/hd_ti_01.png);
}
#coRibbon.galleryRibbon .inner {
	background-image: url(/common/new/img/gallery/hd_ti_01.png);
}
#coRibbon.storeRibbon {
	border-color: #ec772b;
	background-color: rgba(255, 255, 255, 1);
}
#coRibbon.storeRibbon .inner {
	background-image: url(/common/new/img/store/hd_ti_01.png);
}
#coRibbon.afterRibbon .inner {
	background-image: url(/common/new/img/after/hd_ti_01.png);
}
#coRibbon.photogalleryRibbon .inner {
	background-image: url(/common/new/img/photogallery/hd_ti_01.png);
}
#coRibbon.contactRibbon .inner {
	background-image: url(/common/new/img/contact/hd_ti_01.png);
}
#coRibbon.rebSellRibbon .inner {
	background-image: url(/common/new/img/realestate/sell/hd_ti_01.png);
}
#coRibbon.rebBuyRibbon .inner {
	background-image: url(/common/new/img/realestate/buy/hd_ti_01.png);
}
#coRibbon.bizRibbon .inner {
	background-image: url(/common/new/img/biz/hd_ti_01.png);
}
#coRibbon.otherRibbon {
	padding:0;
}

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

/* #hdArea {
	min-width: auto;
	width: 750px;
	background: none;
	padding: 0;
}

#hdInBlock {
	width: 750px;
	background: rgb(239, 238, 235);
	padding: 30px 0;
}

#hdLogo {
	margin: 0 auto;
	width: 350px;
	height: 43px;
}

#hdLogo > a {
	background-size: 350px;
}

#hdInBlock_02 {
	width: 500px;
	background: #efeeeb;
	position: fixed;
	right: 0;
}

#hdNav {
	display: none;
}

#gNav {
	border: none;
}

#gNav .parent {
	width: 100%;
	float: none;
	border-right : none;
}

#gNav li {
	border: none;
    border-top: 1px solid #0171be;
    background-image: url(/common/new/img/ic_arrow_bl_12.png);
    background-position: 440px center;
    background-repeat: no-repeat;
    background-size: 30px;
}

#gNav .parent a.parentA {
	color: #000;
}

#gNav .parent a.parentA:hover {
	color: #000;
	background: none;
}

#gNav .parent a.parentA > .inner {
	font-size: 28px;
    line-height: 100px;
    font-weight: bold;
}
 */

*{transform: none;}

#hdArea,
#hdArea.indexPage,
#hdArea.lineupPage {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 750px;
	width: 750px;
	padding: 0 0 0 0;
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}

#hdArea #hdLogo,
#hdArea.indexPage #hdLogo,
#hdArea.lineupPage #hdLogo {
	width: 400px;
	height: 48px;
	margin: 0 auto 0 auto;
}
#hdArea #hdLogo > a {
	background-size: 400px;
}
#hdArea #hdLogo img,
#hdArea.indexPage #hdLogo img,
#hdArea.lineupPage #hdLogo img {
	width: 400px;
	height: 84px;
}

#hdInBlock {
	z-index: 101;
	width: 750px;
	padding: 30px 0 30px 0;
	background-color: #efeeeb;
}

#hdNavBtn {
	position: absolute;
	top: 23px;
	right: 30px;
	width: 60px;
	height: 60px;
	/* border: 2px solid #cccccc; */
	background-image: url(/common/new/img/hd_bt_01.png);
	background-position: right center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.ui_spMenu_on #hdNavBtn {
	/* border: 2px solid #0171be; */
	/* background-color: #0171be; */
	background-image: url(/common/new/img/hd_bt_02.png);
}

#hdInBlock_02 {
	position: absolute;
	top: 108px;
	right: 0;
	z-index: 100;
	width: 680px;
	height: 0;
	background-color: #efeeeb;
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ui_spMenu_on #hdInBlock_02 {
	height: calc(100vh - 108px);
}

#hdArea.ui_spMenu_on:after {
	content:  "";
	display: block;
	width: 750px;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#hdNav {
	position: static;
	width: 100%;
	margin-left: 0;
	margin-bottom: 120px;
}

#hdNav li {
	line-height: 60px;
	padding: 0;
	text-align: center;
	font-size: 28px;
	background-color: #0171be;
}

#hdNav a {
	display: block;
	padding: 30px 40px;
	line-height: 24px;
	color: #fff;
	font-size: 24px;
}

#hdNav a:after {
	content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(/common/new/img/ic_arrow_wh_12.png);
    -webkit-background-size: cover;
    background-size: cover;
}

#hdNav li#hdNavLi01,
#hdNav li#hdNavLi02,
#hdNav li#hdNavLi03,
#hdNav li#hdNavLi04 {
	width: 100%;
	border: none;
}

#hdNav li#hdNavLi05 {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	border-right: none;
	border-left: 1px solid #fff;
	/* border-bottom: 1px solid #0171be; */
	color: #0171be;
	text-align: left;
	background: none;
}

#hdNav_company{
	display: block;
	position: static;
}

#hdNav_company li{
	display: block;
	background-color: #fff;
	border: solid 1px #0077b9;
	padding: 20px;
	margin: 10px;
	font-size: 24px;
}

#hdNav_company li a{
	color: #0077b9;
	text-decoration: none;
	font-weight: 600;
}

#hdSearch {
	display: block;
	position: static;
	width: 100%;
	height: 132px;
	padding: 20px 0 0 30px;
	border-radius: 0;
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#hdSearchBtn {
	display: none;
}

#hdKeywords {
	display: block;
	float: left;
	width: 550px;
	height: 88px;
	padding: 0 12px 0 12px;
	border: 2px solid #ccc;
	background: #fff;
	-webkit-appearance: none;
}

#hdSubmit {
	width: 80px;
	height: 88px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	color: #0171be;
	text-align: right;
	text-indent: 99999px;
	font-size: 28px;
	background-color: transparent;
	background-image: url(/common/new/img/hd_ic_03.png);
	background-position: 22px center;
	background-size: 36px;
	-webkit-appearance: none;
}

#hdSearchClose {
	display: none;
}

#gNav .parent {
	width: 100%;
	border: none;
	border-top: 1px solid #0171be;
}

#gNav .parent.slippery {
	display: none;
}

#gNav .parent a.parentA {
	padding: 0 0 0 40px;
	color: #0171be;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	position: relative;
}

#gNav .parent a.parentA:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url(/common/new/img/ic_arrow_bl_12.png);
	-webkit-background-size: cover;
	background-size: cover;
}

#gNav .parent a.parentA.on:after {
	transform: translateY(-50%) rotate(90deg);
}

#gNav .parent.active a.parentA > .inner {
	border-bottom: none;
}

#gNav a.parentA {
	font-size: 28px;
	line-height: 100px;
}

#gNav .childArea-sp {
	display: none;
	background: #0074bc;
}

#gNav .childUl-sp {
	/* padding-left: 40px; */
}

#gNav .childUl-sp li {
	border-bottom: #80bade solid 1px;
	padding-left: 40px;
}

#gNav .childUl-sp .child_btnWrap {
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 30px 80px;
}

#gNav .childUl-sp .child_btn_tel ,
#gNav .childUl-sp .child_btn_form {
	width: 240px;
	padding: 20px 0;
	background: #308cc5;
	text-align: center;
	line-height: 1.5;
	border:  #fff solid 1px;
	float: left;
}

#gNav .childUl-sp .child_btn_tel:after ,
#gNav .childUl-sp .child_btn_form:after {
	background: none;
}

#gNav .childUl-sp .child_btn_tel {
	margin-right: 40px;
}

#gNav .childUl-sp .child_btn_form {
}

#gNav .childArea-sp a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 40px;
	display: block;
	position: relative;
	text-decoration: none;
}

#gNav .childArea-sp a:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform:  translateY(-50%);
	background: url(/common/new/img/ic_arrow_bl_22.png);
	-webkit-background-size: cover;
	background-size: cover;
}

#nsArea {
	width: 750px;
}

#coRibbon {
	min-width: 750px;
	padding: 12px 0 12px 30px;
}

#coRibbon .inner {
	width: auto;
}

#coRibbonBtn {
	display: none;
}


}





/*	body.hd_on
-------------------------------------------------------------------*/

body.hd_on {
	top: 94px;
}

body.hd_on #hdNav {
    padding: 0;
}

body.hd_on #hdLogo {
    padding: 0;
    margin: 0 0 15px;
    width: 146px;
    height: 18px;
}

body.hd_on #hdLogo > a {
    background-size: 146px;
}

body.hd_on #hdArea {
	padding: 15px 0 0 0;
}

body.hd_on #hdArea #hdLogo,
body.hd_on #hdArea.indexPage #hdLogo,
body.hd_on #hdArea.lineupPage #hdLogo {
	width: 146px;
    height: 18px;
}
body.hd_on #hdArea #hdLogo > a {
	background-size: 146px;
}
body.hd_on #hdArea #hdLogo img,
body.hd_on #hdArea.indexPage #hdLogo img,
body.hd_on #hdArea.lineupPage #hdLogo img {
	width: 146px;
    height: 18px;
}

body.hd_on #hdNav {
	top: -33px;
}

body.hd_on #gNav .parent .childArea-pc {
	top: 87px;
	height: calc(100% - 87px);
}

body.hd_on #gNav .parent a.parentA {
	padding: 10px 0;
}
