@charset "utf-8";

p{
margin-bottom:15px;
}

#main_content h1{
padding: 0.6em;
margin-bottom: 10px;
}

#main_content h1 + p{
text-align: center;
}

#main_content h2{
margin-top:25px;
}

#main_content .photo{
width: 620px;
margin:auto;
text-align:center;
}

.photo img{
padding:3px;
background-color:#FFF;
border:1px solid #DDD;
margin:3px;
}

#main_content .recipe {
background:#34D332;
border-radius: 10px;
margin: 25px 0 25px 0;
padding-bottom: 15px;
}

#main_content .recipe h2 {
padding: 10px;
font-size: 18px;
color: #fff;
border-radius: 10px 10px 0 0;
text-align: center;
text-shadow: none;
line-height: 1;
margin-bottom: 0;
}

#main_content .recipe p:last-child{
background: #FFF;
border-radius: 10px;
padding: 10px;
margin: 16px 16px 0 16px;
text-align:center;
}

#main_content .map{
margin: 3% 0 4% 0;
}


#main_content .kengaku {
background-color:#ffb;
background-image: url("../otsuki/img/kengaku-bg-01.png"),url("../otsuki/img/kengaku-bg-02.png");
background-position: center top , center bottom;
background-repeat: no-repeat;
background-size: contain;
border-radius: 30px;
padding: 15% 20px 30% 20px;
margin-bottom: 30px;
}

#main_content .kengaku h2{
color: #F83B58;
line-height: 1.4;
font-size: 150%;
}

#main_content .kengaku h3{
color: #F83B58;
font-size: 112.5%;
}

#main_content .kengaku dl{
margin-bottom: 1em;
}

#main_content .kengaku ul{
padding-left: 1.8em;
}

#main_content .kengaku dt{
font-weight: bold;
}

#main_content .kengaku p{
margin-bottom: 1em;
font-size: 100%;
}

#main_content .kengaku ol{
padding-left: 1.8em;
margin-bottom: 1em;
}

#main_content .kengaku h3 + p,
#main_content .kengaku h3 + dl,
#main_content .kengaku h3 + ol{
margin-top: 0.5em;
}

@media screen and (max-width:850px) {

#main_content .photo{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
width: auto;
}

#main_content .photo a{
max-width: 42%;
}

}