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

/*　全体設定　*/
html { font-size: 62.5%; }
*,*::before, *::after { box-sizing: border-box;}

body {
	color: #333333;
	text-align: center;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img { vertical-align: bottom; }


a { 
   color: #333333;
   text-decoration: none;
}



/*　ヘッダーエリア　*/

/* 1280px〜：大型PC
------------------------------ */
.header{
	width: 100%;
}
.guide960px{
	width: 960px;
	margin: 0 auto 0;
}
.guide1200px{
	width: 1200px;
	margin: 0 auto 0;
	position: relative;
}
.title_obi_area{
	background-image: url("../images/top_obi_color.png");
	background-repeat: 100% 100%;
}
.title_obi_moji{
	margin: 13px 0;
	width: 960px;
}

.daialog_tel{
	width: 250px;
	position: absolute; /*ボタンの配置場所を固定*/
    top: 1px; 
    right: 100px; /*右からのボタンの配置場所を指定*/
}

.title_moji_area{
	background: linear-gradient(#f1f0f0, #c1bebd);
	overflow: auto;
}
.title_moji{
	width: 700px;
	float: left;
	margin: 40px 0;
}

.appeal_area{
	background: url("../images/appeal_area_backcolor.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.appeal_moji{ margin: 20px 0 5px; }


/* 960px〜1279px：小型PC
------------------------------ */
@media (min-width:960px) and (max-width:1279px) {
	
	.guide960px{
		width: 80%;
		margin: 0 auto 0;
	}
	.guide1200px{
		width: 95%;
		margin: 0 auto 0;
		position: relative;
	}
	.title_obi_area{
		background-image: url("../images/top_obi_color.png");
		background-repeat: 100% 100%;
	}
	.title_obi_moji{
		margin: 13px 0;
		width: 80%;
	}

	.daialog_tel{
		width: 22%;
		position: absolute; /*ボタンの配置場所を固定*/
		top: 6px; 
		right: 40px; /*右からのボタンの配置場所を指定*/
	}

	.title_moji_area{
		background: linear-gradient(#f1f0f0, #c1bebd);
		overflow: auto;
	}
	.title_moji{
		width: 72%;
		float: left;
		margin: 5% 0;
	}
	.appeal_area{
		background: url("../images/appeal_area_backcolor.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.appeal_moji{ margin: 30px 0; }
}

/* 600px〜959px：タブレット
------------------------------ */
@media (min-width:600px) and (max-width:959px) {
	.guide960px{
		width: 85%;
		margin: 0 auto 0;
	}
	.guide1200px{
		width: 95%;
		margin: 0 auto 0;
		position: relative;
	}
	.title_obi_area{
		background-image: url("../images/top_obi_color.png");
		background-repeat: 100% 100%;
	}
	.title_obi_moji{
		margin: 13px 0;
		width: 90%;
	}

	.daialog_tel{
		width: 22%;
		position: absolute; /*ボタンの配置場所を固定*/
		top: 6px; 
		right: 40px; /*右からのボタンの配置場所を指定*/
	}

	.title_moji_area{
		background: linear-gradient(#f1f0f0, #c1bebd);
		overflow: auto;
	}
	.title_moji{
		width: 72%;
		float: left;
		margin: 5% 0;
	}
	.appeal_area{
		background: url("../images/appeal_area_backcolor.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.appeal_moji{ margin: 30px 0; }

}

/* 480px〜599px：SP横
------------------------------ */
@media (min-width:480px) and (max-width:599px) { 
	.guide960px{
		width: 85%;
		margin: 0 auto 0;
	}
	.guide1200px{
		width: 95%;
		margin: 0 auto 0;
		position: relative;
	}
	.title_obi_area{
		background-image: url("../images/top_obi_color.png");
		background-repeat: 100% 100%;
	}
	.title_obi_moji{
		margin: 13px 0;
		width: 90%;
	}

	.daialog_tel{
		width: 22%;
		position: absolute; /*ボタンの配置場所を固定*/
		top: 6px; 
		right: 20px; /*右からのボタンの配置場所を指定*/
	}

	.title_moji_area{
		background: linear-gradient(#f1f0f0, #c1bebd);
		overflow: auto;
	}
	.title_moji{
		width: 72%;
		float: left;
		margin: 5% 0;
	}
	.appeal_area{
		background: url("../images/appeal_area_backcolor.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.appeal_moji{ margin: 30px 0; }


}

/* 〜479px：SP縦
------------------------------ */
@media (max-width:479px) { 
	.guide960px{
		width: 85%;
		margin: 0 auto 0;
	}
	.guide1200px{
		width: 95%;
		margin: 0 auto 0;
		position: relative;
	}
	.title_obi_area{
		background-image: url("../images/top_obi_color.png");
		background-repeat: 100% 100%;
	}
	.title_obi_moji{
		margin: 13px 0;
		width: 90%;
	}

	.daialog_tel{
		width: 22%;
		position: absolute; /*ボタンの配置場所を固定*/
		top: 3px; 
		right: 20px; /*右からのボタンの配置場所を指定*/
	}

	.title_moji_area{
		background: linear-gradient(#f1f0f0, #c1bebd);
		overflow: auto;
	}
	.title_moji{
		width: 72%;
		float: left;
		margin: 5% 0;
	}
	.appeal_area{
		background: url("../images/appeal_area_backcolor.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.appeal_moji{ margin: 30px 0; }


}


/* お見積り　*/

/* 1280px〜：大型PC
------------------------------ */
.heading{
	margin: 100px auto 0;
	font-size: 2.5rem;
}
.sab_heading{
	margin-top: 5px;
	font-size : 1.8rem;
  	color : #489DC5;
}
.estimate_guide960px{ 
	width: 960px;
	margin: 0 auto;
}

.estimate_wrapper{
	display: table;
	width: 100%;
	margin-top: 50px;
	border-collapse: separate;
	border-spacing: 30px 0;
}
.estimate_box{
	display: table-cell;
	position: relative;
}
.estimate_button{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
	width: 90%;
}
.estimate_button_link:hover{ opacity: 0.7;}

/* 960px〜1279px：小型PC
------------------------------ */
@media (min-width:960px) and (max-width:1279px) {
	.heading{
		margin: 100px auto 0;
		font-size: 2.5rem;
	}
	.sab_heading{
		margin-top: 5px;
		font-size : 1.8rem;
		color : #489DC5;
	}

	.estimate_wrapper{
		display: table;
		width: 100%;
		margin-top: 50px;
		border-collapse: separate;
		border-spacing: 30px 0;
	}
	.estimate_box{
		display: table-cell;
		position: relative;
	}
	.estimate_button{
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -60%);
		width: 90%;
	}
	.estimate_button_link:hover{ opacity: 0.7;}

}

/* 600px〜959px：タブレット
------------------------------ */
@media (min-width:600px) and (max-width:959px) {
	.heading{
		margin: 100px auto 0;
		font-size: 2.3rem;
	}
	.sab_heading{
		margin-top: 3px;
		font-size : 1.5rem;
		color : #489DC5;
	}
	.estimate_guide960px{ 
		width: 95%;
		margin: 0 auto;
	}

	.estimate_wrapper{
		display: table;
		width: 100%;
		margin-top: 50px;
		border-collapse: separate;
		border-spacing: 20px 0;
	}
	.estimate_box{
		display: table-cell;
		position: relative;
	}
	.estimate_button{
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -60%);
		width: 90%;
	}
	.estimate_button_link:hover{ opacity: 0.7;}

}

/* 480px〜599px：SP横
------------------------------ */
@media (min-width:480px) and (max-width:599px) { 
	.heading{
		margin: 50px auto 0;
		font-size: 1.6rem;
	}
	.sab_heading{
		margin-top: 3px;
		font-size : 1.2rem;
		color : #489DC5;
	}
	.estimate_guide960px{ 
		width: 95%;
		margin: 0 auto;
	}

	.estimate_wrapper{
		display: table;
		width: 100%;
		margin-top: 20px;
		border-collapse: separate;
		border-spacing: 10px 0;
	}
	.estimate_box{
		display: table-cell;
		position: relative;
	}
	.estimate_button{
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -60%);
		width: 90%;
	}
	.estimate_button_link:hover{ opacity: 0.7;}
}

/* 〜479px：SP縦
------------------------------ */
@media (max-width:479px) { 
	.heading{
		margin: 30px auto 0;
		font-size: 1.2rem;
	}
	.sab_heading{
		margin-top: 1px;
		font-size : 1rem;
		color : #489DC5;
	}
	.estimate_guide960px{ 
		width: 95%;
		margin: 0 auto;
	}

	.estimate_wrapper{
		display: table;
		width: 100%;
		margin-top: 20px;
		border-collapse: separate;
		border-spacing: 10px 0;
	}
	.estimate_box{
		display: table-cell;
		position: relative;
	}
	.estimate_button{
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -60%);
		width: 90%;
	}
	.estimate_button_link:hover{ opacity: 0.7;}


}


/* Q&A　*/

/* 1280px〜：大型PC
------------------------------ */
.q_and_a{ text-align: left; }

.faq_heading{ 
	margin-top: 130px;
	font-size: 2rem;
}
.sab_fqa{
	font-size : 1.8rem;
  	color : #489DC5;
}
.faq{ margin-top: 20px;}
.question_box { margin: 30px 0;}
.question:before{
	content: url("../images/SVG/question_mark.svg");
	display: inline-block;
  	width: 30px;
  	height: 33px;
	vertical-align: middle;
}
.question{
	display: inline-block;
	width: 40%;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: dotted 2px #999999;
	margin-bottom: 10px;
}
.answer{ 
	font-size: 1.5rem;
	line-height: 25px;
}
.red{ color: red;}

#open_top a{color: blue;}

.attention{
	font-weight: bold;
	width: 70%;
	text-align: center;
	color: red;
	margin: 70px auto;
	padding: 20px;
	border: solid 1px red;
}
/* 960px〜1279px：小型PC
------------------------------ */
@media (min-width:960px) and (max-width:1279px) {
	.q_and_a{ text-align: left; }

	.faq_heading{ 
		margin-top: 130px;
		font-size: 2rem;
	}
	.sab_fqa{
		font-size : 1.8rem;
		color : #489DC5;
	}
	.faq{ margin-top: 20px;}
	.question_box { margin: 30px 0;}
	.question:before{
		content: url("../images/SVG/question_mark.svg");
		display: inline-block;
		width: 30px;
		height: 33px;
		vertical-align: middle;
	}
	.question{
		display: inline-block;
		width: 40%;
		font-size: 1.5rem;
		font-weight: bold;
		border-bottom: dotted 2px #999999;
		margin-bottom: 10px;
	}
	.answer{ 
		font-size: 1.5rem;
		line-height: 25px;
	}
	.red{ color: red;}

	.attention{
		font-weight: bold;
		width: 70%;
		text-align: center;
		color: red;
		margin: 70px auto;
		padding: 20px;
		border: solid 1px red;
	}

}

/* 600px〜959px：タブレット
------------------------------ */
@media (min-width:600px) and (max-width:959px) {
	.q_and_a{ text-align: left; }

	.faq_heading{ 
		margin-top: 130px;
		font-size: 2rem;
	}
	.sab_fqa{
		font-size : 1.8rem;
		color : #489DC5;
	}
	.faq{ margin-top: 20px;}
	.question_box { margin: 20px 0;}
	.question:before{
		content: url("../images/SVG/question_mark.svg");
		display: inline-block;
		width: 30px;
		height: 33px;
		vertical-align: middle;
	}
	.question{
		display: inline-block;
		width: 60%;
		font-size: 1.5rem;
		font-weight: bold;
		border-bottom: dotted 2px #999999;
		margin-bottom: 10px;
	}
	.answer{ 
		font-size: 1.5rem;
		line-height: 25px;
	}
	.red{ color: red;}

	.attention{
		font-size: 1.3rem;
		font-weight: bold;
		width: 90%;
		text-align: center;
		color: red;
		margin: 70px auto;
		padding: 20px;
		border: solid 1px red;
	}
}

/* 480px〜599px：SP横
------------------------------ */
@media (min-width:480px) and (max-width:599px) { 
	.q_and_a{ text-align: left; }

	.faq_heading{ 
		margin-top: 50px;
		font-size: 1.4rem;
	}
	.sab_fqa{
		font-size : 1.2rem;
		color : #489DC5;
	}
	.faq{ margin-top: 20px;}
	.question_box { margin: 10px auto 15px;}
	.question:before{
		content: url("../images/SVG/question_mark.svg");
		display: inline-block;
		width: 25px;
		height: 28px;
		vertical-align: middle;
	}
	.question{
		display: inline-block;
		width: 90%;
		font-size: 1.3rem;
		font-weight: bold;
		border-bottom: dotted 2px #999999;
		margin-bottom: 10px;
	}
	.answer{ 
		font-size: 1.2rem;
		line-height: 20px;
	}
	.red{ color: red;}

	.attention{
		font-size: 1.2rem;
		font-weight: bold;
		width: 100%;
		text-align: center;
		color: red;
		margin: 70px auto;
		padding: 20px;
		border: solid 1px red;
	}


}

/* 〜479px：SP縦
------------------------------ */
@media (max-width:479px) { 
	.q_and_a{ text-align: left; }

	.faq_heading{ 
		margin-top: 50px;
		font-size: 1.4rem;
	}
	.sab_fqa{
		font-size : 1.2rem;
		color : #489DC5;
	}
	.faq{ margin-top: 20px;}
	.question_box { margin: 10px auto 15px;}
	.question:before{
		content: url("../images/SVG/question_mark.svg");
		display: inline-block;
		width: 25px;
		height: 28px;
		vertical-align: middle;
	}
	.question{
		display: inline-block;
		width: 90%;
		font-size: 1.3rem;
		font-weight: bold;
		border-bottom: dotted 2px #999999;
		margin-bottom: 10px;
	}
	.answer{ 
		font-size: 1.2rem;
		line-height: 20px;
	}
	.red{ color: red;}

	.attention{
		font-size: 1.2rem;
		font-weight: bold;
		width: 100%;
		text-align: center;
		color: red;
		margin: 70px auto;
		padding: 20px;
		border: solid 1px red;
	}



}





/*---------------------------------------------------------
---------------------　配送について　------------------------*/

/*配送について*/
/* 1280px〜：大型PC
------------------------------ */
.guide_send_area{ 
	text-align: left;
	margin: 80px auto;
	width: 75%;
}
.guide_unit{ margin: 80px 0;}
.send_sabtitle{
	font-size: 1.7rem;
	padding: 5px 0 5px 15px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin-bottom: 15px;
}
.guide_unit p{
	font-size: 1.5rem;
	line-height: 25px;
}
.text:before{
	content:'・';
}
.line{ 
	display: inline-block;
	width: 80%;
	margin: 10px 0 0;
	padding: 5px 0 0;
	border-top: dotted 1px;
}
.line2{
	display: inline-block;
	width: 80%;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: dotted 1px;
}


.red{ color: red;}


/* 960px〜1279px：小型PC
------------------------------ */
@media (min-width:960px) and (max-width:1279px) {
	.guide_send_area{ 
		text-align: left;
		margin: 80px auto;
		width: 90%;
	}
	.guide_unit{ margin: 80px 0;}
	.send_sabtitle{
		font-size: 1.7rem;
		padding: 5px 0 5px 15px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		margin-bottom: 15px;
	}
	.guide_unit p{
		font-size: 1.5rem;
		line-height: 25px;
	}
	.text:before{
		content:'・';
	}
	.line{ 
		display: inline-block;
		width: 80%;
		margin: 10px 0 0;
		padding: 5px 0 0;
		border-top: dotted 1px;
	}
	.line2{
		display: inline-block;
		width: 80%;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: dotted 1px;
	}


	.red{ color: red;}


}

/* 600px〜959px：タブレット
------------------------------ */
@media (min-width:600px) and (max-width:959px) {
	.guide_send_area{ 
		text-align: left;
		margin: 80px auto;
		width: 90%;
	}
	.guide_unit{ margin: 80px 0;}
	.send_sabtitle{
		font-size: 1.7rem;
		padding: 5px 0 5px 15px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		margin-bottom: 15px;
	}
	.guide_unit p{
		font-size: 1.5rem;
		line-height: 25px;
	}
	.text:before{
		content:'・';
	}
	.line{ 
		display: inline-block;
		width: 80%;
		margin: 10px 0 0;
		padding: 5px 0 0;
		border-top: dotted 1px;
	}
	.line2{
		display: inline-block;
		width: 80%;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: dotted 1px;
	}


	.red{ color: red;}



}

/* 480px〜599px：SP横
------------------------------ */
@media (min-width:480px) and (max-width:599px) { 
	.guide_send_area{ 
		text-align: left;
		margin: 50px auto;
		width: 100%;
	}
	.guide_unit{ margin: 50px 0;}
	.send_sabtitle{
		font-size: 1.3rem;
		padding: 5px 0 5px 15px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		margin-bottom: 15px;
	}
	.guide_unit p{
		font-size: 1.2rem;
		line-height: 20px;
	}
	.text:before{
		content:'・';
	}
	.line{ 
		display: inline-block;
		width: 80%;
		margin: 10px 0 0;
		padding: 5px 0 0;
		border-top: dotted 1px;
	}
	.line2{
		display: inline-block;
		width: 80%;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: dotted 1px;
	}


	.red{ color: red;}



}

/* 〜479px：SP縦
------------------------------ */
@media (max-width:479px) { 
	.guide_send_area{ 
		text-align: left;
		margin: 50px auto;
		width: 100%;
	}
	.guide_unit{ margin: 50px 0;}
	.send_sabtitle{
		font-size: 1.1rem;
		padding: 5px 0 5px 15px;
		border-top: solid 1px;
		border-bottom: solid 1px;
		margin-bottom: 15px;
	}
	.guide_unit p{
		font-size: 1.1rem;
		line-height: 18px;
	}
	.text:before{
		content:'・';
	}
	.line{ 
		display: inline-block;
		width: 80%;
		margin: 10px 0 0;
		padding: 5px 0 0;
		border-top: dotted 1px;
	}
	.line2{
		display: inline-block;
		width: 80%;
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: dotted 1px;
	}


	.red{ color: red;}




}


/*---- フッター ------*/
@media( min-width:1130px ){
	footer{ background-color: #161464; }
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 30%;
		float: left;
	}

	.footer_left h1{ font-size: 2rem; }
	.footer_logo{
		float: left;
		margin: 150px 0 0 150px;
		color: #fff;
	}
	.address_area{
		color: #fff;
		font-style: normal;
		margin-left: 150px ;
		padding-top: 50px;
		text-align: left;
		clear: both;
	}
	.address_area:after{
		content: '';
		display: block;
		clear: both;
	}
	.co_name{
		font-size: 1.4rem;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.address{
		line-height: 20px;
	}
	.web{ color: #FFF;}
	.web:hover{ color: #686868}

	.footer_right{
		float: right;
		width: 60%;
		margin: 150px 30px 30px 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: center;
	}
	.footer_nav li{ 
		display: inline;
		margin-left: 10px;
		padding-left: 10px;
		font-size: 1.3rem;
		border-left: solid 1px #fff;
	}
	.footer_nav li:last-child{
		border-right: solid 1px #fff;
		padding: 0 8px;
	}
	.footer_nav a { color: #fff; }
	.footer_nav a:hover { color: #bebebe; }

	.footer_yellow { color: #ffd900 !important; }
	.footer_yellow:hover { color: #bebebe !important; }


	/*----▼ コピーライト ▼-------*/
	.copyright{ 
		background-color: #161464; 
		padding: 50px 0 100px 150px ;
		text-align: left;
		color: #fff;

	}
	small{ font-size: 1rem; }
}


/*1130px以下フッター無し*/
@media( min-width:600px ) and ( max-width:1129px ){
	.footer_nav{ display: none; }
	footer{ background-color: #161464; }
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
	.footer_left:after{
		content: '';
		display: block;
		clear: both;
	}

	.footer_left h1{ 
		text-align: left;
		font-size: 2rem;
		margin: 0;
	}
	.footer_logo{
		float: none;
		margin: 0;
		color: #fff;
	}
	.address_area{
		margin-left: 0;
		color: #fff;
		font-style: normal;
		padding-top: 50px;
		text-align: left;
		clear: both;
	}
	.address_area:after{
		content: '';
		display: block;
		clear: both;
		margin: 0;
	}
	.co_name{
		font-size: 1.4rem;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.address{
		line-height: 20px;
	}
	.web{ color: #FFF;}
	.web:hover{ color: #686868}

	.footer_right{
		float: none;
		margin: 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: center;
	}
	
	/*----▼ コピーライト ▼-------*/
	.copyright_area{ 
		width: 80%;
		margin: 0 auto;
	}
	.copyright{ 
		margin: 0;
		background-color: #161464; 
		padding: 0 0 50px;
		text-align: left;
		color: #fff;

	}
	small{ font-size: 1rem; }
}


@media( max-width:599px ){
	.footer_nav{ display: none; }
	footer{ background-color: #161464; }
	footer:after{
		content: '';
		display: block;
		clear: both;
	}
	.footer_left{
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 50px 0 50px;
	}
	.footer_left:after{
		content: '';
		display: block;
		clear: both;
	}

	.footer_left h1{ 
		font-size: 1.5rem;
		margin: 0;
		text-align: left;
	}
	.footer_logo{
		float: none;
		margin: 0;
		color: #fff;
	}
	.address_area{
		color: #fff;
		font-style: normal;
		padding-top: 30px;
		text-align: left;
		clear: both;
	}
	.address_area:after{
		content: '';
		display: block;
		clear: both;
		margin: 0;
	}
	.co_name{
		font-size: 1.2rem;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.address{
		line-height: 20px;
		font-size: 1.2rem;
	}
	.web{ 
		color: #FFF;
		font-size: 1.2rem;
	}
	.web:hover{ color: #686868}

	.footer_right{
		float: none;
		margin: 0; 
	}
	.footer_nav{
		list-style: none;
		text-align: center;
	}
	
	/*----▼ コピーライト ▼-------*/
	.copyright_area{ 
		width: 80%;
		margin: 0 auto;
	}
	.copyright{ 
		margin: 0;
		background-color: #161464; 
		padding: 0 0 30px;
		text-align: left;
		color: #fff;

	}
	small{ font-size: 10px; }
}


