/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 11:15:45 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}

#Home .about{
	padding-top:100px;
	padding-bottom:100px;
}
#Home .about p{
	 font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #333;
	font-size:20px;
	text-align:center;
	line-height:2.2;
}

#Home .blog{
	padding-top:80px;
	padding-bottom:80px;
	background-image: url(http://coffeebreak-catering.com/wp-content/uploads/2026/03/bg_home1-scaled.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#Home .blog pre{
	 font-family: "Playfair Display", serif;
  font-weight: 300;
	font-size:50px;
	text-align:center;
	color:#FFF;
}
#Home .blog h1{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
	font-size:16px;
	text-align:center;
	color:#FFF;
	margin-bottom:40px;
}
#Home .blog .btn {
  color: #333;
	margin-top:50px;
}
#Home .blog .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 25px;
  padding-left: 45px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #333;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background-color:#FFF;
	font-size:16px;
	border-radius:0px;
}
#Home .blog .btn a:hover {
	background-color:#FFF;
	opacity: 0.7;
}
#Home .blog .btn a:before {
  background: url(http://coffeebreak-catering.com/wp-content/uploads/2026/03/ico_arrow_navy.svg);
  content: "";
  width: 24px;
  height: 7px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .plan{
	padding-top:80px;
	padding-bottom:80px;
}
#Home .plan pre{
	 font-family: "Playfair Display", serif;
  font-weight: 300;
	font-size:50px;
	text-align:center;
	color:#001C40;
}
#Home .plan h2{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
	font-size:16px;
	text-align:center;
	color:#001C40;
	margin-bottom:40px;
}
#Home .plan .column{
	margin-bottom:50px;
}
#Home .plan .column h3{
	font-family: "Noto Serif JP", serif;
  font-weight: 500;
	font-size:28px;
	color:#001C40;
	margin-bottom:5px;
}
#Home .plan .column p{
	font-size:18px;
}
#Home .plan .btn {
  color: #fff;
}
#Home .plan .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 25px;
  padding-left: 45px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background-color:#001C40;
	font-size:16px;
	border-radius:0px;
}
#Home .plan .btn a:hover {
	background-color:#001C40;
	opacity: 0.7;
}
#Home .plan .btn a:before {
  background: url(http://coffeebreak-catering.com/wp-content/uploads/2026/03/ico_arrow_white.svg);
  content: "";
  width: 24px;
  height: 7px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#Home .strength{
	padding-top:80px;
	padding-bottom:80px;
	background-color:#001C40;
}
#Home .strength pre{
	 font-family: "Playfair Display", serif;
  font-weight: 300;
	font-size:50px;
	text-align:center;
	color:#FFF;
}
#Home .strength h2{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
	font-size:16px;
	text-align:center;
	color:#FFF;
	margin-bottom:40px;
}
#Home .strength h3{
	font-family: "Noto Serif JP", serif;
  font-weight: 400;
	font-size:24px;
	margin-top:10px;
	color:#FFF;
	text-align:center;
	margin-bottom:5px;
}
#Home .strength p{
	color:#FFF;
	line-height:1.6;
}





@media (max-width: 833px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
	
	#Home .about{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .about p{
	font-size:18px;
	text-align:center;
	line-height:2.2;
}
	
	#Home .blog{
	padding-top:40px;
	padding-bottom:40px;
		padding-left:15px;
		padding-right:15px;
}
#Home .blog pre{
	font-size:44px;
}
#Home .blog h1{
	margin-bottom:20px;
}
	
	#Home .plan{
	padding-top:40px;
	padding-bottom:40px;
		padding-left:15px;
		padding-right:15px;
}
#Home .plan pre{
	font-size:44px;
}
#Home .plan h2{
	margin-bottom:30px;
}
#Home .plan .column{
	margin-bottom:30px;
}
#Home .plan .column h3{
	font-size:24px;
}
#Home .plan .column p{
	font-size:16px;
}
	
	
	#Home .strength{
	padding-top:40px;
	padding-bottom:40px;
		padding-left:15px;
		padding-right:15px;
}
#Home .strength pre{
	font-size:44px;
}
#Home .strength h2{
	margin-bottom:30px;
}
#Home .strength h3{
	font-size:22px;
	margin-top:10px;
	margin-bottom:5px;
}
#Home .strength p{
	color:#FFF;
	line-height:1.6;
}
	
}




