@charset "utf-8";
* {
    margin:0; padding:0;
}
body{
    background-color: beige;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* backdrop-filter: blur(12px);
    background-size: cover; */
}
/* イベント情報 */
.event{
    /* safari対応 */
    display:-webkit-box;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;  
    justify-content: space-around;
}
.eventbox{
    /* safari対応 */
    width: 90%;
    text-align: center;
    padding: 1em;
}
.event-top{
    margin :20px;
    font-size: 5em;
    text-align: center
}
ol{
    margin: 3em;             /* 焙煎豆提供店の位置調整 */
    list-style: none;        /* 番号非表示*/
}
.list{
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    z-index: 2;
}
.item{
    margin: 1em;
    display: inline-block;
    /* padding: 0 0.5em 0 0; */
}
h2{
    text-align: left;
    margin: 20px;
    padding: 10px;
    font-family:serif;
    font-size: 50px;
    text-shadow: 0px 1px 1px black;
}
  /* トップへ戻る */
#page_top{
    transform: scale(2,2);
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: -100px;
    left: auto;
    background: #00A4AC;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.full{
    clear: both;
} 
.full a{
    text-decoration: none;
}
.menu{
    font-size: 3em;
    color: black;
    margin : 20px;
    border-bottom: 2px solid #00A5BF;
}
.text{
    color: black;
    font-size: 1em;
    padding: 0 10em;
    padding-left: 2em;
}
.text2{
    color: black;
    font-size: 20px;         /*textとフォントサイズが異なる*/
    padding: 0 10em;
    padding-left: 2em;
}
/* 画像右寄せ */
.main-images{
    width: 80vw;
    float:right;
    border-radius: 25% 10%;
    padding: 0 50px 30px 0;
}
.images{
    border-radius: 25% 10%;
    padding: 50px 0 0 50px;
}
/*マスターの画像*/
.images2{
    padding: 25px 0 0 25px;
    width: 400px;
    height: 400px;
}
.bean{
    padding: 20px;
    border: 1px solid bisque;
    background: beige;
}
.transform{
    margin: 6em 0 0 0;
    transform: scale(1.2);
}
