.date{
    font-size: 1.8rem;
    text-align: right;
    color:#666666;
}
h2.h2seiwemon{
    border-bottom: 3px solid #cccccc;
    padding-bottom: 1rem;
}
.h3_wrap{
    border-top: solid 1px #eeeeee;
    padding-top: 30px;
}
h2.h2seiwemon + .h3_wrap{
    border-top: none;
    padding-top: 0;
}
h3.h3_seiwemon{
    border-left: solid 5px #cccccc;
    padding-left: 1rem;
}

h4{
    font-size: 2rem;
    margin: 2rem 0 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: solid 1px #cccccc;
}
h5{
    font-size: 1.6rem;
    margin: 1.6rem 0 1.6rem;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 1rem;
}
#seiwemon_int > div{
    display: flex;
    justify-content: space-between;
}
#seiwemon_int > div > .text{
    width: 62%;
}
#seiwemon_int > div > .seimwemon_img{
    width: 35%;
}
#kd_slider {
    margin-left: 0;
    padding-left: 0;;
}
#kd_slider li{
    list-style-type: none;
}
#section02 dl dt{
    color: #ffffff;
    padding: 5px 10px 3px 10px;
    background-color: #000000;
}
.club_info dd > ul{
    padding-left: 0;
    
}
.club_info dd > ul li{
    display: inline-block;
    margin-right: 20px;
    list-style-type: disc!important;
}
@media screen and (max-width: 600px) {
    .date{
    font-size: 1.4rem;
    text-align: right;
    color:#666666;
    }
    #content .section {
    margin: 2rem auto 4rem;
    padding: 0;
    }
    h1{
        font-size: 2.4rem!important;
    }
    #content .singleContent .cont_header{
        margin: 2rem auto 3rem;
    }
    h2{
        font-size: 1.8rem;
        margin: 2.5rem 0 1.5rem;
    }
    h2.h2seiwemon a span{
        font-size: 1.4rem;
        margin-left: 15px;
        color: #1E99D5;
        padding-bottom: 1rem;
    }
    h3{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h4{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    p{
        font-size: 1.4rem;
    }
    #seiwemon_int > div{
        display: block;
        justify-content: space-between;    }
    #seiwemon_int > div > .text{
        width: 100%;
    }
    #seiwemon_int > div > .seimwemon_img{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 400px){
    .seiwemon_map iframe{
        min-height: 400px;
    }
}