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


a[href^="tel:"] { pointer-events: none; }
.page_head{
	width: 100%;
	min-height: 300px;
  	background-image:url(./images/header_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	margin: 0;
	
}
.page_head img{
	width: 40%;
margin-top: 10%;
}
.sekou_h2{
	border-left: 6px solid #7A94A4;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #7A94A4;
	padding-left: 2%;
	padding-top: 1%;
}
h3 {
	margin-bottom:0.25em;
	font-size:18px;
	line-height: 1.8;
	margin-top:0.5em;
	text-align:left;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
/*================================================
 *  ギャラリー
 ================================================*/
.ga_margin{
	margin-left:15px;}
.ga_margin img {
	margin-right:25px;
	margin-bottom:25px;}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:560px)  {

a[href^="tel:"] { pointer-events: auto; }

.page_head{
	width: 100%;
	min-height: 150px;
  	background-image:url(./images/header_img.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	margin: 0;
	
}
.page_head img{
	width: 60%;
margin-top: 10%;
}
	.ga_margin img{
		width: 100%;
		height: auto;
	}
	
	
}


