@charset "utf-8";

/* ****************************************************************************

	response.css

******************************************************************************* */

/* ==
　smartphone
=============================================================================== */
@media screen and (min-width: 1501px) and (max-width: 2000px) {

	article#first .first-box h2 {
		font-size: 38px;
	}
	article#first .first-box p {
		font-size: 18px;
	}
	.human {
		background-size: 100% auto;
	}
	article#first .first-box {
		height: 100%;
		position: absolute;
		top:15%;
		left: 10%;
	}
	article#love .love-box .love-image {
		position: absolute;
		top: 30px;
		left: 20%;
	}
	article#love .love-box .in-box {
		position: absolute;
		top:220px;
		right: 0;
		padding: 40px 40px 20px;
		background-color: #8BC400;
	}


	article#message .message-box {
	padding: 120px 30px 0 570px;
	min-height: 360px;
	}
	article#message h2 {
	font-size: 40px;
	color: #85C500;
	line-height: 1.5;
	}

}



@media screen and (min-width: 1201px) and (max-width: 1500px) {
	article#first .first-box h2 {
		font-size: 36px;
	}
	.human {
		background-size: 120% auto;
	}
	article#love .love-box .love-image {
		position: absolute;
		top: 30px;
		left: 15%;
	}
	article#love .love-box .in-box {
		position: absolute;
		top:240px;
		right: 0;
		padding: 40px 40px 20px;
		background-color: #8BC400;
	}

	article#message .message-box {
	padding: 120px 30px 0 570px;
	min-height: 360px;
	}
	article#message h2 {
	font-size: 34px;
	color: #85C500;
	line-height: 1.5;
	}

}


@media screen and (min-width: 961px) and (max-width: 1200px) {
	article#first .first-box h2 {
		font-size: 30px;
	}
	.human {
		background-size: 130% auto;
	}
	article#love .love-box .love-image {
		position: absolute;
		top: 30px;
		left: 10%;
	}
	article#love .love-box .in-box {
	position: absolute;
	top:240px;
	right: 0;
	padding: 40px 40px 20px;
	background-color: #8BC400;
	}
	article#love .love-box .in-box h2 {
	font-size: 26px;
	color: #FFF;
	}
	article#love .love-box .in-box ol {
	margin: 30px 0 0;
	}
	article#love .love-box .in-box li {
	color: #FFF;
	font-size: 14px;
	margin: 0 0 0.7em;
	}

	article#food .food-box .in-box {
	position: absolute;
	top:240px;
	left: 0;
	padding: 40px 40px 20px;
	background-color: #8BC400;
	}
	article#food .food-box .in-box h2 {
	font-size: 26px;
	color: #FFF;
	}
	article#food .food-box .in-box p {
	color: #FFF;
	font-size: 14px;
	margin: 20px 0 0;
	}

}


@media screen and (max-width: 960px) {
	article#first .first-box h2 {
		font-size: 25px;
	}
	article#love .love-box .love-image {
		position: absolute;
		top: 30px;
		left: 3%;
	}

	article#love .love-box .in-box {
	position: absolute;
	top:240px;
	right: 0;
	padding: 40px 40px 20px;
	background-color: #8BC400;
	}
	article#love .love-box .in-box h2 {
	font-size: 26px;
	color: #FFF;
	}
	article#love .love-box .in-box ol {
	margin: 30px 0 0;
	}
	article#love .love-box .in-box li {
	color: #FFF;
	font-size: 14px;
	margin: 0 0 0.7em;
	}


	article#food .food-box .in-box {
	position: absolute;
	top:240px;
	left: 0;
	padding: 20px 20px 20px;
	background-color: #8BC400;
	}
	article#food .food-box .in-box h2 {
	font-size: 26px;
	color: #FFF;
	}
	article#food .food-box .in-box p {
	color: #FFF;
	font-size: 14px;
	margin: 20px 0 0;
	}
	article#food .food-box {
	min-height: 430px;
	}


	article#message {
	background:none;
	position: relative;
	}
	article#message .message-box {
	padding: 50px 30px;
	min-height: 200px;
	}
	article#message h2 {
	font-size: 28px;
	color: #85C500;
	line-height: 1.5;
	text-align: center;
	}
	article#message p {
	font-size: 16px;
	margin: 20px 0 0;
	line-height: 1.8;
	text-align: center;
	}

	article#qa .qa-box {
	padding: 20px 100px;
	}
	article#qa h2 {
	font-size: 34px;
	color: #85C500;
	text-align: center;
	margin: 20px;
	}
	article#qa dl {
	color: #666;
	width: auto;
	margin: 30px auto;
	}
	article#qa dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 25px;
	}
	article#qa dd {
	font-size: 13px;
	}

}


