@charset "UTF-8";
/* CSS Document */


img {
    display: block; /* 余白防止に必須 */
    line-height: normal;
}

main{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
}

.main_flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main_flex li{
	width: 33%;
	padding-bottom: 0.5%;
}

.main_flex li.new{
	position: relative;
}

.main_flex li.new img:last-of-type{
	position: absolute;
	top: 0;
	left: 0;
}

.theme{
	width: 90%;
	margin: 10% auto 0;
}

.theme dl{
	border: 2px solid #00893f;
	border-radius: 20px;
	padding: 2%;
}

.theme dt{
	margin-top: 1%;
	font-size: 160%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	text-align: center;
	color: #00893f;
	line-height: 1.4;
}

.theme dd{
	margin-top: 2%;
	font-size: 120%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	text-align: center;
	color: #262626;
	line-height: 1.5;
}

.bnr{
	margin: 5% auto 0;
}

.spice_line {
	width: 80%;
	margin: 10% 10% 0;
	height: 3px;
	border-width: 0;
	background-color: #00bcd4;
	background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
	background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
}

footer{
	width: 100%;
	text-align: center;
	border-bottom: #06027d solid 5px;
}

footer p{
	width: 90%;
	margin: 5% 5% 0;
}

footer h2{
	margin-top: 3%;
	font-size: 140%;
	font-family: 'Shippori Mincho', serif;
	font-weight: 800;
	color: #262626;
}

/*---logoslidr---*/
.logo_slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   	width:94%;
    margin:5% auto;
}

.logo_slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.logo_slider .slick-slide {
    margin:0 10px;
}


br.sp{
	display: block;
}

br.pc{
	display: none;
	}


@media (min-width: 980px){
	.spice_line {
		margin: 5% 10% 0;
	}
	
	.theme{
		margin: 5% auto 0;
	}
	
	.theme dl{
		border-radius: 40px;
	}
	
	.theme dt{
		margin-top: 1%;
		font-size: 34px;
	}
	
	.theme dd{
		margin-top: 2%;
		font-size: 24px;
		line-height: 1.5;
	}

	
	footer{
		border-bottom: #06027d solid 10px;
	}
	
	footer p{
		width: 70%;
		margin: 3% 15% 0;
	}
	
	footer h2{
		margin-top: 2%;
		font-size: 28px;
	}
	
	.logo_slider {
    	margin:3% auto 2%;
	}
		
	.logo_slider img {
   		width:90%;/*スライダー内の画像を横幅*/
		margin: 0 5% 0;
    	height:auto;
	}
	
	br.sp{
		display: none;
	}
	
	br.pc{
		display: block;
	}
}
