@charset "utf-8";


/*---------------------------------------------------

common

----------------------------------------------------*/


.sp{ display: none; }
.inblock{
	display:inline-block;
	letter-spacing: normal;
}
.pc_br{
	display:block;
}
.disnone{display:none;}
.width_box1{
	box-sizing:border-box;
	max-width:940px;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
}

.width_box2{
	box-sizing:border-box;
	max-width:940px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;
	background:#fff;
}

/*見出し*/
.bg_head1{
	background:url(../img/bg_head01.png) bottom center no-repeat;
	background-size:100% auto;
	max-width:960px;
	margin:0 auto;
	padding-bottom:10px;
}

.bg_head1 h2{
	font-weight:bold;
	background:#056EC8;
	color:#fff;
	font-size:45px;
	text-align:center;
	line-height:1.2;
	padding:20px 10px;
}

/*全画面*/
#border_display{
	width: 100%;
	min-width: 960px;
	height: auto;
	overflow: hidden;
	position:relative;
}

#main_area{
	background:url(../img/bg01.png) top center no-repeat;
	background-size:100% auto;
	padding-top:60px;
	margin-bottom:70px;
}

/********** header **********/
#header_area{
	background:#fff;
}

#h1_area{
	background:#056EC8;
	color:#fff;
	font-size:11px;
}

#h1_area h1{
	max-width:940px;
	padding:3px 10px 0;
	margin:0 auto;
}

#header_in{
	max-width:940px;
	padding:20px 10px;
	margin:0 auto;
	overflow:hidden;
}

#header_in img{
	vertical-align:middle;
}

#header_in .logo{
	float:left;
	margin-top:4px;
}

.header_info{
	float:right;
	overflow:hidden;
	width:527px;
}

.header_info .info_text{
	width:266px;
	float:left;
	font-size:13px;
	line-height:1.2;
}

.header_info .info_text .add{
	margin-bottom:3px;
}

.header_btn1{
	float:right;
	background:url(../img/btn_header01_hover.jpg) center center no-repeat;
}

.header_btn1 a:hover img{
	opacity:0;
}

/*MV*/

#mv_area{
	box-sizing:border-box;
	background:url(../img/bg_main01.jpg) center center no-repeat;
	background-size:cover;
	height:650px;
}

#mv_in{
	max-width:940px;
	margin:0 auto;
	padding:42px 10px 0;
}

.mv_img1{
	margin-bottom:50px;
}
/********** footer **********/

.pagetop{
	max-width:940px;
	margin:0 auto 10px;
	text-align:right;
	padding:0 10px;
}

.pagetop img{
	vertical-align:middle;
}

#footer_area{
	background:#056EC8;
	padding:7px 0px;

}

#footer_area .copyright{
	color:#fff;
	text-align:center;
	font-size:15px;
}

/*----------------------------------------

index.html

-----------------------------------------*/
/*こんなお悩み抱えていませんか？*/
#trouble_area{
	padding-top:10px;
	padding-bottom:60px;
}

.bg_dot1{
	background:url(../img/bg02.jpg) top left;
	padding:40px 20px 30px;
	margin-bottom:40px;
}

.line_head1{
	text-align:center;
	font-weight:bold;
	font-size:45px;
	color:#004196;
	background:url(../img/line01.png) center bottom no-repeat;
	line-height:1.2;
	margin-bottom:55px;
}

.trouble_list{
	overflow:hidden;
}

.trouble_list li{
	box-sizing:border-box;
	background:url(../img/check.png) left top no-repeat;
	font-size:23px;
	line-height:1.2;
	padding:5px 0 20px 45px;
}

.trouble_list li:nth-child(odd){
	float:left;
	clear:both;
	width:390px;
}

.trouble_list li:nth-child(even){
	float:right;
	width:375px;
}

.trouble_txt1{
	text-align:center;
}
/*窓は熱の出入り口になっています*/
#heat_area{
	padding-bottom:70px;
}

.heat_img1{
	text-align:center;
	margin-bottom:40px;
}

.heat_txt1{
	text-align:center;
	font-size:30px;
	line-height:1.2;
}

