@charset "UTF-8";

html,
body{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 25px;
}
@media (max-width : 640px){
    html,
    body{
        font-size: 14px;
    }
}
section{
    padding: 20px 0 0 0;
}
h2{
    font-family: 'Jomhuria', cursive;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}
.inner{
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.inner_profile{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
img{
    width: 100%;
    height: auto;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.header__logo {
    font-size: 40px;
}
.header__menu {
    display: flex;
    gap: 40px;
}
.header__menu a {
    font-size: 20px;
}
@media (max-width:720px){
    .header__logo{
        
        font-size: 20px;
    }
    .header__menu{
        gap: 20px;
    }
    .header__menu a{
        font-size: 18px;
    }
}

.kv{
    background-image: url(../images/gino_mein.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    height: 82vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DotGothic16', sans-serif;
}
.kv__en{
    font-size: 82px;
    color: #fff;
}
.kv__en span{
    font-size: 120px;
} 
.kv__jp{
    font-size: 32px;
    letter-spacing: 0.4em;
    margin-top: 1em;
    color: #fff;
}

.about{
    background-color: #f0f8ff;
    height: 72vh;
}
.about p{
    margin-top: 2em;
    text-align: center;
    margin-bottom: 1em;
    line-height: 2em;
}
@media (max-width : 720px){
    .kv{
        width:100%;
        margin-left: auto;
        margin-right: auto;
        height: 50vh;
    }
    .kv__en span{
        font-size: 60px;
    }
    .kv__jp{
        font-size: 20px;
        margin-top: 0.5em;
    }
    h2{
        font-size: 60px;
    }
    .about{
        height: 60vh;
    }
}
.log{
    height: 92vh;
    margin-left: 100px;
    margin-right: 100px;
}
.log-table {
    max-height: 570px; /* 最大の高さ */
    overflow-y: auto;  /* 縦スクロールを有効に */
    border: 1px solid #ddd;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
  }
  

.seibi{
    background-image: url(../images/seibi.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.seibi h3{
    font-size: 60px;
    color: #fff;
    margin-left: 60px;
}

.diy{
    background-image: url(../images/diy.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.diy h3{
    font-size: 60px;
    text-align: right;
    color: #fff;
    margin-right: 60px;
}
.osusume{
    background-image: url(../images/osusume.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.osusume h3{
    font-size: 60px;
    color: #fff;
    margin-left: 60px;
}

@media (max-width:720px){
    .log{
        margin-left: 50px;
        margin-right: 50px;
    }
    .log-table{
        max-height: 400px;
    }
    th,td{
        font-size: 11px;
    }
    .seibi{
        padding: 20px 0;
    }
    .seibi h3{
        font-size: 40px;
        margin-left: 30px;
    }
    .diy{
        padding: 20px 0;
    }
    .diy h3{
        font-size: 40px;
        margin-right: 30px;
    }
    .osusume{
        padding: 20px 0;
    }
    .osusume h3{
        font-size: 40px;
        margin-left: 30px;
    }
}
.SNS {
    background-color: #f0f8ff;
}
.SNS__wrap{
    display: grid;
    grid-template-columns: 50% 50%;
    height: 42vh;
}

.SNS__img{
    margin-left: 100px;
    width: 200px;
    height: 200px;
    clip-path: circle(50%);
}
.SNS__detail{
    width: 100%;
}

.SNS__info{
    margin-bottom: 40px;
}
.SNS__item{
    display: flex;
    padding: 10px 0;
}
.SNS__item dt{
    width: 30%;
}
.SNS__item dd{
    width: 80%;
}
.SNS p {
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.7;
}
.SNS__sns{
    display: flex;
}
.instagram{
    margin-top: 1em;
    margin-bottom:2em;
    display: flex;
    margin-left: auto;
    margin-right: auto;
 }
.SNS__sns a {
    color: #000;
    padding: 8px 16px;
    border-radius: 1000px;
}
.instagram a{
    background-color: #FBF3AB;
}
@media (max-width : 720px){
    .SNS__wrap{
        flex-direction: column;
    }
    .SNS h3{
        font-size: 20px;
    }
    .SNS__item dt{
        font-size: 10px;
    }
    .SNS__img{
        margin-left: 50px;
        width: 100px;
        height: 100px;
        clip-path: circle(50%);
    }
    .SNS__detail{
        width: 100%;
    }
    .SNS__sns{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
.footer {
    background-color: #333;
    text-align: center;
    color: #fff;
    padding: 15px;
}