@charset "utf-8";

/* =====================
	common
======================= */
.page .page-title {
	position: relative;
	width: 980px;
}
.page .page-title h2 {
	max-width: 960px;
	height: 200px;
	font-size: 160%;
	font-weight: normal;
	line-height: 9.0;
	margin-left: 10px;
	-moz-background-size:contain;
	background-size:contain;
	background-position: right top !important;
}
.page .page-title h2 span {
	display: block;
	width: 270px;
	text-align: center;
}
#collection .page-title h2 {
	color: #fff;
	background: url(../img/page/collection-title.jpg) no-repeat #67d05f;
}
#menu .page-title h2 {
	color: #fff;
	background: url(../img/page/menu-title.jpg) no-repeat #e85d22;
}
#staff .page-title h2 {
	color: #fff;
	background: url(../img/page/staff-title.jpg) no-repeat #2b3d8f;
}
#about .page-title h2 {
	color: #2d2d2d;
	background: url(../img/page/about-title.jpg) no-repeat #efda31;
}
#news .page-title h2 {
	color: #fff;
	background: url(../img/page/news-title.jpg) no-repeat #e894b7;
}

.page .page-title .frame {
	position: absolute;
	top: 132px;
	width: 980px;
	height: 120px;
	background: url(../img/page/title-cube.png) no-repeat;
	z-index: 99;
	-moz-background-size:contain;
	background-size:contain;
}
#collection .page-title h2 span { background: #67d05f; }
#menu .page-title h2 span { background: #e85d22; }
#staff .page-title h2 span { background: #2b3d8f; }
#about .page-title h2 span { background: #efda31; }
#news .page-title h2 span { background: #e894b7; }

.boxLay {
	max-width: 960px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}

/* =====================
	about
======================= */
#about section h3 {
	font-family: 'Arial';
	font-size: 160%;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding: 70px 0;
}

#about .left {
	width: 45%;
}
#about .right {
	width: 55%;
}
#about .right p {
	line-height: 2.4;
	margin-bottom: 20px;
}
#about .right ul {
	padding: 10px 0 10px 10px;
}
#about .right ul li:before {
	font: 13px 'FontAwesome';
	content: '\f005';
	margin-right: 5px;
}

#about #shopInfo,
#about #access {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#about #shopInfo .pin-blue {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 34px;
	height: 67px;
	background: url(../img/share/pin-blue.png) no-repeat;
}
#about #shopInfo .pin-orange {
	position: absolute;
	top: 160px;
	right: 0px;
	width: 34px;
	height: 67px;
	background: url(../img/share/pin-orange.png) no-repeat;
}
#about .box {
	padding: 60px 20px 20px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}
#about #access .box {
	padding: 3px;
}
#about .box .innr {
	overflow: hidden;
}
#about .box:before {
z-index: -1;
  position: absolute;
  content:'';
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:432px;
  background: #8d8c8c;
  -webkit-box-shadow: 0 15px 10px #8d8c8c;
  -moz-box-shadow: 0 15px 10px #8d8c8c;
  box-shadow: 0 10px 10px #8d8c8c;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#about .box:after {
  z-index: -1;
  position: absolute;
  content:'';
  bottom: 10px;
  right: 10px;
  width: 50%;
  top: 80%;
  max-width:432px;
  background: #8d8c8c;
  -webkit-box-shadow: 0 15px 10px #8d8c8c;
  -moz-box-shadow: 0 15px 10px #8d8c8c;
  box-shadow: 0 15px 10px #8d8c8c;	
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform:rotate(1deg);
}

#about .box dl {
	padding: 8px 10px;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #e4e4e4;
}
#about .box dl:first-child {
	border-top: 1px solid #e4e4e4;
}
#about .box dl dt,
#about .box dl dd {
	padding: 10px 20px;
}