.heat_txt1 .bg_border1{
	color:#004096;
	font-size:40px;
	background:url(../img/line02.png) center 30px no-repeat;
	font-weight:bold;
	padding:0 5px;
}

.heat_txt1 .big_txt1{
	font-size:55px;
}

/*そこで『二重窓』をご提案！*/
#suggest_area{
	padding-bottom:30px;
}

.suggest_text1{
	float:left;
	width:531px;
	margin-bottom:60px;
}

.suggest_image1{
	float:right;
	margin-bottom:60px;
}

.bold_color25{
	font-weight:bold;
	color:#004096;
	font-size:25px;
}

.suggest_image2{
	clear:both;
	text-align:center;
	margin-bottom:25px;
}

.suggest_list{
	overflow:hidden;
}
.suggest_list li{
	box-sizing:border-box;
	width:440px;
	border:1px solid #004096;
	padding:0 20px 20px;
	position:relative;
	margin-bottom:40px;
}

.suggest_list li:nth-child(1),
.suggest_list li:nth-child(2){

}

.suggest_list li:nth-child(odd){
	float:left;
	clear:both;
}

.suggest_list li:nth-child(even){
	float:right;
}

.point_title{
	display:table;
	width:100%;
	margin-bottom:20px;
}

.point_title .point_num,
.point_title .point_num_text{
	display:table-cell;
	vertical-align:top;

}
.point_title .point_num{
	width:60px;
}

.point_title .point_num_text{
	font-weight:bold;
	font-size:28px;
	color:#004196;
	padding-top:23px;
	line-height:1.2;
	padding-left:10px;
}

.point_image1 img{
	vertical-align:middle;
}

.point_image1{
	position:absolute;
	bottom:20px;
}

.point_text1{
	padding-bottom:225px;
}

/*創業70年の実績と信頼*/

.first_inq_area{
	max-width:940px;
	padding-bottom:70px;
	margin:0 auto;
	background:#fff;
}

.first_inq_area .first_shop_name1{
	text-align:center;
}

.first_inq_area .first_shop_name1 img{
	vertical-align:middle;
}

.bg_color1{
	background:#056EC8;
	color:#fff;
}

.first_inq_area .bg_color1.width_box1{
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	overflow:hidden;
}

.text_head1{
	font-size:45px;
	font-weight:bold;
	line-height:1.2;
	border-bottom:2px solid #fff;
	text-align:center;
	margin-bottom:5px;
}

.first_text1{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	margin-bottom:30px;
}

.first_add_area{
	margin-left:20px;
	float:left;
	width:410px;
	margin-bottom:20px;
}

.first_add_area .first_logo{
	margin-bottom:35px;
}

.first_image1{
	float:right;
	margin-right:20px;
	margin-bottom:20px;
}

.first_add_area .first_logo img,
.first_dot img,
.first_image1 img{
	vertical-align:middle;
}

.first_dot{
	clear:both;
	background:url(../img/bg03.jpg) top left;
}


.first_dot.width_box1{
	padding:20px;
	overflow:hidden;
}

.first_text2{
	background:#fff;
	font-weight:bold;
	font-size:25px;
	color:#004196;
	text-align:center;
	padding:2px 10px;
	margin-bottom:15px;
}

.first_tel_area{
	padding-left:20px;
	color:#fff;
	float:left;
}

.first_tel_area .tel_text1{
	font-weight:bold;
	font-size:23px;
	margin-bottom:20px;
}

.first_dot .cmn_btn1{
	float:right;
	margin-right:20px;
}

.cmn_btn1 img{
	vertical-align:middle;
}

.cmn_btn1 a:hover img{
	opacity:0;
}
.cmn_btn1{
	background:url(../img/btn01_hover.png) center center no-repeat;
}
/*『二重窓』取扱メーカー*/

#maker_area{
	padding-bottom:50px;
}
.maker_list{
	overflow:hidden;
}

.maker_list li{
	box-sizing:border-box;
	width:440px;
	border:1px solid #3764CA;
	padding:10px 10px 20px 20px;
	margin-bottom:20px;
}

.maker_list li:nth-child(odd){
	float:left;
	clear:both;
}

