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

/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                トップページ専用CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 641px) {
/*ここにcss*/

/*トップページ内、各カテゴリタイトル*/
.works_title, .how_title, .estate_title, .museum_title {
	margin-bottom: 40px;
}
.works_title span, .how_title span, .estate_title span, .museum_title span {
	font-size: 1.6em;
	line-height: 1.3em;
	font-family: 'CONSTANB', 'Sawarabi Mincho', sans-serif;
	padding-right: 20px;
}
/*

背景フェード用BOX

*/
.main_image_box {
	height: 90vh;
	min-height: 510px;
	position: relative;
	background: url(images/main_bg01.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_logo {
}
/*下にスクロールボタン*/
.main_scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	height: 80px;
	color: #FFF;
}
.main_scroll div {
/*padding-top: 80px;*/
}
.main_scroll div span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.main_scroll div span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.main_scroll div span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.main_scroll div span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*

ニュース

*/
.news_con {
	padding: 80px 0;
	background-color: #F8F8F8;
	color: #313131;
}
.news_box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.news_cel_l {
	float: left;
	width: 200px;
	margin: 10px 0 0 80px;
	padding: 0;
}
.news_cel_l span {
	font-size: 1.6em;
	line-height: 1.3em;
	font-family: 'CONSTANB', 'Sawarabi Mincho', sans-serif;
}
.news_cel_r table {
	border-collapse: separate;
	border-spacing: 0 12px;
}
.news_cel_r th {
	width: 100px;
	font-weight: bold;
	padding: 4px 10px 4px 0;
	white-space: nowrap;
}
.news_cel_r td:nth-child(2) {
	border: 1px solid #333;
	padding: 3px;
	white-space: nowrap;
}
.news_cel_r td:last-child {
	padding: 4px 0 4px 10px;
}
/*

あいさつ

*/
.greetings {
	background: url(images/bg_02.png) no-repeat center center;
	box-sizing: border-box;
	padding: 80px;
	max-width: 2000px;
}
.greeting_box {
	overflow: hidden;
	min-width: 1000px;
	background:url(images/pc_greeting_01.jpg) no-repeat left top;
	background-size:auto 100%;
}
.greeting_cel_l {
	float: left;
}

.greeting_cel_r {
	float: right;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: 1.2em;
	line-height: 2.2em;
	letter-spacing: 0.2em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
/*タイトル*/
.greeting_cel_r_box1{
	font-size:1.2em;
	font-weight:bold;
	margin-left:30px;
}
/*本文*/
.greeting_cel_r_box2{
	padding:30px 30px 0 0;
	box-sizing:border-box;
	margin-left:30px;
}


.greeting_cel_r_box3 {
	border: 1px solid #FFF;
	padding: 8px;
	display: inline-block;
	float: right;
	color: #FFF;
}
.greeting_cel_r_box3 a {
	text-decoration: none;
	color: #FFF;
}
.greeting_cel_r_box3:hover {
	text-decoration: none;
	border: 1px solid #F00;
	color: #F00;
}
/*

    ■■■施工事例

*/


.works {
	box-sizing: border-box;
	/*ここで右端いっぱいまで使ってるつもり…*/
	padding: 80px 0 80px 80px;
	background-color: #FFF;
	color: #333;
}
.works_list_a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.works_list_a:hover{
	background-color: #d3cbc6;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.works_list_box {
	/*タイトルと画像を横並び*/
	overflow: hidden;
	margin-bottom: 40px;
	display: flex; /*追加*/
}

.works_list_box_l {
	/*  float:left; 削除*/
	width: 266px;
	height: 200px;
	box-sizing: border-box;
	padding: 12px;
	margin-right: 10px;
}
.works_list_box_l:hover {
}
.works_case_cat {
	border: 1px solid #333;
	padding: 3px 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.works_case_name {
	font-size: 1.1em;
	line-height: 1.2em;
}
.works_list_box_r {
	width: 100%;
	display: flex; /*追加*/
	overflow: hidden;
	height: 200px;
	text-align: left;
	background-color: #FFF;
}

.works_list_box_r img {
	height: 200px;
	width: auto;
	margin-right: 10px;
}
.works_bot_con {
	margin: 0 auto;
	text-align: center;
}
.works_bot {
	font-size: 1.4em;
	display: inline-block;
	padding: 12px 14px;
	border: 1px solid #544a47;
	margin: 0 auto 5px;
}
.works_bot:hover {
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #d3cbc6;
}
/*こんなのどうですか?*/
.how {
	box-sizing: border-box;
	padding: 80px 0 80px 80px;
}
/*タイトルは共通*/



.how_con {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	display: flex;
	justify-content: left; /*左右中央揃え*/
	align-items: center;
	margin-bottom: 30px;
}
.how_con:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.how_con_A:after {
	background: url(images/pc_bg_aqua.jpg) no-repeat center center;
}
.how_con_B:after {
	background: url(images/pc_bg_nostal.jpg) no-repeat center center;
}
.how_con:hover:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.how_box {
	box-sizing: border-box;
	padding-left: 20px;
	z-index: 1;
	position: relative;
}
/*

住まいるプラス

*/
.estate {
	box-sizing: border-box;
	padding: 80px 0 80px 80px;
	background-color: #FFF;
	color: #000;
	background: url(images/pc_bg_estate.jpg) no-repeat bottom center;
	background-size: cover;
}
.estate_box{
	line-height:1.6em;
}
.estate_link{
	display:inline-block;
	margin:15px 0;
	padding:8px 16px;
	font-size:1.3em;
	border:2px solid #333;
	background-color:rgba(255,255,255,0.8);
}
.estate_link:hover{
	background-color:rgba(255,255,255,1);
}
	






.museum {
	box-sizing: border-box;
	padding: 80px 0 80px 80px;
	background:url(images/pc_bg_museum.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.museum_box{
	width:43%;
}
.museum a:hover{
	opacity:0.8;
}





.outline {
	box-sizing: border-box;
	padding: 80px;
	background-color: #FFF;
	color: #000;
	display: flex;
	justify-content: center; /*左右中央揃え*/
	align-items: center;
}
.outline_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	display: inline-block;
}
.outline_box_l {
	display: inline-block;
	margin-right: 60px;
	font-size: 0.8em;
	line-height: 1.4em;
}
.outline_box_l_title {
	font-size: 1.3em;
	margin-bottom: 8px;
}
.outline_box_r {
	display: inline-block;
	margin-right: 60px;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 640px) {
/*ここにcss*/

/*トップページ内、各カテゴリタイトル*/
.works_title, .how_title, .estate_title, .museum_title {
	margin-bottom: 40px;
	text-align: center;
}
.works_title span, .estate_title span, .museum_title span {
	font-size: 1.6em;
	line-height: 1.3em;
	font-family: 'CONSTANB', 'Sawarabi Mincho', sans-serif;
	padding-right: 20px;
}
/*改行が必要なタイトル*/
.how_title span {
	font-size: 1.6em;
	line-height: 1.3em;
	font-family: 'CONSTANB', 'Sawarabi Mincho', sans-serif;
}
/*

背景フェード用BOX

*/
.main_image_box {
	height: 90vh;
	min-height: 510px;
	position: relative;
	background: url(images/main_bg01.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: top;
	padding-top: 20px;
	justify-content: center;
}
.main_logo {
	text-align: center;
}
.main_logo img {
	width: 80%;
	height: auto;
}
/*下にスクロールボタン*/
.main_scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	height: 80px;
	color: #FFF;
}
.main_scroll div {
/*padding-top: 80px;*/
}
.main_scroll div span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.main_scroll div span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.main_scroll div span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.main_scroll div span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*

ニュース

*/
.news_con {
	padding: 80px 0;
	background-color: #F8F8F8;
	color: #313131;
}
.news_box {
	width: 100%;
	margin: 0 auto;
	width: 90%;
}
.news_cel_l {
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
}
.news_cel_l span {
	font-size: 1.6em;
	line-height: 1.3em;
	font-family: 'CONSTANB', 'Sawarabi Mincho', sans-serif;
}
.news_cel_r table {
	border-collapse: separate;
	border-spacing: 0 12px;
}
.news_cel_r table th,  table td {
	display: inline-block;
	font-size: 0.8em;
}
.news_cel_r th {
	width: 60%;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 10px;
	white-space: nowrap;
}
.news_cel_r td:nth-child(2) {
	width: 30%;
	text-align: center;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 3px;
	white-space: nowrap;
}
.news_cel_r td:last-child {
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
/*

あいさつ

*/
.greetings {
	background: url(images/bg_02.png) no-repeat center center;
	box-sizing: border-box;
	padding: 80px 0;
}
.greeting_box {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.greeting_cel_l {
	margin-bottom: 20px;
}
.greeting_cel_l img {
	width: 100%;
	height: auto;
}
.greeting_cel_r {
	line-height: 2.2em;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}

/*タイトル*/
.greeting_cel_r_box1{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}
/*本文*/
.greeting_cel_r_box2{
	padding-left:10px;
	box-sizing:border-box;
	margin-bottom:20px;
}

/*リンクボタン*/
.greeting_cel_r_box3 {
	margin: 0 90px;
	padding: 8px 20px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
}
.greeting_cel_r_box3 a {
	text-decoration: none;
	color: #FFF;
}
.greeting_cel_r_box3:hover {
	text-decoration: none;
	border: 1px solid #F00;
	color: #F00;
}
/*

    ■■■施工事例

*/


.works {
	box-sizing: border-box;
	padding: 80px 0;
	background-color: #FFF;
	color: #333;
}
.works_list_con {
}
.works_list_box {
	/*タイトルと画像を横並び*/
	/*overflow: hidden;*/
	margin-bottom: 40px;
	display: flex; /*追加*/
	/*ここで右端いっぱいまで使ってるつもり…*/
	padding-left: 5%;
}

/*スマホ用説明ボックス*/
.works_list_box_spl {
	margin-bottom: 15px;
	padding: 0 5%;
}

.works_case_cat {
	border: 1px solid #333;
	padding: 3px 6px;
	margin-bottom: 6px;
	display: inline-block;
}
.works_case_name {
	font-size: 1.1em;
	line-height: 1.2em;
}
.works_list_box_r {
	width: 100%;
	/*    float:left; 削除*/
	display: flex; /*追加*/
	overflow: hidden;
	height: 180px;
	text-align: left;
}
.works_list_box_r img {
	height: 180px;
	width: auto;
	margin-right: 10px;
}
.works_bot_con {
	margin: 0 auto;
	text-align: center;
}
.works_bot {
	font-size: 1.4em;
	display: inline-block;
	padding: 12px 14px;
	border: 1px solid #544a47;
	margin: 0 auto 5px;
}
.works_bot:hover {
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #d3cbc6;
}
/*

こんなのどうですか?

*/
.how {
	box-sizing: border-box;
	padding: 80px 0;
}
/*タイトルは共通*/



.how_con {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	display: flex;
	justify-content: left; /*左右中央揃え*/
	align-items: center;
	margin-bottom: 30px;
}
.how_con:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.how_con_A:after {
	background: url(images/sp_bg_aqua.jpg) no-repeat center center;
}
.how_con_B:after {
	background: url(images/sp_bg_nostal.jpg) no-repeat center center;
}
.how_con:hover:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.how_box {
	box-sizing: border-box;
	z-index: 1;
	position: relative;
}
.how_box img {
	width: 90%;
	height: auto;
}
/*

住まいるプラス

*/
.estate {
	box-sizing: border-box;
	background: url(images/sp_bg_estate.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 80px 0 140px;
	background-color: #FFF;
	color: #000;
}
.estate_box {
	width: 90%;
	margin: 0 auto 60px;
	line-height:1.3em;
}
.estate_link{
	width:90%;
	margin:15px auto;
	padding:8px 16px;
	font-size:1.1em;
	border:2px solid #333;
	background-color:rgba(255,255,255,0.8);
}
/*

趣味

*/


.museum {
	box-sizing: border-box;
	background: url(images/sp_bg_museum.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	color: #fff;
}
.museum_box{
	width: 90%;
	margin: 0 auto;
	line-height:1.3em;
}






/*

概要

*/



.outline {
	box-sizing: border-box;
	padding: 80px 0;
	background-color: #FFF;
	color: #000;
}
.outline_con {
	width:90%;
	margin:0 auto;
	text-align:center;
}
.outline_box_l {
	display:inline-block;
	margin:0 auto;
	margin-bottom:40px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align:left;
}
.outline_box_l_title {
	font-size: 1.3em;
	margin-bottom: 8px;
}
.outline_box_r img{
	width:100%;
	height:auto;
}
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
