
h2.hinamatsuri_h2{
    border-bottom: 3px solid #ff6262;
    padding-bottom: 1rem;
}
h3{
    border-left: solid 5px #ff6262;
    padding-left: 1rem;
}
.dl_hinamatsuri{
  border-bottom: solid 1px #cccccc;
  margin-top: 0;
}
.dl_hinamatsuri div{
  display: flex;
  align-items: center;
}
.dl_hinamatsuri div.migoro dd{
  margin-top: 10px;
}
.dl_hinamatsuri div.lightup dt{
  margin-left: 10px;
}
.dl_hinamatsuri div.lightup dd{
  margin-left: 22px;
}
.ul_hinamatsuri{
  list-style-type: none;
  padding-left: 0;
}
.spot_dscr{
  border-bottom: solid 1px #cccccc;
}
h4.near_spot{
  padding-bottom: 0;
}
h4{
    font-size: 2rem;
    margin: 3rem 0 2rem;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 1rem;
    font-weight: 600;
}
.kdpush_wrap > div{
    display: flex;
}
.kdpush_wrap > div img{
    display: block;
    max-width: 100%;
    height: auto;
    align-self: flex-start;
    margin-top: 2rem;
    margin-left: 20px;
}
h5.kd_push_name{
    font-size: 1.8rem
}
h5.kd_push_name span{
    display: inline-block;
}
h5.kd_push_name span a{
    padding: 5px 10px 4px 10px;
    box-sizing: border-box;
    border: solid 1px #1E99D5;
    border-radius: 4px;
    margin-left: 1rem;
    font-size: 1.4rem;
}
p.gotospot{
    margin-bottom: 0!important;
}
p.gotospot a{
    padding: 5px 10px 4px 10px;
    box-sizing: border-box;
    border: solid 1px #1E99D5;
    border-radius: 4px;
}
#about_img{
    display:flex;
    justify-content: space-between;
}
#about_img img{
    width: 32%;
    height: auto;
    max-width: 100%;;
}
#hushu{
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    border: solid 1px #ff6262;
}
.kitao_img{
    display: flex;
}
.kitao_img_wrap{
    width: 40%;
    margin-right: 2%;
}
.kitao_img_wrap img{
    width: 100%;
    height: auto;
}
.kitao_img p{
    margin-top: 5px;
    width: 58%;
}
h3 a{
    color: #333333;
}
h3 span{
    font-size: 14px;
    color: #900700;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-left: 10px;
  }
  .caution_2021{
    padding:20px; 
    box-sizing: border-box; 
    border: solid 1px red; 
    border-radius: 4px; 
    color: red; 
    margin-bottom: 20px;
  }
/* 節分会初回 */
table.ivent_date{
    width: 100%;
    display: block;
}
table.ivent_date tbody{
    width: 100%;
    display: block;
}
table.ivent_date tr {
    width: 100%;
    display: block;
}
table.ivent_date tr th {
    width: 100%;
    background: #eeeeee;
    display: block;
    padding: 5px;
}
table.ivent_date tr td.ivent {
    padding-left: 20px;
}
dl.access{
    margin-top: 30px;
}
dl.access dt {
    padding-bottom: 5px;
    border-bottom: solid 1px #dddddd;
    font-weight: 600;
}
/* 節分マップ */
.hinamatsuri_map iframe{
    min-height: 800px;
}
.column {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.column .columntitle {
    padding-left: 30px;
    margin-bottom: 5px;
    background-image: url(img/memo_head.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 22px;
    font-weight: bold;
    color: #747484;
}
.column .columntitle h3{
    border-left: none;
    padding-left: 0;
}
.column .columnbody {
    border: solid 1px #f8c6bf;
    background-color: #FFF5F2;
    height: auto;
    padding: 10px;
}
.hinainfo dl dt{
    border-bottom: solid 1px #dddddd;
    margin: 3rem auto 1rem auto;
    padding-bottom: 5px;
}
.hinainfo dl dd{
    margin-left: 0;
}
@media screen and (max-width: 600px) {
    #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: 3rem 0 1.5rem;
        font-weight: 600;
    }
    h4{
        font-size: 1.6rem!important;
        margin: 2.5rem 0 1.5rem;
    }
    h5.kd_push_name{
        font-size: 1.6rem
    }
    h5.kd_push_name span a{
        font-size: 1.2rem
    }
    .dl_hinamatsuri dt,.dl_hinamatsuri dd{
      font-size: 14px;
    }
    .ul_hinamatsuri li{
      font-size: 14px;
    }
    #content p {
    font-size: 1.4rem!important;
    }
    div.column h3 {
    margin-bottom: 0!important;
    }
    /* 節分マップ */
    .hinamatsuri_map iframe{
        min-height: 600px;
    }
    .kitao_img{
        display:block;
    }
    .kitao_img_wrap{
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .kitao_img_wrap img{
        height: auto;
        max-width: 300px!important;
    }
    .kitao_img p{
        margin-top: 5px;
        width: 100%;
    }
    #about_img{
        display: block;
    }
    #about_img img{
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .hinainfo dl dt{
        border-bottom: solid 1px #dddddd;
        margin: 2rem auto 0.5rem auto;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 400px){    
    .kdpush_wrap > div{
        display: block;
    }
    .kdpush_wrap > div img{
        margin-left: 0!important;
    }
    h5.kd_push_name span{
        display: block;
        margin-left: 0!important;
        margin-top: 10px;
    }    
    h5.kd_push_name span a{
        margin-left: 0!important;
    }
    .hinamatsuri_map iframe{
        min-height: 400px;
    }
}