

/* === common === */ 

/* body , header , .menu {
    max-width: 520px;
    margin: 0 auto;
}*/

/* @media (min-width:520px) {
    body {
        border: 3px solid black;
    }
} */


/* === header start === */

/* === header end === */

/* === hamburger menu start === */

/* === hamburger menu start === */
main{
    /* max-width: 375px;
    max-width: 520px; */
    margin: auto;
}
.container {
    padding: 0 16px;
}
main p a{
    text-decoration: underline;
    color: blue;
}
figure.cover {
    width: 100%;
    height: 251px;
    margin: 0;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease;
}

section {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 16px;
}

.set_3000yen {
    padding: 0 0 1px;  
    border-radius: 8px;

}

.set_3000yen h3 {
    padding-top: 20px;
    font-size: 24px;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}

.set_3000yen h3 span {
    display: inline-block;
    /* font-size: 48px; */
}

.set_3000yen h2 {
    font-size: 20px;
    margin: 8px 16px;
    padding: 0 16px;
}

.contents {
    margin: 16px 24px 16px;
    border-top: 3px dotted #EAEAEA;
    border-bottom: 3px dotted #EAEAEA;
}

.contents span {
    background-color: #EAEAEA;
    margin: 8px;
    padding: 0 8px;
    border-radius: 8px;
}

.contents p {
    margin-bottom: 8px;
}

.mama-content {
  display: flex;
  flex-wrap: wrap;  /* 横幅が狭い場合に折り返す */
  align-items: flex-start;
  gap: 10px;
}

.mama-intro  {
    border-radius: 8px;
    display: flex;
    padding: 8px;
    align-items: center;
    flex-direction: column; /* タイトルは上に、画像+名前は下 */
    gap: 10px;
}
        
.mama-intro figure {
    flex: 2;
    /* height: 100%; */
    height: 215px;
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.snack-name {
    flex: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.snack-name h2 {
    font-size: 28px;
    font-weight: bold;
   text-align : center;
}

.mama-name {
    flex: 3;
    display: flex;
    flex-direction: column;
}

.mama-name h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.mama-name h3 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin: 16px auto;
}

.mama-name span {
    font-size: 16px;
    font-weight: normal
}
.mama-name p {
    margin: 8px;
}

h3.label {
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    margin-top: 32px;
}

table {
    border-collapse: collapse;
    width: 100%;

}

td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

td + td {
    width: 70%;
}

table ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px;
}

table li {
    align-self: flex-start;
    display: inline-block;
    border: 1px solid #FF8B00;
    color: #AD5200;
    border-radius: 4px;
    padding: 0 4px;
}

table p + p{
    margin-top: 8px;
}

#border {
    border: 2px solid #E6E6E6;
    background-color: #E6E6E6;
}

#border p {
    text-align: center;
    background-color: #FFF;
}

.flexbox{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}


@media (width >=  500px){
    .container>figure,
    section,
    .flexbox{
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        min-width: 469px;
    }

    /* .container>figure{
        max-width: 800px;
    } */
}
@media (width >= 1000px){
    .flexbox>section{
        min-width: 0;
        width: calc((100% - 10px) / 2);
    }
}

/* === footer start === */

/* === footer end === */