/* CSS Document */

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

                トップページ専用CSS

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

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

.main_img {
	width: 100%;
}
.main_img_con {
	min-width: 1000px;
	margin-bottom: 80px;
}
.main_img_con img {
	width: 100%;
	height: auto;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

最初の挨拶

*/
.greeting_con {
	width: 1000px;
	margin: 0 auto 80px;
}
.greeting_title {
	margin-bottom: 35px;
	text-align: center;
}
.greeting_title img {
	width: 1000px;
	height: auto;
}
.greeting_txt {
	font-size: 1.05em;
	width: 1000px;
	margin: 0 auto 50px;
	line-height: 2.0em;
	text-align: center;
}
.greeting_bot {
	text-align: center;
	margin: 0 auto 80px;
}
.greeting_bot_cel {
	background-color: #000;
	text-decoration: none;
	padding: 10px 20px 14px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 4px 4px 4px 4px #ccc;
	/*transition: 0.2s;*/
	position: relative;
	top: 0;
}
.greeting_bot_cel:hover {
	top: 3px;
	left: 3px;
	background-color: #666;
	box-shadow: 1px 1px 2px 2px #ccc;   /* 影指定 */
}
.greeting_bot_cel img{
	width:300px;
	height:auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

施工事例

*/

.works {
	background-color: #e8e7e7;
	padding: 80px 0;
}
.works_main_title {
	width: 1000px;
	margin: 0 auto 60px;
	text-align: center;
}
.works_main_title img {
	height: 110px;
	width: auto;
}
/*リスト*/
.work_list {
	width: 1000px;
	margin: 0 auto 60px;
}
/*リピートコンテナ*/
.work_list_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
/*画像サイズ*/
.work_list_con img {
	width: 100%;
	height: auto;
}
/*ビフォー側*/
.work_list_box_a {
	background-color: #a9abab;
	box-sizing: border-box;
	width: 340px;
	padding: 30px;
	color: #FFF;
}
/*アフター側*/
.work_list_box_b {
	background: url(images/works_bg_arrow_pc.png) no-repeat left top #fff;
	box-sizing: border-box;
	width: 660px;
	padding: 30px;
	overflow: hidden;
}
.work_list_box_cel_a {
	float: left;
	width: 280px;
	padding: 0;
	margin: 0 30px 0 10px;
}
.work_list_box_cel_b {
	width: 280px;
	margin: 0;
	padding: 0;
	float: left;
}
.work_list_box_title_con {
	overflow: hidden;
	margin-bottom: 11px;
}
.work_list_box_title_l {
	float: left;
	font-weight: bold;
}
.work_list_box_title_r {
	float: right;
	font-size: 0.65em;
	display:flex;/* flexbox */
	align-items: center; /* 垂直方向 */
}
.work_list_box_title_r span {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #333;
	width: 20px;
	height: 17px;
}
/*インスタへのリンク*/
.work_insta {
	width: 1000px;
	margin: 0 auto;
}
    .work_insta img{
        width: 100%;
        height: auto;
    }   
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

流れ

*/

.flow {
	background-color: #f4c51c;
	padding: 80px 0;
}
.flow_main_title {
	width: 1000px;
	margin: 0 auto 40px;
	text-align: center;
}
.flow_main_title img {
	height: 110px;
	width: auto;
}
.flow_main_txt {
	width: 1000px;
	margin: 0 auto 60px;
	font-size: 19px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
}
.flow_con {
	width: 90%;
	min-width: 1000px;
	margin: 0 auto 30px;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.flow_box {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	width: 30.6%;
	box-sizing: border-box;
	padding: 20px;
}
.flow_box_a {
	margin-right: 4%;
}
.flow_box_b {
	margin: 0
}
.flow_box_a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -20px;
	/*飛び出し量*/
	border: 20px solid transparent;
	border-left: 30px solid #fff;
}

.flow_b_bg01{
	background: url(images/pc_flow_1-2.png) no-repeat right top;
	background-position:top 20px right 20px;
	background-size: auto 90px;	
	background-color: #FFF;
}
.flow_b_bg02{
	background: url(images/pc_flow_2-2.png) no-repeat right top;
	background-position:top 20px right 20px;
	background-size: auto 90px;	
	background-color: #FFF;
}
.flow_b_bg03{
	background: url(images/pc_flow_3-2.png) no-repeat right top;
	background-position:top 20px right 20px;
	background-size: auto 90px;	
	background-color: #FFF;
}

/**/
.flow_box_1_top {
	margin-bottom: 25px;
	text-align: center;
}
.flow_box_2_top {
	margin-bottom: 25px;
	text-align: center;
}
.flow_box_3_top {
	margin-bottom: 25px;
	text-align: center;
}
.flow_box_1_top img, .flow_box_2_top img, .flow_box_3_top img{
	height:76px;
	width:auto;
}
.flow_box_mid {
	text-align: left;
	width: 90%;
	line-height:1.6em;
	margin: 0 auto 25px;
}
.flow_box_mid_1{
        margin-bottom: 60px;
}
.flow_box_mid a {
	color: #F00;
}
.flow_box_mid p {
	font-size: 0.8em;
}
.flow_box_bot {
	text-align: center;
}
.flow_box_bot img {
	width: 90%;
	height: auto;
	max-width: 600px;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

プラン

*/

.plan {
	padding: 80px 0;
}
.plan_main_title {
	width: 1000px;
	margin: 0 auto 40px;
	text-align: center;
}
.plan_main_title img {
	height: 110px;
	width: auto;
}
.plan_main_txt {
	width: 1000px;
	margin: 0 auto 60px;
	font-size: 19px;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
}
/*内容*/
.plan_img_box{
	min-width:1000px;
	max-width:60%;
	text-align:center;
	margin:0 auto 30px;
	text-align: left;
	font-size: 0.8em;
}
.plan_img_box img{
	width:48%;
	margin:0 1% 50px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

質問

*/

.question {
	padding: 80px 0;
	background: linear-gradient(95deg, #bee5e8 0%, #bee5e8 64.95%, #4ab7c0 65%, #4ab7c0 100%);
}
.question_main_title {
	width: 1000px;
	margin: 0 auto 60px;
	text-align: center;
}
.question_main_title img {
	height: 110px;
	width: auto;
}
.question_con {
	width: 1000px;
	margin: 0 auto 40px;
}
.question_con:nth-child(even) {
	background: url(images/pc_question_q1.png) no-repeat top left;
}
.question_con:nth-child(odd) {
	background: url(images/pc_question_q2.png) no-repeat top left;
}
.question_q {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 20px 65px;
	padding-top: 15px;
}
.question_a {
	margin: 0 0 20px 65px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.4em;
}
.question_a span {
	color: #ed1e79;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

フッター

*/

.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 60px;
	overflow: hidden;
}
.foot_l {
	float: left;
}
.foot_l img{
	width:214px;
	height:auto;
}
.foot_r {
	float: right;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.7em;
}
.foot_r span {
	font-size: 0.7em;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

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

.main_img {
	width: 100%;
	margin: 60px 0;
}
.main_img_con {
	min-width: 100%;
}
.main_img_con img {
	width: 100%;
	height: auto;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

最初の挨拶

*/
.greeting {
	padding: 0 0 60px;
}
.greeting_con {
	width: 90%;
	margin: 0 auto;
}
.greeting_title {
	margin-bottom: 35px;
	text-align: center;
}
.greeting_title img {
	width: 100%;
	height: auto;
}
.greeting_txt {
	font-size: 0.85em;
	width: 100%;
	margin: 0 auto 50px;
	line-height: 1.5em;
	text-align: left;
}
.greeting_bot {
	text-align: center;
	margin: 0 auto;
}
.greeting_bot_cel {
	background-color: #000;
	text-decoration: none;
	padding: 10px 20px 14px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: 4px 4px 4px 4px #ccc;
	/*transition: 0.2s;*/
	position: relative;
	top: 0;
}
.greeting_bot_cel:hover {
	top: 3px;
	left: 3px;
	background-color: #666;
	box-shadow: 1px 1px 2px 2px #ccc;   /* 影指定 */
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

施工事例

*/

.works {
	background-color: #e8e7e7;
	padding: 60px 0;
}
.works_main_title {
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
.works_main_title img {
	height: 110px;
	width: auto;
}
/*リスト*/
.work_list {
	width: 90%;
	margin: 0 auto 60px;
}
/*リピートコンテナ*/
.work_list_con {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
/*画像サイズ*/
.work_list_con img {
	width: 100%;
	height: auto;
}
/*ビフォー側*/
.work_list_box_a {
	background-color: #a9abab;
	box-sizing: border-box;
	width: 100%;
	padding: 5%;
	color: #FFF;
}
/*アフター側*/
.work_list_box_b {
	background: url(images/works_bg_arrow_sp.png) no-repeat center top #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 5% 5%;
	overflow: hidden;
}
.work_list_box_cel_a {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
.work_list_box_cel_b {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.work_list_box_title_con {
	overflow: hidden;
	margin-bottom: 11px;
}
.work_list_box_title_l {
	float: left;
	font-weight: bold;
}
.work_list_box_title_r {
	float: right;
	font-size: 0.6em;
	display:flex;/* flexbox */
	align-items: center; /* 垂直方向 */
}
.work_list_box_title_r span {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #333;
	width: 30px;
	height: 15px;
}
/*インスタへのリンク*/
    
.work_insta {
	width: 90%;
	margin: 0 auto;
}
    .work_insta img{
        width: 100%;
        height: auto;
    }       

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

流れ

*/

.flow {
	background-color: #f4c51c;
	padding: 60px 0;
}
.flow_main_title {
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
}
.flow_main_title img {
	height: 110px;
	width: auto;
}
.flow_main_txt {
	width: 90%;
	margin: 0 auto 50px;
	font-size: 19px;
	line-height: 1.35em;
	font-weight: bold;
	text-align: center;
}
.flow_con {
	width: 90%;
	margin: 0 auto 30px;
	padding: 0;
}
.flow_box {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.flow_box_a {
	margin-bottom: 60px;
}
.flow_box_b {
	margin: 0
}
.flow_box_a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-bottom: -5px;
	/*飛び出し量*/
	border: 30px solid transparent;
	margin-left:-30px;
	border-top: 25px solid #fff;
}
/**/

.flow_box_1_top {
	margin-bottom: 25px;
	background: url(images/pc_flow_1-2.png) no-repeat right top;
	background-size: auto 69px;
	text-align: center;
}
.flow_box_2_top {
	margin-bottom: 25px;
	background: url(images/pc_flow_2-2.png) no-repeat right top;
	background-size: auto 69px;
	text-align: center;
}
.flow_box_3_top {
	margin-bottom: 25px;
	background: url(images/pc_flow_3-2.png) no-repeat right top;
	background-size: auto 69px;
	text-align: center;
}



.flow_box_mid {
	text-align: left;
	width: 90%;
	margin: 0 auto 25px;
}
.flow_box_mid a {
	color: #F00;
}
.flow_box_mid p {
	font-size: 0.8em;
}
.flow_box_bot {
	text-align: center;
}
.flow_box_bot img {
	width: 80%;
	height: auto;
	max-width: 380px;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

プラン

*/

.plan {
	padding: 60px 0;
}
.plan_main_title {
	width: 90%;
	margin: 0 auto 40px;
	text-align: center;
}
.plan_main_title img {
	height: 110px;
	width: auto;
}
.plan_main_txt {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 19px;
	line-height: 1.35em;
	font-weight: bold;
	text-align: center;
}


/*内容*/
.plan_img_box{
	width:90%;
	text-align:center;
	margin:0 auto 30px;
	text-align: left;
	font-size: 0.8em;
}
.plan_img_box img{
	width:100%;
	height:auto;
}
.plan_img_box img{
	margin-bottom:20px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

質問

*/

.question {
	width:100%;
	padding: 60px 0;
	background: linear-gradient(92deg, #bee5e8 0%, #bee5e8 79.9%, #4ab7c0 80%, #4ab7c0 100%);
}
.question_main_title {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}
.question_main_title img {
	height: 110px;
	width: auto;
}
.question_con {
	width: 90%;
	margin: 0 auto 40px;
}
.question_con:nth-child(even) {
	background: url(images/sp_question_q1.png) no-repeat top left;
	background-size:35px auto;
}
.question_con:nth-child(odd) {
	background: url(images/sp_question_q2.png) no-repeat top left;
	background-size:35px auto;
}
.question_q {
	font-size: 1.0em;
	line-height:1.35em;
	font-weight: bold;
	margin: 0px 0px 12px 55px;
	padding-top: 5px;
}
.question_a {
	margin: 0 0 20px 0;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 15px;
	font-size:0.9em;
	line-height: 1.4em;
}
.question_a span {
	color: #ed1e79;
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆

フッター

*/

.footer {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 60px;
}
.foot_l {
	margin-bottom:15px;
	text-align:center;
}
.foot_l img{
	width:90%;
	height:auto;
}
.foot_r {
	line-height: 1.8em;
	text-align: center;
	font-size: 0.7em;
}
.foot_r span {
	font-size: 0.7em;
}
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/
