@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
}
section.cont {
    width: 80%;
    margin:0 auto;
    text-align:left;
}
.cont p {
    margin:15px 0;
}
br.sp {
    display: none;
}
h3.title {
    text-align: center;
    border-bottom:1px solid;
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 30px;
}
.cont dl dt {
    margin-top:20px;
    font-weight: bold;
}
.image {
    width:300px;
}
.linkcont {
    text-align: center;
    margin: 40px auto;
    width:80%;
    font-size: 14px;
}
.linkcont a {
    display: block;
    background-color: #f5c9ca;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 30px;
    margin-bottom:10px;
    font-size: 14px;
}
.linkcont a:link, .linkcont a:visited {
    color:#673536;
}
.linkcont a:hover {
    opacity: 1;
    color:#673536;
}
.cont p.right {
    text-align: right;
    margin:30px 0 50px;
}
address {
    text-align: left;
    margin: 30px auto 80px;
    width: 80%;
}
@media screen and (max-width: 768px) {
    section.cont {
        width: 90%;
    }
    h3.title {
        font-size: 16px;
        margin: 20px 0 30px;
    }
    br.sp {
        display: block;
    }
    .linkcont {
        width:100%;
        font-size: 13px;
    }
    address {
        margin: 30px auto 80px;
        width: 90%;
    }
    
}