@charset "UTF-8";

html {
    font-size: 100%;
}

*{
    margin:0px;
    padding:0px;
}
body{
    background-color: #851f08;
    
}

header{
    background-color: #FFEBCD;
    padding-bottom:40px;
}

p img{
    display:inline-block;
    height:350px;
    margin:auto;
    
}

main{
    background-color: #851f08;
    padding-top:30px;
    


}

p#image{
    border-width:2px;
    border-style:solid;
    margin-left:auto;
    margin-right:auto;
    
    height:300px;
}

.text {
    background-color: #FFEBCD;
    text-align:center;
    line-height:1.7;
    padding-top:30px;
    padding-bottom:30px;
    width:700px;
    border:solid 1px #402717;
}
.text p{
    line-height:2;
    font-weight:bold;
}

.container {
    display: flex;
    background-image: url(images/koruku.jpg);
    background-repeat: repeat;
    
    flex-wrap: wrap;
    justify-content: center;
    padding-top:120px;
    padding-bottom:70px;
    box-shadow: 4px 4px 4px  rgba(0, 0, 0, 0.15);
    margin:70px 70px 70px 70px;

}

.item {
    
    color:#333333;
    background-color: #fff8cf;
    margin-left:20px;
    margin-bottom:40px;
    padding: 10px;
    width:330px;
    height:330px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}

article h2{
    margin-top:15px;
    font-family: "游ゴシック";
}



article p{
    font-family: "游ゴシック";
    color: #000000;
    text-align: justify;
    padding:10px;
}

.item a{
    font-family: "游ゴシック";
    color:#402717;
    text-decoration:none;
    border-bottom:1px dotted #851f08;
}


  
.tape{
    display: block;
    background-color: #793d05ea;
    /* opacity: 0.6; */
    transform: rotate(3deg);
    width: 40%;
    height: 35px;
    margin: -2em auto 0 auto;
    border-left: 3px dotted rgba(0,0,0,.1);
    border-right: 3px dotted rgba(0,0,0,.1);
}
  
.tape-box article{
    margin: 0;
    padding: 0;
}
  

footer{
    background-color: #FFEBCD;
    padding-bottom:15px;
    padding-top:10px;
}

footer a{
    color:#851f08;
}
