@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

*    {
    margin: 0;
    padding: 0;
}
body {
	width: 100%;
	background: none;
	font: 14px/1.4em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg_body.png);
	color: #595654;
}
html,body{
	height: 100%;
}
a {
	color: #595654;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
.clear {
	clear:both;
}
.clearfix {
	/zoom:1;
}
.clearfix:after {
	content:'';
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}
img {
	vertical-align: bottom;
}
.line1 {
	height: 23px;
	background: url(../images/bg_dot2.gif) repeat-x center top;
	-moz-background-size:20px 23px;
	background-size:20px 23px;
	clear: both;
}
.line2 {
	height: 23px;
	background: url(../images/bg_dot3.gif) repeat-x center top;
	-moz-background-size:20px 23px;
	background-size:20px 23px;
	clear: both;
}
.scrEvent {
	display: none;
}

#header {
	height: 44px;
	background: #f485a1;
	border-bottom: 2px solid #FFF;
	text-align: center;
}
#header img {
	height: 44px;
	margin:0 5px;
}

#rotation-bnr {
	background: url(../images/bg_dot1.gif) center top;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
}
#rotation-bnr .wrap {
	margin: 0px auto;
	max-width: 960px;
	width: 100%;
}
#sns {
	padding: 10px 0 5px;
}
.snsb {
	overflow: hidden;
}
.snsb li {
	float: right;
}
.snsb iframe {
	margin: 0 !important;
}
#about {
	padding: 0px 10px;
}
#about .box1 {
	margin: 0px 10px 20px;
	text-align: center;
}
#about .box1 .img01 {
	width: 100%;
	max-width: 472px;
}
#about .box1 .img02 {
	width: 100%;
	max-width: 488px;
}
#about .box2 {
	text-align: center;
	margin: 0px 0px 20px;
}
#about .box2 img {
	width: 55%;
	max-width: 267px;
}
#about .box3 {
	margin: 0px 0px 10px;
}
#about .box4 {

}
#about .box4 p {
	margin: 0px 0px 10px;
}
#about .box5 {
	margin: 0px 20px 20px;
	padding: 10px;
	background: #FFC;
	border: 3px solid #f485a1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#about .box5 p {
	font-weight: bold;
	color: #E9455A;
}
#list {
	background: url(../images/bg_dot1.gif) center top;
	-moz-background-size:30px 30px;
	background-size:30px 30px;
	padding: 10px 0px;
	overflow: hidden;
}
#list .box1 {
	width: 50%;
	float: left;
	text-align: center;
}
#list .box1 img {
	width: 96%;
}
#list .box2 {
	width: 50%;
	float: left;
	text-align: center;
}
#list .box2 img {
	width: 62%;
}
#list .wrap {
	margin: 0px 0px 10px;
	width: 100%;
	float: none;
	overflow: hidden;
}
#list p {
	text-align: center;
	margin: 0px 0px 10px;
}
#list p img{
	width: 80%;
	max-width: 524px;
}
#sale {
	padding: 20px 10px;
}
#sale .box1 {
	margin: 0px 0px 20px;
}
#sale .box1 img {
	max-width: 803px;
}

#sale .box2 {
	text-align: center;
	margin: 0px 0px 20px;
}
#sale .box2 img {
	max-width: 353px;
}
#sale .box3 {
	width: 50%;
	float: left;
	text-align: center;
}
#sale .box3 img {
	width: 90%;
}
#sale .wrap {
	padding: 0px 0px 10px;
	overflow: hidden;
}
#footer {
	background: #F485A1;
	padding: 0px 10px 10px;
}
#footer .box1 {
	margin: 0px 0px 10px;
}
#footer .box1 img {
	width: 100%;
	max-width: 604px;
}
#footer .box2 {
	text-align: right;
}
#footer .box2 img {
	width: 40%;
	max-width: 211px;
}
#sale .wrap2 {
	max-width: 960px;
	margin: 0 auto 0px;
	overflow: hidden;
}
#sale .wrap3 {
	overflow: hidden;
	width: 90%;
	max-width: 534px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}
#sale .wrap3 img {
	width: 50%;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 PC&タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

@media screen and (min-width: 768px) {
body {
	font-size: 16px;
}
.line1 {
	height: 45px;
	background: url(../images/bg_dot2.gif) repeat-x center top;
	-moz-background-size:39px 45px;
	background-size:39px 45px;
	clear: both;
}
.line2 {
	height: 45px;
	background: url(../images/bg_dot3.gif) repeat-x center top;
	-moz-background-size:39px 45px;
	background-size:39px 45px;
	clear: both;
}
#header {
	height: 60px;
	background: #f485a1;
	border-bottom: 3px solid #FFF;
	text-align: center;
}
#header img {
	height: 60px;
	margin:0 10px;
}
#about {
	padding: 0px 10px 30px;
}
#about .box1 {
	margin: 0px 0px 20px;
}
#about .box1 .img01 {
	width: 49%;
}
#about .box1 .img02 {
	width: 51%;
}
#about .box2 {
	width: 30%;
	text-align: center;
	margin: 0px;
	float: left;
}
#about .box2 img {
	width: 90%;
	max-width: 267px;
}
#about .wrap {
	width: 68%;
	float: left;
	padding: 0px 2% 0px 0px;
}
#list {
	padding: 30px 10px 10px;
}
#list p{
	text-align: left;
	margin :0 0 20px;
}
#list p img{
	width: 60%;
	max-width: 524px;
}
#list .wrap {
	width: 50%;
	margin: 0px 0px 30px;
	float: left;
}
#sale {
	padding: 30px 20px;
}
#sale .box1 {
	margin: 0px 0px 30px;
	line-height: 1.6em;
	text-align: center;
}
#sale .box2 {
	margin: 0px 0px 30px;
}
#sale .wrap {
	float: left;
	width: 50%;
	padding: 0px 0px 0px;
}
#footer {
	padding: 10px 20px 10px;
}

#footer .box1 {
	margin: 0 0 30px;
}
}

@media screen and (min-width: 961px) {
body {
font-size: 18px;
line-height:1.6;
}
#header img {
	margin:0 20px;
}
#about {
	max-width: 960px;
	padding: 0 0 30px;
	margin: 0 auto;
}
#about .box5 {
	margin: 30px 80px 20px;
	padding: 10px;
	background: #FFC;
	border: 3px solid #f485a1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#list {
	padding: 50px 10px 30px;
}
#list .wrap2 {
	max-width: 1100px;
	margin: 0 auto;
}
#sale {
	padding: 50px 0px;
}
#sale .wrap2 {
	max-width: 960px;
	margin: 0 auto 20px;
	overflow: hidden;
}
#footer .wrap {
	max-width: 960px;
	margin: 0 auto;
}
}

