@charset "utf-8";
@media only screen and (max-width:640px){
.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
.only_pc{
	display:none !important;
}


article{
	margin-bottom:0;
	padding:10px 0 20px;
	min-width:auto;
	min-width:initial;
 	font-size:12px;
	line-height:1.7;
	text-align:center;
	background-image:none;
}
article:before{
	content:'';
	display:block;
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	z-index:-1;
	background:url(../images/bg_s.png)no-repeat center top;
	background-size:cover;
}
article img{
	max-width:100%;
}
article ul{
	margin:0;
	padding:0;
}
article ul li{
	list-style:none;
}
article h1{
	margin:0 0 10px;
}
article h1 img{
	box-shadow:5px 5px 32px rgba(192,165,157,1);
}
article h1 + div{
	width:auto;
	margin:auto;
	padding:5%;
	box-sizing:border-box;
	font-size:15px;
	text-align:left;
	line-height:1.8;
	color:#584f35;
	background-image:none;
	border:1px solid #fff;
	box-shadow:5px 5px 32px rgba(192,165,157,1);
}
article h1 + div p{
	margin:0;
}
article h1 + div p:last-child{
	padding-right:100px;
	background:#f0f1a3 url(../images/mv_side.png)no-repeat right 20%;
	background-size:100px auto;
}
article h1 + div p span{
	color:#e63c92;
}
article h1 + div p span.line{
	background: linear-gradient(transparent 0%, #ffd4d4 0%);
}


/* .cont */
.cont{
	width:auto;
	margin:60px auto 40px;
	padding:25px 0 0;
	position:relative;
}
.cont:before{
	content:'';
	display:block;
	width:110px;
	height:80px;
	background:url(../images/section_top.png)no-repeat left bottom;
	background-size:100% auto;
	position:absolute;
	right:0px;
	bottom:100%;
}
.cont h2{
	font-size:16px;
	font-weight:normal;
	color:#853a1f;
}
.cont ul{
	padding:0px 0 20px;
}
.cont ul li{
	width:47%;
	margin:5px 0 0;
	padding:35px 0 10px;
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
}
.cont ul li a{
	display:block;
}
.cont ul li a figure{
	margin:0;
	position:relative;
}
.cont ul li a figure figcaption{
	width:100%;
	position:absolute;
	bottom:calc(100% + 3px);
	color:#853a1f;
	line-height:1.4;
	font-size:15px;
	letter-spacing:-0.07em;
	white-space:nowrap;
}
.cont ul li a figure figcaption.new{
	padding-left:35px;
	box-sizing:border-box;
	text-align:left;
}
.cont ul li a figure figcaption.new:before{
	content:'';
	display:block;
	width:30px;
	height:22px;
	background:url(../images/new.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	left:0;
	bottom:0;
}
.cont ul li a figure > img{
	vertical-align:bottom;
}


/* #cont1 */
#cont1{
	background:rgba(205,251,247,0.75) url(../images/section_line.png)repeat-x center top;
	background-size:auto 12px;
}
#cont1 ul li:last-child{
	width:auto;
	padding-top:10px;
	background-color:#fffcd7;
}
#cont1 ul li:last-child a{
	width:47%;
	display:inline-block;
	vertical-align:bottom;
	text-decoration:none;
}
#cont1 ul li:last-child a figure figcaption{
	margin-bottom:5px;
	position:static;
}
#cont1 ul li:last-child a:last-child{
	height:auto;
	margin-left:0;
	padding:calc(12px + 4%) 1% 0;
	box-sizing:border-box;
	background-color:#ffe08c;
	background-image:
		url(../images/section_line.png),
		url(../images/section_line_bottom.png);
	background-repeat:repeat-x;
	background-position:center top,center bottom;
	background-size:auto 12px;
}
#cont1 ul li:last-child a:last-child figure figcaption{
	margin-bottom:3px;
}


/* #cont2 */
#cont2{
	background:rgba(250,241,173,0.75) url(../images/section_line.png)repeat-x center top;
	background-size:auto 12px;
}
#cont2 ul{
}
#cont2 ul li{
	margin:5px 0 0;
}
#cont2 ul li a{
	text-decoration:none;
}
#cont2 ul li a p{
	margin:5px 0 0;
	font-size:13px;
	color:#342f2d;
	text-align:left;
}



}