<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

img{
	width: 100%;
}
.slidecate {
    width: 96%;
    margin: 0 auto;
    max-width: 1020px;
}
.top_text {
    margin: 30px 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
}
.con_ttl {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #C7000B;
    line-height: 1.7;;
    margin-bottom: 50px;
}
.con_ttl.black{color: #333333;}
.con_box {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 100px;
}
ul.menu_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 40px;
}
ul.menu_list li {
    width: calc((100% - 60px) / 2);
}
.menu_caption {
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.menu_icon {
    width: 18%;
}
.menu_text {
    margin-left: 20px;
	margin-top: 15px;
	width: 82%;
}
.menu_text__index {
    margin-bottom: 30px;
}
.menu_text p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}
ul.allergie_list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 85px;
    justify-content: space-between;
}
ul.allergie_list li {
    width: calc((100% - 175px) / 2);
}
.caption {
    margin: 25px auto;
}
.caption_name {
    margin-bottom: 30px;
}
.caption_name span {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
}
.caption_name p span{
	font-size: 13px;
	font-weight: normal;
}
.caption_allergie ul li {
	width: 100%;
    padding: 10px 30px;
    border: solid 0.7px #DEE7E7;
    font-size: 15px;
}
.caption_allergie ul li:first-child {
    text-align: center;
}
.bottom_text{
	
	width: 100%;
    max-width: 1020px;
    margin: 0 auto;
	padding-left: 40px;
	font-size: 15px;
}
#footer {
	    margin-top: 60px;
}</pre></body></html>