@charset "utf-8";
.honbun h3 {
    border-left: 10px solid #af9a5b;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 0 10px 10px;
    margin-top: 1rem;
    text-align: left;
    display: block;
    color: #501312;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.honbun h2.mainTit{
    margin: 2rem auto 2rem;
    padding: 20px 1rem 1rem;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    color: #501312;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 2px;
    border-left: none;
    border-bottom: 1px solid #af9a5b;
}
.br-pc{
    display: none;
}
.br-sp{
    display: block;
}
ul.place dl{
    border-radius: 6px;
}
.place_label{
    display: inline-block;
    background: #501312;
    padding: .5rem 1rem  !important;
    color: #fff;
    width: 6rem !important;
    margin: .5rem 0 1rem!important;
    border-radius: 1.5rem;
    text-align: center;
}
.place_label--sub{
    margin-top: 0 !important;
}
.iwareList h3{
    padding: .5rem !important;
}

.iwareList h3::before{
    display: none !important;
}
@media screen and (min-width: 480px){
.br-pc{
    display: block;
}
.br-sp{
    display: none;
}
.honbun h2.mainTit{
    font-size: 20px;
	}
}