.pc_use {
  display: none;
}
.sp_use {
  display: block;
}
.flexwrap {
  display: flex;
  flex-wrap: wrap;
}
div#l-shi-head {
  width: 100%;
  aspect-ratio: 10/7;
  min-height: 300px;
  position: relative;
}
.l-shi-head__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.p-shi-head_titlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.p-shi-head_titlebox h1 {
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
}
.p-shi-head_titlebox h1 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 24px 0 0;
}
/*コンテンツ本文ブロック*/
main.l-content {
    padding: 0 0 40px 0;
}
.p-shi-contenner {
    margin: 0 0 0 0;
    padding: 24px 24px 0;
}
.p-shi-body__content a {
    border-bottom: solid 1px currentColor;
}
.p-shi-body__content h3 {
    font-size: 17px;
    margin: 32px 0 16px 0;
    border-bottom: 1px solid var(--c-black50);
    padding: 0 0 4px 0;
    line-height: 1.4;
    font-weight: 600;
}
.p-shi-body__content{
  padding: 0 0 32px 0;
}
.p-shi-body__content p {
    font-size: 15px;
    line-height: 2;
    /*display: inline;*/
    margin: 0 0 0px 0;
    /*padding: 0 0 16px;*/
}

.p-shi-body__content p img {
    width: 100%;
    padding: 32px 0;
}
/*コンテンツアイテムブロック*/
.p-shi-item-box {
    padding: 64px 0;
}

.p-shi-item-box h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 16px 0;
}

li.p-shi-item {
    width: 48%;
    margin: 24px 1%;
}

p.p-shi-item_name, p.p-shi-item_price {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 4px 0;
}
/*アーカイブブロック*/
.p-shi-arc-box {
    padding: 64px 0;
  border-top: solid 1px var(--c-black50);
}

.p-shi-arc-box h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 16px 0;
}

li.p-shi-arc {
    width: 48%;
    margin: 24px 1%;
}
li.p-shi-arc img {
    width: 100%;
    aspect-ratio:3/2;
  object-fit: cover;
}

p.p-shi-arc_name {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 4px 0;
}
.p-finish_time {
    background: #FFF;
    width: fit-content;
    padding: 8px 16px 8px 14px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #454545;
    font-size: 13px;
    border-left: #0a7fa9 2px solid;
    transform: rotate(-2deg);
    margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  div#l-shi-head {
    width: 100%;
    height: calc(100vh - 64px);
  }
	  .p-shi-head_titlebox h1 {
    font-size: 22px;
  }
  .p-shi-contenner {
    max-width: 820px;
    padding: 40px 24px 40px;
    margin: auto;
    width: 100%;
}
  li.p-shi-item {
    width: 31.3333%;
    margin: 24px 1%;
}
}
@media (min-width: 1081px) {
  .p-shi-head_titlebox h1 {
    font-size: 25px;
  }
}