@charset "utf-8";
* {
    margin:0; padding:0;
  }
body{
    background-color: beige;
}
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;
}
.menu{
    margin :20px;
    font-size: 50px;
    padding-left: 10px;
    /* text-shadow: 0em 0em 0.1em  black; */
    color: black;
    border-bottom: 2px solid #00A5BF;
}
.text{
    color: black;
    font-size: 30px;
    line-height: 1.5;
    padding-left: 100px;
    padding-right: 100px;
    
}
.painter{
    text-decoration: none;
    font-size: 30px;
}
.painter p{
    color: #00A5BF;
    font-size: 60px;
    padding-left: 40px;
}
/*店主の画像専用*/
.images{
    padding: 25px 0 25px 100px;
    width: 400px;
    height: auto;
}
/*URL用のcss*/
.text3{
    color: #00A5BF;
    font-size: 40px;
    padding-left: 40px;
}