@charset "utf-8";

/* --------------------------------------------
	スマートフォン用
----------------------------------------------*/
html {
	/*font-size: 10px;*/
	font-size: 62.5%;
	width: 100%;
}

/* ### 画像 ### */
img	{max-width: 100%;
	height: auto;}

/* 全体 */
body {
	width: auto;
	width: 100%;
	/*padding: 6px 12px 10px 12px;*/
	padding: 0;
	background-color: #008881;
	background-color: #E60038;
	background-color: #FFF;
	background-color: #A37E39;
	/*background-size: cover;*/
	/*background-size: contain;*/
	/*background-image: url(../pic/sakuhin_plants.png) ;
	background-position: left top;
	background-position: -18px -30px;
	background-repeat: no-repeat;*/
}

/*
@media screen and (max-width:550px) {
	body {
		background-position: 250px -36px;
	}
}

@media screen and (max-width:500px) {
	body {
		background-position: 115% -36px;
	}
}

@media screen and (max-width:385px) {
	body {
		background-position: 120px -36px;
	}
}

@media screen and (max-width:430px) {
	body {
		background-image: url(../pic/sakuhin_kihachi2.gif) ;
	}
}

@media screen and (max-width:390px) {
	body {
		background-image: url(../pic/sakuhin_kihachi3.gif) ;
	}
}
*/

body {
	font-size: 16px;
}

#container {
	width: 100%;
	width: auto;
	margin: 0;
	padding: 6px 12px 10px 12px;
	padding: 0 0 12px;
	border-left: none;
	border-right: none;
	/*background-position: top 50px right 46px;
	background-position: top 56px right 16px;*/
	/*background: none;*/
	/*background-color: transparent;
	background-image: url(../pic/kanban_back.png) ;
	background-position: 0px 0px;
	background-position: -12px -4px;
	background-repeat: no-repeat;*/
	/*background: #008881 url(../pic/bg_pattern_sakuhin_s.gif) repeat-y left top;*/
/*
	background-image: 
		url(../pic/sakuhin_top_back.gif),
		url(../pic/sakuhin_bg.gif) ;
	background-position: 
		0px 0px,
		0px 250px;
	background-repeat: 
		no-repeat,
		repeat-y;
	background-size: 
		contain,
		contain;
*/
}

#main {
	width: 100%;
	margin: 0;
	padding: 0;
	/* background-size: contain; */
	background: none;/*  */
	text-align: left;
}

/* 上映作品解説 */
#kaisetsutop {
	width: 100%;
	/*height: 116px;*/
	height: auto;
	position: static;
}

/*@media screen and (max-width:334px) {*/
@media screen and (max-width:335px) {
	#kaisetsutop {
		width: auto;
		padding: 0 12px;
	}
}

#kaisetsutop {
	/*display: none;*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

#kaisetsutop {
	background-image: 
		url(../pic/flower01.png) ,
		url(../pic/flower02.png) ,
		url(../pic/sakuhin_top_bg.png) ;
	background-position: 
		calc(110px - ((768px - 100vw)/2)) 90px,
		calc(480px - ((768px - 100vw)/2)) 70px,
		center top;
	background-repeat: no-repeat;
}

@media screen and (max-width:440px) {
	#kaisetsutop {
		background-image: 
			url(../pic/flower01s.png) ,
			url(../pic/flower02s.png) ,
			url(../pic/sakuhin_top_bg.png) ;
		background-position: 
			left 0px top 90px,
			right 0px top 70px,
			center top;
		background-repeat: no-repeat;
	}
}

#kaisetsutop h1 {
	font-size: 108%; /*14px*/
	position: static;
	-webkit-order: 2;
	order: 2;
	width: 310px;
	width: 100%;
	max-width: 310px;
	margin: 9px 0 0 0px;
	margin: 4px auto 0px;
	/*background-color: #EEE;*/
}

#kaisetsutop h1 img {
	width: 100%;
	max-width: 310px;
	height: auto;
}

/*@media screen and (max-width:580px) {
	body {
		background-position: -12px 5px;
		background-position: 155px 0px;
	}
}*/