/* =====================
	staff
======================= */
#staff section {
	max-width: 960px;
	margin: 0 auto;
	background: url(../img/page/staff-icon.png) no-repeat right bottom;
	
}
#staff section .boxLay {
	border-bottom: 5px solid #213797;
}
#staff .left {
	width: 30%;
	padding: 60px 30px;
}
#staff .left img {
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #333;
}
#staff .right {
	width: 70%;
	padding: 60px 60px 60px 0;
}
#staff .right p {
	line-height: 1.8;
}
#staff .right .name {
	font-size: 140%;
}
#staff .right .name span {
	margin-left: 20px;
	font-size: 80%;
}
#staff .right .hobby:after {
	font: 13px 'FontAwesome';
	content: '\f004';
	margin-left: 5px;
	color: #cc0000;
}
/*=== photo list ===*/
#staff .photo ul {
	display: -webkit-flex;
	display: flex;
	max-width: 960px;
	margin: 10px auto;
}
#staff .photo ul li {
	padding: 2px;
}

/* =====================
	collection
======================= */
#collection article {
    
    margin: 20px auto;
}
#collection section {
    width: 315px;
    margin: 5px;
    overflow: hidden;
}

#collection .box200 {
    height: 200px;
    background:#71AAD7;
}
#collection .box300 {
    height: 300px;
    background:#EBB056;
}
#collection .box400 {
    height: 400px;
    background:#68BCBC;
}

#collection .alignleft { float: left; }

#collection section img {
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
#collection section img:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* =====================
	menu
======================= */
#menu section {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px;
	color: #434342;
	background: #eeda31;
}
#menu section h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 150%;
	color: #fff;
	text-align: center;
	padding: 15px ;
}
#menu section .innr {
	padding: 0 10px;
	background: url(../img/page/menu-img.jpg) no-repeat left top #fff;
}
#menu section .innr dl {
	margin-left: 370px;
	padding: 8px 10px;
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #eeda31;
}
#menu section .innr dl dt,
#menu section .innr dl dd {
	padding: 5px 10px;
	font-family: 'Arial';
	font-size: 160%;
}
#menu section .innr dl dt {
	width: 70%;
}

/* =====================
	news(blog)
======================= */
#news section {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
}
#news h3.title {
	margin: 40px 20px;
	padding: 0 15px;
	font-size: 110%;
}

#news section h4 {
	padding: 10px;
	font-size: 110%;
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
	img{
	  max-width: 100%;
	  height: auto;
	  width /***/:auto;　
	}
	
	#container {
		display: block;
	}
	
	
	.page .page-title {
		height: 255px;
	}
}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
	img{
	  max-width: 100%;
	  height: auto;
	  width /***/:auto;
	}
	

}

/*===============================================
●smart.css  画面の横幅が640pxまで(480px)
===============================================*/
@media screen and (max-width:640px){
	img{
	  max-width: 100%;
	  height: auto;
	  width /***/:auto;
	}
	
	.page .page-title {
		max-width: 99%;
		top: 100px;
	}
	.page .page-title h2 {
		max-width: 96%;
		line-height: 2.0;
		-moz-background-size:cover;
		background-size:cover;
		background-position: left 50px;
		overflow: hidden;
	}
	
	.page .page-title h2 span {
	display: block;
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}

	.page .page-title .frame {
		top: 172px;
		max-width: 100%;
	}
	
	/* about */
	#about #concept {
		margin-top: 100px;
	}

	#about .left {
		padding: 10px;
	}
	
	/* staff */
	#staff section {
		margin-top: 100px;
	}
	
	/* collection */
	#collection article {
		margin-top: 150px;
	}
	
	/* news */
	#news section {
		margin-top: 150px;
	}
	
	
	/* menu */
	#menu section {
		margin-top: 150px;
	}
	#menu section .innr {
		background: url(../img/page/menu-img_sp.jpg) no-repeat left top #fff;
	}
	#menu section .innr dl {
		margin-left: 10px;
	}
	#menu section .innr dl dt,
	#menu section .innr dl dd {
		font-size: 130%;
	}

}
/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
	
	/* about */
	#about .boxLay {
		display: block;
		overflow: hidden;
		padding: 10px;
	}

	#about .left {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	#about .right {
		width:100%;
	}
	
	/* staff */
	#about section h3 {
		font-size: 140%;
		padding: 50px 0;
	}
	#staff .boxLay {
		display: inline-block;
	}
	#staff .boxLay .left {
		width: 94%;
		text-align: center;
		padding: 60px 10px 20px;
	}
	#staff .boxLay .right {
		width: 90%;
		padding: 20px 20px 60px;
	}
	
	#about #shopInfo,
	#about #access {
		width: 90%;
	}
	#about .box dl dt,
	#about .box dl dd {
		padding: 10px;
	}
}
