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

/* [PC] */
@media screen and (min-width: 897px){

	/* [PC]表示切り替え */
	#pcWrap {display: block;}
	#spWrap {display: none;}
	
	/* [PC]ボックス系 */
	body { 
		min-width: 1100px;
		overflow-x: hidden;
	}
	.w1000 { 
		width: 1000px;
		margin: 0 auto;
	}
	
	/* [PC]ボタン */
	a.btn {
        width: 850px;
        height: 147px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.20);
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.20);
        border-radius: 7px;
        position: relative;
        z-index: 0;
	}
	a.btn:hover {
        opacity: inherit;
	}
	a.btn::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        transition: 1s;
        border-radius: 7px;
        background-image: -webkit-linear-gradient(270deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
        background-image: -o-linear-gradient(270deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
        background-image: linear-gradient(180deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
	}
	a.btn::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        left: 0;
        border-radius: 7px;
        background-image: -webkit-linear-gradient(270deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
        background-image: -o-linear-gradient(270deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
        background-image: linear-gradient(180deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
	}
	a.btn:hover::after  {
        opacity: 0;
	}	
	
	
	/* [PC]header */
	header {
		width: 100%;
		min-width: 1100px;
		position: fixed;
		z-index: 1000;
		border-top: 8px solid #000000;
	}
	#header {
		width: 100%;
        height: 58px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	h1 {
		width: 100%;
        background-color: #0075C1;
		display: flex;
		align-items: center;
		justify-content: flex-end;
}
	h1 a {
		width: 38%;
		max-width: 258px;
		margin-left: 20px;
		line-height: 0;
	}
	h1 a:hover {
    opacity: 1.0;
	}
	h1 a.tit {
		width: 52%;
		max-width: 349px;
		margin: 0 34px 0 10px;
	}
	h1 a.tit img {
		width: 100%;
	}
	nav {
		width: 100%;
		position: relative;
		z-index: 0;
		background-color: #FFFFFF;
	}
	nav::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        /*四角形を傾けます*/
        transform: skewX(-30deg);
        transform-origin: top right;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
	}
	nav ul {
        height: 58px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	nav ul li {
		padding: 5px 24px;
		border-right: 1px solid #000000;
	}
	nav ul li:last-child {
		border-right: none;
	}
	nav ul li:nth-child(1) img {width: 98px;}
	nav ul li:nth-child(2) img {width: 119px;}
	nav ul li:nth-child(3) img {width: 157px;}
	nav ul li:nth-child(4) img {width: 112px;}
	
	/* [PC]ヘッドイメージ */
	#hedImgWrap {
		padding-top: 66px;
		overflow-x: hidden;
	}
	#hedImgWrap .tit {
		padding-bottom: 25%;
		text-align: center;
        background-image: url(../images/pc/hed_bg01.jpg);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }
	#hedImgWrap .tit img {
		width: 54.5%;
		max-width: 745px;
		padding-top: 30px;
	}

	#hedImgWrap p {
		padding: 14px 75px;
		color: #FFFFFF;
		font-size: 1.3em;
		text-align: center;
		background-color: #171C61;
	}
	
	/* [PC]創立50周年記念 モニター募集 */
	#contentsWrap01 {
	}
	#contentsWrap01 #monitor {
		padding: 50px 0 70px;
		background-color: #FFF100;
	}
	#contentsWrap01 #monitor img.img01 {
		width: 924px;
		margin-left: 22px;
		margin-bottom: 40px;
	}	
	#contentsWrap01 #monitor a.btn img {
		width: 603px;
	}
	#contentsWrap01 #moshikomi {
		background-color: #FFFCDB;
		padding: 70px 0 50px;
	}	
	#contentsWrap01 #moshikomi .w1000 {
		padding: 35px 0;
		background-color: #FFFFFF;
		text-align: center;
	}	
	#contentsWrap01 #moshikomi .w1000 img.img02 {
		width: 850px;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #000000;
	}	
	#contentsWrap01 #moshikomi .w1000 img.img03 {
		width: 850px;
	}	
	#contentsWrap01 #modelPlan {
		padding: 44px 0;
	}	
	#contentsWrap01 #modelPlan .w1000 img.img04 {
		width: 949px;
		padding-bottom: 34px;
		padding-right: 51px;
		margin-bottom: 65px;
		border-bottom: 1px solid #000000;
	}	
	#contentsWrap01 #modelPlan .w1000 img.img05 {
		width: 993px;
	}
	
	/* [PC]ABC加古川パルフェ 展示場内覧会 */
	#contentsWrap02 {
		background-color: #E60012;
	}	
	#contentsWrap02 .w1000 {
		padding: 65px 0 ;
		background-color: #FCEFE9;
		text-align: center;
	}	
	#contentsWrap02 .w1000 img.img01 {
		width: 843px;
	}	
	#contentsWrap02 .w1000 img.img02 {
		width: 843px;
		margin: 15px 0 70px;
	}
	#contentsWrap02 .w1000 a.btn img {
		width: 673px;
	}
	#contentsWrap02 .w1000 iframe {
		margin: 55px auto 100px;
	}
	#contentsWrap02 .w1000 img.img03 {
		width: 539px;
	}
	
	/* [PC]ハイムギャラリーパーク姫路 未来の家づくり体感ツアー */
	#contentsWrap03 {
		color: #FFFFFF;
		background-color: #000000;
	}	
	#contentsWrap03 .w1000 {
		padding: 70px 0;
		text-align: center;
	}	
	#contentsWrap03 .w1000 img.img01 {
		width: 1000px;
	}	
	#contentsWrap03 .w1000 img.img02 {
		width: 850px;
		margin: 30px 0 10px;
	}
	#contentsWrap03 .w1000 img.img03 {
		width: 851px;
		margin-bottom: 74px;
	}
	#contentsWrap03 .w1000 a.btn img {
		width: 528px;
	}
	#contentsWrap03 .w1000 p {
		margin: 64px 0 40px;
		font-size: 2.5em;
		line-height: 1.7;
	}
	#contentsWrap03 .w1000 iframe {	}
	
	/* [PC]庭先賃貸住宅 モデルオーナー募集 */
	#contentsWrap04 {
		background-color: #F4F9F1;
	}	
	#contentsWrap04 .w1000 {
		padding: 70px 0;
		text-align: center;
		background-color: #FFFFFF;
	}	
	#contentsWrap04 .w1000 img.img01 {
		width: 845px;
	}	
	#contentsWrap04 .w1000 img.img02 {
		width: 850px;
		margin: 30px 0 10px;
	}
	#contentsWrap04 .w1000 img.img03 {
		width: 852px;
		margin-bottom: 74px;
	}
	#contentsWrap04 .w1000 a.btn img {
		width: 668px;
	}
	
	/* [PC]コピーライト */
	small {
		padding: 5px 0;
		background-color: #0075C1;
		display: block;
		text-align: center;
		color: #FFFFFF;
		font-size: 1.2em;
	}

      

}




