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

.service-big{
	display: block;
}
.service-mini{
	display: none;
}
.50high-box{
	margin: 0px;
	padding: 0px;
	height: 70px;
	background-color: #FFF;
}
/* ----------------------------------------- */
/* サービスベース ---------------------------------- */
/* ----------------------------------------- */
.service-base{
	padding: 0px;
	width: 100%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	text-align: center;
}
.service-naka{
	padding: 0px;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.service-naka h1{
	margin: 0px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.2em;
}

/* ----------------------------------------- */
/* 中ページ共通メイン ---------------------------------- */
/* ----------------------------------------- */
.service-main-list{
	margin-top: 60px;
	margin-bottom: 60px;
}
.service-naka .service-main-list ul,
.service-naka .ser-button-base ul{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.service-naka .service-main-list ul li,
.service-naka .ser-button-base ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.service-image{
	width: 60%;
}
.service-image img{
	width: 100%;
}
.service-skima{
	width: 3%;
}
.service-text{
	width: 37%;
}

.service-skima img{
	width: 100%;
}
.service-button{
	width: 33.333%;
}

/* ----------------------------------------- */
/* 中ページ内容 ---------------------------------- */
/* ----------------------------------------- */

.service-naka h2,
.saiyou-naka h1{
	background-image: url(../img/blue-border-mini.jpg);
	background-repeat: repeat;
	height: 45px;
	width: auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 45px;
	font-weight: 500;
	color: #ffd100;
	text-align: justify;
	letter-spacing: 0.15em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffd100;
	text-indent: 10px;
}
.service-naka h3{
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #005099;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
}
.service-naka h4{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: justify;
	font-weight: normal;
	color: #005099;
	margin-top: 0px;
	margin-bottom: 5px;
}
.service-naka h5{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 24px;
}
.news-box{
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 80px;
}
.news-box img{
width: 700px;
	height: auto;
}

.image100per-box{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.image100per-box img{
	width: 100%;
	height: auto;
}
/* ----------------------------------------- */
/* サービスボタン ---------------------------------- */
/* ----------------------------------------- */
.ser-button{
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	margin-top: 15px;
	margin-bottom: 0px;
	background-color: #ff0000;
	color: #fff;
	width: 73%;
	margin-right: auto;
	margin-left: auto;
}
.ser-button a:link, .ser-button a:visited {
	text-decoration: none;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.ser-button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #ffd100;
	transition: all .3s;
	text-align: center;
}
.ser-button:hover {
	background-color: #ffd100;
	color: #ff0000;
}
/* ----------------------------------------- */
/* サービス内施工リスト ---------------------------------- */
/* ----------------------------------------- */
.service-works-box{
	text-align: center;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.service-works-box ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.service-works-box ul li{
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 25%;
	display: block;
}
.service-works-box ul li img{
	width: 92%;
}
/* ----------------------------------------- */
/* 家づくりの流れ ---------------------------------- */
/* ----------------------------------------- */
.nagare-base{
	padding: 0px;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
}
.nagare{
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 70px;	}
.n-1{
	background-image: url(../img/ngare1.png);
}
.n-2{
	background-image: url(../img/ngare2.png);
}
.n-3{
	background-image: url(../img/ngare3.png);
}
.n-4{
	background-image: url(../img/ngare4.png);
}
.n-5{
	background-image: url(../img/ngare5.png);
}
.n-6{
	background-image: url(../img/ngare6.png);
}
.n-7{
	background-image: url(../img/ngare7.png);
}
.n-8{
	background-image: url(../img/ngare8.png);
}
.n-9{
	background-image: url(../img/ngare9.png);
}

.service-base .service-naka .nagare-base .nagare h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #005099;
	letter-spacing: 0em;
	text-align: justify;
	padding-left: 90px;
	margin: 0px;
}
.service-base .service-naka .nagare-base .nagare p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	padding-left: 90px;
	margin-top: 10px;
	margin-bottom: 0px;
}
/* ----------------------------------------- */
/* アフターケア ---------------------------------- */
/* ----------------------------------------- */
.after-care-box{
	padding: 0px;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.after-care-box ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.after-care-box ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	display: block;
}
.after-image{
	margin: 0px;
	padding: 0px;
	width: 47%;
}
.after-image img{
	width: 100%;
}
.after-text{
	width: 50%;
}
.after-sukima{
	width: 3%;
}
.after-toi{
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff4c7;
}
.after-toi h1{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #005099;
	font-weight: bold;
	margin: 0px;
}
.after-care-box ul li .after-toi h2{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	color: #005099;
	font-weight: normal;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/yellow-border.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.after-toi h3{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #005099;
	font-weight: 500;
	margin: 0px;
	letter-spacing: 0em;
}
/* ----------------------------------------- */
/* リノベーションリスト ---------------------------------- */
/* ----------------------------------------- */
.renovation-box,
.renovation-box002,
.renovation-box003{
	text-align: center;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-bottom: -0px;
	margin-left: auto;
}
.renovation-box{
	margin-top: 30px;
}
.renovation-box002{
	margin-top: 0px;
}
.renovation-box003{
	margin-top: 20px;
}
.renovation-box003 img{
	width: 80%;
}

.renovation-box ul,
.renovation-box002 ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.renovation-box ul{
	width: 90%;
}
.renovation-box002 ul{
	width: 60%;
}
.renovation-box ul li,
.renovation-box002 ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	display: block;
}
.renovation-box ul li{
	margin-bottom: 30px;
	width: 33.3333%;
}
.renovation-box002 ul li{
	margin-bottom: 0px;
	width: 50%;
}
.renovation-box ul li img,
.renovation-box002 ul li img{
	width: 55%;
}
.renovation-box ul li h1,
.renovation-box002 ul li h1{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #005099;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.renovation-box ul li p,
.renovation-box002 ul li p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}





/* 画面サイズが1024以下の場合に適用 */
@media only screen and (max-width: 1024px) {
/* ----------------------------------------- */
/* サービスベース1024 ---------------------------------- */
/* ----------------------------------------- */
.service-naka{
	width: 90%;
}
/* ----------------------------------------- */
/* サービスボタン 1024---------------------------------- */
/* ----------------------------------------- */
.ser-button{
	letter-spacing: 0em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	width: 80%;
}
/* ----------------------------------------- */
/* 家づくりの流れ1024 ---------------------------------- */
/* ----------------------------------------- */
.nagare-base{
	width: 85%;
}
.service-base .service-naka .nagare-base .nagare p{
	font-size: 14px;
	line-height: 24px;
}

/* ----------------------------------------- */
/* アフターケア1024 ---------------------------------- */
/* ----------------------------------------- */
.after-toi h1{
	font-size: 18px;
	letter-spacing: 0em;
}
.after-care-box ul li .after-toi h2{
	font-size: 24px;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.after-toi h3{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #005099;
	font-weight: 500;
	margin: 0px;
	letter-spacing: 0em;
}


}
/* 画面サイズが870以下の場合に適用 */
@media only screen and (max-width: 870px) {

/* ----------------------------------------- */
/* 家づくりの流れ870 ---------------------------------- */
/* ----------------------------------------- */
.service-base .service-naka .nagare-base .nagare p{
	line-height: 23px;
}
}

/* 画面サイズが768以下の場合に適用 */
@media only screen and (max-width: 768px) {
/* ----------------------------------------- */
/* サービスベース768 ---------------------------------- */
/* ----------------------------------------- */
.service-base{
	margin-top: 40px;
	margin-bottom: 40px;
}
.service-naka h1{
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.2em;
}
/* ----------------------------------------- */
/* 中ページ共通メイン768 ---------------------------------- */
/* ----------------------------------------- */
.service-main-list{
	margin-top: 20px;
	margin-bottom: 40px;
}
.service-image{
	width: 47%;
}
.service-image img{
	width: 100%;
}
.service-skima{
	width: 2%;
}
service-main-list .service-skima img{
	height: 10px;
	width: 100%;
}
.service-text{
	width: 51%;
}
/* ----------------------------------------- */
/* サービスボタン 768---------------------------------- */
/* ----------------------------------------- */
.ser-button{
	letter-spacing: 0em;
	padding-left: 0em;
	padding-right: 1em;
	width: 90%;
	font-size: 12px;
}
/* ----------------------------------------- */
/* 中ページ内容768 ---------------------------------- */
/* ----------------------------------------- */
.service-naka h3{
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #005099;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
}
.image100per-box{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ----------------------------------------- */
/* アフターケア768 ---------------------------------- */
/* ----------------------------------------- */
.after-toi {
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.after-toi h1{
	font-size: 18px;
	letter-spacing: 0em;
}
.after-care-box ul li .after-toi h2{
	font-size: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: 90%;
	text-indent: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.after-toi h3{
	font-size: 14px;
	letter-spacing: 0em;
	margin: 0px;
}
.after-sukima{
	width: 3%;
}
.after-sukima img{
	width: 100%;
}
}
/* 画面サイズが670以下の場合に適用 */
@media only screen and (max-width: 670px) {
.service-big{
	display: none;
}
.service-mini{
	display: block;
}
/* ----------------------------------------- */
/* 中ページ共通メイン670 ---------------------------------- */
/* ----------------------------------------- */
.service-main-list ul li{
	float: none;
	clear: both;
}
.service-image{
	width: 100%;
}
.service-image img{
	width: 100%;
}
.service-skima{
	height: 10px;
}
service-main-list .service-skima img{
	height: 10px;
	width: 100%;
}
.service-text{
	width: 100%;
}
/* ----------------------------------------- */
/* サービスボタン 670---------------------------------- */
/* ----------------------------------------- */
.ser-button{
	letter-spacing: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
	width: 45%;
	font-size: 14px;
	margin-top: 10px;
}
.ser-button-base ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	width: 100%;
}

/* ----------------------------------------- */
/* 中ページ内容670 ---------------------------------- */
/* ----------------------------------------- */
.service-naka h3{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 0.1em;
}
/* ----------------------------------------- */
/* アフターケア670 ---------------------------------- */
/* ----------------------------------------- */
.after-toi {
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.after-toi h1{
	font-size: 18px;
	letter-spacing: 0em;
}
.after-care-box ul li .after-toi h2{
	font-size: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: 90%;
	text-indent: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.after-toi h3{
	font-size: 14px;
	letter-spacing: 0em;
	margin: 0px;
}
.after-care-box{
	margin-top: 15px;
}
.after-care-box ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.after-care-box ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}
.after-image{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.after-image img{
	width: 100%;
}
.after-text{
	width: 100%;
}
.after-sukima{
	width: 1%;
	height: 10px;
}
.after-sukima img{
	width: 100%;
}
/* ----------------------------------------- */
/* リノベーションリスト670 ---------------------------------- */
/* ----------------------------------------- */

.renovation-box{
	margin-top: 30px;
}
.renovation-box002{
	margin-top: 0px;
}
.renovation-box003{
	margin-top: 20px;
}
.renovation-box003 img{
	width: 100%;
}
.renovation-box ul{
	width: 100%;
}
.renovation-box002 ul{
	width: 66.66666%;
}
.renovation-box ul li{
	margin-bottom: 20px;
	width: 33.3333%;
}
.renovation-box002 ul li{
	width: 50%;
}
.renovation-box ul li h1,
.renovation-box002 ul li h1{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	letter-spacing: 0em;
}
.renovation-box ul li p,
.renovation-box002 ul li p{
	width: 92%;
}



}
/* 画面サイズが600以下の場合に適用 */
@media only screen and (max-width: 600px) {
/* ----------------------------------------- */
/* サービスボタン 670---------------------------------- */
/* ----------------------------------------- */
.ser-button{
	letter-spacing: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
	width: 60%;
	font-size: 14px;
	margin-top: 10px;
}
.ser-button-base ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: none;
	width: 100%;
}
/* ----------------------------------------- */
/* リノベーションリスト600 ---------------------------------- */
/* ----------------------------------------- */
.renovation-box002 ul{
	width: 100%;
}
.renovation-box ul li,
.renovation-box002 ul li{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}
.renovation-box ul li{
	margin-bottom: 40px;
	width: 100%;
}
.renovation-box002 ul li{
	margin-bottom: 40px;
	width: 100%;
}
.renovation-box ul li img,
.renovation-box002 ul li img{
	width: 30%;
}
.renovation-box ul li h1,
.renovation-box002 ul li h1{
	margin-top: 0px;
	margin-bottom: 5px;
}
}
/* 画面サイズが480以下の場合に適用 */
@media only screen and (max-width: 480px) {
/* ----------------------------------------- */
/* 中ページ内容 480---------------------------------- */
/* ----------------------------------------- */
.service-naka h2,
.saiyou-naka h1{
	background-image: url(../img/blue-border-mini.jpg);
	background-repeat: repeat;
	height: 30px;
	width: auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #ffd100;
	text-align: justify;
	letter-spacing: 0.1em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffd100;
	text-indent: 10px;
}
	
	
.news-box img{
width: 85%;
	height: auto;
}	
/* ----------------------------------------- */
/* サービスボタン 480---------------------------------- */
/* ----------------------------------------- */
.ser-button{
	letter-spacing: 0.1em;
	padding-left: 1em;
	padding-right: 1em;
	width: 80%;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
/* ----------------------------------------- */
/* サービス内施工リスト480 ---------------------------------- */
/* ----------------------------------------- */
.service-works-box ul li{
	margin-bottom: 7px;
	width: 50%;
}
.service-works-box ul li img{
	width: 95%;
}
/* ----------------------------------------- */
/* 家づくりの流れ480 ---------------------------------- */
/* ----------------------------------------- */
.service-base .service-naka .nagare-base .nagare h1{
	font-size: 16px;
	color: #005099;

}
.service-base .service-naka .nagare-base .nagare p{
	margin-top: 6px;
}

/* ----------------------------------------- */
/* アフターケア480 ---------------------------------- */
/* ----------------------------------------- */
.after-care-box ul li .after-toi h2{
	padding-top: 6px;
	padding-bottom: 6px;
}
/* ----------------------------------------- */
/* リノベーションリスト600 ---------------------------------- */
/* ----------------------------------------- */

.renovation-box ul li{
	margin-bottom: 30px;
}
.renovation-box002 ul li{
	margin-bottom: 30px;
}



}
