@charset "utf-8";

for_mobile,
#navi_mobile {
  display: none;
}

#header + div,
/* h2 + div,
h3 + div, */
#container > ul,
#container > dl {
  padding-left: 5px;
}
#wrapper p {
  padding-left: 1em;
}

img.l {
  width: 750px;
  height: 3px;
}

.new {
  color: #990000;
}
.red {
  color: #990000;
}
.pale2 {
  color: #ffffff;
}

/*--------------------------------

      info

--------------------------------*/
.p-info__oldBanner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.p-info__oldBanner > li {
  margin: 0;
  padding: 0;
}

.p-info__oldBanner > img {
  width: 200px;
  height: 40px;
  /* display: inline-block; */
  display: block;
  /* vertical-align: bottom; */
}

/*--------------------------------

			絵置き場

--------------------------------*/
.p-gallery__new1 {
  /* display: flex;
  align-items: center; */
  /* vertical-align: middle; */
}

.p-gallery__new1::after {
  content: "New";
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 1px 3px;
  margin-left: 0.2em;
  background-color: #e83929;
  border-radius: 1em;
  vertical-align: top;
  margin-top: 0.5em;
}

.p-gallery__leadText {
  padding: 12px 0;
}

.p-gallery-illust__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-gallery-illust__column:not(:first-child) {
  border-left: 1px solid #ccc;
  padding-left: 6px;
  margin-left: 6px;
}

@media screen and (max-width: 750px) {
  .p-gallery-illust__wrapper {
    flex-direction: column;
  }

  .p-gallery-illust__column:not(:first-child) {
    border: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1.5em;
  }
}

.p-gallery-category__title {
  background: #ffffff;
  font-weight: bold;
  color: #994444;
  border-style: solid;
  border-color: #994444;
  border-width: 2px 0;
  padding: 3px 12px;
  margin: 32px -12px 6px;
}

.p-gallery-category__title:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .p-gallery-category__title {
    border-right-width: 0;
    border-left-width: 0;
    padding: 3px 12px;
  }

  .p-gallery-category__title:first-of-type {
    margin-top: -12px;
  }
}

.p-gallery-category__titleInner {
  display: flex;
  align-items: center;
}

.p-gallery-category__titleInner::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.6em;
  margin-right: 0.2em;
  background-color: #994444;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-gallery-category__label {
  font-weight: bold;
}

.p-gallery-category__label::before {
  content: "■";
  font-weight: bold;
  margin-right: 0.2em;
}

.p-gallery-category__label--white::before {
  content: "□";
}

.p-gallery-category__label + .p-gallery-category__label {
  margin-top: 2em;
}

.p-gallery-category__list:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-gallery-category__list > li {
  margin-left: 1.5em;
  margin-bottom: 0.2em;
  position: relative;
}

.p-gallery-category__list > li::before,
.p-gallery-category__list > li::after {
  content: "";
  border-style: solid;
  border-color: #999;
  position: absolute;
  left: -1em;
}

.p-gallery-category__list > li::before {
  width: 1em;
  height: calc(100% + 0.5em);
  border-width: 0 0 0 1px;
}

.p-gallery-category__list > li:last-child::before {
  height: 0.8em;
}

.p-gallery-category__list > li::after {
  width: 0.8em;
  height: 2em;
  border-width: 1px 0 0 0;
  top: 0.8em;
}

.p-gallery-category__list a {
  font-weight: normal;
  display: inline-block;
}

/*--------------------------------

      リンク

--------------------------------*/
.p-link__leadText {
  padding: 12px 0;
}

.p-link__list {
}

.p-link__item {
  display: grid;
  gap: 0px 12px;
  grid-template-columns: 200px auto;
  grid-template-rows: auto auto;
  margin-bottom: 24px;
}

.p-link__banner {
  grid-column: 1/2;
  grid-row: 1/-1;
}

.p-link__banner img {
  width: 200px;
  height: 40px;
}

.p-link__name {
  grid-column: 2/-1;
  grid-row: 1/2;
}

.p-link__description {
  grid-column: 2/-1;
  grid-row: 2/-1;
}

/* リンク集PC用 */
/* .linklist {
  padding-left: 5px;
}

.linklist img {
  float: left;
  margin-right: 1em;
}

.linklist li {
  clear: both;
} */

@media screen and (max-width: 750px) {
  .p-link__item {
    display: flex;
    flex-direction: column;
    border-top: 1px dashed #999;
    padding: 12px 0;
    margin-bottom: 0;
  }
  .p-link__item:first-child {
    border: none;
  }
}
