@charset "utf-8";
html,body{margin:0;}

article{
	margin-bottom:0;
	padding:20px 0 90px;
	min-width:1012px;
 	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
 	font-size:15px;
	line-height:1.7;
	text-align:center;
	background:url(../images/bg.png)no-repeat center top fixed;
}
@media screen and (min-width:1360px){
article{
	background:url(../images/bg.png)no-repeat center top fixed;
	background-size:100% auto;
}
}
a{
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:hover{
	opacity: 0.8;
}
.only_smart,
.only_smart_i{
	display:none !important;
}
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:960px;
	margin:auto;
	padding:15px 280px 15px 50px;
	box-sizing:border-box;
	font-size:16px;
	text-align:left;
	line-height:1.8;
	color:#584f35;
	background:#f0f1a3 url(../images/mv_side.png)no-repeat right 20px center;
	background-size:210px auto;
	border:1px solid #fff;
	box-shadow:5px 5px 32px rgba(192,165,157,1);
}
article h1 + div p{
	margin:0;
}
article h1 + div p span{
	color:#e63c92;
}
article h1 + div p span.line{
	background: linear-gradient(transparent 0%, #ffd4d4 0%);
}


/* .cont */
.cont{
	width:1012px;
	margin:80px auto 0px;
	padding:30px 0 50px;
	position:relative;
}
.cont:before{
	content:'';
	display:block;
	width:145px;
	height:100px;
	background:url(../images/section_top.png)no-repeat left bottom;
	background-size:100% auto;
	position:absolute;
	right:80px;
	bottom:100%;
}
.cont h2{
	font-size:23px;
	font-weight:normal;
	color:#853a1f;
}
.cont ul{
	padding:30px 0 0;
}
.cont ul li{
	width:300px;
	margin:5px 12px 0;
	padding:45px 10px 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:300px;
	position:absolute;
	bottom:calc(100% + 5px);
	color:#853a1f;
	line-height:1.4;
}
.cont ul li a figure figcaption.new{
	padding-left:75px;
	text-align:left;
}
.cont ul li a figure figcaption.new:before{
	content:'';
	display:block;
	width:58px;
	height:44px;
	background:url(../images/new.png)no-repeat left top;
	background-size:100% auto;
	position:absolute;
	left:0;
	bottom:-3px;
}
.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 16px;
}
#cont1 ul li:last-child{
	width:auto;
	padding-top:10px;
	background-color:#fffcd7;
}
#cont1 ul li a{
	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:310px;
	margin-left:10px;
	padding:50px 10px 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 16px;
}
#cont1 ul li:last-child a:last-child figure figcaption{
	margin-bottom:15px;
}


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