@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: normal;
}
body{
    background-color:  #f3f3f3;
    height: 100%;
}
header{
    background-color:#000000;
    padding: 1em;
    justify-content: space-between;
    height: 100px;
}
.ue{
    display: flex;
    justify-content: flex-end;
    color: #005b60;
}
.ue ul{
    font-weight: bold;
    list-style: none;
    display: flex;
}
.ue ul li{
    margin: 20px 10px;
}
header h2{
    font-size:25px;
    color:#005b60;
    justify-content: flex-end;
}
header nav ul{
    color: white;
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    align-items: center;
}
header nav ul a{
    margin: auto 10px;
}
.x-logo{
    object-fit: contain;
    width: 20px;
    height: 20px;
}
nav ul a{
    text-decoration: none;
    color: #f3f3f3;
}
nav ul a:hover{
    color: gray;
}



.background_container{
    background-image: url('syowa_bill2.jpg');
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.background_container::before{
    z-index: 1;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.centered-element{
    z-index: 2;
    position: relative;
    padding: 30px;
    margin:auto 0;
}
.background_container h1,.opic,.opic2{
    position: static;
    z-index: 2;
}
.text_overlay{
    z-index: 2;
    text-align: center;
    font-size: 4em;
    color: #005b60;
}
.pic_gallery{
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pic-gallery img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
}



.opic{
    object-fit: contain;
    width: 150px;
    height: 150px;
}
.opic2{
    object-fit: contain;
    width: 300px;
    height: 150px;
}
.sw-pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}






.cc_boll h1{
    text-align: center;
    margin: 10px 0;
    color:#005b60;
}
.boll_pic{
    margin: 10px auto;
    display: flex;
    justify-content:center ;
}
.onesuta-pic{
    object-fit: contain;
    width: 150px;
    height: 150px;
}
.boll_pic a:hover{
    color:#005b60;
}
.beginner-pic{
    object-fit: contain;
    width: 150px;
    height: 150px;
}
.fens-pic{
    object-fit: contain;
    height: 150px;
    width: 300px;
}








.shokai{
    
    text-align: center;
}
.shokai2{
    color: #005b60;
    text-align: center;
    margin: 80px auto;
}
.background1{
    background-color: #005b60;
    height: 700px;
    margin-top: 40px;
    text-align: center;
}
.sotogawa{
    margin:30px auto;
    padding-top: 40px;
}
.sotogawa h2{
    line-height: 1.5;;
}
.mrargus-logo{
    margin: 40px  0;
}
.white{
    color: #f3f3f3;
    font-weight: normal;
}
hr{
    margin: 10px auto;
    width: 40%;
}
.shokai3{
    color: #005b60;
    text-align: center;
}
.shokai4{
     margin-top: 40px;
    color: #005b60;
    text-align: center;
}
.shokai5{
    margin-top: 10px;
    color: #f3f3f3;
    text-align: center;
}
.shokai5 a,.background1 h2 a{
    color: #f3f3f3;
}
.background1{
    padding: 10px auto;
    line-height: 1.2;
}
.line5{
    padding-top: 10px;
    background-color: #005b60;
}
strong{
    font-weight: bold !important;
}
h2 strong{
     font-weight: bold !important;
}