@charset "UTF-8";

/* ------------------------------------------------------------
  最終更新日 : 2025-03-20
------------------------------------------------------------ */



/* 子どもの食育 - クイズにチャレンジ
------------------------------------------------------------ */

.onedayQuiz_ttl {
  border: 2px solid #ED8D89;
  border-radius: 10px;
  padding: 20px!important;
  margin: 30px 0 50px!important;
  background: #FFE9E8;
}
.onedayQuiz_ttl p { 
  padding:0;
  text-indent: -2.6em;
  padding-left: 2.6em;
  margin-bottom: 14px;
}
.onedayQuiz_h2 {
  color: #E86E6C!important;
	font-size: 1.286em!important; /* 18px */
  border-left: 5px solid #ED8D89;
  padding: 10px 0 10px 18px!important;
  margin-bottom: 30px!important;
  text-indent: -2.7em;
  padding-left: 4em!important;
  
}
.onedayQuiz_q {
  position: relative;
  margin-bottom: 30px!important;
  line-height: 2em!important;
}
.onedayQuiz_q img {
  position: absolute;
  top:0;
  right: 0;
  width: 200px;  
}
.onedayQuiz_fx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.onedayQuiz_fx img {
  width: 200px;
  margin-left: 30px;
}
.onedayQuiz_a {
  flex: 1;
  border-top: 1px solid #ED8D89;
  border-bottom: 1px solid #ED8D89;
  margin-bottom: 30px!important;
  font-weight: bold;
  padding: 20px 0!important;
  text-align: center;
}

.onedayQuiz_txt { 
  margin-bottom: 30px!important;
  padding: 0!important;
}
.onedayQuiz_txt2 {
	font-size: 1em!important; /* 14px */
  margin-bottom: 70px!important;
}
.onedayQuiz_rtn {
  display: inline-block;
  background: #333;
  color: #FFF;
  margin: 20px 0 30px;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  min-width: 200px;
}
.onedayQuiz_rtn:hover {
  opacity: 0.8;
}
.onedayQuiz_btn {
  text-align: center;
}


/* 日本各地の郷土料理
------------------------------------------------------------ */

ul.cuisineTopLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0!important;
}
.cuisineTopLink li {
  width: 300px;
  margin-bottom: 14px;
  padding:0!important;
  margin:0 0 14px!important;
  background: none!important;
}
.cuisineTopLink li img {
  width: 100%;
  height: auto;
}
.cuisineTtl {
  display: flex;
  margin: 50px 0;
}
.cuisineTtl_in {
  width: 48%;
  margin-right: 30px;
}
.cuisineTtl_in img {
  width: 100%;
  border-radius: 4px;
}
.cuisineTtl figcaption {
  margin-top: 10px;
}
.cuisineTtl_r {
  flex: 1;
}
.cuisineTtl1 {
  margin-bottom: 20px!important;
  padding: 0!important;
	font-size: 2.143em!important; /* 30px */
}
.cuisinePref {
  font-size: 0.857em; /* 12px */
  margin-bottom: 4px;
  margin-top: 20px;
  }

.cuisinePref span {
	font-size: 1.2em!important;
  background: #F4642A;
  color: #FFF;
  padding: 4px 10px;
  border-radius: 15px;
}
.cuisineCc {
	font-size: 1.286em!important; /* 18px */
  font-weight: bold;
  color: #F4642A;
}
.cuisineTtl2 {
	font-size: 1.286em!important; /* 18px */
  border-left: 5px solid #F4642A;
  padding: 10px 0 10px 16px!important;
  background: #FAFAFA!important;
  border-radius: 2px;
}
.cuisineImg {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.cuisineImg figcaption {
  margin-top: 10px;
}







