@charset "UTF-8";
/* コンテンツ */

.today {
    padding: 2em;
    background-color: #fdf3e5;
    border-radius: 1em;
    line-height: 1.7;
}
.d_img {
    text-align: center;
    margin-bottom: 2em;
}
.d_img img {
    width: 100%;
    max-width: 600px;
}
.today h3 {
    background-color: #f08b00;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2em;
    border-radius: 1em;
    margin-bottom: 1.5em;
}
.today h4 {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    color: #f08b00;
    border-bottom: 2px solid #f08b00;
}
.today h5 {
    font-size: 1.4em;
    line-height: 1.5;
}
.today h6 {
    background-color: #fff;
    font-weight: normal;
    line-height: 2em;
    padding: 0 1em;
    display: inline-block;
    border: 1px solid #999;
    margin-top: 1em;
    margin-bottom: 1em;
}
.today_doc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.today_tx {
    width: 48%;
}
.allergy {
    width: 48%;
}
.allergy ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.allergy ul li {
    box-sizing: border-box;
    width: 25%;
    font-size: 0.76em;
    line-height: 2em;
    text-align: center;
    background-color: #fef9f2;
    color: #ccc;
    border-bottom: 1px solid #fdf3e5;
    border-right: 1px solid #fdf3e5;
}
.allergy ul li.alg {
    background-color: #fadcb2;
    color: #333;
}
.allergy p {
    font-size: 0.76em;
    line-height: 1.5;
}


.special {
    padding: 2em;
    border-radius: 1em;
    line-height: 1.7;
    box-sizing: border-box;
    border: 2px solid #f08b00;
}
.special h3 {
    background-color: #f08b00;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2em;
    border-radius: 1em;
    margin-bottom: 1.5em;
}
.special h5 {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.special h6 {
    background-color: #fff;
    font-weight: normal;
    line-height: 2em;
    padding: 0 1em;
    display: inline-block;
    border: 1px solid #999;
    margin-top: 1em;
    margin-bottom: 1em;
}
.special h4 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    color: #f08b00;
}
.special_doc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.special_img {
    margin-right: 50px;
}
.special_img img {
    max-width: 400px;
    max-height: 400px;
}
.special_tx {
   flex-grow: 1;
}


.week_menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.week_doc {
    flex-grow: 1;
}
.week_doc ul li a {
    display: block;
    background-image: url("../../area/img/pdf.png");
    background-repeat: no-repeat;
    background-position: left 0.5em center;
    background-size: auto 1.2em;
    border-bottom: 1px dotted #999;
    padding-left: 2em;
    color: #f08b00;
    font-size: 1.4em;
    line-height: 3em;
    transition: all 0.3s;
}
.week_doc ul li a span {
    font-size: 0.7em;
}
.week_doc ul li a:hover {
    opacity: 0.7;
}
.ajigohan {
    width: 260px;
    margin-left: 50px;
    text-align: center;
    line-height: 1.5;
}
.ajigohan img {
    width: 100%;
}
.ajigohan h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.ajigohan h4 span {
    color: #f08b00;
    font-size: 1.24em;
}
.ajigohan p {
    font-size: 0.84em;
    margin-top: 0.7em;
}

.k_sampletx {
    text-align: center;
    line-height: 1.4;
}
.k_sampletx h2 {
    font-size: 2em;
    margin-bottom: 0.2em;
}
.k_sampletx h3 {
    font-size: 2em;
    color: #f08b00;
    margin-bottom: 0.2em;
}
.k_sampletx h4 {
    font-weight: normal;
    color: #f08b00;
}
.k_sampletx p {
    margin-bottom: 1em;
}

.k_sampleimg img {
    width: 100%;
}
.k_sampleimg p {
    font-size: 0.84em;
    line-height: 1.5;
    text-align: right;
    margin-top: 1em;
}

.dl_doc ul {
    margin-bottom: -1em;
}
.dl_doc ul li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    line-height: 1.7;
    margin-bottom: 1em;
}
.squ {
    color:#f08b00;
}

.haitatsu {
    display: inline-block;
    text-align: center;
    background-color: #fbcc02;
    line-height: 1;
    padding: 1em 2em;
    border-radius: 5em;
}
.haitatsu h3 {
    font-size: 2.8em;
    font-weight: bold;
}
.haitatsu h3 span {
    font-size: 0.5em;
}
.haitatsu p {
    font-size: 1em;
    margin-top: 0.3em;
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {
.today_tx {
    width: 100%;
    margin-bottom: 2em;
}
.allergy {
    width: 100%;
}
.d_img img {
    width: 100%;
    max-width: 100%;
}

.special_doc {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.special_img {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
.special_img img {
    max-width: 100%;
    max-height: 500px;
}
.special_tx {
    width: 100%;
}

.k_sampletx h2 {
    font-size: 1.6em;
}
.k_sampletx h3 {
    font-size: 1.6em;
}

}


@media screen and (max-width: 520px) {
.today {
    padding: 1.5em;
}
.today h3 {
    margin-bottom: 1em;
}
.today h4 {
    font-size: 1.8em;
}

.special {
    padding: 1.5em;
}
.special h3 {
    margin-bottom: 1em;
}
.special h5 {
    font-size: 1.6em;
}

.week_menu {
    justify-content: space-around;
}
.week_doc {
    width: 100%;
    margin-bottom: 2em;
}
.week_doc ul li a {
    font-size: 1.32em;
}
.ajigohan {
    width: 100%;
    margin-left: 0;
}
.ajigohan img {
    width: 70%;
}

.k_sampletx h2 {
    font-size: 1.4em;
}
.k_sampletx h3 {
    font-size: 1.4em;
}

.k_sampleimg p {
    text-align: center;
}

}