/*
@media screen and (max-width:500px) {
	#kaisetsutop h1 {
		margin: 10px 0 0 0px;
	}
}

@media screen and (max-width:320px) {
	#kaisetsutop h1 {
		width: 95%;
	}
}
*/

#kaisetsutop .link {
	text-align: right;
	/*font-size: 93%; 12px*/
	font-size: 1.2rem; /*12px*/
	padding: 6px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding: 6px 12px 0px 0px;
	line-height: 1.0;
	/*color: #332C2A;*/
	-webkit-order: 1;
	order: 1;
}

#kaisetsutop .link a:hover {
	color: #F30;
	color: #F70;
	color: #F50;
	text-decoration: underline;
	}

#kaisetsutop h2 {
	margin: 0;
	/*font-size: 108%; 14px*/
	font-size: 1.4rem; /*14px*/
	/*line-height: 100%;  IE向け 上辺が切れないように */
	line-height: 1.0;
	font-weight: normal;
	/*color:#111;*/
	position: static;
	margin: 12px 0 6px 0px;
	margin: 3px 0 6px 0px;
	margin: 14px 0 7px 0px;
	margin: 96px 0 9px 0px;
	margin: -27px auto 20px;
	-webkit-order: 3;
	order: 3;
}

@media screen and (max-width:480px) {
	/*#container {
		background-position: top 56px right 16px;
	}*/
	/*#kaisetsutop h1 {
		margin: 9px 0px 0px;
	}*/
	/*#kaisetsutop h2 {
		margin: 96px 0 9px 0px;
	}*/
}

/*@media screen and (max-width:408px) {
	#container {
		background-position: top 56px center;
	}
}*/

#kaisetsuBody {
	padding: 0px 46px;
	padding: 0px 0px;
	padding: 0px 12px;
}

#kaisetsuBody {
	background-image: url(../pic/sakuhin_bg2b.png) ;
	background-position: center top;
	background-repeat: repeat-y;
}

.works {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 15px;
}

.worksInner {
	padding:16px 22px 9px 23px;
	padding:16px 20px 9px 20px;
	padding:16px 18px 9px 18px;
	padding:12px 18px 9px 18px;
}

.photo {
	float: none;
	width: 100%;
}

.photo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.caption {
	font-size: 1.0rem; /* 10px */
	line-height: 1.5;
}

.text {
	width: 100%;
	margin-top: 12px;
	margin-left: 0px;
	float: none;
}

.date {
	margin-bottom: 5px;
	font-size: 1.2rem; /*12px*/
	line-height:1.2;
	float: right;
	float: none;
	text-align: right;
}

.title {
	/*margin-bottom: 5px;*/
	padding-bottom: 0px;
	padding-bottom: 7px;
	font-size: 1.4rem; /*14px*/
	line-height: 1.0;
	/*font-weight: normal;*/
	font-weight: bold;
	/*color: #8E6535;
	color: #836865;*/
	float: none;
}

.data {
	clear: both;
	padding-bottom: 6px;
	padding-bottom: 7px;
	font-size: 1.1rem; /* 11px */
	line-height: 1.5;
	margin-top: 2px;
	margin-top: 1px;
	padding-top: 4px;
	border-top: solid 1px #666;
}

.staff {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #666;
	font-size: 1.1rem; /* 11px */
	line-height: 1.5;
}

.kaisetsu {
	margin: 0px 0px 1px 0px;
	font-size: 1.2rem; /*12px*/
	line-height: 1.5;
}

.sc-link {
	padding-top: 5px;
	padding-top: 7px;
	font-size: 1.2rem; /*12px*/
	text-align: right;
}

p.copyright {
	/*margin-left: 7.16%;
	margin-left: 55px;*/
	margin-left: 1px;
	font-size: 1.0rem; /*10px*/
}

p.copyright span {
	display: inline-block;
	line-height: 1.3;
}

p#footMenu {
	margin-top: -6px;
	margin-top: 0px;
	margin-top: 3px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 1.2rem; /*12px*/
	line-height: 1.5;
}

