@charset "UTF-8";

body {
	background-color: #fff;
}
#path {
	margin-top: 15px;
}

/* none */
.sponly{ }
.pconly{ }
@media screen and (min-width:768px){ .sponly{ display:none!important;}}
@media screen and (max-width:768px){ .pconly{ display:none!important;}}



/*5月・6月共通
=====================================*/
/* section */
#ichioshi-2020spring section{
	margin-bottom: 50px;
}
/* h3 */
#ichioshi-2020spring section h3{
	color: #8B2626;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
#ichioshi-2020spring section h3 img{
	display: block;
	margin: 0 auto;
}
#ichioshi-2020spring section h3 span{
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}
/* wrap */
#ichioshi-2020spring .ichioshi-2020spring-wrap{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background: url("../img/ichioshi2020spring/2020spring_bg.png") no-repeat center top;
	background-size: 24% auto;
}
/* article */
#ichioshi-2020spring section article{
	clear: left;
	float: left;
	width: 38%;
	padding: 1.5% 1.5% 0;
	margin-bottom: 4%;
	background:#FB8B99;
	background-size: 100% auto;
}
#ichioshi-2020spring section article.f-right{ clear: right; float: right;}
#ichioshi-2020spring section article h4{
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 3%;
	color: #fff;
}
#ichioshi-2020spring section article h4 small{
	display: block;
	font-size: 14px;
}
#ichioshi-2020spring section article figure{
	margin-bottom: 3%;
}
#ichioshi-2020spring section article div.txt{
	padding: 4%;
	margin-bottom: 7%;
	background: #fff;
}
#ichioshi-2020spring section article div.txt div.leftline{
	padding-left: 3%;
	margin-bottom: 3%;
	border-left: 3px solid #C2E06E;
}
#ichioshi-2020spring section article div.txt div.leftline p{
	font-size: 16px;
}
#ichioshi-2020spring section article div.txt div.leftline p span.red{
	color: #DF1F1C;
}
.pink{
	color: #F75D87;
	line-height: 1.2;
}
#ichioshi-2020spring section article div.txt div.leftline p small,
#ichioshi-2020spring section article div.txt div.leftline p .f12{ font-size: 12px;}
#ichioshi-2020spring section article div.txt div.leftline p .f14{ font-size: 14px;}
#ichioshi-2020spring section article div.txt div.leftline p .f16{ font-size: 16px;}
#ichioshi-2020spring section article div.txt div.leftline p .f18{ font-size: 18px;}
#ichioshi-2020spring section article div.txt div.leftline p.catch{
	color: #3F2E04;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#ichioshi-2020spring section article div.txt div.leftline p.catch02{
	color: #3F2E04;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

#ichioshi-2020spring section article div.txt p.note{
	font-size: 14px;
	padding: 0 3%;
	line-height: 1.2;
}
/* kome */
#ichioshi-2020spring section .kome{
	width: 38%;
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
}
#ichioshi-2020spring section .happy{
	clear: both;
	text-align: center;
	margin-bottom: -2px;
}


/* ▼▼▼ 1000px
=====================================*/
@media screen and (min-width:768px) and (max-width:1000px){
	/* article */
	#ichioshi-2020spring section article h4{
		font-size: 2.4vw;
	}
	#ichioshi-2020spring section article h4 small{
		font-size: 1.4vw;
	}
	#ichioshi-2020spring section article div.txt div.leftline p{
		font-size: 1.6vw;
	}
	#ichioshi-2020spring section article div.txt div.leftline p small,
	#ichioshi-2020spring section article div.txt div.leftline p .f12{ font-size: 1.2vw;}
	#ichioshi-2020spring section article div.txt div.leftline p .f14{ font-size: 1.4vw;}
	#ichioshi-2020spring section article div.txt div.leftline p .f16{ font-size: 1.6vw;}
	#ichioshi-2020spring section article div.txt div.leftline p .f18{ font-size: 1.8vw;}
	#ichioshi-2020spring section article div.txt div.leftline p.catch{
		font-size: 1.6vw;
	}
	#ichioshi-2020spring section article div.txt p.note{
		font-size: 1.4vw;
	}
}


/* ▼▼▼ 950px
=====================================*/
@media screen and (max-width: 950px) {
	/* h3 */
	#ichioshi-2020spring section h3{
		font-size: 2.4vw;
	}
	#ichioshi-2020spring section h3 span{
		bottom: 5%;
	}
}


/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
	#ichioshi-2020spring .ichioshi-2020spring-wrap{
		background: none;
	}
	/* h3 */
	#ichioshi-2020spring section h3{
		margin-bottom: 8%;
	}
	/* article */
	#ichioshi-2020spring section article{
		clear: both;
		float: none;
		width: auto;
		max-width: 500px;
		padding: 7% 3% 0;
		margin: 0 auto 4%;
		background-size: 50% auto!important;
		overflow: hidden;
	}
	#ichioshi-2020spring section article.f-right{ clear: both; float: none;}
	#ichioshi-2020spring section article div.txt{
		margin-bottom: 6%;
	}
	#ichioshi-2020spring section article div.txt div.leftline p{
		font-size: 16px;
	}
	/* kome */
	#ichioshi-2020spring section .kome{
		float: none;
		width: auto;
	}
	#ichioshi-2020spring section .happy{
		margin-bottom: 0;
	}
}