.maker_list li:nth-child(even){
	float:right;
}

.maker_list .maker_logo{
	margin-bottom:5px;
}


.maker_list .maker_text1{
	padding-right:10px;
}

/*二重窓の取り付け料金表*/

#price_area{
	padding-bottom:55px;
}

.price_tb{
	box-sizing:border-box;
	width:100%;
	border-top:1px solid #056EC8;
	border-right:1px solid #056EC8;
	margin-bottom:20px;
}

.price_tb th,
.price_tb td{
	box-sizing:border-box;
	border-left:1px solid #056EC8;
	border-bottom:1px solid #056EC8;
	text-align:center;
	padding:9px 10px;
	vertical-align:middle;
}

.price_tb th{
	background:#E2EEFF;
	color:#004196;
}

.price_tb .width1{
	width:347px;
}

.price_tb .width2{
	width:184px;
}

.price_text1{
	color:#004196;
}

/*施工事例*/

#case_area{
	padding-bottom:20px;
}

.case_name{
	box-sizing:border-box;
	border-top:2px solid #056EC8;
	border-bottom:2px solid #056EC8;
	display:table;
	width:100%;
	padding:10px 0;
	margin-bottom:50px;
}

.case_name .case_num,
.case_name .case_title{
	box-sizing:border-box;
	display:table-cell;
	vertical-align:top;
}
.case_name .case_num{
	color:#fff;
	font-size:15px;
	text-align:center;
	width:80px;
}

.case_name .case_num .bg1{
	background:#056EC8;
	display:block;
	padding:5px 0;
	margin-top:2px;
}

.case_name .case_title{
	padding-left:10px;
	font-size:25px;
	font-weight:bold;
	color:#056CC6;
	line-height:1.6;
}

.case_image img{
	vertical-align:middle;
}

.case_image{
	text-align:center;
	padding-bottom:50px;
}
/*店舗情報*/

#shop_area{
	padding-bottom:65px;
}

.shop_tb{
	box-sizing:border-box;
	width:100%;
	border-top:1px solid #056EC8;
	border-right:1px solid #056EC8;
	margin-bottom:80px;
}

.shop_tb th,
.shop_tb td{
	box-sizing:border-box;
	border-bottom:1px solid #056EC8;
	border-left:1px solid #056EC8;
	padding:8px 45px;
}

.shop_tb th{
	width:347px;
	background:#E2EEFF;
	color:#056EC8;
	text-align:center;
}

.g_map iframe{
	width:100%;
	height:450px;
}

.map_link{
	text-align:right;
}

.map_link a{
	background:url(../img/ico01.jpg) right center no-repeat;
	font-size:16px;
	line-height:1.6;
	padding-right:15px;
}

/*メールでのお問合せ*/

#inquiry_form_area{
	padding-bottom:70px;
}

.formTable{
	width:737px;
	margin:0 auto 10px;
}

.formTable th,
.formTable td{
	border-bottom:1px dotted #DDDDDD;
	vertical-align:top;
	padding:20px 0;
	word-break:break-all;
}

.formTable .border_none th,
.formTable .border_none td{
	border:none;
}

.formTable th{
	padding:25px 0 0;
	width:270px;
	color:#056DC7;
}

.formTable .hissu{
	display:inline-block;
	width:50px;
	margin-left:10px;
	background:#056EC8;
	font-size:15px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	line-height:1.3;
	margin-bottom:1px;
	padding:3px 0 1px;
}
.formTable input[type="text"],
.formTable input[type="tel"],
.formTable input[type="email"]{
	box-sizing:border-box;
	width:100%;
	border:1px solid #DDDDDD;
	padding:5px 10px;
	font-size:20px;
	font-family:"メイリオ", Meiryo, sans-serif;
}

.formTable textarea{
	box-sizing:border-box;
	width:100%;
	border:1px solid #DDDDDD;
	padding:5px 10px;
	font-size:20px;
	height:200px;
	font-family:"メイリオ", Meiryo, sans-serif;
	resize:none;
}

.formTable .add_num input[type="text"]{
	width:200px;
}

