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

/*基本CSSの設定*/


html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}


body{
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
	
	line-height:1.6;
	color:#10124b;
	background:#fff;
	margin:0 auto;
	box-sizing: border-box;
	
}



.Wrapper{
	overflow: hidden;
}

a:link,
a:visited,
a:active{
	color: #10124b;
	text-decoration:none;
}

a:hover{
	color: #10124b;
	text-decoration:none;
}


.br-ipad{
	display: none;
}

.br-sp{
	display: none;
}

.red{
	color:red;	
}

.blue{
	color:#0099d4;
}

.lightblue{
	color:#dcf0ff;
}

.white{
	color: #fff;
}


.img-ipsp{
	display: none;
}

.img-sp{
	display: none;
}

.whiteshadow{
	text-shadow: 1px 1px 2px #fff; 
}

.blackshadow{
	text-shadow: 1px 1px 2px #000; 
}



/*ヘッダー*/

header{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 9995;
	background: #F0EAE4;
	padding-bottom: 20px;
	margin: 0 auto;

}

/*.contactBtn{
	background: #c1272d;
	padding: 20px;
	border-radius: 10px;
	color: white;
	font-size: 2.5rem;
	width: 270px;
	text-align: center;
	margin-right: -160px;

}*/


.header_top{
	width: 1100px;
	margin: 0 auto;
	height: 30px;
	padding-top: 20px;
	position: relative;
	/*display: flex;*/
	/*justify-content: space-between;*/ /* 左右均等分布 */
	/*align-items: center;*/ /* 上下中央揃え */
}



.header_title{
	text-align: left;
	display: flex;
	align-items: center; /* 上下中央揃え */
}


.header_title h1{
	padding-left: 20px;
	
}

.hamburger{
	display: block;	
	
}




/*資料請求・お問い合わせ*/

.contactWrapper{
	display: block;
	width: 100%;
	background: #f0eae4;
	margin: 0 auto ;
	padding: 30px 30px;
	/*box-sizing :border-box;*/

}
	
.contact{
	display: block;
	
	width: 100%;
	
	margin:0 auto ;
	padding: 30px 20px;
	/*box-sizing :border-box;*/

}


.contact_textArea{
	text-align: center;
	margin: 0 auto 20px;
}

.br-sp{
	display: none;
	}

.contact_textArea h2{
	
	font-size: 40px;
	font-weight:bold;
}

.contact_telArea{
	float: left;
	
}

.contact_telArea h4{
	font-size: 20px;
	float: left;
	
}

.contact_telArea h4:before{
	font-family: "Font Awesome 5 Free";
	content:'\f095';
	font-weight: bold;
	font-size: 30px;
	color: #10124b;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.tel_number	{
	font-size: 40px;
	font-weight: bold;
}


.telMail{
	width: 660px;
	margin: 0 auto;
	
}

.contact_mailArea{
	float: right;
	
}



.contact_mailArea h4{
	font-size: 20px;
	float: left;
	color: #10124b;
padding-bottom: 5px;
}

.contact_mailArea h4:before{
	font-family: "Font Awesome 5 Free";
	content:'\f0e0';
	font-weight: bold;
	font-size: 30px;
	color: #10124b;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.contact .text{
	font-size: 13px;
	
}


.mailBtn{
	font-size: 15px;
	background: #b4091e;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	
}

.mailBtn a{
	color: #fff;
}


.mailBtn a:hover{
	color: #fff;
}

	
/*.fa-phone {
  display: inline-block;
	font-size: 30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	float: left;
	padding-right: 10px;
	color: #34a785;
	
}	*/
	
/*.fa-envelope {
  display: inline-block;
	font-size: 30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	float: left;
	padding-right: 10px;
	color: #34a785;
	
}	*/


/*フッター*/
.footerTop{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	
}

.footerLeft{
	float: left;
	margin-left: 20px;
	
}

.footerRight{
	float: right;
	margin-right: 20px;
	
}

.footerBtm{
	background-color: #10124b;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	
}

.bold{
	font-weight: bold;
}

.address{
	font-size:13px;
}



