.date{
    font-size: 1.8rem;
    text-align: right;
    color:#666666;
}
h2.h2gosya_top{
    border-bottom: 3px double #6b631c;
    padding-bottom: 1rem;
}
h2.h2gosya{
    border-bottom: 3px solid #6b631c;
    padding-bottom: 1rem;
}
h3.h3_gosya{
    border-left: solid 5px #6b631c;
    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;
}
.photo_dscr{
    text-align: right;
    font-size: 1.2rem;
}
.makai_omake img{
    display: block;
    margin: 0 auto;
}
.gosyaflex{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.gosyaflex img{
    width: 49%;
    max-width: 100%;
    height: auto;
}
.gosyaflex > *{
    width: 49%;
    max-width: 100%;
    height: auto;
}
.gosyaflex > * > img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.img_dscr2{
    text-align: right;
}
.gosyaflex2{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.gosyaflex2 > div img{
    width: 128px;
    min-width: 128px;
    height: 230px;
    margin-left: 20px;
    margin-top: 15px;
}
.gosya_map iframe{
    min-height: 800px;
}
.gosya_info div{
    display: flex;
    align-items: baseline;
}
.gosya_info div dt{
    background-color: #6b631c;
    padding: 4px 10px 2px 10px;
    color: #ffffff;
    width: 100px;
    margin-right: 20px;
    text-align: center;
}
@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;
    }
    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;
    }
    .gosyaflex{
        display: block;
        margin-top:0;
    }
    .gosyaflex img{
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 15px;
    }
    .gosyaflex > *{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .gosyaflex2{
        display: block;
    }
    .gosyaflex2 > div img{
        width: 128px;
        min-width: 128px;
        height: 230px;
        margin: 20px auto;
        display: block;
    }
    .gosya_map iframe{
        min-height: 600px;
    }
    .gosya_info div{
        display: block;
    }
}
@media screen and (max-width: 400px){
    .gosya_map iframe{
        min-height: 400px;
    }
}