@charset "utf-8";

/* offering_sp.css
 * ************************************************** */

/* common */
#content section {
  margin: 0;
}
.my-gallery figure {
  width: 48%;
  float: left;
  margin-left: 4%;
}
.my-gallery figure:nth-child(2n+1) {
  margin-left: 0;
}
.my-gallery figure:nth-child(n+3) {
  margin-top: 30px;
}
.my-gallery figure img {
  width: 100%;
}
.my-gallery figcaption p {
  font-size: 0.85em;
}
.my-gallery figcaption p:first-child {
  padding: 0.75em 0 0.25em;
}
.pswp__caption p:first-child {
  padding: 0 0 0.75em;
}
.my-gallery figcaption p em,
.pswp__caption p em {
  padding: 0.1em 0.3em;
  text-align: center;
  color: #fff;
}
.my-gallery figcaption span,
.pswp__caption p span {
  font-family: 'Fjalla One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.02em;
}
.my-gallery figcaption p em,
.pswp__caption p em {
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: -0.25em;
}
.my-gallery figcaption .icon01 em,
.pswp__caption .icon01 em {
  background: #2d9cb1;
}
.my-gallery figcaption .icon02 em,
.pswp__caption .icon02 em {
  background: #ff931e;
}
.my-gallery figcaption i,
.pswp__caption i {
  font-style: normal;
  font-size: 0.9em;
  color: #999999;
}
.my-gallery figcaption small {
  display: block;
}
.my-gallery .notes {
  margin-top: 0;
}


/* #cat01 */
#cat01 > ul.option {
  background: #f5f5f5;
  padding: 1em;
  margin-top: 2em;
}
#cat01 > ul.option li {
  color: #4d4d4d;
  font-size: 0.85em;
  padding-left: 1em;
  position: relative;
}
#cat01 > ul.option li:before {
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0; left: 0;

}