/*==========================================
 ipad
===========================================*/
 @media only screen and (max-width:768px){
	 
	 
/*ヘッダー*/
	 
header{
	background: #F0EAE4;
	padding-bottom: 20px;
}

.header_top{
	width: 100%;
	margin: 0 auto;
	
	padding: 20px 3% 0;
	position: relative;
	/*display: flex;*/
	/*justify-content: space-between;*/ /* 左右均等分布 */
	/*align-items: center;*/ /* 上下中央揃え */
}


.header_title{
	text-align: left;
	display: flex;
	align-items: center; /* 上下中央揃え */
}

	 


.header_title h1{
	padding-left: 20px;
	
}

.hamburger{
	display: block;	
	
} 
	 
/*資料請求・お問い合わせ*/

.contactWrapper{
	display: block;
	width: 100%;
	background: #f0eae4;
	margin: 0 auto ;
	padding: 30px 0px;
	/*box-sizing :border-box;*/

}
	
.contact{
	display: block;
	max-width: 1000px;
	width: 100%;	
	margin:0 auto ;

	/*box-sizing :border-box;*/

}


.contact_textArea{
	text-align: center;
	margin: 0 auto 20px;
}

.br-sp{
	display: none;
	}

.contact_textArea h2{
	
	font-size: 40px;
	font-weight:bold;
}

.contact_telArea{
	float: left;
	
}

.contact_telArea h4{
	font-size: 20px;
	float: left;
	
}

.contact_telArea h4:before{
	font-family: "Font Awesome 5 Free";
	content:'\f095';
	font-weight: bold;
	font-size: 30px;
	color: #10124b;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.tel_number	{
	font-size: 40px;
	font-weight: bold;
}


.telMail{
	width: 660px;
	margin: 0 auto;
	
}

.contact_mailArea{
	float: right;
	
}



.contact_mailArea h4{
	font-size: 20px;
	float: left;
	color: #10124b;
padding-bottom: 5px;
}

.contact_mailArea h4:before{
	font-family: "Font Awesome 5 Free";
	content:'\f0e0';
	font-weight: bold;
	font-size: 30px;
	color: #10124b;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



.contact .text{
	font-size: 13px;
	
}


.mailBtn{
	font-size: 15px;
	background: #b4091e;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	
}

.mailBtn a{
	color: #fff;
}


.mailBtn a:hover{
	color: #fff;
}

.img-ipsp{
	display: block;
}
	  
 
.img-pc{
	display: none;
}	 	 
	 
}



/*==========================================
sp
===========================================*/
 @media only screen and (max-width:480px){
	 
.br-pc{
	display: none;
}
	 
.img-pc{
	display: none;
}	 
.img-pcip{
	display: none;
}
	 
.img-sp{
	display: block;
}
	 
.img-ipsp{
	display: block;
}
 	 
	 
/*ヘッダー*/
	 
header{
	background: #F0EAE4;
	padding-bottom: 20px;
}

.header_top{
	width: 100%;
	margin: 0 auto;
	height: 20px;
	padding: 20px 3% 0;
	position: relative;
	/*display: flex;*/
	/*justify-content: space-between;*/ /* 左右均等分布 */
	/*align-items: center;*/ /* 上下中央揃え */
}


.header_title{
	text-align: left;
	display: flex;
	align-items: center; /* 上下中央揃え */
}
	 
 .header_title img{
	 width: 180px;
	 height: auto;
		 
	 }

.header_title h1{
	display: none;
	
}

.hamburger{
	display: block;	
	
} 
	 
.contactWrapper{
	display: block;
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0px;
	box-sizing :border-box;

}
	
.contact{
	display: block;
	max-width: 768px;
	width: 100%;
	margin:0 auto ;
	box-sizing :border-box;

}
	
.contact_textArea h2{
	color: #333;
	font-size: 30px;
	font-weight:bold;
}
	
.contact_textArea p{
	color: #333;
	font-size: 15px;
}
	
	
.telMail{
		width:100%;
	}	
	
.contact_telArea{
	float: none;
	margin:0 auto;
padding-top: 10px;
	text-align: center;
	
	
}
	
.contact_mailArea{
	float: none;
	margin: 0px auto;
	padding-top: 30px;
	text-align: center;
}
	
.telMail h4,.fa-phone,.fa-envelope{
	float: none;

}	 

.br-sp{
	display: block;	
	}	
	
.footerTop{
	width: 100%;
	margin: 15px auto;
	
}
	
.footerLeft{
	display: none;
	
}

.footerRight{
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%
}	 
	 
	 
	 
}

