@charset "UTF-8";
/* CSS Document */
.panel {
  opacity: 1;
  transition: 0.2s;
  border-radius: 4px;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
}
.panel:hover {
  opacity: 0.7
}
a.panel {
  text-decoration: none;
}
.panel_a {
  width: 100%;
  background-color: #f7f7f7;
}
.panel_b {
  width: 100%;
  background-color: #f7f7f7;
}
.panel_c_area {
  width: 100%;
}
.panel_c {
  width: 100%;
  height: 20vw;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: center
}
.panel_d {
  width: 100%;
  background-color: #f7f7f7;
  
}
.panel_a .panel_img {
  height: 57vw;
  overflow: hidden;
  min-height: 0%;
  background-color: #eeeeef
}
.panel_b .panel_img {
  height: 70vw;
  overflow: hidden;
  min-height: 0%;
  background-color: #eeeeef
}
.panel_img_02 {
  overflow: hidden;
  min-height: 0%;
  background-color: #eeeeef
}
.panel_a .panel_img img {
  width: 100%;
}
.panel_b .panel_img img {
  width: 100%;
}
.panel_txt_area,.panel_txt_area_02  {
  min-height: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 20px;
}
.panel_txt_link {
  width: 100%;
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 3.5rem;
  text-decoration: underline
}
.panel_txt_upper {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.panel_txt_upper_s {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.panel_txt_lower {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 1.8rem;
  margin: 20px 0px 0px 0px;
}
.panel_txt_solo {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 15px 20px;
}
.panel_img_d {
  width:100%;
  background-color: #eeeeef
}
.panel_txt_area_d {

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px;
	
}