@charset "utf-8";
@import url（ 'https://fonts.googleapis.com/css2？family = M + PLUS + 1p＆ display = swap'）;

/**/

#pankuzu {
	margin-bottom:40px;
}

#pankuzu li {
	color:#f08080;
}

#colum_contents h1 {
	color:#fff;
}

/*Base Layout*/

#colum_contents {
	width:1100px;
	border:none;
	overflow:hidden;
	padding:0;
	margin-bottom:20px;
		background:#fff;
}

#colum01, #colum02, #colum03 {
	width:1100px;
	height:360px;
	color:#24140e;
	margin-bottom:2px;
	clear:both;
}

#colum_contents img {
	width:560px;
	height:360px;
	margin:0;
	padding:0;

}

#colum_contents h2, #colum_contents p {
	width:530px;
}

.co_text {
	height:360px;
	width:520px;
	padding:5px;
	text-align:center;

}

.co_text p {
	padding:5px;
}

.co_text a {
	background:#24140e;
	border-radius:10px;
	margin:10px;
	padding:5px;
}

.colum_l {
	float:left;
	/*height:360px;*/
	margin:0;
	padding:0 5px;
	width:540px;
	background:#fff;
}

.colum_r {
	float:right;
	width:540px;
	height:360px;
	padding:0 5px;
	margin:0;
	background:#fff;
}


/*ケーキカット
--------------------*/
#colum01, 
#colum02, 
#colum03 {
	background:#fff;
}

#colum01 a, 
#colum02 a, 
#colum03 a {
	color:#f08080;
}

#colum01 h1,
#colum02 h1,
#colum03 h1 {
	color:#24140e;
	font-size:2.2em;
}

#colum_main {
	float:left;
	width:700px;
	margin-right:10px;
	margin-bottom:60px;
}

#colum_main h1, h2 {
	padding:5px 10px;
	text-align:center;
}

#colum_main p {
	padding:5px 10px;
}

#colum01#colum_main p {
	margin:0;
}

.sec {
	margin:20px;
	padding:0 10px;
	background:#d3d3d3;
}

.sec p {
	margin:0;
	padding:0;
}

.explan img {
	width:650px;
	margin:0 20px;
}

.explan p {
	width:650px;
	padding:10px;
	margin:20px;
}

.explan h3 {
	margin-top:40px;
	margin-left:20px;
}

#pickup {
	width:270px;
	float:right;
	background:rgba(255,255,255,0.8);
	margin:0 auto;
	text-align:center;
}

#pickup img {
	width:210px;
	height:140px;
}

#pickup h2 {
	clear:both;
	font-size:1.8em;
	border-bottom:1px solid ;
	width:250px;
	margin-bottom:15px;
	text-align:center;
	background:#ddd;
}

#pickup h3 {
	width:85%;
	display: inline-block;
	font-size:100%;
}

#pickup p {
	text-align:center;
	padding:0 10px;
	margin-bottom:30px;
	line-height:2.2em;
	font-size:0.9em;
}

#pickup a {
	background:#24140e;
	border-radius:10px;
	margin:5px;
	padding:8px;
}

/*responsive
--------------------*/
@media screen and (max-width:750px){

	#colum_contents {
	width:100%;
	height:100%;
	margin:0 auto;
	}
	
	#colum_contents h2 {
	margin:0;
	font-size:1.3em;
	}

	#colum_contents img {
	width:100%;
	height:100%;
	}

	#colum01, #colum02, #colum03 {
	width:100%;
	height:100%;
	}

	#colum_contents h2, #colum_contents p {
	width:100%;
	height:100%;
	}

	.colum_l {
		float:none;
		width:100%;
		padding:0;
		text-align: center;
	}

	.colum_r {
		float:none;
		width:100%;
		height:100%;
		text-align: center;
	}
	
	.co_text {
	width:80%;
	padding:10%;
	height:100%;
	}
	
	#colum01#container,
	#colum02#container,
	#colum03#container {
		width:100%;
	}
	
	#colum_main {
	width:100%;
	margin:0;
	padding:0;
	}
	
	#colum_main img {	
	width:100%;
	margin:0;
	padding:0;
	}
	
	.explan {
	width:100%;
	}
	
	.explan img,
	.explan p {
	width:100%;
	margin:0;
	padding:0;
	}
	
	.sec {
	width:100%;
	margin:0;
	padding:0;
}


/
--------------------*/

/*introduction
--------------------*/


/*topics
--------------------*/


/*footer
--------------------*/


/*SNS
--------------------*/

/*
=========================================
	Utilities
=========================================
*/


/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix{
	zoom:1;
}
