@charset "UTF-8";
/* =============================================
★★★ ヘッダー p.1 ★★★
header.html
by. プラザ
============================================= */

.header{
	margin: 0 auto;
    width: 100%;
	height: 70px;
}
.header-left{
	float: left;
	position: absolute;	/* 配置指定 */
}
.header-left img{
	margin-left:70px;
}
.header-right{
	float: right;
}
.clear{
	clear: both;
}
/* リスト編集 */
#h-menu_content ul{
    list-style: none;
}
#h-menu_content li{
	display: inline-block;
}
#h-menu_content li a {
	color: black;
	line-height: 70px;
	text-decoration: none;	/* リンクの線を消す */
	margin-right: 30px;
	font-size: 20px;
	font-weight: bold;
}
#h-menu_content li a:hover {
	color: #b8860b;
}

/*inputのcheckboxは非表示に*/
.h-menuCheckbox {
  display:none;
}


/* =============================================
★★★ ヘッダー p.2~7 ★★★
header1.html
by. プラザ
============================================= */

.header-left2{
	float: left;
	position: absolute;	/* 配置指定 */
	display: flex;
}
.header-left2 img{
	height: 70px;
}

/* =============================================
★★★ 全てコンテンツ幅 ★★★
by. プラザ
============================================= */
* {
  margin: 0;
  padding: 0;
}
.container{
	margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

/* =============================================
★★★ フッター ★★★
foooter.html
by. 澤田
============================================= */
/* Back to Top 矢印の設定 */
.back_top {
	border-top: solid 1px black;
	border-left: solid 1px black;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
	margin: auto;
}
/* Back to Top の設定 */
a.backTop {
	display: flex; /* 固定 */
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: #C0A060;
	text-decoration: none; /* リンクの線を消す */
	color: #ae955f;
	margin-bottom: 20px;
}

a.backTop:hover {
	color: #b8860b;
	text-shadow: 1px 2px 3px #808080; 
}


/* 背景色が有るフッターの全体設定 ①*/
.footer {
	background: #ae955f;
	width: 100%;
	letter-spacing: 1px;/* 文字の間(横)を広く */
}
/* 背景色が有るフッターの全体設定 ②*/
.footer1 {
	display: flex; /* 配置指定 */
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
/* フッターの上半分の設定  */
.footer_info {
	display: flex; /* 配置指定 */
	margin-top: 30px; /* 配置指定 */
}
/* logoと間隔開ける */
.listfooter a {
	color: white; /* 文字色 */
	padding-left: 30px;
	text-decoration: none; /* リンクの線を消す */
}

.listfooter a:hover {
	text-shadow: 0px 1px 0px ; 
}

/* リスト */
.list1 li {
	display: inline-block; /* リスト横並び */
	list-style-type: none; /* ・の削除 */
	padding: 10px 0; /* 行間をあける */
}

.list2 li {
	display: inline-block; /* リスト横並び */
	list-style-type: none; /* ・の削除 */
	padding: 10px 0; /* 行間をあける */
}

/* フッター下半分の設定 */
.footer2 {
	color: white; /* 文字色 */
	padding-top: 40px; /* 配置指定 */
	text-align: left; /* 左寄せ文字 */
	border-top: 1px solid white; /* 上にボーダー線 */
}

.footer2 .zactoa_border {
	margin-right: 400px; /* 余白 */
}

/* SNSの画像設定 */
.footerimg {
	float: right; /* 右に配置 */
}

.footerimg img {
	height: 40px;
	width: 40px;
	padding:5px;
}
/* 2021©Zaktoa All Right Rescieve */
.footer_end {
	color: white; /* 文字色 */
	text-align: left; /* 左寄せ文字 */
	margin-top: 50px;
	letter-spacing: 0px;/* 文字の間(横)を広くしない */
}


/* =============================================
★★★ ヘッダー p.1 ★★★
header.html
by. プラザ
============================================= */

.header{
	margin: 0 auto;
    width: 100%;
	height: 70px;
}
.header-left{
	float: left;
	position: absolute;	/* 配置指定 */
}
.header-left img{
	margin-left:70px;
}
.header-right{
	float: right;
}
.clear{
	clear: both;
}
/* リスト編集 */
#h-menu_content ul{
    list-style: none;
}
#h-menu_content li{
	display: inline-block;
}
#h-menu_content li a {
	color: black;
	line-height: 70px;
	text-decoration: none;	/* リンクの線を消す */
	margin-right: 30px;
	font-size: 20px;
	font-weight: bold;
}
#h-menu_content li a:hover {
	color: #b8860b;
}

/*inputのcheckboxは非表示に*/
.h-menuCheckbox {
  display:none;
}


/* =============================================
★★★ ヘッダー p.2~7 ★★★
header1.html
by. プラザ
============================================= */

.header-left2{
	float: left;
	position: absolute;	/* 配置指定 */
	display: flex;
}
.header-left2 img{
	height: 70px;
}

