@charset "utf-8";
/* ヨシヅヤ専用 */
#yoshizuya_bg{
	background-color: #6DBB4F;
	background-image: url(../images/sp_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;  
}
#yoshizuya_bg #yoshizuya_waku{
	margin-bottom: 2em;
	border: 2px solid #F00;
	padding: 20px;
	background-color: #FFF;
}
#yoshizuya_tokuten{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 2em;
	padding-bottom: 0px;
}
/* ３つの特典 */
#yoshizuya_tokuten-txt{
	font-size:x-large;
	text-align:left;
	margin-bottom:2em;
}
#yoshizuya_tokuten li{
	padding:20px 10px 0px 10px;
	box-sizing:border-box;
}
#yoshizuya_tokuten li:nth-child(even){
	background-color:#EFEFEF;
}
#yoshizuya_tokuten{
  border-collapse: collapse;
  box-sizing:border-box;
  padding:1em 0px 0px 0px;
  width:100%;
}
#yoshizuya_tokuten th{
	background-color:#EB6D80;
	text-align:center;
	color:#FFF;
	font-size:x-large;
}
#yoshizuya_tokuten td{
	background-color:#FFF;
}
#yoshizuya_tokuten th, #yoshizuya_tokuten td {
  border: solid 2px #EB6D80;
  padding:20px;
  /*実線 2px Pink*/

}
#yoshizuya_wedding{
	background-color:#EFEFEF;
	padding:4em 0px 4em 0px;
}
#yoshizuya_wedding dl{
	display:flex;
}

#midashi-white{
	font-size: x-large;
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 1em;
}
#midashi-black{
	font-size: large;
	background-color: #666;
	color: #FFF;
	padding: 10px;
	margin-bottom: 1em;
}
#yoshizuya_cv{
	padding:4em 0px;
}
#yoshizuya_pink{
	font-size:large;
	color:#E3007F;
}
@media only screen and (min-width: 979px) {
#yoshizuya_bg{	
	background-image: url(../images/pc_bg.png);
	background-size:1380px;
}
#yoshizuya_bg #yoshizuya_waku{
	background-image: url(../images/shohinken.jpg);
	background-repeat: no-repeat;
	background-position:right bottom; 
}
#yoshizuya_bg #yoshizuya_day{
	padding-bottom:2em;
	text-align:center;
}
/* ３つの特典 */
#yoshizuya_tokuten-txt{
	font-size:x-large;
	text-align:center;
}
#yoshizuya_tokuten ul{
	max-width:1600px;
	margin:0px auto;
	display:flex;
}
#yoshizuya_tokuten li:nth-child(even){
	background-color:#FFF;
}
#yoshizuya_pink{
	font-size:x-large;
}
