@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;
}


.page-main {
    background-color: #e0f379;
    margin-bottom: 100px;
    padding: 0 50px 80px;
}

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

img {
    max-width: 100%;
}

h1{
    margin: 0;
    padding: 60px 0 0;
    text-align: center;
    border: none;
}

h2 {
    text-align: center;
    font-size: 300%;
    font-weight: 900;
    color: #ee6846;
}

.wrap-content h3 {
    margin: 0;
    border: none;
    text-align: center;
}

h4 {
    margin: 2% 0;
}

/* title */

.title-text {
    font-size: 250%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 30px 50px;
    background-color: #ee6846;
    border-radius: 30px;
}

/* index */

.brand-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    margin-top: 20px;
}

.brand-index li {
    width: 30%;
    margin-bottom: 2%;
}

.all_bag {
    text-align: center;
    background-color: #fff;
    margin: 0 30px;
    padding: 30px;
    font-size: 250%;
    font-weight: 600;
}

/* ブランド */

.wrap-content {
    background-color: #fff;
    margin: 50px 0;
    padding: 20px 0 80px;
}

.wrap-item {
    display: flex;
    align-items: center;
}

.wrap-item ul {
    margin-right: 50px;
}

.item-img {
    text-align: center;
}

.item-img img {
    max-width: 70%;
}

.main-text {
    font-size: 120%;
}

.item-spec .price {
    font-size: 300%;
    font-weight: 900;
    text-align: center;
    color: #ea2c3e;
}

.tex-in {
    font-size: 40%;
}

.reserve-btn {
    text-align: center;
    background-color: #000;
    margin: 20px;
    padding: 20px;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
}

/* 注意 */

.attention li {
    padding-left:1em;
	text-indent:-1em;
}


/* 共通 */

.contents_inner {
    padding-top: 150px;
    margin-top: -150px;
}

hr {
    margin: 10% 0;
}

#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;
}
}