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

html {
	height: 100%;
}
body {
	height: 100%;
	background: #fff;
	padding:0;
	margin:0;
	color: #333;
}

/*余白対策*/
#wrap{
	overflow:hidden;
}

/*ヘッダー
***********************************************************/

/*メニュー固定*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}


#cont_header {
	text-align:center;
	background-color:#fff;
	border-bottom:4px solid #ff7e00;
}

#cont_header #logo{
	float:left;
	width:calc(30% - 20px);
	margin:10px 20px 10px 0px;
	text-align:left;
}


/*お問合せボタン（ヘッダー）*/

#cont_header #otoiawase{
	float:left;
	width:70%;
	margin:20px 0;
}

#cont_header #otoiawase .tel{
	float:left;
	width:calc(50% - 20px);
	margin-right:20px;
	text-align:center;
}
#cont_header #otoiawase .tel .number{
	font-size:22px;
	font-weight:bold;
	line-height:1;
	color:#ff7e00;
}

#cont_header #otoiawase .tel .time{
	font-size:12px;
}

#cont_header #otoiawase .btn01{
	display:none;
}
#cont_header #otoiawase .btn02{
	float:left;
	width:50%;

}
#cont_header #otoiawase .btn a{
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin:0px;
	background-color: #ff7e00;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	position:relative;
		border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#cont_header #otoiawase .btn a:hover {
	border: 1px solid #ff7e00;
	color: #ff7e00;
	background-color:#FFF;
	text-decoration:none;
}


@media only screen and (max-width: 767px) {
#cont_header #otoiawase .tel{
	display:none;
}

#cont_header #otoiawase .btn01{
	display:block;
	float:left;
	width:calc(50% - 20px);
	margin-right:20px;
}
}


@media only screen and (max-width: 500px) {
#cont_header #otoiawase .btn01{
	display:block;
	float:left;
	width:calc(50% - 4px);
	margin-right:4px;
}
#cont_header #otoiawase .btn a{
	font-size:12px;
}
}

/*上部メニュー
***********************************************************/
#cont_menu{
	padding-top:90px;
	padding-bottom:6px;
	background-color:#fce11f;
}


#cont_menu ul{
	width:300px;
	float:right;
	font-size:12px;
}

#cont_menu ul li{
	float:left;
	text-align:left;
	margin-right:14px;
	background-image:url(../img/icon_ya.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:20px;
}

#cont_menu ul li a{
	
}

@media only screen and (max-width: 600px) {
	#cont_menu ul{
	width:auto;
	float:right;
	font-size:10px;
}
#cont_menu ul li{
	float:left;
	text-align:left;
	margin-right:10px;
	background-image:url(../img/icon_ya.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:16px;
}

}



/*コンテナ
***********************************************************/
.container {
	width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	
/*border:1px solid #000*/

}

}

@media only screen and (max-width: 1020px) {
.container {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
}



@media only screen and (max-width: 900px) {
.container {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
}


.container02 {
	padding-right: 20px;
	padding-left: 20px;

}




section {
}

.img_resp{
	width:100%;
	height:auto;
}




/*pとimg
***********************************************************/

.p_txt{
	margin-bottom:20px;
	text-align:left;
}
.p_txt_mini{
	margin-bottom:10px;
	text-align:left;
	font-size:12px;
}
.p_txt_l{
	float:left;
	margin-bottom:20px;
	width:50%;
	text-align:left;
}
.p_photo_r{
	float:right;
	width: calc(50% - 20px);
}

@media only screen and (max-width: 768px) {
.p_txt{
	margin-bottom:20px;
	text-align:left;
	font-size:12px;
}

.p_txt_l{
	float:none;
	margin-bottom:20px;
	width:100%;
	font-size:12px;
}
.p_photo_r{
	float:none;
	width:100%;
	margin-bottom:20px;
}

.p_txt_mini{
	margin-bottom:10px;
	text-align:left;
	font-size:10px;
	line-height:1.2;
}

}










/*フッター
***********************************************************/

footer{
}

.footer_bg{
		background-image:url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position:left bottom;
	min-height:150px;
}

footer #upto_area .container{
	position:relative;
	min-height:150px;
}

footer #upto_area #upto_btn{
	position:absolute;
	right:20px;
	bottom:0px;
}

footer #upto_area #upto_btn a{
	height: 40px;
	padding:0px 20px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin:0px;
	background-color: #ff7e00;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	position:relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position:relative;
}

footer #upto_area #upto_btn a:hover {
	border: 1px solid #ff7e00;
	color: #ff7e00;
	background-color:#FFF;
	text-decoration:none;
}



footer #corp_area{
	border-top:4px solid #ff7e00;
	background: linear-gradient(#fce11f, #ff7e00);
	
}
footer #corp_area .container{
	min-height:200px;
	position:relative;
}

footer #corp_area .corp_info{
	width:520px;
	position:absolute;
	right:0;
	margin:50px 0px 30px 0;
}

footer #corp_area .corp_info .txt{
	float:left;
	width:460px;
	text-align:right;

}
footer #corp_area .corp_info .txt .name{
	font-weight:bold;
	font-size:18px;
}
footer #corp_area .corp_info .txt .sub{
	font-weight: normal;
	font-size:12px;
}


@media only screen and (max-width: 767px) {
footer #corp_area .container{
	min-height:150px;
}
footer #corp_area .corp_info{
	margin:20px;
}
footer #corp_area .corp_info .txt{
	text-align:right;
	float:right;
}
footer #corp_area .corp_info .txt .sub{
	font-weight: normal;
	font-size:10px;
}

}

/*フッター（ここまで）
***********************************************************/

/*汎用*/
.line_dot{
	border-bottom:1px dotted #003e97;
}

.blue{
	color:#003e97;
}

.red{
	color:#ff7e00;
}
.red2{
	color:#FF0000;
}
.bold{
	font-weight:bold;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.center{
	 text-align:center;
}
.left{
	 text-align:left;
}

.bg01{
	background: linear-gradient(#fce11f, #ff7e00);
}

.bg02{
		background-image:url(../img/bg.gif);
}

.bg03{
	background-color: #fff;
}


/*SNSボタン
***********************************************************/

#btn_sns{
}

#btn_sns .facebook{
	float:left;
	width:20%;
}
#btn_sns .twitter{
	float:left;
	width:20%;
}
#btn_sns .line{
	float:left;
	width:20%;
}
#btn_sns .hatena{
	float:left;
	width:20%;
}

@media screen and (max-width: 700px) {
#btn_sns .facebook{
	float:left;
	width:40%;
	margin-bottom:20px;
	text-align:center;
}
#btn_sns .twitter{
	float:left;
	width:40%;
	margin-bottom:20px;
	text-align:center;
}
#btn_sns .line{
	float:left;
	width:40%;
	margin-bottom:20px;
	text-align:center;
}
#btn_sns .hatena{
	float:left;
	width:40%;
	margin-bottom:20px;
	text-align:center;
}
}