/* [SP] */
@media screen and (max-width: 896px){

	/* [SP]表示切り替え */
	#pcWrap {display: none;}
	#spWrap {
		display: block;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	img { width: 100%;}
	

	/* [SP]ボックス系 */
	body { 
/*		background: red;
*/	}
	
	/* [SP]ボタン */
	a.btn {
        width: 406px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.20);
        box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.20);
        border-radius: 7px;
        position: relative;
        z-index: 0;
	}
	a.btn:hover {
        opacity: inherit;
	}
	a.btn::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        transition: 1s;
        border-radius: 7px;
        background-image: -webkit-linear-gradient(270deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
        background-image: -o-linear-gradient(270deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
        background-image: linear-gradient(180deg,rgba(228,0,28,1.00) 0%,rgba(161,0,19,1.00) 100%);
	}
	a.btn::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        left: 0;
        border-radius: 7px;
        background-image: -webkit-linear-gradient(270deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
        background-image: -moz-linear-gradient(270deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
        background-image: -o-linear-gradient(270deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
        background-image: linear-gradient(180deg,rgba(0,117,193,1.00) 0%,rgba(0,77,128,1.00) 100%);
	}
	a.btn:hover::after  {
        opacity: 0;
	}	
	
	
	/* [SP]header */
	header {
		max-width: 480px;
		position: fixed;
		z-index: 1000;
		border-top: 8px solid #000000;
	}
	#headerSP {
		max-width: 480px;
	}
	h1 {
		width: 100%;
        height: 51px;
        background-color: #0075C1;
		display: flex;
		align-items: center;
		justify-content: center;
}
	h1 a {
		width: 40.6%;
		margin-right: 2.8%;
		line-height: 0;
	}
	h1 a.tit  {
		width: 52.0%;
	}
	h1 a.tit img  {
		width: 100%;
	}
	nav {
		max-width: 480px;
		position: relative;
		z-index: 0;
		background-color: #FFFFFF;
	}
	nav ul {
        height: 65px;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	nav ul li {
		height: 54px;
		padding: 0 2.9%;
		border-right: 1px solid #000000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	nav ul li:last-child {
		border-right: none;
	}
	nav ul li:nth-child(1) img {width: 100%;}
	nav ul li:nth-child(2) img {width: 100%;}
	nav ul li:nth-child(3) img {width: 100%;}
	nav ul li:nth-child(4) img {width: 100%;}
	
	/* [SP]ヘッドイメージ */
	#hedImgWrapSP {
		width: 480px;
		padding-top: 50px;
	}
	#hedImgWrapSP .tit {
		padding-bottom: 50%;
		text-align: center;
        background-image: url(../images/sp/hed_bg01.jpg);
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
    }
	#hedImgWrapSP .tit img {
		width: 419px;
		padding-top: 100px;
	}

	#hedImgWrapSP p {
		padding: 14px 5px;
		color: #FFFFFF;
		font-size: 1.1em;
		text-align: center;
		background-color: #171C61;
	}
	
	/* [SP]創立50周年記念 モニター募集 */
	#contentsWrap01SP { 
		width: 480px;
	}
	#contentsWrap01SP #monitorSP {
		padding: 40px 0 80px ;
		background-color: #FFF100;
		text-align: center;
	}
	#contentsWrap01SP #monitorSP img.img01 {
		width: 440px;
		margin: 0 auto 35px ;
	}	
	#contentsWrap01SP #monitorSP a.btn img {
		width: 368px;
	}
	#contentsWrap01SP #moshikomiSP {
		background-color: #FFFCDB;
		padding: 30px 0 ;
	}	
	#contentsWrap01SP #moshikomiSP .w1000 {
		width: 420px;
		margin: 0 auto;
		padding: 30px 0;
		background-color: #FFFFFF;
		text-align: center;
	}	
	#contentsWrap01SP #moshikomiSP .w1000 img.img02 {
		width: 370px;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #000000;
	}	
	#contentsWrap01SP #moshikomiSP .w1000 img.img03 {
		width: 369px;
	}	
	#contentsWrap01SP #modelPlanSP {
		z-index: 100;
		padding: 50px 0;
		text-align: center;
	}	
	#contentsWrap01SP #modelPlanSP .w1000 img.img04 {
		width: 414px;
		padding-bottom: 34px;
		padding-right: 16px;
		margin-bottom: 65px;
		border-bottom: 1px solid #000000;
	}	
	#contentsWrap01SP #modelPlanSP .w1000 img.img05 {
		width: 430px;
	}
	
	/* [SP]ABC加古川パルフェ 展示場内覧会 */
	#contentsWrap02SP {
		width: 480px;
		background-color: #E60012;
	}	
	#contentsWrap02SP .w1000 {
		width: 450px;
		margin: 0 auto;
		padding: 40px 0  ;
		background-color: #FCEFE9;
		text-align: center;
	}	
	#contentsWrap02SP .w1000 img.img01 {
		width: 408px;
	}	
	#contentsWrap02SP .w1000 img.img02 {
		width: 391px;
		margin: 15px 0 24px;
	}
	#contentsWrap02SP .w1000 a.btn img {
		width: 390px;
	}
	#contentsWrap02SP .w1000 iframe {
		margin: 15px auto 40px;
	}
	#contentsWrap02SP .w1000 img.img03 {
		width: 319px;
	}
	
	/* [SP]ハイムギャラリーパーク姫路 未来の家づくり体感ツアー */
	#contentsWrap03SP {
		width: 480px;
		color: #FFFFFF;
		background-color: #000000;
	}	
	#contentsWrap03SP .w1000 {
		padding: 50px 0 70px;
		text-align: center;
	}	
	#contentsWrap03SP .w1000 img.img01 {
		width: 480px;
	}	
	#contentsWrap03SP .w1000 img.img02 {
		width: 420px;
		margin: 30px 0 10px;
	}
	#contentsWrap03SP .w1000 img.img03 {
		width: 411px;
		margin-bottom: 30px;
	}
	#contentsWrap03SP .w1000 a.btn img {
		width: 366px;
	}
	#contentsWrap03SP .w1000 p {
		margin: 30px 0 20px;
		font-size: 1.8em;
		line-height: 1.7;
	}
	#contentsWrap03SP .w1000 iframe {	}
	
	/* [SP]庭先賃貸住宅 モデルオーナー募集 */
	#contentsWrap04SP {
		width: 480px;
		background-color: #F4F9F1;
	}	
	#contentsWrap04SP .w1000 {
		width: 450px;
		margin: 0 auto;
		padding: 40px 0 ;
		text-align: center;
		background-color: #FFFFFF;
	}	
	#contentsWrap04SP .w1000 img.img01 {
		width: 426px;
	}	
	#contentsWrap04SP .w1000 img.img02 {
		width: 407px;
		margin: 30px 0 10px;
	}
	#contentsWrap04SP .w1000 img.img03 {
		width: 411px;
		margin-bottom: 25px;
	}
	#contentsWrap04SP .w1000 a.btn img {
		width: 375px;
	}
	
	/* [SP]コピーライト */
	small {
		width: 480px;
		padding: 5px 0;
		background-color: #0075C1;
		display: block;
		text-align: center;
		color: #FFFFFF;
		font-size: 1.2em;
	}
}