@charset "UTF-8";

/* ------------------------------------------------------------
add sitetop
------------------------------------------------------------ */
.specialbnrBox {
	padding: 0;
	margin: 0 0 40px 0 !important;
	display: flex;
	justify-content: space-between
}
.specialbnrBox p {
	padding: 0;
	margin: 0;
}
.specialbnrBox p img {
	width: 340px;
	height: auto;
}
@media screen and (max-width: 640px) {
img {
    width: 100%;
}
	.specialbnrBox {
		flex-wrap: wrap;
	}
	.specialbnrBox p img {
		width: 100%;
	}
	.specialbnrBox p:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* ------------------------------------------------------------
downloads
------------------------------------------------------------ */
.dlnavi {
	padding: 0;
	margin: 0 0 40px 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.dlnavi li {
	font-size: 17px;
	line-height: 1.5;
	font-weight: bold;
	width: 32%;
	background: #fff;
    border: 1px solid #dbdbdb;
	box-shadow: 0 0 3px #bbb;
}
.dlnavi li a {
	padding: 20px;
	margin: 0;
	display: block;
	background: url(../images/arrow_06.png) 92% center no-repeat;
	box-sizing: border-box;
}
.dlnavi li span {
	display: block;
}
@media only screen and (max-width: 640px) {
.dlnavi {
	flex-wrap: wrap;
}
.dlnavi li {
	margin-bottom: 10px;
	font-size: 16px;
	width: 100%;
}
.dlnavi li:last-child {
	margin-bottom: 0;
}
.dlnavi li a {
	padding: 14px 20px;
	background: url(../images/arrow_06.png) 96% center no-repeat;
}
.dlnavi li span {
	display: inline-block;
}
}

/* .pageback
---------------------------- */
.pageback {
	padding: 0;
	margin: 20px 0;
}
.pageback a:before {
	content: url(../images/arrow_06_2.png);
	margin-right: 6px;
	position: relative;
	top: 2px;
}

/* ------------------------------------------------------------
.votebox
------------------------------------------------------------ */
.votebox {
	padding: 0;
	margin: 0;
}

.votebox .titlebox {
	padding: 0;
	margin: 30px 0 60px 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.votebox .titlebox {
		font-size: 16px;
	}
}

.votebox .titlebox .titleImg img {
	width: 250px;
	height: auto;
}
@media screen and (max-width: 375px) {
	.votebox .titlebox .titleImg img {
		width: 200px;
	}
}

.votebox .titlebox p.titleh2 {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	font-size: 30px;
}
@media screen and (max-width: 640px) {
	.votebox .titlebox p.titleh2 {
		font-size: 24px;
	}
}

.votebox .titlebox span.marker {
	background: #ff0;
}

.votebox .box {
	padding: 0;
	margin: 0 0 40px 0;
}
.votebox .box .lgtxt {
	font-size: 16px;
}

/* ------------------------------------------------------------
.volunteerbox
------------------------------------------------------------ */
.volunteerbox {
	padding: 0;
	margin: 0;
}

.volunteerbox .titlebox {
	padding: 0;
	margin: 30px 0 60px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.volunteerbox .titlebox .titleImg img {
	width: 250px;
	height: auto;
}
@media screen and (max-width: 375px) {
	.volunteerbox .titlebox .titleImg img {
		width: 200px;
	}
}

.volunteerbox .titlebox p.titleh2 {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	font-size: 30px;
}
@media screen and (max-width: 640px) {
	.volunteerbox .titlebox p.titleh2 {
		font-size: 24px;
	}
}

.volunteerbox .box {
	padding: 0;
	margin: 0 0 40px 0;
}

.volunteerbox .box p.link a:before {
	content: url(../images/arrow_06.png);
	margin-right: 4px;
	position: relative;
	top: 2px;
}

/* ------------------------------------------------------------
other
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
    .top_banner {
        display: none;
    }
    .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next {
    	display: none !important;
    }
}

/* ------------------------------------------------------------
.scheduleBoxWrap
------------------------------------------------------------ */
.scheduleBoxWrap {
	padding: 0;
	margin: 0;
	/*width: 100%;*/
	box-sizing: border-box;
}

.scheduleBoxWrap .slick-track {
	margin: 0;
}
.scheduleBoxWrap div.schbox {
	padding: 0;
	/*width: 33%;*/
	background: #fff;
}
.scheduleBoxWrap div.schbox a {
	padding: 20px;
	display: block;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
}
.scheduleBoxWrap div.schbox a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 640px) {
	.scheduleBoxWrap div.schbox {
		width: 100%;
	}
	.scheduleBoxWrap div.schbox:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	.scheduleBoxWrap div.schbox a {
		padding: 20px 40px;
		/*flex-wrap: wrap;*/
	}
}

.scheduleBoxWrap div.schbox p.date {
	font-size: 27px !important;
	font-weight: bold;
	color: #7a0001;
}
@media only screen and (max-width: 640px) {
	.scheduleBoxWrap div.schbox p.date {
		font-size: 22px !important;
	}
}

.scheduleBoxWrap div.schbox p.date span.week {
	font-size: 16px;
}

.scheduleBoxWrap div.schbox p.title {
	font-size: 17px !important;
	font-weight: bold;
}

/* ------------------------------------------------------------
.sh_innerBox
------------------------------------------------------------ */
.sh_innerBox {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.sh_innerBox + .sh_innerBox {
	border-top: 0;
}
@media (max-width: 736px) {
	.sh_innerBox {
		margin-bottom: 20px;
		flex-wrap: wrap;
		border-bottom: 0;
	}
}

.sh_innerBox div.item {
	padding: 6px 20px;
	display: flex;
	align-items: center;
	width: 14%;
	background: #f5f5f5;
}
.sh_innerBox div.boxR {
	padding: 6px 20px;
	width: 86%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 736px) {
	.sh_innerBox div.item {
		padding: 6px;
		width: 100%;
		border-top: 1px solid #ececec;
		border-bottom: 1px solid #ececec;
	}
	.sh_innerBox div.boxR {
		padding: 6px;
		width: 100%;
	}
}

.sh_innerBox p {
	margin-bottom: 0 !important;
}

.sh_innerBox + .googlemap {
	margin-top: 20px;
}

.freearea {
	margin-bottom: 40px;
	overflow: hidden;
}
.freearea div.imgL {
	margin: 0 0 16px 16px;
	float: right;
}
.freearea div.imgL img {
	width: 200px;
	height: 260px;
	object-fit: contain;
}
@media (max-width: 736px) {
	.freearea div.imgL {
		margin: 0 0 16px 0;
		float: none;
		text-align: center;
	}
}

.sharebox {
	padding: 0;
	margin: 20px 0;
	display: flex;
	align-items: center;
}
.sharebox div {
	margin-right: 10px;
}
.sharebox div:last-child {
	margin-right: 0;
}
@media (max-width: 736px) {
	.sharebox {
		margin: 10px 0;
	}
}

.footer-sharebox {
	display: flex !important;
}
.footer-sharebox div {
	line-height: 0;
}
.footer-sharebox div:last-child {
	margin-right: 0;
}
@media (max-width: 736px) {
	.footer-sharebox {
		justify-content: center;
	}
}

/* ------------------------------------------------------------
.tabbox
------------------------------------------------------------ */
.tabbox {
	padding: 0;
	margin: 20px 0 0 0;
	display: flex;
}
.tabbox div.tab {
	padding: 10px;
	margin: 0;
	cursor: pointer;
	background: #ccc;
}
.tabbox div.tab.active {
	font-weight: bold;
	color: #7a0001;
	background: #fff;
}
.tabbox div.tablink {
	margin: 0;
}
.tabbox div.tablink a {
	padding: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	background: #801A1E;
	transition: 0.2s ease-in-out;
}
.tabbox div.tablink a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/* ------------------------------------------------------------
.articlebox
------------------------------------------------------------ */
.articlebox {
	padding: 0;
	margin-bottom: 40px;
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	background: #fff;
}
@media only screen and (max-width: 640px) {
	.articlebox {
		margin-bottom: 20px;
	}
}
.articlebox.current {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.nobox {
	padding: 40px 20px;
}
@media only screen and (max-width: 640px) {
	.nobox {
		padding: 20px 10px;
	}
}

/* ------------------------------------------------------------
.benshiWrap
------------------------------------------------------------ */
.benshiWrap {
	margin: 30px 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benshiWrap:after {
	content: "";
	display: block;
	width: 32%;
}
.benshiWrap div.b_box {
	margin-bottom: 20px;
	width: 32%;
	text-align: center;
}
.benshiWrap div.b_box div.thumbnail {
	line-height: 0;
}
.benshiWrap div.b_box div.thumbnail img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}

@media only screen and (max-width: 640px) {
	.benshiWrap {
		margin: 20px 0;
	}
	.benshiWrap:after {
		content: none;
	}
	.benshiWrap div.b_box {
		width: 48%;
	}
}

/* ------------------------------------------------------------
.ct_section
------------------------------------------------------------ */
.ct_section {
	padding: 0 10px;
	margin-bottom: 60px;
}
.ct_section div.innerbox {
	margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
	.ct_section {
		margin-bottom: 30px;
	}
	.ct_section div.innerbox {
		margin-bottom: 20px;
	}
}

.ct_section ul.list01 {
	padding: 0;
	margin: 0
}
.ct_section ul.list01 li:before {
	content: url("../images/arrow_01.png");
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.ct_section ul.list01 li {
	margin-bottom: 10px;
}
.ct_section ul.list01 li a {
	text-decoration: underline;
}

.ct_section ul.list02 {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ct_section ul.list02:after {
	content: "";
	display: block;
	width: 32%;
}
.ct_section ul.list02 li {
	margin-bottom: 10px;
	width: 32%;
}
.ct_section ul.list02 li:before {
	content: url("../images/arrow_01.png");
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.ct_section ul.list02 li a {
	text-decoration: underline;
}

/* ------------------------------------------------------------
.youtubeWrap
------------------------------------------------------------ */
.youtubeWrap {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.youtubeWrap p.ytboxTitle {
	padding: 0;
	margin: 50px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #7a0001;
}
.youtubeWrap p.channelTitle {
	padding-bottom: 2px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #7a0001;
	border-bottom: 1px solid #7a0001;
}

.youtubeWrap p.area {
	font-size: 16px;
	font-weight: bold;
}

.youtubeWrap div.box-inner p.morelink {
	margin-top: 16px;
}
.youtubeWrap div.box-inner p.morelink a {
	color: #7a0001;
	text-decoration: underline;
}

.youtubeWrap .yt-top,
.youtubeWrap .yt-btm {
	padding: 0;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
}
.youtubeWrap .yt-top img,
.youtubeWrap .yt-btm img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.youtubeWrap .yt-top div.box-l,
.youtubeWrap .yt-top div.box-r {
	width: 49%;
}

.youtubeWrap .yt-top div.box-r {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.youtubeWrap .yt-top div.box-r div.box-base {
	display: flex;
	justify-content: space-between;
}
.youtubeWrap .yt-top div.box-r div.box-base div.box-inner {
	width: 49%;
}

.youtubeWrap .yt-btm div.box-btm {
	width: 24%;
}

@media screen and (max-width: 736px) {
	.youtubeWrap p.channelTitle {
		margin-bottom: 12px;
	}
	.youtubeWrap .yt-top {
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	.youtubeWrap .yt-btm {
		margin-top: 0;
		flex-wrap: wrap;
	}
	.youtubeWrap .yt-top div.box-l {
		width: 100%;
	}
	.youtubeWrap .yt-top div.box-r {
		margin-top: 40px;
		width: 100%;
	}
	.youtubeWrap .yt-btm div.box-btm {
		margin-top: 40px;
		width: 49%;
	}
}

/* ------------------------------------------------------------
.snsbnr-box
------------------------------------------------------------ */
.snsbnr-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.snsbnr-box div.sbox {
	margin-bottom: 40px;
	width: 48%;
}
.snsbnr-box div.sbox img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.snsbnr-box div.sbox div.sharebox {
	line-height: 0;
	display: flex;
}
.snsbnr-box div.sbox div.sharebox div.btn {
	margin-right: 16px;
	width: 48%;
}

@media screen and (max-width: 736px) {
	.snsbnr-box div.sbox {
		margin-bottom: 30px;
	}
}

.link-01 {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #bbb;
}
.link-01 a {
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: #fff;
}
.link-01 a:before {
	content: url(../images/arrow_03.png);
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 736px) {
	.link-01 a {
		font-size: 14px;
	}
}

.bnrarea {
	margin-bottom: 30px;
}
.bnrarea div {
	line-height: 0;
}
.bnrarea-sp {
	display: none;
}
@media screen and (max-width: 736px) {
	.bnrarea-sp {
		margin-bottom:  40px;
		display: block;
		line-height: 0;
		text-align: center;
	}
}

.text-center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}

/* ------------------------------------------------------------
side-youtube
------------------------------------------------------------ */
.side-youtube {
	margin-bottom: 20px;
}
.side-youtube__head {
	color: #7a0001;
	font-size: 16px;
	font-weight: bold;
}
.side-youtube__item img {
	width: 100%;
	height: auto;
}
.side-youtube__link {
	margin-top: 16px;
}
.side-youtube__link a {
	color: #7a0001;
	text-decoration: underline;
}

/* ------------------------------------------------------------
sns
------------------------------------------------------------ */
.sideSnsLink {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.sideSnsLink .snsLinkItem {
	margin-right: 10px;
	line-height: 0;
}
.sideSnsLink .snsLinkItem img {
	width: 35px;
	height: auto;
}
@media (max-width: 750px) {
	.sideSnsLink {
		justify-content: center;
	}
	.sideSnsLink .snsLinkItem {
		margin: 0 10px;
	}
}