@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS Pゴシック', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FAEDEB; }

.sp {
  display: none; }

.pc {
  display: block; }

p {
  line-height: 1.7; }

/* ------------------------------------- /
/   Header
/* ------------------------------------- */
#header {
  padding-top: 5px;
  background-color: #FCDBEB;
  background: url(../img/bg-img.png) repeat-x;
  height: 250px; }

#anniversary {
  height: 90px;
  background: #F87BAC;
  display: flex;
  justify-content: center;
  align-items: center; }
  #anniversary img {
    width: 90px;
    text-shadow: #A60B87 0 0 3px; }
  #anniversary p {
    color: white;
    text-shadow: #A60B87 0 0 3px; }

footer {
  background: url(../img/bg-f.png) repeat-x;
  height: 153px; }
  footer p {
    margin: 0;
    padding: 40px 0;
    color: #000; }
  footer a:link {
    background-color: rgba(255, 255, 255, 0.7); }

/* ------------------------------------- /
/   Page Top
/* ------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%; }
  #page-top a {
    background: #D7468B;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px; }
    #page-top a:hover {
      text-decoration: none;
      background: #E37EAF; }

.img-full {
  min-width: 100%; }

/* Box styles */
.box01 {
  margin-bottom: 20px;
  padding: 15px 15px; }

.box02 {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  background: #fff; }

.box03 {
  margin: 10px;
  padding: 10px;
  background: #FAE9E6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #F5CAC2;
  overflow: auto;
  height: 250px; }

.box03b {
  margin: 10px;
  padding: 10px;
  background: #FBF5E5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #ECC964;
  overflow: auto;
  height: 250px; }

.box03c {
  margin: 10px;
  padding: 10px;
  background: #DCF2FC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #72CEF5;
  overflow: auto;
  height: 250px; }

.box-news {
  overflow: auto;
  height: 100px; }

.boxgreet {
  margin: 10px;
  padding: 10px;
  background: #FBF5E5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #EC9F64;
  overflow: auto; }
  .boxgreet h4 {
    font-size: 1.12em;
    border-bottom: 1px dotted #666; }

.linkbox a:hover {
  background-color: #FFF;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

.linkbox-img a:hover img {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)"; }

/*  Title
/--------------------------------- */
.h1-01 {
  color: #000;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold; }

.h2-01 {
  border-left: 12px solid #CC0033;
  background-color: #CC3366;
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 10px 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 3rem; }

.h2-02 {
  border-left: 12px solid #00559B;
  background-color: #369BCC;
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.h2-03 {
  border-left: 12px solid #FF801E;
  background-color: #FFC807;
  color: #000000;
  font-size: 1.2em;
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.h3-01 {
  color: #076489;
  font-size: 1.2em;
  padding: 12px 4px 15px 50px;
  background: url(../img/h3-01.png) no-repeat; }

.h6-01 {
  font-size: 1em;
  font-weight: bold;
  background-color: #F2DEDE;
  padding: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.h6-02 {
  font-size: 1em;
  font-weight: bold;
  background-color: #C6DBE8;
  padding: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 1.5em; }

.h6-03 {
  font-size: 1em;
  font-weight: bold; }

.h6-title {
  font-size: 1em;
  font-weight: bold;
  padding: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.h6-title2 {
  font-size: 1.15em;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: white; }

.h6-04 {
  border-left: 12px solid #666;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 1.1em;
  padding: 4px; }

.h6-05 {
  width: 140px;
  border: 1px solid #666;
  color: #000;
  font-size: 1.1em;
  padding: 6px;
  background: #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center; }

.h6-06 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #F529A8;
  padding: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 1.5em; }

.h6-07 {
  font-size: 1em;
  font-weight: bold;
  background-color: #fff6cc;
  padding: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

/* Background colors */
.bg-green {
  background-color: #A2DAA7; }

.bg-yellowgreen {
  background-color: #DCF7B4; }

.bg-pink {
  background-color: #FB9FC3; }

.bg-pink2 {
  background-color: #F7468B; }

.bg-orange {
  background-color: #FBB65F; }

.bg-water {
  background-color: #72CEF5; }

.bg-purple {
  background-color: #CDA6F8; }

.bg-yellow {
  background-color: #FCF887; }

.bg-red {
  background-color: #F47777; }

.bg-blue {
  background-color: #B7CAEB; }

.bg-coral {
  background-color: #F5CAC2; }

.bg-yamabuki {
  background-color: #ECC964; }

.bg-white {
  background-color: #fff; }

/*  DL
/--------------------------------- */
dl.news {
  height: 350px;
  overflow: auto;
  line-height: 1;
  margin-left: 8px; }
  dl.news dt {
    float: left;
    clear: both;
    width: 7.2em;
    padding: 5px;
    background: #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 5px;
    text-align: center; }
  dl.news dd {
    padding: 5px 0;
    margin-left: 8em;
    border-bottom: #ccc 1px dotted; }
dl.qa {
  margin: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  dl.qa dt {
    padding: 10px 10px 10px 20px;
    background-color: #B7DBFF; }
  dl.qa dd {
    padding: 20px 40px 20px 60px;
    background-color: #ddeeff;
    text-indent: -1.2em; }
dl.dlstripe {
  margin: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  dl.dlstripe dt {
    padding: 10px 10px 10px 20px;
    background-color: #CFE0FB;
    border-top: 1px solid #5E97F1; }
  dl.dlstripe dd {
    padding: 20px 40px 20px 60px;
    background-color: #E8F0FD; }
dl.dlcontact {
  width: 480px;
  margin: 0 auto 0;
  padding-top: 20px;
  padding-bottom: 40px; }
dl.dlplot dt {
  padding: 10px 10px 10px 20px; }

.note dt {
  position: relative; }
  .note dt span {
    position: absolute; }
.note dd {
  padding-left: 1em; }

/*  リスト
/--------------------------------- */
ul.asterisk {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em; }
  ul.asterisk li {
    text-indent: -1.5em; }
    ul.asterisk li:before {
      content: "※";
      margin-right: 0.5em; }

ol.flow {
  padding: 0;
  list-style: none;
  counter-reset: number; }
  ol.flow li {
    position: relative;
    margin: 1em 0 1em 2em;
    font-size: 1.2em;
    color: #F56767;
    font-weight: bold; }
    ol.flow li:before {
      counter-increment: number;
      content: counter(number);
      position: absolute;
      background: #FD4848;
      width: 1.5em;
      height: 1.5em;
      left: -2em;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 150%; }

ol.flow2 {
  list-style: none;
  counter-reset: number; }
  ol.flow2 li {
    position: relative;
    margin: 1em;
    padding: 0.3em;
    font: 1.1em #000;
    font-weight: bold;
    background: #D4E8F0;
    border-radius: 4px; }
    ol.flow2 li:before {
      counter-increment: number;
      content: counter(number);
      position: absolute;
      background: #017EAC;
      width: 1.5em;
      height: 1.5em;
      left: -2em;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 150%; }

ul.ulhorizon {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px; }
  ul.ulhorizon li {
    display: inline-block;
    padding: 0 6px; }
    ul.ulhorizon li + li {
      border-left: 1px solid #CCC; }

ol.number-c {
  position: relative;
  margin: 0;
  padding: 0; }
  ol.number-c li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 2em; }
    ol.number-c li span {
      position: absolute;
      left: 0;
      margin: 0 0 0 0.5em; }
    ol.number-c li a {
      display: block;
      color: #000; }
      ol.number-c li a:hover {
        background: #fff;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        text-decoration: none; }

ul.ulmaru,
.ulmaru li,
.defaultlist,
.defaultlist li {
  padding: 0px;
  margin: 0px; }

.defaultlist li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 5px 0px 5px 0px !important; }

.ulmaru li {
  position: relative;
  display: block;
  padding: 5px 0px 5px 30px;
  background: #FF77C7;
  color: #fff;
  border-radius: 15px 0px 0px 15px; }
  .ulmaru li:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 5px;
    background: #fff;
    border-radius: 10px; }

/* eco with pro */
ul.concept-ecowithpro {
  border: solid 2px #DCF7B4;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative; }
  ul.concept-ecowithpro li {
    line-height: 1.5;
    padding: 0.5em 0.5em;
    list-style-type: none !important;
    font-size: 1.1em;
    color: deeppink; }
    ul.concept-ecowithpro li:before {
      font-family: "FontAwesome";
      content: "\f138";
      position: absolute;
      left: 1em;
      color: lightseagreen; }

/*  フォント
/--------------------------------- */
.f01 {
  color: #000;
  font-size: 0.9em;
  font-weight: normal; }

.f01b {
  color: #000;
  font-size: 0.9em;
  font-weight: normal;
  background: #eee; }

.f02red {
  color: #f00; }

.f02redl {
  color: #f00;
  font-size: 1.2em; }

.f_pink-s {
  color: #ED81CB;
  font-size: 0.9em; }

.f03coral {
  color: #F5CAC2; }

.f03pinkl {
  font-size: 1.2em;
  color: #FF0096;
  font-weight: bold; }

.f04yamabuki {
  color: #ECC964; }

.f05 {
  color: #EA3684;
  background: #FFE5F9;
  border-radius: 5px; }

.f06 {
  color: #FD6C0A;
  background: #F8F1CF;
  border-radius: 5px; }

.f07 {
  color: #C50303;
  background: #FDE6E7;
  border-radius: 5px; }

/*  線
/--------------------------------- */
.hr-440 {
  max-width: 440px;
  border-color: #999; }

.hr-red {
  width: 90%;
  border-color: #A94442;
  border-style: dotted; }

.hr-gr {
  width: 90%;
  border-color: #999;
  border-style: dotted; }

hr {
  border-color: #999;
  border-style: solid; }

.kakomi {
  margin: 10px 0;
  padding: 10px 30px;
  border: #F2DEDE 1px dotted;
  background-color: #FAF3F3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.img-left,
.img-right {
  float: none;
  margin: 0 auto 0; }

.img-border {
  float: none;
  margin: 0 auto 0;
  border: #999999 solid 1px; }

/* Utility Margins */
.m0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml60 {
  margin-left: 40px !important; }

.ml200 {
  margin-left: 200px !important; }

.ml240 {
  margin-left: 240px !important; }

.ml300 {
  margin-left: 280px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr40 {
  margin-right: 20px !important; }

.mr60 {
  margin-right: 20px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.margin-b15 {
  margin: 15px; }

/* 動画 ---------------------------------------------------------------------*/
.movieWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .movieWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* クリスマスファンタジー-------------------------------------------------------*/
h3.h-xmas {
  padding: 1rem 2rem;
  color: #fff;
  font-size: 22px;
  background: #AC012F;
  background-image: radial-gradient(#C5244F 13%, transparent 13%), radial-gradient(#C5244F 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px; }
  h3.h-xmas span {
    font-size: 18px; }

h4.h-xmas {
  padding: 1rem 2rem;
  color: #fff;
  font-size: 18px;
  background: #AC012F;
  background-image: radial-gradient(#C5244F 13%, transparent 13%), radial-gradient(#C5244F 13%, transparent 13%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px; }
  h4.h-xmas span {
    font-size: 14px; }

ul.list-xmas {
  border: solid 2px #AC012F;
  padding: 0 0.5em;
  position: relative;
  background: white; }
  ul.list-xmas li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important; }
    ul.list-xmas li::before {
      font-family: "FontAwesome";
      content: "\f138";
      position: absolute;
      left: 0.5em;
      color: #AC012F; }
    ul.list-xmas li:last-of-type {
      border-bottom: none; }
  ul.list-xmas span {
    color: #AC012F; }

.box_xmas {
  border: solid 2px #AC012F;
  padding: 1em;
  background: white; }
  .box_xmas h5 {
    color: white;
    background: #C5244F;
    padding: 5px; }
  .box_xmas h4 {
    color: white;
    background: #C5244F;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px; }

.box_xmas_thanks {
  border: solid 2px #AC012F;
  padding: 1em;
  background-color: #FEF5F8;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 6px, transparent 0, transparent 12px); }
  .box_xmas_thanks p {
    color: #C5244F;
    font-size: 16px; }

ul.asterisk_red {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em; }
  ul.asterisk_red li {
    text-indent: -1.5em; }
    ul.asterisk_red li:before {
      content: "※";
      margin-right: 0.5em;
      color: #AC012F; }

.h5-07 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background: #C5244F;
  color: #FFFFFF;
  position: relative;
  border: none;
  margin-bottom: 15px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important; }
  .h5-07::before {
    left: calc(50% - 10px);
    border-top: 10px solid #C5244F;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px; }

.msg {
  margin: 30px 0;
  padding: 20px;
  color: white;
  font-size: 16px;
  text-shadow: #1a73ad 0 0 3px;
  border-radius: 30px;
  background-image: linear-gradient(156deg, #0275c6, #c2e2fc); }

.bg_xmas {
  background-image: linear-gradient(156deg, #fff6f6, #fee2df); }

/* ミニミニステージ2023夏-------------------------------------------------------*/
h3.h-mini {
  padding: 3rem 1rem;
  color: #df0000;
  font-size: 22px;
  background: url(../pop/2023/img/bg.jpg);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  font-weight: bold;
  text-shadow: 1px 1px 3px #bcbcbc; }
  h3.h-mini span.sp1 {
    color: #20b9ec;
    font-size: 18px;
    display: block;
    text-shadow: 1px 1px 3px #fff; }
  h3.h-mini span.sp2 {
    font-size: 18px; }

ul.list-mini {
  border: solid 2px #20b9ec;
  padding: 0 0.5em;
  position: relative; }
  ul.list-mini li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important; }
    ul.list-mini li::before {
      font-family: "FontAwesome";
      content: "\f138";
      position: absolute;
      left: 0.5em;
      color: #20b9ec; }
    ul.list-mini li:last-of-type {
      border-bottom: none; }
  ul.list-mini span {
    color: #20b9ec; }

.box_mini {
  border: solid 2px #20b9ec;
  padding: 1em; }
  .box_mini h4 {
    color: white;
    background: #20b9ec;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px; }

.h5-08 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background: #20b9ec;
  color: #FFFFFF;
  position: relative;
  border: none;
  margin: 80px 0 40px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important; }
  .h5-08::before {
    left: calc(50% - 10px);
    border-top: 10px solid #20b9ec;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px; }

/* ミニミニステージ2023秋-------------------------------------------------------*/
h3.h-mini-fall {
  padding: 3rem 1rem;
  color: #df0000;
  font-size: 22px;
  background: url(../pop/2023/img/bg.jpg);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  font-weight: bold;
  text-shadow: 1px 1px 3px #bcbcbc; }
  h3.h-mini-fall span.sp1 {
    color: #20b9ec;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 12px;
    text-shadow: 1px 1px 3px #fff; }
  h3.h-mini-fall span.sp2 {
    font-size: 18px; }
  h3.h-mini-fall span.sp3 {
    color: #09b13e;
    font-size: 18px;
    display: inline-block;
    text-shadow: 1px 1px 3px #fff; }

ul.list-mini-fall {
  border: solid 2px #09b13e;
  padding: 0 0.5em;
  position: relative; }
  ul.list-mini-fall li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important; }
    ul.list-mini-fall li::before {
      font-family: "FontAwesome";
      content: "\f138";
      position: absolute;
      left: 0.5em;
      color: #09b13e; }
    ul.list-mini-fall li:last-of-type {
      border-bottom: none; }
  ul.list-mini-fall span {
    color: #09b13e; }

.box_mini-fall {
  border: solid 2px #09b13e;
  padding: 1em; }
  .box_mini-fall h4 {
    color: white;
    background: #09b13e;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px; }

.h5-09 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background: #09b13e;
  color: #FFFFFF;
  position: relative;
  border: none;
  margin: 80px 0 40px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 1.7; }
  .h5-09::before {
    left: calc(50% - 10px);
    border-top: 10px solid #09b13e;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px; }

/* ミニミニステージ2024冬-------------------------------------------------------*/
h3.h-mini-24 {
  padding: 3rem 1rem;
  color: #ed0000;
  font-size: 24px;
  background: url(../pop/2023/img/bg.jpg);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  font-weight: 900;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
  h3.h-mini-24 span.sp1 {
    color: #ffffff;
    font-size: 18px;
    display: block;
    font-weight: 900;
    text-shadow: 1px 1px 3px #800283; }
  h3.h-mini-24 span.sp2 {
    color: #09b13e;
    font-size: 20px;
    display: block;
    margin-top: 8px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }

/* ミニミニステージ2024春-------------------------------------------------------*/
h3.h-mini-24sp {
  padding: 3rem 1rem;
  color: red;
  font-size: 28px;
  font-weight: bold;
  text-shadow: #c6bebe 2px 2px 3px;
  background: url(../pop/2023/img/bg.jpg);
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten; }
  h3.h-mini-24sp .sp1 {
    color: #ff5294;
    text-shadow: none;
    font-size: 16px;
    line-height: 2.4; }
  h3.h-mini-24sp .sp2 {
    color: red;
    text-shadow: none;
    font-size: 20px;
    line-height: 2; }

ul.list-mini-sp {
  border: solid 2px #d33939;
  padding: 0 0.5em;
  position: relative; }
  ul.list-mini-sp li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important; }
    ul.list-mini-sp li::before {
      font-family: "FontAwesome";
      content: "\f138";
      position: absolute;
      left: 0.5em;
      color: #d33939; }
    ul.list-mini-sp li:last-of-type {
      border-bottom: none; }
  ul.list-mini-sp span {
    color: #d33939; }

.box_mini-sp {
  border: solid 2px #d33939;
  padding: 1em; }
  .box_mini-sp h4 {
    color: white;
    background: #d33939;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px; }

.h5-10 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  background: #d33939;
  color: #FFFFFF;
  position: relative;
  border: none;
  margin: 80px 0 40px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 1.7; }
  .h5-10::before {
    left: calc(50% - 10px);
    border-top: 10px solid #d33939;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px; }

/* 受賞-------------------------------------------------------*/
.p-award {
  background-image: linear-gradient(to right, #f5de78 10%, #fff6cf 20%, #c9b356 85%);
  background-size: 100% 6px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  margin: 2em 0;
  color: #8a6d3b; }

/* 画像と文章を配置 ----------------------------------------------------------------------------- */
.container-pic {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box; }

.item-pic-p {
  border-left: 5px solid #f5de78;
  padding-left: 10px; }

/* Media Queries ----------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .flex-container-pic {
    display: flex;
    flex-direction: column; }

  .item-pic-p {
    margin-top: 20px; } }
@media (min-width: 768px) {
  .flex-container-pic {
    display: flex;
    flex-direction: row; }

  .item-pic {
    flex: 1;
    margin-right: 20px; }
    .item-pic:last-child {
      margin-right: 0; } }
@media screen and (max-width: 767px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  p.titleimg img {
    border-radius: 8px 8px 0 0; }
  p.titleimg span {
    color: #CC3366;
    font-size: 16px;
    font-weight: bold;
    display: block;
    background-image: linear-gradient(180deg, white 20%, #f9f0f3 70%, #f9dee7 95%);
    border-radius: 0 0 8px 8px;
    padding: 2em 1.5em 3em; } }
@media screen and (min-width: 768px) {
  /* nav */
  .navbar {
    border-radius: 0;
    padding: 0; }
    .navbar .nav {
      margin: 0;
      display: table;
      width: 100%; }
      .navbar .nav li {
        display: table-cell;
        float: none; }
      .navbar .nav ul.submenu li {
        display: list-item; }

  .navbar-nav > li > a {
    text-align: center;
    font-weight: bold; }

  .img-left {
    float: left;
    margin-right: 25px; }

  .img-right {
    float: right;
    margin-left: 25px; }

  p.titleimg {
    position: relative; }
    p.titleimg span {
      position: absolute;
      display: block;
      bottom: 40px;
      left: 50%;
      padding: 10px;
      width: 80%;
      transform: translateX(-50%);
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.3);
      text-align: center; } }
@media screen and (min-width: 992px) {
  p.titleimg {
    position: relative; }
    p.titleimg span {
      position: absolute;
      display: block;
      bottom: 40px;
      left: 50%;
      padding: 20px;
      width: 80%;
      transform: translateX(-50%);
      color: #fff;
      font-size: 1.5em;
      font-weight: bold;
      background: rgba(0, 0, 0, 0.3); } }
@media screen and (min-width: 1200px) {
  /* 追加の記述があればここへ */ }
