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


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

.page_header_bg{
	background-color: #FFE100;
}

.onayami{
	margin-top: 50px;
	height: 293px;
	background-image: url("../img/onayami_bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding-top: 330px;
	
}
.onayami_h3{
	background-image: url("../img/onayami_mark.svg");
	background-repeat: no-repeat;
	font-weight: normal;
	padding-left:130px;
	font-size: 30px;
	margin-left: 15px;
}
.kitchen_h2{
	background-image: url("../img/kitchen_mark.svg");
	background-repeat: no-repeat;
	padding-left:60px;
	padding-top: 8px;
	font-size: 38px;
	text-align: left;
	color:#E9546B;
}

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



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

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

.onayami{
	margin-top: 0px;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding-top: 0px;
}
.onayami_h3{
	background-image: url("../img/onayami_mark.svg");
	background-repeat: no-repeat;
	background-size: 70px;
	padding-top: 4px;
	font-weight: normal;
	padding-left:80px;
	font-size: 20px;
	margin-left: 15px;
}
.kitchen_h2{
	background-image: url("../img/kitchen_mark.svg");
	background-repeat: no-repeat;
	background-size: 40px;
	padding-left:50px;
	padding-top: 7px;
	font-size: 24px;
	padding-bottom: 6px;
	color:#E9546B;
}
	
}


