@charset 'Shift_JIS';
/*---------------------------------------------------------------------------タイトル*/
.midashi-a {
  font-size: var(--text-title-ll);
  font-weight: bold;
  margin: 2em 0;
  position: relative;
  color: #FFFE90;
  padding: 0.8em 0.5em 0.7em 1em;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg_img01.jpg);
  border-bottom: solid 8px var(--point-color01);
 text-shadow: 3px 3px 0 #006698, -3px -3px 0 #006698, -3px 3px 0 #006698, 3px -3px 0 #006698, 0px 3px 0 #006698, 0 -3px 0 #006698, -3px 0 0 #006698, 3px 0 0 #006698;
}
/*--------------------------------------------------------------------------------おすすめポイント*/
.osusume-kakomi{
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
div.osusume-point {
  text-align: center;
  margin: 1em auto;
  font-weight: bold;
}
div.osusume-point div {
  font-size: var(--text-ss);
  color: #D136AF;
}
div.osusume-point span {
  display: inline-block;
  padding: 0 1em;
  margin-right: 1em;
  background: #FFFD00;
}