@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

section a {
    text-decoration: none;
    color: #000;
}

section a {
    display: block;
}

img {
    max-width: 100%;
}

h1{
    margin: 0 0 50px;
    text-align: center;
    border-bottom: none;
}

.wrap-keywords h2 {
    margin: 0 0 30px;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    color: #fdbb4b;
    border-bottom: none;
}

.wrap-h3 {
    text-align: center;
}

.wrap-h3 h3 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    border-bottom: none;
    font-size: 140%;
    font-weight: 600;
  }

  .wrap-h3 h3:before, .wrap-h3 h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 36px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }

  .wrap-h3 h3:before {
    left:0;
  }
  .wrap-h3 h3:after {
    right: 0;
  }


/* キーワード */

.title-back {
    font-size: 180%;
    color: #3a3a3a;
    background: linear-gradient(transparent 50%, #EDC6B5 50%)
}

.main-text {
    font-size: 3vw;
    text-align: center;
}

.more-btn {
    display: block;
    width: 75%;
    margin: 5% auto 0;
    padding: 1% 5%;
    text-align: center;
    color: #333;
    line-height: 2;
    border: #666 1px solid;
    border-radius: 5px;
}

.itemlist {
    margin: 50px 0 150px!important;
}


.stasna-btn {
    display: block;
    width: 75%;
    margin: 0 auto 30px;
    text-align: center;
    background-color: #3b3b3b;
    border-radius: 5px;
}

.stasna-btn a {
    padding: 20px 0;
    color: #fff;
}

/* シェルマグ */

#shelmag {
    text-align: center;
}

.shelmag-itemlist {
    margin: 10px 0 30px;
    text-align: center;
}

/* その他LP */

.other-bnr-img {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 80px;
}

/* 共通 */

hr {
    margin: 80px 0;
}

hr.keyword {
    margin: 0;
}

.bunner_01 {
    display: inline-block;
    margin-bottom: 10px;
}

#back {
    display: flex;
    gap: 10px;
}
#back a {
    background: #efefef;
    width: calc(50% - 10px);
    padding: 10px;
    margin: 0 10px 50px 0;
    color: #808080;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    border: #808080 1px solid;
    border-radius: 10px;
}
#bunner {
	margin-bottom: 40px;
}
#annotation {
    text-align: right;
    margin-bottom: 40px;
}

/*カテゴリーカテゴリー*/

.block-sort--element {
    display: none;
}
.pager-total {
    display: none;
}

}