h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

p {
    font-size: 12px;
    text-align: left;
}

main {
    padding: 16px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

a {
    text-decoration: none;
    color: inherit;
}

a.viewmode {
    width: 80px;
    border: 1px solid #e6e6e6;
    display: inline-block;
}

a.active {
    border: 1px solid #000;
}

.category_list div {
    width: 100%;
    flex: none;
}
.category {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 20px;
}

.category p {
    flex: 1;
    font-size: inherit;
    text-align: center;
}

div:nth-of-type(1) .category {
    background: no-repeat center/cover url(../image/background_1.jpg);
}

div:nth-of-type(2) .category {
    background: no-repeat center/cover url(../image/background_2.jpg);
}

div:nth-of-type(3) .category {
    background: no-repeat center/cover url(../image/background_4.jpg);
}

div:nth-of-type(4) .category {
    background: no-repeat center/cover url(../image/background_3.jpg);
}

div:nth-of-type(5) .category {
    background: no-repeat center/cover url(../image/background_6.jpg);
}

div:nth-of-type(6) .category {
    background: no-repeat center/cover url(../image/background_5.jpg);
}

.category a {
    width: calc((100% - 20px) / 2);
    height: 60px;
    background-color: #07071166;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
}

/* .category{
} */

.map {
    overflow: hidden;
    height: 480px;
    width: 100%;
}

.map iframe {
    width: 100%;
    height: calc(100% + 61px);
    margin-top: -61px;
    border: none;
}

.youtube {
    height: 240px;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

section {
    padding: 0 16px;
    width: 100%;
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}

article {
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    text-align: left;
    padding: 10px 15px;
    border-radius: 10px;
}

article ul {
    flex: 5;
    display: flex;
    flex-direction: column;
}

article li {
    font-size: 12px;
    display: flex;
}

article li span {
    /* display: block;
	margin-right: auto; */
    flex: none;
}

dl {
    text-align: left;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex: 5;
}

dt {
    width: 52px;
    flex: none;
}

dd {
    width: calc(100% - 52px);
    flex: none;
}

article dl {
    font-size: 12px;
    line-height: 12px;
}

.container {
    display: flex;
    gap: 15px;
}

article figure {
    flex: 2;
    display: flex;
    align-items: center;
    /* background-color: #eee; */
}

figure img {
    object-fit: cover;
    width: 100%;
}

article h2 {
    padding-left: 8px;
}

dt + dd {
    margin-bottom: 6px;
}

article figure > img {
    height: auto;
    aspect-ratio: 1;
    width: 100%;
}

figure.cover {
    position: relative;
    height: 120px;
}
figure.cover img {
    height: 100%;
}
figure.cover p {
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* about */
#about-main h2 {
    color: #e8505b;
    flex: none;
    text-align: left;
}

#about-main h3 {
    border-left: 5px solid#E8505B;
    text-align: left;
    padding: 2px 15px;
    margin-left: 15px;
}
#about-main section {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#about-main section > * {
    width: 100%;
}
/* backdrop-filter: blur(10px); */
/* https://developer.mozilla.org/ja/docs/Web/CSS/backdrop-filter */

@media (min-width: 600px) {
    article dd,
    article dt {
        font-size: 18px;
        line-height: 18px;
        /* font-weight: bold; */
    }
}
@media (min-width: 700px) {
    .category_list > div {
        width: calc((100% - 12px) / 2);
        flex: none;
        display: flex;
        flex-direction: column;
    }
    .category_list .category {
        flex: 1;
        align-items: center;
    }
    .shop_list {
        min-width: 700px;
        width: 80%;
        margin: 0 auto;
    }
}
@media (min-width: 1050px) {
    .category_list > div {
        width: calc((100% - 24px) / 3);
    }
    .category_list {
        min-width: 1050px;
        width: 80%;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    section > a {
        width: calc((100% - 12px) / 2);
    }
    .shop_list {
        min-width: 1200px;
        margin: 0 auto;
    }
}