.formTable label+label{
	padding-left:40px;
}


.formTable .check_area label+label{
	padding-left:0;

}
.formTable .check_area{
	margin-bottom:20px;
}

.submit_btn{
	text-align:center;
}

.submit_btn input[type="button"],
.submit_btn input[type="submit"]{
	background:#056EC8;
	color:#fff;
	font-size:20px;
	margin:0 10px;
	border:none;
	width:203px;
	padding:5px 0;
}

input[type="button"],input[type="submit"]{
	cursor:pointer;
	border-radius: 0;
	-webkit-appearance: none;
}

.inquiry_form_area{
	text-align:center;
}

.thanks_text{
	text-align:center;
}

.thanks_text a{
	color:#056EC8;
	text-decoration:underline;
}

.thanks_text a:hover{
	text-decoration:none;
}
@media only screen and (max-width:650px){
.sp{ display: block; }
.sp_br{display:block;}
.pc{ display: none; }
.pc_br{
	display:inline;
}
.sp_br{
	display:block;
}

a img {
	border: 0;
	-webkit-transition: none;
	transition: none;
}

a:hover img:not(.over),
a:active img:not(.over){
	opacity:1;
}

.width_box1{
	margin-left:10px;
	margin-right:10px;
}

.width_box2{
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

/*見出し*/
.bg_head1{
	background:none;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:0;
}

.bg_head1 h2{
	font-size:28px;
	padding:20px 10px;
}

/*---------------------------------------------------

common

----------------------------------------------------*/
body{
	min-width:320px;
}


#border_display{
	width: auto;
	min-width: inherit;
	height: auto;
	background-size: auto;
}


/********** header **********/


#header_in{
	padding:20px 10px;
}


#header_in .logo{
	float:none;
	margin-top:0;
	text-align:center;
	margin-bottom:20px;
}

.header_info{
	float:none;
	width:auto;
}

.header_info .info_text{
	float:none;
	width:auto;
	text-align:center;
	margin-bottom:20px;
}

.header_info .info_text .add{
	margin-bottom:10px;
}

.header_btn1{
	float:none;
	text-align:center;
	background:none;
}

.header_btn1 a:hover img{
	opacity:1;
}

/*MV*/

#mv_area{
	height:auto;
}

#mv_in{
	padding:40px 10px 30px;
}

.mv_img1{
	margin-bottom:20px;
}
/*----------------------------------------

index.html

-----------------------------------------*/
/*こんなお悩み抱えていませんか？*/
#trouble_area{
	padding-top:10px;
	padding-bottom:60px;
}

.bg_dot1{
	padding:40px 10px 30px;
}

.line_head1{
	font-size:28px;
	background:none;
	line-height:1.7;
}
.line_head1_in{
	background:url(../img/line01.png) center bottom no-repeat;
}


.trouble_list li{
	background-size:20px;
	font-size:22px;
	background-position:left 3px;
	padding:0 0 10px 25px;
}
.trouble_list li:nth-child(even),
.trouble_list li:nth-child(odd){
	float:none;
	width:auto;
}


.trouble_txt1{
	text-align:center;
}

/*窓は熱の出入り口になっています*/

.heat_img1{
	margin-bottom:20px;
}

.heat_txt1{
	text-align:center;
	font-size:20px;
	line-height:1.2;
}

.heat_txt1 .bg_border1{
	color:#004096;
	font-size:25px;
	background:url(../img/line02.png) center 20px no-repeat;
	background-size:100% auto;
	font-weight:bold;
	padding:0 5px;
}

.heat_txt1 .big_txt1{
	font-size:30px;
}

/*そこで『二重窓』をご提案！*/

.suggest_text1{
	float:none;
	width:auto;
	margin-bottom:20px;
}

.suggest_image1{
	float:none;
}

.bold_color25{
	font-size:23px;
}

.suggest_list li{
	width:auto;
	padding:0 10px 20px;
	min-height:0;
}

.suggest_list li:nth-child(1),
.suggest_list li:nth-child(2){
	min-height:0;
}

.suggest_list li:nth-child(odd){
	float:none;
	clear:none;
}