@media screen and (min-width: 0) and (max-width: 640px) {
	header{padding:8px 0;}

	header img.logo-pp {
		height: 17px;
	}
	header img.logo-rush {
		height: 17px;
	}
	header .f-left p {
		margin: 0 5px;
	}
	.social {
		display: none;
	}
	.main-box {
		padding: 5px 0;
	}
	h1 img {
		width: 98%;
	}
	.human {
		position: static;
		width: 320px;
		height: 260px;
		background:transparent url(/cmp/asobi/common/img/img_human_01.png) no-repeat center bottom;
		background-size: 90% auto;
		margin: -20px auto 20px;

	}
	article#first {
		min-height: inherit;
	}
	article#first .first-box {
		height: 100%;
		position: static;
	}
	article#first .first-box h2 {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	article#first .first-box p {
		font-size: 14px;
		line-height: 1.4;
		margin: 20px;
	}
	article#item .item-box{
		min-height: inherit;
	}
	article#item .item-box h2 {
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		color: #FFF;
		padding: 30px 0 0;
	}
	article#item .item-box p {
		text-align: center;
		margin: 30px 0 20px;
	}
	article#item .item-box p img {
		width: 90%;
	}


	article#love .love-box .love-image {
		top:-10px;
	}
	article#love .love-box .love-image img {
		width: 70%;
	}
	article#love .love-box .in-box {
		padding: 20px 15px;
		top: 200px;
	}
	article#love .love-box .in-box h2 {
		font-size: 23px;
		font-weight: bold;
		line-height: 1.5;
		color: #FFF;
		padding: 0 20px 0 0;
	}
	article#love .love-box .in-box ol {
		margin: 10px 0 0;
	}
	article#love .love-box .in-box li {
		color: #FFF;
		font-size: 12px;
		margin: 0 0 0.7em;
		line-height: 1.5;
	}
	article#love .love-box {
		position: relative;
		min-height: 410px;
	}


	article#food .food-box .in-box {
		padding: 20px 15px;
		top: 150px;
	}
	article#food .food-box .in-box h2 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		color: #FFF;
		padding: 0 20px 0 0;
	}
	article#food .food-box .in-box p {
		color: #FFF;
		font-size: 11px;
		margin: 0 0 0.7em;
		line-height: 1.5;
		margin: 10px 0 0;
	}
	article#food .food-box {
		position: relative;
		min-height: 290px;
	}


	/* 開催人数 */
	article#number p {
		display: none;
		/* padding: 20px; */
	}
	article#number p img {
		width:100%;
	}



	/* お客様の声 */
	article#voice li {
		float: right;
		width: 50%;
	}
	article#voice li img {
		width: 100%;
	}

	/* メッセージ */
	article#message .message-box {
	padding:30px 0;
	min-height: inherit;
	}
	article#message h2 {
	font-size: 18px;
	font-weight: bold;
	color: #85C500;
	line-height: 1.3;
	}
	article#message p {
	font-size: 13px;
	margin: 10px 20px 0;
	line-height: 1.5;
	}


	article#qa .qa-box {
	padding: 20px;
	}
	article#qa h2 {
	font-size: 34px;
	color: #85C500;
	text-align: center;
	margin: 20px;
	}
	article#qa dl {
	color: #666;
	width: auto;
	margin: 30px auto;
	}
	article#qa dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 25px;
	}
	article#qa dd {
	font-size: 13px;
	}


	article#flow .flow-box{
		min-height: inherit;
	}
	article#flow .flow-box h2 {
		text-align: center;
		font-weight: bold;
		font-size: 30px;
		color: #FFF;
		padding: 30px 0 0;
	}
	article#flow .flow-box p {
		text-align: center;
		margin: 30px 0 20px;
	}
	article#flow .flow-box p img {
		width: 90%;
	}

	article#staff .staff-box {
	position: relative;
	padding: 0;
	}
	article#staff .staff-box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #8BC400;
	padding: 30px 0 0;
	}
	article#staff .staff-box p {
	text-align: center;
	margin: 20px 0;
	}
	article#staff .staff-box p img {
		width: 90%;
	}

	article#detail .detail-box {
	position: relative;
	padding: 0;
	width: auto;
	margin: 0 auto;
	}
	article#detail .detail-box h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #8BC400;
	padding: 20px 0 0;
	}
	.table-box {font-size:11px;background-color: #FFF; color: #333;padding: 5px 0 0; margin: 10px 0 0;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0; border:none;border-top: 1px solid #CCC;}
	.table-box dl {width: 100%; border-bottom: 1px solid #CCC; padding: 0 0 5px;}
	.table-box dt {float:left;width: 15%; padding: 10px 0 0 10px; text-align: right;font-weight: normal; line-height: 1.5;}
	.table-box dd {float:left;width: 75%; padding: 10px 0 10px 20px;}
	.table-box dd p {margin: 0 0 10px;}


	.btn-box {
	margin: 0 0 20px;
	padding: 20px 0 0;
	border-top: 1px solid #CCC;
	}
	.btn-box.top {
	display: block;
	margin: 0;
	padding: 10px 0 0;
	border: none;
	}
	.btn-box.half {
	display: block;
	margin: 0 0 25px;
	padding: 20px 0 0;
	}
	.btn-box span {
		font-size: 16px;
		padding: 15px;
	}
	.share-section {
	margin: 50px 0 0;
	}
	.share-section ul {
	overflow: hidden;
	width: 100%;
	margin: 0;
	}
	.share-section li {
	text-align: center;
	width: 50%;
	padding:0;
	min-height: 75px;
	}
	.share-section li:nth-of-type(1) {
	background: #00aced;
	float: left;
	}
	.share-section li:nth-of-type(2) {
	background: #305097;
	float: right;
	}
	.share-section li:nth-of-type(3) {
	background: #5ae628;
	display: none;
	}
	.share-section .share-btn {
	display: inline-block;
	padding: 10px 0;
	}
	.share-section .share-btn img {
	width: 80% !important;
	margin-bottom: 15px;
	}

	#fb-plugin{margin:0; padding:0;width:100%;width:100%;overflow: hidden;}
	#foot-line{margin:0 auto; padding:20px 0;width:100%;text-align:center;font-size: 11px;color: #999;}

	.footer_section {
		margin-bottom: 0;
	}
	#foot-line {
		font-size: 10px;
	}

}







