h2.jidaimatsuri{
	background-color: #d6c4a1;
	box-sizing: border-box;
	padding: 5px 5px 3px 5px;
}
h3{
	box-sizing: border-box;
	padding: 5px 20px 3px 10px;;
	border-left: solid 5px #4B6423;
	background-color: #faf5eb;
}
dl#event_list {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
dl#event_list > dt.date {
	border-bottom: solid 1px #ededed;
	margin-bottom: 0!important;
	padding-bottom: 10px;
}
dl#event_list > dd {
	margin-top: 0!important;
	margin-left: 0!important;
	
}
dl#event_list > dd.body > dl > div{
	display: flex;
}
dl#event_list > dd.body > dl > div > dt.time{
	margin-top: 0!important;
	margin-right: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	border-right: 1px #ffbcb9 solid;
	min-width: 75px;
}
dl#event_list > dd.body > dl > div > dd{
	margin-top: 0!important;
}
dl#event_list > dd.body > dl > div > dd > p.header{
	margin-top: 0!important;
	margin-bottom: 0!important;
	font-weight: 600;
}
dl#event_list > dd.body > dl > div > dd > p.body{
	margin-top: 0!important;
}
.g_body_wrap{
}
.g_body_wrap > .g_img > ul{
	margin-top: 30px!important;
	padding-left: 0!important;
	display: flex;
	flex-wrap: wrap;
}
.g_body_wrap > .g_img > ul > li{
	list-style-type: none;
	width: 24%;
	margin-right: 1%;
}
.g_body_wrap > .g_img > ul > li:nth-of-type(4n){
	margin-right: 0!important;
}
.g_body_wrap > .g_img > ul > li > p{
	margin-top: 5px!important;
	font-size: 1.4rem;
}
.g_body_wrap > .g_img img{
	max-width: 100%;
	height: auto;
}
.g_body dl dt {
	font-weight: 600;
	margin-bottom :5px;
}
.g_body dl dd{
	margin-left: 0!important;
}
ul.shichikyo_list li{
	font-weight: 600;
}

@media screen and (max-width: 600px){
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;
}
h2{
	background-color: #d6c4a1;
	box-sizing: border-box;
	padding: 5px 5px 3px 5px;
}
p{
	font-size: 1.4rem;
}
.time{
	font-size: 1.4rem;
}
h3{
	box-sizing: border-box;
	padding: 5px 20px 3px 10px;;
	border-left: solid 5px #4B6423;
	background-color: #faf5eb;
}
.g_body_wrap > .g_img > ul > li{
	list-style-type: none;
	width: 32%;
	margin-right: 2%;
}
.g_body_wrap > .g_img > ul > li:nth-of-type(4n){
	margin-right: 2%!important;
}
.g_body_wrap > .g_img > ul > li:nth-of-type(3n){
	margin-right: 0!important;
}
dl#event_list > dd.body > dl > div{
	display: block;
}
dl#event_list > dd.body > dl > div > dt.time {
    width: 100%;
    border-bottom: 1px #ffbcb9 solid;
    border-right: none;
    padding-bottom: 4px;
    margin-bottom: 5px!important;
}
dl#event_list > dd.body > dl > div > dd {
    width: 100%;
    margin-left: 0!important;
}
}

@media screen and (max-width: 400px){

.g_body_wrap > .g_img > ul > li{
	list-style-type: none;
	width: 49%;
	margin-right: 2%;
}
.g_body_wrap > .g_img > ul > li:nth-of-type(4n){
	margin-right: 2%!important;
}
.g_body_wrap > .g_img > ul > li:nth-of-type(3n){
	margin-right: 2%!important;
}
.g_body_wrap > .g_img > ul > li:nth-of-type(2n){
	margin-right: 0!important;
}
}