.suggest_list li:nth-child(even){
	float:none;
}


.point_title .point_num{
	width:50px;
}

.point_title .point_num_text{
	font-size:23px;
	padding-top:20px;
}


.point_image1{
	position:static;
	text-align:center;
}

.point_text1{
	padding-bottom:20px;
}

/*創業70年の実績と信頼*/

.first_inq_area{
	margin:0 10px;
}


.first_inq_area .bg_color1.width_box1{
	padding-left:10px;
	padding-right:10px;
	margin:0;
}

.text_head1{
	font-size:26px;
 	padding-bottom:10px;
	margin-bottom:20px;
}

.first_text1{
	font-size:20px;
	text-align:left;
}

.first_add_area{
	margin-left:0;
	float:none;
	width:auto;
	text-align:center;
	font-size:18px;
}

.first_add_area .first_logo{
	margin-bottom:10px;
}

.first_add_area .first_logo img{
	width:200px;
}

.first_image1{
	float:none;
	margin-right:0;
	text-align:center;
}


.first_dot.width_box1{
	padding:20px 10px;
	margin:0;
}

.first_text2{
	font-size:25px;
}

.first_tel_area{
	padding-left:0;
	float:none;
	text-align:center;
	margin-bottom:20px;
}

.first_tel_area .tel_text1{
	margin-bottom:10px;
}

.first_dot .cmn_btn1{
	padding-left:0;
	float:none;
	text-align:center;
	margin:0 auto;
}

.cmn_btn1 a:hover img{
	opacity:1;
}
.cmn_btn1{
	background:none;
}

/*『二重窓』取扱メーカー*/


.maker_list li{
	width:auto;
	padding:10px 10px 20px;
	margin-bottom:40px;
}

.maker_list li:nth-child(odd){
	float:none;
	clear:none;
}

.maker_list li:nth-child(even){
	float:none;
}

.maker_list .maker_logo{
	text-align:center;
}

.maker_list .maker_text1{
	padding-right:0;
}

/*二重窓の取り付け料金表*/

.price_tb{
	box-sizing:border-box;
	width:100%;
	border-top:1px solid #056EC8;
	border-right:1px solid #056EC8;
	margin-bottom:20px;
}

.price_tb th,
.price_tb td{
	box-sizing:border-box;
	border-left:1px solid #056EC8;
	border-bottom:1px solid #056EC8;
	text-align:center;
	padding:9px 0px;
	font-size:11px;
}

.price_tb th{
	padding:9px 5px;
}

.price_tb .width1{
	width:75px;
}

.price_text1{
	color:#004196;
}

/*施工事例*/


.case_name{
	display:block;
}

.case_name .case_num,
.case_name .case_title{
	display:block;
}
.case_name .case_num{
	margin-bottom:10px;
}
.case_name .case_title{
	padding-left:0;
	font-size:20px;
}
/*店舗情報*/


.shop_tb{
	margin-bottom:60px;
}

.shop_tb th,
.shop_tb td{
	display:block;
	padding:10px;
}

.shop_tb th{
	width:auto;
}

.g_map iframe{
	height:250px;
}

/*メールでのお問合せ*/


.formTable{
	width:100%;
}

.formTable th,
.formTable td{
	display:block;
	padding:10px 0;
}

.formTable .border_none th,
.formTable .border_none td{
	border:none;
}

.formTable th{
	padding:10px 0 0;
	width:auto;
	border-bottom:none;
}

.formTable input[type="text"],
.formTable input[type="tel"],
.formTable input[type="email"]{
	font-size:25px;
}

.formTable textarea{
	font-size:25px;
}
.formTable label{
	display:inline-block;
}



.submit_btn input[type="button"],
.submit_btn input[type="submit"]{
	display:block;
	margin:10px 0;
	width:100%;
}

}/* max-width:650px */

.inquiry_btn a {
	display: inline-block;
	vertical-align: top;
	background: #056EC8;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 10px;
    width: 240px;
    border: 2px solid #056EC8;
    border-radius: 8px;
    text-decoration: none;
}
.inquiry_btn a:hover {
	background: #fff;
    color: #056EC8;
}