/* =============================================
★★★ 全てコンテンツ幅 ★★★
by. プラザ
============================================= */
* {
  margin: 0;
  padding: 0;
}
.container{
	margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

/* =============================================
★★★ フッター ★★★
foooter.html
by. 澤田
============================================= */
/* Back to Top 矢印の設定 */
.back_top {
	border-top: solid 1px black;
	border-left: solid 1px black;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
	margin: auto;
}
/* Back to Top の設定 */
a.backTop {
	display: flex; /* 固定 */
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: #C0A060;
	text-decoration: none; /* リンクの線を消す */
	color: #ae955f;
	margin-bottom: 20px;
}

a.backTop:hover {
	color: #b8860b;
	text-shadow: 1px 2px 3px #808080; 
}


/* 背景色が有るフッターの全体設定 ①*/
.footer {
	background: #ae955f;
	width: 100%;
	letter-spacing: 1px;/* 文字の間(横)を広く */
}
/* 背景色が有るフッターの全体設定 ②*/
.footer1 {
	display: flex; /* 配置指定 */
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
/* フッターの上半分の設定  */
.footer_info {
	display: flex; /* 配置指定 */
	margin-top: 30px; /* 配置指定 */
}
.footer_logo img{
	width:55%;
	height:auto;
}
/* logoと間隔開ける */
.listfooter a {
	color: white; /* 文字色 */
	padding-left: 30px;
	text-decoration: none; /* リンクの線を消す */
}

.listfooter a:hover {
	text-shadow: 0px 1px 0px ; 
}

/* リスト */
.list1 li {
	display: inline-block; /* リスト横並び */
	list-style-type: none; /* ・の削除 */
	padding: 10px 0; /* 行間をあける */
}

.list2 li {
	display: inline-block; /* リスト横並び */
	list-style-type: none; /* ・の削除 */
	padding: 10px 0; /* 行間をあける */
}

/* フッター下半分の設定 */
.footer2 {
	color: white; /* 文字色 */
	padding-top: 40px; /* 配置指定 */
	text-align: left; /* 左寄せ文字 */
	border-top: 1px solid white; /* 上にボーダー線 */
}

.footer2 .zactoa_border {
	margin-right: 400px; /* 余白 */
}

/* SNSの画像設定 */
.footerimg {
	float: right; /* 右に配置 */
}

.footerimg img {
	height: 40px;
	width: 40px;
	padding:5px;
}
/* 2021©Zaktoa All Right Rescieve */
.footer_end {
	color: white; /* 文字色 */
	text-align: left; /* 左寄せ文字 */
	margin-top: 50px;
	letter-spacing: 0px;/* 文字の間(横)を広くしない */
}


/* =============================================
★★★ トップ画面 p.1★★★
index.html
by. プラザ
============================================= */

/* メインビジュアル */
.main-visual{
	width: 100%;
	height: 600px;
	background:no-repeat  center / cover url("../img/index/background.jpeg");
}

.main-visual-text{
	position: relative;	/* 	配置指定 */
	top: 250px;
	left: 200px;
	width: 570px;
	margin: 0;
	color: white;
/* 	background: rgba(0,0,0,0.7);	背景色を半透明 */
	border-left: thick solid #d70a01;	/* 	縦線 */
}
.main-visual-text h1{
	font-size: 37px;
	font-weight: normal;
}
.main-visual-text p{
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 20px;
	padding-left: 20px;
}

.news-left{
	float: left;
	margin-left: 200px;
}
.news-right{
	float: right;
	margin-right: 200px;
}
.news-left,
.news-right{
	height:40px;
	font-size: 15px;
	font-weight: bold;
}
.news-left img,
.news-right img{
	height: 40px;
}
.news_letter{
vertical-align: top;
  line-height: 40px;
}
.news-right a{
	color: black;
/* 	リンクの線を消す */
	text-decoration: none;
}
/* メッセージ */
.box_text{
	padding-bottom:50px;
	margin: 40px 0;
	width: 100%;
	height: auto;
	background:#f2f2f2;
}
.box_text_leftside_image{
	padding-top:30px;
	margin-left:100px;
}
/* 未完成 */
.box_text_rightside_image{
	float: right;
}

.message{
/* 	width: 75%; */
	color: #6c6c6c;
	font-size: 17px;
	letter-spacing: 2px;
	position: relative;	/* 	配置指定 */
	top: 0px;
	width: 60%;
	margin: auto;
	border-left: 2px solid #d70a01;	/* 	縦線 */
	padding: 1px 20px;	/* 	縦線と文字の間 */
}
.message h1{
	font-weight: normal;
}
.message p{
	padding-top: 30px;
	font-size: 20px;
	font-weight: bold;
}

/* SNS */
.detail_sns{
	position: absolute;
}
.detail_sns p{
/* 	縦書き */
    writing-mode: vertical-rl;	
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl; 
/*     改行させな */
    white-space: nowrap; 
/*     配置指定 */
	position: relative;	
	top: 200px;
	margin-left:50px;
}

.detail_follow{
	width:2em;
	margin-right:.7em;
	margin:20px;
}
.detail_sns img{
	height:40px;
	margin-left:50px;
	position: relative; 
	top: 200px;
}
/* 
ザクトアのお家 
住まいづくりのプロセス
アフターケア
 */
/* 箱幅 */
.box{
	height: 650px;
	background:no-repeat center url("../img/index/index_background.png");
	background-size: 100% 650px;	/* 	背景画像サイズ */
}
.box2{
	height: 730px;
	background:no-repeat center url("../img/index/index_background2.png");
	background-size: 100% 730px;	/* 	背景画像サイズ */
}
.box3{
	height: 830px;
	background:no-repeat center url("../img/index/index_background3.png");
	background-size: 100% 830px;	/* 	背景画像サイズ */
}

.submain1,
.submain2{
/* 	中央揃え */
	text-align: center;
	position: relative;	/* 	配置指定 */
	width: 70%;
	margin: auto;
}
.submain1{
	top: 170px;
}
.submain2{
	top: 100px;
}

/* 画像側 */
.side_image1,
.side_image2{
/* 	要素同士が横に並ぶ */
	display: inline-block;
	width: 50%;
}
.side_image2{
/* 	右にある要素との距離 */
	margin-right: 50px;
}
.side_image1 img,
.side_image2 img{
	width: 100%;
}
/* 写真を正方形 */
.side_image3 img{
	height: 495px;
	width: 495px;
/* 	画像縮尺を調整 */
	object-fit: cover;
}
/* テキスト側 */
.side_text1,
.side_text2,
.side_text3{
	display: inline-block;	/* 	要素同士が横に並ぶ */
}
.side_text1,
.side_text3{
/* 	上揃え */
	vertical-align: top;
/* 	右にある要素との距離 */
	margin-right: 50px;
}
.side_text2{
/* 	下揃え */
	vertical-align: bottom;
/* 	写真との配置を揃える */
	margin-bottom: 20px;
}
.side_text1 img,
.side_text2 img,
.side_text3 img{
	width: 60px
}
.side_text1 h4,
.side_text2 h4,
.side_text3 h4{
	text-align: left;
	color: #ae955f;
	font-size: 30px;
	font-weight: normal;
	border-bottom: 2px solid;
}
.side_text1 p,
.side_text2 p,
.side_text3 p{
	text-align: left;
	padding-top: 10px;
	letter-spacing: 2px;
	line-height: 30px;
}
/* 「アフターケア」の本文中を改行 */
.side_text3 span{
	display: block;
}
/* URL */
.side_text_url1,
.side_text_url2,
.side_text_url3{
	color: black;
	background: white;
/* 	下線 */
	border: 2px solid;	
	padding:10px 130px;
/* 	リンクの線を消す */
	text-decoration: none;	
}
.side_text_url1:hover,
.side_text_url2:hover,
.side_text_url3:hover{
	color: #fff;
	background: black;
}

/* 事例紹介 */
.works{
	height: 750px;
	border-top: 2px solid #c5202b;	/* 	上にボーダー線 */
    box-shadow: 0px 15px 5px -5px #dddddd;	/*     下に影 */
}
.works_info{
	width: 70%;
	height: 80%;
	text-align: center;
	position: relative;	/* 	配置指定 */
	top: 70px;
	width: 70%;
	margin: auto;
}
.subtitle_works{
	font-size: 15px;
	font-weight: bold;
}
.title_works {
	line-height: 40px;	/* 	行間を指定 */
	font-size: 35px;
	font-style: italic;	/* 	斜めフォント */
	font-family: Georgia;	/* 	フォント */
	color:#9a8b3d;
}
.little_text_si{
	color: #9a8b3d;
/* 	「Special Interview」に近づける */
	margin-bottom: -20px;
}
/* Special Interviewの左右に横線を引く① */
.special_interview {
	display: flex;
	align-items: center;	/* 	縦幅中央線に配置 */
}
/* Special Interviewの左右に横線を引く② */
.special_interview:before,
.special_interview:after {
	border-top: 5px solid;
	content: "";	/* 	文字を中央に配置 */
	flex-grow: 1;
	color: #df0713;
	border-radius: 3px;	/* 	線の丸み */
}
/* Special Interviewの左右に横線を引く③ */
.special_interview:before {
	margin-right: 1rem;	/* 	文字と線の間 */
}
/* Special Interviewの左右に横線を引く④ */
.special_interview:after {
	margin-left: 1rem;	/* 	文字と線の間 */
}
/* テキスト側 */
.side_special_interview{
	line-height: 40px;
/* 	文字の横に画像指定 */
	display: inline-block;	
	width: 350px;
/* 	右にある写真との距離 */
	margin-right: 50px;
	font-family: Georgia;	/* 	フォント */
}
.side_special_interview h3,
.side_special_interview a{
	color: #9a8b3d;
}
.side_special_interview a:hover{
	color: #fff;
	background: #9a8b3d;
}
.side_special_interview h3{
	font-size: 23px;
	letter-spacing: 2px;	/* 	文字の間(横)を広く */
	
}
.side_special_interview p{
	font-size: 15px;
	letter-spacing: 2px;/* 	文字の間(横)を広く */
	color: #9a8b3d;	
}
.side_special_interview h6{
	font-weight:lighter;/* 	フォント細く */
	font-size: 13px;
}
.side_special_interview img{
	width:100%;
}
.side_special_interview a{
	border: 1px solid ;	/* 	ボーダー線 */
	padding: 10px 90px;
	text-decoration: none;	/* 	リンクの線を消す */
	border-radius: 100px;/* 	角の丸み */
}
/* 画像側 */
.side_images{
	display: inline-block;	/* 	画像の横に文字指定 */
	position: top;
}
.side_images a{
	text-align: right;
	color: white;
	text-decoration: none;	/* 	リンクの線を消す */
}
.side_images1{
	background: #a39266;
	padding: 2px 10px;	/* 	リンクを右に配置 */
	margin-left: 275px;
}
.side_images img{
	 height: 500px;
}
/* 無料相談 */
.box0{
	height: 750px;
}
.free_council_info{
/* 	中央揃え */
	text-align: center;
	position: relative;	/* 	配置指定 */
	top: 170px;
	width: 70%;
	margin: auto;
}

/* テキスト側 */
.side_free_council_text{
	display: inline-block;	/* 	要素同士が横に並ぶ */
	margin-right: 30px;
	/* 	上揃え */
	vertical-align: top;
}
.side_free_council_text h3,
.side_free_council_text p{
	color: #ae955f;
	font-weight: normal;
}
.side_free_council_text h3{
	text-align: center;
	font-size: 30px;
	border: solid;
	margin-bottom: 10px;
}
.side_free_council_text p{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;	
}
.side_free_council_list{
	height: 50px;
	margin-bottom: 10px;
}
.side_free_council_list img{
	height: 50px;
}
.side_free_council_text .side_free_council_text2{
	font-size: 15px;
	font-weight:lighter;
	color:#534741;
/* 	文字の間を広く */
	letter-spacing: 2px;	
}
.side_free_council_text a{
	color: white;
	background: #ae955f;
	padding: 15px 80px;
/* 	リンクの線を消す */
	text-decoration: none;
}
/* 画像側 */
.free_council_image{
/* 	要素同士が横に並ぶ */
	display: inline-block;
	width: 60%;
}
.free_council_image img{
	 height: 390px;
}

/* =============================================
★★★ ザクトアのお家 p.2 ★★★
house.html
by. 澤田
============================================= */

/* トップ画像の上の文字 */
.house_title {
	background: #ac9464;
}

/* トップ画像の上の文字 */
.house_sbtitle {
	display: flex;
	justify-content: space-between; /* 画面の両端に並べる */
	margin: 0px 100px 1px;
}

.right_column {
	margin-left: 10px;
}
/* 暮らしに寄り添う */
.house_title h4 {
	font-size: 30px;
	letter-spacing: 10px;
	color: #FFF;
	margin-top: 80px;
}
/* House of Zactoa */
.house_title h1 {
	font-size: 50px;
	opacity: 0.5;
	color: #FFF;
	padding-top: 30px;
	letter-spacing: 1px;
	font-family: Georgia; /* フォント */
	font-style: italic; /* 斜めフォント */
	font-weight: normal;
}
/* ザクトアのお家 */
.house_title h2 {
	font-size: 40px;
	letter-spacing: 10px;
	color: #FFF;
	padding-left: 100px;
	padding-top: 20px;
}

/* レイアウトの背景画像挿入 */
.house_background1 {
	background: url("../img/house/house_background.png");
	background-size: 50%; /* 	背景画像サイズ */
	margin-bottom:-100px;
}

.house_background1_innner {
	max-width: 1280px;
	margin: auto;
}

/* 一番初めの画像 */
.house_photo {
	height:600px;
	width: 100%; /* 背景画像サイズ */
	background:  no-repeat center/cover url("../img/house/house_title.png");
}
/* ここから */
/* （新築、リノベーション、施設）のロゴとリンクの設定 */
.house_table {
	display: flex; /* 配置指定 */
	justify-content: center; /* 画面の両端に並べる */
	text-align: center;
	font-size: 20px;
	font-weight: bold;/* 文字を太く */
	margin-bottom:100px;
}

/* （新築、リノベーション、施設）のロゴとリンク配置 */
.house_table li {
	display: flex; /* リスト横並び */
	list-style-type: none; /* ・の削除 */
	margin: 30px 20px 30px ; /* 行間をあける */
}
/* （新築、リノベーション、施設）のロゴ設定 */
.house_table  img{
	width:150px;
	height:150px;
	margin-top:100px;/* 真ん中に配置 */
	margin-left:50px;
}

a.house_btn,
a.house_btn1 {
	color: #ac9464;
	background: #FFF;
	text-decoration: none; /* リンクの線を消す */
	line-height: 30px;
	border: solid 1px #ac9464; /* 線 */
	border-radius: 10px; /* 角の丸み */
	display: inline-block; /* 文字の大きさに合わせる */
	margin-bottom:100px;
}
/* リンクの外枠の線の設定 */
/* リノベーション　リフォーム */
a.house_btn {
	padding: 10px 80px;
}
/* リンクの外枠の線の設定 */
/* 新築　施設 */
a.house_btn1 {
	padding: 25px 120px;
}
 a:hover.house_btn,
a:hover.house_btn1 {
	color: #FFF;
	background: #ac9464;
}

/* =============================================
house_renovation.html
by. 澤田
============================================= */
/* ここから */
/* スペシャルインタビュー */
.house_interview h1 {
	font-family: Georgia; /* フォント */
	font-size: 35px;
	color: #ac9464;
	letter-spacing: 5px; /* 文字と文字の間隔 */
	padding-bottom:10px;
	margin:auto;
}

/* 赤線の設定 */
.house_border1 {
	border-bottom: 5px solid #d70a01; /* 線 */
	border-radius: 3px; /* 線の丸み */
	width: 100%;
	margin:auto;
	margin-bottom: 20px;
}

.house_special_interview{
	/* 	中央揃え */
	text-align: center;
	position: relative;	/* 配置指定 */
	width: 100%;
	margin: auto;
}
.house_photoset{
	display:inline-block;
	/* 	右にある要素との距離 */
	margin-right: 360px;
	vertical-align: top;
}
.house_special_interview img {
	height: 300px; /* 画像大きさ設定 */
	width: 400px;
}
.house_interview1{
	display: inline-block;	/* 要素同士が横に並ぶ */
}

/* リノベーション 文字配置*/
.house_rinove {
	text-align: right;
	margin-bottom: 60px;
}

/* リノベーション 文字設定*/
.house_rinove p {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #FFF;
	background: #FF4D07;
	border: solid 3px #FF4D07; /*線*/
	font-size: 20px;
	letter-spacing: 2px;
}

.house_ex {
	text-align: left;
}

.house_ex p {
	color: #ac9464;
	font-size: 25px;
	letter-spacing: 2px; /* 文字と文字の間隔 */
	padding-right:100px;
}

/* 点線を作る */
.house_dotted {
	width: 100%;
	border-bottom: 3px dotted #ac9464; /* 点線 */
	padding-bottom: 20px;
	margin-bottom: 30px;
}
/* ○○様 */
.house_interview1 p{
	text-align: left;
}

/* もっと見るボタン（リンク） */
.tori_house a {
	font-size: 25px;
	color: #ac9464;
	margin-top: 50px;
	text-decoration: none; /* リンクの線を消す */
	line-height: 3;
	font-weight: bold;
	text-align: center;
	border: solid 2px #ac9464; /*線*/
	border-radius: 100px; /*角の丸み*/
	display: block;
}
.tori_house a:hover{
	color: #fff;
	background: #ac9464;
}

/* 線 */
.house_border2 {
	clear: both; /* floatプロパティによるボックスの回り込みを解除 */
	border-bottom: 5px solid #d70a01; /* 線 */
	border-radius: 3px; /* 線の丸み */
	width: 100%;
	margin:auto;
	padding-top: 20px;
	margin-bottom: 150px;
}

/* =============================================
house_new.html　＆　house_facility.html
by. 澤田
============================================= */
/* ここから */
/* 新築 */
/* 全体の設定 */
.house_new{
	/* 	中央揃え */
	text-align: center;
	position: relative;	/* 配置指定 */
	width: 100%;
	padding-top:70px;
/* 	background:pink; */
}
/* トップ画像 */
.house_photoset img {
	height: 300px; /* 画像大きさ設定 */
	width: 400px;
}

/* 新築文字の  配置設定 */
.new_house {
	text-align: right;
	margin-bottom: 60px;
}

/* 新築文字の囲み線の設定 */
.new_house p {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	background: #FFA500;
	border: solid 3px #FFA500; /*線*/
	font-size: 20px;
	letter-spacing: 2px; /* 文字と文字の間隔 */
}
/* 一番上の新築メッセージ */
.house_ex1 p {
	color: #ac9464;
	font-size: 25px;
	letter-spacing: 2px; /* 文字と文字の間隔 */
	padding-right:240px;
}
/* 二番目以降の新築メッセージ */
.house_ex2 p {
	color: #ac9464;
	font-size: 25px;
	letter-spacing: 2px; /* 文字と文字の間隔 */
	padding-right:125px;
}

/* 画像が並べられているところ */
.house_photo_about2 {
	clear: both;	/* floatプロパティによるボックスの回り込みを解除 */
	padding-top: 50px;
	padding-bottom: 50px;
}

/* 画像が並べられているところ */
.house_photo_about1 {
	clear: both; /* floatプロパティによるボックスの回り込みを解除 */
	background: #f0eee2;
	margin-bottom: 100px;
	text-align: center;
}

.house_photo_about1 img {
	width: 200px; /* 画像の設定 */
	height: 200px;
	padding: 15px;
}

/* 下線の設定 */
.house_border {
	margin-bottom: 50px; /*位置調整*/
	border-bottom: 3px solid #ac9464; /* 線 */
	width: 100%;
}

/* こだわりポイントの表示 */
.house_point {
	display: flex;
    flex-flow: column;
	margin-top: -100px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.house_point_bk {
	background: #f0eee2;
	display: flex;
	margin-top: -100px;
	padding-top: 100px;
}

/*pointロゴの設定 */
.house_point_log img {
	max-width: 1280px;
	width: auto;
	height: auto;
}

.house_point_about {
	margin-top: 40px;
	margin-left: 100px;
	padding-right: 150px;
}

.house_point_about li {
	padding: 10px 0; /* 行の間隔を設定 */
}


/* =============================================
house_facility.html
by. 澤田
============================================= */
/* ここから */
/* 施設*/

/* 施設文字の配置設定 */
.house_facility {
	text-align: right;
	margin-bottom: 60px;
}

/* 文字の設定 */
.house_facility p {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	background: red;
	border: solid 3px red; /*線*/
	font-size: 20px;
	letter-spacing: 2px; /* 文字と文字の間隔 */
}






 /*ギャラリーのためのcss*/
/* / 開く瞬間のアニメーション / */
.flipLeft{
animation-name: flipLeft;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}



/* =============================================
★★★ 島原邸宅インタビュー p.3 ★★★
interview.html
by. プラザ
============================================= */
.interview_main_visual{
	text-align: center;
	background:none;
	height:auto;
}
.interview_main_visual_inner{
	width: 100%;
}
.interview_side_text{
	display:inline-block;
	width: auto;
	line-height: 30px;	/* / 行の間 / */
	margin-right:100px;
	margin-bottom: 200px;
	font-family: Times New Roman; 
	letter-spacing: 2px;
	color: #9a8b3d;
}
/*ZACTOA case #1」 */
.interview_side_text1{
	font-size: 35px;
	font-weight: bold;
	text-decoration:underline wavy yellow;
	padding-bottom:40px;
}
/* 「先代から～」 */
.interview_side_text2{
	font-size: 35px;
	font-weight: normal;
	border-bottom: dotted 4px;
	padding-bottom: 40px;
	line-height: 70px;	/* 行の間 */
}
/* 「鳥原様邸宅～」 */
.interview_side_text p{
	letter-spacing: 0;	/* 文字の間(横)を広くしない */
	color: #534741;
	font-size:20px;
	padding-top:40px;
}
/* お庭を見ながら～ */
.interview_side_text3{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 2px;	/* 文字の間(横)を広く */
	line-height: 170px;	/* 行の間 */
	color:#ae955f;
}

.interview_side_image{
	display:inline-block;
}

/* 右側の画像 */
.interview_side_image img{
	padding-top:20px;
	height: 600px;
}

/* 質問１ */
.interview_box1{
	margin: -25px 0 0;	/* 左右画面いっぱいに広げるとヘッダーに近づける */
	height: 800px;	/* 背景画像 */
	background:no-repeat center url("../img/interview/interview_background2.png");
	background-size: 100% 800px;
	text-align: center;	/* 背景画像サイズ */
}
.interview_box_text1{
	display: inline-block;
	text-align: left;
/* 	position: relative;	/* 配置指定 */
/* 	top: 130px;
	left: 50px; */
	width: 580px;
	margin-top:130px;
	margin-left: 190px;
	/* margin-right: 800px; */
}
.interview_box_text1 h3,
.interview_box_text2 h3,
.interview_box_text3 h3{
	font-size: 23px;
	border-bottom: 2px solid #9a8b3d;
	padding: 0 0 10px 10px;
	margin-bottom: 40px;
}
.interview_box_text1 p,
.interview_box_text2 p,
.interview_box_text3 p{
	font-size: 20px;
	line-height: 30px;
}
.interview_box1 img{
	height: 370px;
	width: 300px;
/* 	position: relative;	配置指定 */
}
.interview_box_image1 {
	display: inline-block;
	vertical-align:bottom;
	margin-left:20px;
}
.interview_box_image1_2{
	display: inline-block;
	vertical-align:top;
	margin-top:130px;
	margin-left:20px;
}
/* .interview_box_image1 img{
	top: -500px;
	margin-left: 1350px;
}
.interview_box_image1_2  img{
	top: -590px;
	margin-left: 970px;
} */

/* 質問２ */
.interview_box2{
	height: 900px;	/* 背景画像 */
	background:no-repeat center url("../img/interview/interview_background3.png");
	background-size: 100% 900px;	/* 背景画像サイズ */
}
.interview_box2 img{
	height: 300px;
	width: 400px;
	margin-top:50px;
	margin-bottom:0;
	/* position: relative;	 *//* 配置指定 */
	/* top: 10px; */
}
.interview_box2_1{
	width:60%;
	text-align: center;
}
.interview_box_image2{
	display:inline-block;
/* 	width:30%;
	margin:auto 0 0 0; */
	/* height:50%; */
	/* 	position: relative;	配置指定
	top: -870px;
	left: 250px;
	margin-left: 880px; */
/* 	margin-right: 800px; */
}
.interview_box_image2 img{
	margin:20px 0;
	/* margin-left: 300px; */
}
.interview_box2_2{
	text-align: center;
	
}
.interview_box_image2_2{
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin:-50px 0px 0 0; 
	/* margin-left: 70px; */
}
.interview_box_image2_3 {
	display:inline-block;
	vertical-align:super;
	margin:0px 20px 0 0; 
/* 	top: -250px;*/
}
.interview_box_text2 {
	display:inline-block;
	margin-top:-200px;
	text-align: left;
	line-height:35px;	/* 文字の間(縦)を広く */
/* 	position: relative;	配置指定
	top: -870px;
	left: 250px;
	width: 580px;
	margin-left: 880px; */
/* 	margin-right: 800px; */
}
.interview_box_text2 p{
	line-height:40px;
}


/* 質問３ */
.interview_box3{
	margin: -20px 0 0;	/* 左右画面いっぱいに広げるとヘッダーに近づける */
	height: 1200px;	/* 背景画像 */
	background:no-repeat center url("../img/interview/interview_background4.png");
	background-size: 100% 1200px;	/* 背景画像サイズ */
	text-align: center;
}
.interview_box_text3 {
	display:inline-block;
	text-align: left;
	margin-top:260px;
	margin-left:150px;
/* 	position: relative;	配置指定
	top: 290px;
	left: 20px;
	width: 730px;
 	margin-right: 800px; */
}

.interview_box3_1{
	width:30%;
	display:inline-block;
	margin-left:30px;
}
.interview_box3 img{
	/* position: relative;	 *//* 配置指定 */
/* 	top: -550px;
	left: 200px; */
	height: 250px;
	width: 350px;
}
.interview_box_image3 img{
	height: 300px;
	width: 450px;
	margin-left: 20px;
}
.interview_box_image3_2 img{
	margin-right:200px;
/* 	margin-left: 900px; */
}
.interview_box_image3_3 img{
	margin-left: 120px;
}

/* PICK UP */
.interview_box4{
	height: 200px;	/* 背景画像 */
	background:no-repeat center url("../img/interview/interview_background5.png");
	background-size: 100% 200px;	/* 背景画像サイズ */ 
}
.interview_box4 h1{
	font-size: 40px;
	letter-spacing: 10px;
	padding-top: 140px;
	margin-left: 110px;
	color: #ae955f;
	width: 30%;
	text-align: center;
}
/* 画像一覧 */
.interview_box5{
	height: auto;	
/* 	背景画像 */
	background: #f0ece2;	
	padding-bottom:100px;
}
.interview_point_card {
  width: 33%;
  margin-top: 10px;
}
.interview_point_inner {
  padding: 25px 0px;
  text-align: center;
  margin: 0 30px;
}
.menu-image {
  width: 100%;
  margin-bottom: 20px;
}
.interview_point_image{
	height: 400px;
	width: 400px;
	/* 	画像縮尺を調整 */
	object-fit: cover;
	margin-bottom: 20px;
/* 	margin: 0 15px; */
}
.interview_point_title {
  margin-bottom: 8px;
  color: #9a8b3d;
  font-size: 20px;
}
.interview_point_text {
  font-size: 17px;
}
.interview_point_wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* =============================================
★★★ Zactoaについて p.4 ★★★
detail.html
by. プラザ
============================================= */

/* メインビジュアル */
.detail_main_visual{
	width: 100%;
	height: 600px;
	background:no-repeat  center / cover url("../img/about/detail_background.jpeg");
}


.detail_main_visual_text{
	position: relative;	/*配置指定*/
	top: 70px;
	left: 200px;
	width: 570px;
	padding-left: 10px;
	color: #9b8b3b;
/* 	background: rgba(0,0,0,0.7);	背景色を半透明 */
}
.first_sentence{
	border-bottom: 1px solid;
	margin-left:10px;
	margin-right:10px;
	text-align: center;
	letter-spacing: 3px;	/* 文字の間を広く */
}
/* 「About Zactoa」 */
.big_subword,
.big_word{
	font-style: italic;	/* 斜めフォント */
	font-family: Georgia;	/* フォント */
}
/* 「About」 */
.big_subword{
	font-size: 35px;
}
/* 「Zactoa」 */
.big_word{
	font-size: 50px;
}
/* 「ザクトアについて」 */
.detail_main_visual_text p{
	font-size: 20px;
}
.list_table0{
	border-spacing: 0px 20px;	/* セル間の余白 */
}
/* 大ローマ字 */
.big_letter,
.p2{
	font-style: italic;	/* 斜めフォント */
	font-family: Georgia;	/* フォント */
}
.big_letter{
	font-size: 40px;
	color: white;
	background: #ae955f;
}
/* A~Z */
.a{
	padding-left: 35px;
}
.b{
	padding-left: 90px;
}
/* 小ローマ字 */
.p2{
	padding-left: 20px;
	font-size: 20px;
	letter-spacing: 1px;
}
/* SNSの改行を修正 */
.detail_box_text{
	margin-top: 50px;
}

/* 
会社概要
業務種目
各種免許 
*/
.company_profile, .detail_subject {
	font-weight: lighter;
	margin-bottom:  60px;
}
.company_profile{
	text-align: center;
	font-size: 40px;
	color: #a39266;
	letter-spacing: 10px;	/* 文字の間(横)を広く */
}
/* 業務種目 */
/* 各種免許 */
.detail_subject{
	margin-left: 400px ;
	font-size:40px;
	letter-spacing: 10px;	/* 文字の間(横)を広く */
}
/* テーブル */
.list_table {
	width: 60%;
	margin: auto;
	margin-bottom:  80px;
	border-collapse: collapse;	/* 	グラフの縦線が非表示 */
	font-size: 24px;
}

.list_table td{
    height: 40px;
    padding: 5px 10px;
}

/* テーブル行の背景色を交互にする */
.list_table td {
	background: #fff;
}
.list_table tr:nth-child(odd) td {
	background: #efeadf;
}


/* =============================================
★★★ 住まいづくりのプロセス p.5 ★★★
build.html
by. プラザ
============================================= */

.build_main_visual{
	width: 100%;
	height: 600px;
	background:no-repeat  center / cover url("../img/build/build_background.jpeg");
}
/* 背景の上のテキスト配置設定と半透明の背景色の設定 */
.build_main_visual_background{
	position: relative;	/* 配置指定 */
	top: 70px;
	width: 700px;
	background:rgba(255,255,255,0.5);
	height:450px;
}
/* 「これからお家を建てたい方へ」 */
.build_main_visual_text{
	color: #9a8b3d;
	margin: 0;
	padding-left:120px;
	padding-top:40px;
	letter-spacing: 2px;	/* 文字の間(横)を広く */

}
/* 「これからお家を建てたい方へ」 */
.build_main_visual_text h1{
	font-size: 35px;
	padding-bottom:30px;
}
/* 「土地探しから、～」 */
.build_main_visual_text p{
	font-size: 20px;
	line-height:35px;	/* 文字の間(縦)を広く */
	padding-bottom:20px;
}
.build_main_visual_text a{
	color: #9a8b3d;
	border: 2px solid;	/* ボーダー線 */
	padding: 20px;	/* ボーダーの大きさ */
	text-decoration: none;	/* リンクの線を消す */
	border-radius: 5px;	/* 線の丸み */
	font-size:25px;
}

.build_main_visual_text a:hover{
	background: #9a8b3d;
	color: #fff;
}
.build_box0{
	text-align: center;
}
.build_box1{
    padding-bottom: 100px;
}

/* 「ザクトアならではの住まい造りのプロセス」 下線を引く①*/
.build_title{
	font-size: 40px;
	margin: 0 auto 0;
	padding-top: 130px;
	letter-spacing: 2px;/* 文字の間(横)を広く */
	position: relative;	/* 好きな長さの下線をつける */
	display: inline-block;
	margin-bottom: 1em;
}
/* 	好きな長さの下線をつける 下線を引く② */
.build_title:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;	/* 線の上下位置 */
	display: inline-block;
	width: 130px;	/* 線の長さ */
	height: 4px;	/* 線の太さ */
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	/* 位置調整 */
	background-color: #df0713;	/* 線の色 */
/* 	border-radius: 10px; 線の丸み */
}
.build_box_text{
	position: relative;	/* 配置指定*/
	width: 70%;
	margin: auto;
}
.build_box_text h2{
	font-size:25px;
	letter-spacing: 2px;/* 文字の間(横)を広く */
	padding:10px 0;
}

.build_box_text p{
	font-size:20px;
	letter-spacing: 2px;/* 文字の間(横)を広く */
	padding:20px 0;
}

.build_box_text img{
	height: 100px;
}
/* マーカー付の文 */
.build_text_marker li{
	list-style-type: none;	/* 点消し */
	text-align: left;
	line-height: 30px;
	margin: 5px 0;	/* マーカーの間の空白とマーカーの横幅 */
	padding: 10px 70px;
 	font-weight: bold;
 	font-size:20px;
	background: #ebe8d8;
}
.triangle{
	margin: 40px auto 20px;
	width: 0;
/*   height: 0; */
	border-left: 50px solid transparent;	/* 左の三角を透明にする */
	border-right: 50px solid transparent;	/* 右の三角を透明にする */
	border-top: 30px solid #dcdcdc;
}


/* =============================================
★★★ アフターケア p.7 ★★★
built.html
by. 澤田
============================================= */

/* 背景設定 */
.built-visual {
	width: 100%;
	height: 600px;
	background:  no-repeat center/cover url("../img/built/built_background.png");
}

/* 背景の上のメッセージ */
.built-visual-txt {
	position: relative;
	top: 100px;
	left: 120px;
	margin: 0;
	width:600px;
	color: #9a8b3d;
	letter-spacing: 2px;/* 文字の間(横)を広く */
}
/* 「お家でザクトアを～」 */
.built-visual-txt h1{
	font-size: 38px;
	padding-bottom: 30px;
}
/* 「お家ができあがったら～」 */
.built-visual-txt p{
	font-size: 20px;
	line-height:35px;	/* 文字の間(縦)を広く */
}

/* 保障・メンテナンス以下の文章の設定 */
.built-massage {
	margin-top: 100px;
	text-align: center;
	letter-spacing: 2px;/* 文字の間(横)を広く */
	line-height:40px;	/* 文字の間(縦)を広く */
}
/* （保証・メンテナンスについて） */
.built-about h2{
	position: relative;
	display: inline-block;
	font-size: 40px;
	margin-bottom: 100px;
}

/*（保証・メンテナンスについて）下線を引く*/
.built-about h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 150px; /*線の長さ*/
	height: 4px; /*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); /*位置調整*/
	background-color: #bf0713; /*線の色*/
	border-radius: 3px; /*線の丸み*/
}

/*「ご入居後の～」 */
.built-massage p{
	font-size: 20px;
}
/*「※当社では～」 */
.built-massage .built_p {
	font-size: 15px;
}

/* （お問い合わせページへ）ボタンの配置 */
.built-center {
	margin-bottom: 300px;
	margin-top: 100px;
	align-items: center;
}

/* ボタン枠の範囲内押すと遷移する設定 ①*/
a.btn-border {
	display: inline-block;
	padding: 5px 100px;
	border: solid 2px #ac9464; /*線*/
	border-radius: 10px; /*角の丸み*/
}

/* ボタン枠の範囲内押すと遷移する設定 ②*/
.built-center a {
	color: #9b8b3b;
	text-decoration: none; /* リンクの線を消す */
	font-size: 25px;
	line-height: 3; /* 文字の間隔 */
	font-weight: bold; /* フォント太く */
}
/* カーソルを当てた時の設定 */
.built-center a:hover{
	color: #fff;
	background: #9b8b3b;
}