﻿@charset "UTF-8";

div.bg-pan{background-color: #ffffff;
	background-image: url("../img/pan_bg.jpg");
	background-repeat: no-repeat;
	width:1067px;height:2046px;
	margin:0px auto;}

div.logo-kawasaki{top:100px; left:600px;
	position:relative;width:350px;
	float:left;}
div.cake-title{position:relative;
	top:220px; left:300px;width:203px;}
div.description{position:relative;
	top:220px; left:280px;
	font-size:12px;color:#FF4500;}

div.pan-image{position:relative;
	top:270px; left:210px;height:117px}
div.pan-image2{position:relative;
	top:350px; left:250px;height:117px}
div.pan-image3{position:relative;
	top:430px; left:210px;height:117px}
div.pan-image4{position:relative;
	top:510px; left:170px;height:117px}
div.pan-image5{position:relative;
	top:590px; left:120px;height:117px}
div.pan-image6{position:relative;
	top:670px; left:170px;height:117px}
div.pan-image7{position:relative;
	top:750px; left:120px;height:117px}

div.pan-image-sub{margin:auto 25px;float:left;}

div.pan-home{position:relative;
	top:750px; left:400px;}

/* iPad 縦 */

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


}


/* スマートフォン 横(ランドスケープ) */

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


}

/* スマートフォン 縦(ポートレート) */

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

div.logo-kawasaki{top:130px; left:30px;
	width:250px;	float:none;}
div.logo-kawasaki img{width:250px;}

div.bg-pan{background-color: #ffffff;
	background-image: url("../img/cake_bg_s.jpg");
	background-repeat: no-repeat;
	width:310px;height:1000px;
	margin:0px auto;}

div.cake-title{position:relative;
	top:140px; left:60px;width:203px;}
div.cake-title img{width:203px;}
div.description{position:relative;
	top:140px; left:30px;width:250px;
	font-size:12px;color:#FF4500;}

div.pan-image{position:relative;width:280px;
	top:180px; left:30px;height:150px}
div.pan-image2{position:relative;width:280px;
	top:190px; left:30px;height:150px}
div.pan-image3{position:relative;width:280px;
	top:200px; left:30px;height:150px}
div.pan-image4{position:relative;width:280px;
	top:210px; left:30px;height:150px}
div.pan-image5{position:relative;width:280px;
	top:220px; left:30px;height:150px}
div.pan-image6{position:relative;width:280px;
	top:230px; left:30px;height:150px}
div.pan-image7{position:relative;width:280px;
	top:240px; left:30px;height:130px}

div.pan-image-sub img{width:80px;margin-bottom:10px;}

div.pan-home{position:relative;float:none;
	top:200px; left:80px;width:150px;}
div.pan-home img{width:150px;}

}