.logo-image{
    width: 800px;
    height: auto;
    margin-bottom: 3px;
    margin-top: 3px;
}
body{
    background-color: #EDEDED;
    color: #444444;
}
body.top{
    color: #EDEDED;
}
header{
    text-align: center;
}
.food{
    display: flex;
    gap: 25px;
    padding-bottom: 40px;
}
.food p{
    padding-top: 60px;
}
#back{
    background-color: #555;
    padding-top: 50px;
    padding-bottom: 50px;
}
h2{
    text-align: center;
}
.line {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin: 20px 0;
}
.hyou{
    text-decoration: underline;
    line-height: 35px;
    padding-left: 100px;
}
.line{
    margin-bottom: 60px;
    margin-top: 30px;
}
.listo{
    padding-bottom: 40px;
}
.listo ol li{
    padding-bottom: 25px;
}
ul li{
    padding-bottom: 25px;
}

h3{
    font-size: 25px;
}
h1 img {
	margin: 40px auto 40px;	
}
nav li{
     display: inline; 
}
nav{
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}
nav li a{
    padding: 20px 30px;
    font-family: serif;
    padding: 0.5em;/*文字周りの余白*/
    color: #ffffff;/*文字色*/
    background: #000000;/*背景色*/
}
#link a{
    color: #000000;
}
#link a:visited{
    color: #708090;
}
#link a:hover{
    background-color: #555;
}
#container{
    margin:0 auto;
    width: 800px;
}
#thoco{
   text-align: center; 
   font-family: serif;
}
#contents{
    text-align: left;
}
#photo {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 25px;

}
#photo img {
    top: 0;
    left: 0;
    position: absolute;
}
.cont{
    padding-top: 50px;
    padding-bottom: 15px;
    text-align: center;
}
footer{
    text-align: center;
    padding: 8px 0;
    font-size: 0.9em;
    color: #555;
    background-color: #f5f5f5;
    clear: both;
}
.cacao-image {
   width: 400px;
   height: auto;
   float: left;
   margin-right: 30px;
   margin-left: 10px;
   margin-top: 60px;
   border-radius: 10px;
}
.cacaoki-image{
    border-radius: 35px;
}
.box{
    font-family: serif;
    float: right;
    width: 350px;
}
table{
    width: auto; 
    margin-left: auto;
    margin-right: auto;
}
.border{
    text-decoration: underline black double;
}
.katei{
    text-align: center;
}
.recipe{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.over{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 30px;
}
.recipe img{
    width: 200px;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recipe img:hover{
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}