@charset "utf-8";

/*================================

　pageTitle

================================*/
#page_title {
	position: relative;
	height:200px;
	text-align:center;
	background:#000 url(../images/page_title_bg.jpg) no-repeat 88% 0 / auto 100%;
}
#page_title h2 {
    color: #ffffff;
    font-size: 35px;
    padding: 20px 0 0;
	font-weight: 800;
}
#page_title h2 span {
	display:block;
	margin:0 0 10px;
}
#page_title h2 span img {
	width:26px;
}

/*================================

　whats_sukiya

================================*/
#whats_sukiya .inner {
    margin: 50px auto;
    padding: 10px;
}
#whats_sukiya .inner h3 {
    color: #d7000f;
    font-size: 200%;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin-bottom: 10px;
	text-align: center;
}
#whats_sukiya .inner p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 0 auto;
    width: 60%;
}
#whats_sukiya .mianimg {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 60%;
}

@media screen and (max-width: 800px){
#page_title {
	position: relative;
	height:200px;
	text-align:center;
	background:#000 url(../images/page_title_bg.jpg) no-repeat 68% 0 / auto 100%;
}
	
#page_title h2 {
    color: #ffffff;
    font-size: 35px;
    padding: 40px 0 0;
	font-weight: 800;
	line-height: 1.1;
}

#whats_sukiya .inner {
    margin: 30px auto;
    padding: 10px;
}

#whats_sukiya .inner h3 {
    color: #d7000f;
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin-bottom: 10px;
	text-align: center;
}
#whats_sukiya .inner p {
    width: 100%;
}
#whats_sukiya .mianimg {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}




}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	