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

/*ボタン05
--------------------*/
a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4d4d4d;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 75px;
  background-color: #ffffff;
  border: 5px solid #C0C0C0;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
	margin: 30px 0;
}
a.btn_05::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../images/icon05.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_05 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_05 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
	margin-top: 7px;
}
a.btn_05:hover {
  color: #ffffff;
  background-color: #C0C0C0;
}
/*花の写真
--------------------*/
.haru {
	font-size:1.1em;
	background-color:#FF69B4;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border-radius: 10px; 
}
.haru2 {
	font-size:1em;
	background-color:#fff0f5;
	text-align:left;
	border-radius: 10px;
	margin: 10px 20px ;
	padding: 10px 10px 10px 20px;
}
.h-bold{
	font-weight: bold;
	background-color:#FF69B4;
	color:#ffffff;
	margin:10px 10px 0 0 ;
	padding: 0 5px 0 5px;
	line-height: 1.6em;
}
.natsu {
	font-size:1.1em;
	background-color:#00BFFF;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border-radius: 10px; 
}
.natsu2 {
	font-size:1em;
	background-color:#f0f8ff;
	text-align:left;
	border-radius: 10px;
	margin: 10px 20px ;
	padding: 10px 10px 10px 20px;
}

.n-bold{
	font-weight: bold;
	background-color:#00BFFF;
	color:#ffffff;
	margin:10px 10px 0 0 ;
	padding: 0 5px 0 5px;
	line-height: 1.6em;
}
.aki {
	font-size:1.1em;
	background-color:#F4A460;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border-radius: 10px; 
}
.aki2 {
	font-size:1em;
	background-color:#ffffe0;
	text-align:left;
	border-radius: 10px;
	margin: 10px 20px ;
	padding: 10px 10px 10px 20px;
}

.a-bold{
	font-weight: bold;
	background-color:#F4A460;
	color:#ffffff;
	margin:10px 10px 0 0 ;
	padding: 0 5px 0 5px;
	line-height: 1.6em;
}


