@charset "utf-8";

/*
	common
-------------------------------------------------------------------- */

#contents section {
	display: block;
	max-width: 1000px;
	margin: 30px auto 60px;
}

#under_main_title .img {
	background-image: url(../shop/images/main_01.jpg);
	background-position: center center;
	height: 180px;
}

#contents h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	
	font-size: 30px;
	margin-bottom: 20px;
}




/*
	contents 01
-------------------------------------------------------------------- */

#contents table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	border-top: 1px solid #666;
	margin: 0 auto 40px;
}

#contents .table_01,
#contents .table_body_01,
#contents .table_02,
#contents .table_body_02,
#contents .table_03,
#contents .table_body_03 {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#contents .table_04,
#contents .table_body_04 {
	border-bottom: 1px solid #666;
}

#contents .table_01,
#contents .table_body_01 {
	width: 30%;
}

#contents .table_02,
#contents .table_body_02 {
	width: 40%;
}

#contents .table_03,
#contents .table_body_03 {
	width: 15%;
}

#contents .table_04,
#contents .table_body_04 {
	width: 15%;
}

#contents .table_01,
#contents .table_02,
#contents .table_03,
#contents .table_04,
#contents .table_body_03,
#contents .table_body_04 {
	text-align: center;
}

#contents .table_01,
#contents .table_02,
#contents .table_03,
#contents .table_04,
#contents .table_body_01,
#contents .table_body_02,
#contents .table_body_03,
#contents .table_body_04 {
	vertical-align: middle;
	font-size: 11px;
	padding: 10px;
}

#contents .table_01,
#contents .table_02,
#contents .table_03,
#contents .table_04 {
	background: #EEE;
}





/* tablet */
@media screen and (max-width: 768px){

/*
	common
-------------------------------------------------------------------- */

#contents section {
	margin: 15px auto 30px;
}

#under_main_title .img {
	background-position: center -10px;
	height: 150px;
}

#contents h3 {
	font-size: 25px;
	margin-bottom: 15px;
}




/*
	contents 01
-------------------------------------------------------------------- */

#contents table {
	width: 90%;
	border-top: 1px solid #666;
	margin: 0 5% 40px;
}

#contents .table_01,
#contents .table_body_01 {
	width: 30%;
}

#contents .table_02,
#contents .table_body_02 {
	width: 40%;
}

#contents .table_03,
#contents .table_body_03 {
	width: 15%;
}

#contents .table_04,
#contents .table_body_04 {
	width: 15%;
}

#contents .table_01,
#contents .table_02,
#contents .table_03,
#contents .table_04,
#contents .table_body_01,
#contents .table_body_02,
#contents .table_body_03,
#contents .table_body_04 {
	font-size: 11px;
	padding: 10px;
}

}





/* SP */
@media screen and (max-width:640px){

/*
	common
-------------------------------------------------------------------- */

#contents section {
	margin: 15px auto 15px;
}

#contents h3 {
	background: #444;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 0px;
	padding: 10px;
}




/*
	contents 01
-------------------------------------------------------------------- */

#contents table {
	width: 100%;
	border-top: 1px solid #666;
	margin: 0 0 40px;
}

#contents .table_01,
#contents .table_body_01 {
	width: 45%;
}

#contents .table_02,
#contents .table_body_02 {
	width: 50%;
}

#contents .table_03,
#contents .table_body_03 {
	display: none;
}

#contents .table_04,
#contents .table_body_04 {
	display: 5%;
}

#contents .table_01,
#contents .table_02,
#contents .table_03,
#contents .table_04,
#contents .table_body_01,
#contents .table_body_02,
#contents .table_body_03,
#contents .table_body_04 {
	font-size: 10px;
	padding: 5px;
}
	
	figure{
		float: none;
		width: 100%;
		margin: 0;
	}
	figure:nth-child(2){
		margin-top: 20px;
	}

	
}

.coming{
	text-align: center;
	font-size: 50px;
	margin-top: 60px;
	font-weight: bold;
}

figure{
	float: left;
	width: 300px;
	margin-right: 30px;
	
}
figcaption{
	text-align: center;
}




