.newsblog .main {
	    margin-top: 0;
    margin-bottom: 120px;
}

@media(max-width: 768px) {
.newsblog .main {
    margin-bottom: 90px;
}
}
.newsblog .heading__img__wrapper {
	    margin-top: 0;
    background: #ffe356;
    padding: 36px 0 40px 0;
	    margin-bottom: 100px;
}
@media(max-width: 768px) {
	.newsblog .heading__img__wrapper {
padding: 24px 0 24px 0;
		margin-bottom: 70px;
}
}

.newsblog .heading__img {
	    transform: none;
    position: static!important;
    max-width: 180px!important;
    margin: 0 auto;
    display: block!important;
    outline: 1px solid #ffe356;
    outline-offset: -1px;
    background: #ffe356;
	    position: static;
    transform: none!important;
	
}
@media(max-width: 979px) {
	.newsblog .heading__img {
    min-width: 90px!important;
    margin-top: 0!important;
    width: 50%;
    max-width: 90px !important;
}
}
@media(max-width: 768px) {
	.newsblog .heading__img {
    min-width: 90px!important;
    margin-top: 0!important;
    width: 50%;
    max-width: 90px !important;
}
}


/* お知らせ欄news */
.section--news {
    background: #fff;
}

.section--news .fixed__wrapper {
	    position: relative;
    box-sizing: border-box;
    padding: 0 32px;
    max-width: 1100px;
    width: 100%;
	    margin: 0 auto;
	    text-align: left;
}
.section--news .sec--news--heading {
	    text-align: center;
    color: #5a8844;
    font-weight: 700;
    font-style: normal;
    font-family: fot-tsukuardgothic-std, sans-serif;
	    margin-bottom: 30px;
font-size: 32px;
}

@media(max-width: 768px) {
	.section--news .sec--news--heading {
        margin-bottom: 0;
    font-size: 28px;
	}
}

.section--news .media--wrapper {
	margin-bottom: 40px;
}

.section--news .media--wrapper .box--sp {
    min-width: 240px;
    margin-top: 38px;
}
@media(max-width: 768px) {
	.section--news .media--wrapper .box--sp {
    margin-top: 0;
    margin-bottom: 10px;
	}
}

.section--news .media--wrapper .box--sp .category {
	    display: inline-block;
    border: solid #ccc 1.5px;
    border-radius: 32px;
    padding: 0 16px;
    color: #ccc;
    margin-right: 1em;
	    min-width: 76px;
    text-align: center;
}
@media(max-width: 768px) {
	.section--news .media--wrapper .box--sp .category {
        font-size: 11px;
	}
}

.section--news .media--wrapper .box--sp .category.news {
	border: solid #00719e 1.5px;
	color: #00719e;
}
.section--news .media--wrapper .box--sp .category.important {
	border: solid #b3001b 1.5px;
	color: #b3001b;
}
.section--news .media--wrapper .box--sp .category.store {
	border: solid #4b893a 1.5px;
	color: #4b893a;
}
.section--news .media--wrapper .box--sp .category.event {
	border: solid #d9801e 1.5px;
	color: #d9801e;
}


.section--news .media--wrapper .box--sp time {
	color: #333;
	font-size: 16px;
}

@media(max-width: 768px) {
	.section--news .media--wrapper .box--sp time {
        font-size: 13px;
	}
}

.section--news .media--wrapper .media--article {
	display: flex;
    align-items: flex-start;
	    padding-bottom: 20px;
	    padding-top: 20px;
	position: relative;
		    pointer-events: none;
}
.section--news .media--article.has-link {
	    pointer-events: all;
}
@media(max-width: 768px) {
	.section--news .media--wrapper .media--article {
		    display: block;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
	}
}

.section--news .media--wrapper .media--article::after {
content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: url(../img/top/news-dotted.png);
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
	left: 0;
}

.section--news .media--wrapper .box--content {
	margin-left: 3em;
    max-width: 800px;
    width: 100%;
}
@media(max-width: 768px) {
	.section--news .media--wrapper .box--content {
    margin-left: 0;
	}
}

.section--news .media--wrapper .box--content .title {
	    margin-top: 0;
	    font-weight: 700;
    font-style: normal;
    font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 19px;
	    margin-bottom: 0;
}
@media(max-width: 768px) {
	.section--news .media--wrapper .box--content .title {
            font-size: 16px;
	}
}
.section--news .media--wrapper .box--content .description {
	    margin-top: 8px;
	margin-bottom: 4px;
	position: relative;
}
.section--news .media--wrapper .box--content .description p {
margin-top: 0;
	margin-bottom: 0;
}
@media(max-width: 768px) {
	.section--news .media--wrapper .box--content .description p {
                font-size: 13px;
	}
}
.section--news .media--wrapper .box--content .description a {
	    text-decoration: underline;
}
.section--news .media--wrapper .box--content .icon--arrow {
	display: none;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
	transition: .2s;
}

.section--news .media--wrapper .media--article.has-link  .box--content .icon--arrow {
	display: block;
}
@media(max-width: 980px) {
	.section--news .media--wrapper .media--article.has-link .box--content .icon--arrow {
                display: none;
	}
}
@media(max-width: 768px) {
	.section--news .media--wrapper .media--article.has-link .box--content .icon--arrow {
                display: block;
    top: 35px;
    width: 26px;
    height: 26px;
    right: 16px;
		
	}
}
.section--news .media--wrapper .media--article.has-link:hover  .box--content .icon--arrow {
    transform: translate(6px, -50%);
}
.section--news .link-btn--more {
	color: #4c4948;
    border: solid #4c4948 1.5px;
    padding: 12px 32px;
    border-radius: 32px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    min-width: 260px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 40px;
	transition: .3s;
}
.section--news .link-btn--more:hover {
background:#4c4948;
	color: #fff;
}


.newsblog .sec09--flex {
    margin-top: 70px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .newsblog .sec09--flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .newsblog .sec09--flex .logo--chichibu-railway--wrapper {
    width: 100%;
    text-align: center;
  }
}
.newsblog .sec09--flex .logo--chichibu-railway {
  width: 160px;
}
.newsblog .sec09--flex .logo--x {
  margin: 0 20px 0 44px;
  width: 50px;
}
@media (max-width: 768px) {
  .newsblog .sec09--flex .logo--x {
    margin: 16px 10px;
    width: 50px;
  }
}
.newsblog .sec09--flex .logo--instagram {
  width: 50px;
}
@media (max-width: 768px) {
  .newsblog .sec09--flex .logo--instagram {
    margin: 16px 10px;
  }
}
.newsblog .sec09--flex .box--img {
  display: block;
  padding: 90px 0;
  background: url(../img/top/sec09--bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .newsblog .sec09--flex .box--img {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .newsblog .sec09--flex .box--img h2 {
    font-size: 22px;
  }
}


.newsblog .footer {
	padding-bottom: 0;
}
.newsblog .footer div.fixed__wrapper {
	        padding-top: 0px;
	    padding-bottom: 0;
}