@charset "utf-8";


/*=======================================

EVENTページ

=======================================*/

/*
一覧
*/

.pagecontents > .innercontents > div.newswrap{
	margin-top: 50px;
	width: 100%;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap p{
	line-height: 1.8em;
	}

.pagecontents > .innercontents > div.newswrap > h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > h4{
	font-size: 1.3em;
	}
	}

.pagecontents > .innercontents > div.newswrap > p{
	margin-top: 20px;
	}

.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 50px;
	width: 100%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > p{
	line-height: 2em;
	}


.pagecontents > .innercontents > div.newswrap > .inner > .buttons{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	row-gap: 20px;
	column-gap: 2%;
	margin-top: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .buttons{
	flex-direction: column;
	row-gap: 5px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a{
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;
	background: #A72D2A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .buttons a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 20px 0;
	background: #A72D2A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a:hover{
	background: #8D1916;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a.no{
	background: #ccc;
	pointer-events: none;
	cursor: default;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .buttons a p{
	color:#fff;
	font-size: .9em;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	}

/*
*/

.pagecontents > .innercontents > div.newswrap > .inner > ul{
	margin-left: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > ul{
	margin-top: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul > li{
	line-height: 2em;
	margin-top: 10px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > ul > li ul li{
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
	}


.pagecontents > .innercontents > div.newswrap > .inner a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}

.pagecontents > .innercontents > div.newswrap > .inner a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


/*
*/


.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 50px;
	margin-top: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner > .innerLR{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	column-gap: 50px;
	margin-top: 50px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR > div img{
	margin-bottom: 20px;
	}

.pagecontents > .innercontents > div.newswrap > .inner > .innerLR p{
	line-height: 1.6em;
	}



.pagecontents > .innercontents > div.newswrap > .inner .btn{
	margin-top: 30px;
	text-decoration: none !important;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .btn{
	margin-top: 20px;
	}
	}


.pagecontents > .innercontents > div.newswrap > .inner .expo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .expo{
	column-gap: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner .expo div{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap > .inner .expo div img{
	width: 100%;
	}


.pagecontents > .innercontents > div.newswrap > .inner .lesson{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.pagecontents > .innercontents > div.newswrap > .inner .lesson > div{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	}

.pagecontents > .innercontents > div.newswrap > .inner .lesson > div p:first-child{
	width: 100px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.8em;
	}


.pagecontents > .innercontents > div.newswrap > .inner .lesson > div p:last-child{
	width: clac(100% - 100px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.8em;
	}


.pagecontents > .innercontents > div.newswrap > .inner .para{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 2%;
	row-gap: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .para{
	column-gap: 2%;
	row-gap: 10px;
	margin-top: 10px;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner .para div{
	width: 32%;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap > .inner .para div{
	width: 48%;
	}
	}

.pagecontents > .innercontents > div.newswrap > .inner .para div img{
	width: 100%;
	}


/*
フェスタ
*/

.pagecontents.running-festa > .titileline{
	    border-bottom: none;
	}

.pagecontents.running-festa > .innercontents{
	margin-top: 0;
	}

.pagecontents.running-festa > .innercontents > div.newswrap{
	margin-top: 0;
	}


/* タブ */

.main_tabs .box_tab.box_list_tab-01 {
	width:100%;
	position: relative;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: none;
	background-color: #E6E6E6;
	color: #721b23;
	cursor: pointer;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.color-gray {
	background-color: #808080;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.small-font {
	font-size: 1.2vw;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	border-bottom: 4px solid #A72D2A;
	column-gap: 1px;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	width: 33.33%;
	background-color: #E6E6E6;
	margin: 0 0;
	color: #5F5F5F;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	background-color: #fff;
	color: #A72D2A;
	padding: 20px 5px;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 1.2em;
	}
@media screen and (max-width: 900px) {
.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li {
	font-size: 3.5vw;
	}
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li span.small {
	display: block;
	font-size: .8em;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li:first-child {
	margin-left: 0;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.tab-disable {
	pointer-events: none;
	color: #fff;
	background-color: #ccc;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li:not(.active):hover {
	opacity: 0.7;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_btn li.active {
	background-color: #A72D2A;
	color: #fff;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn {
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(1) {
	background: url('../volunteer/img/bg_05.png') no-repeat;
	background-size: 100% 100%;
	color: #008689;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(1) {
	color: #fff;
	background: url('../volunteer/img/bg_05_active.png') no-repeat;
	background-size: 100% 100%;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(2) {
	background: url('../volunteer/img/bg_01.png') no-repeat;
	background-size: 100% 100%;
	color: #f18d43;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(2) {
	color: #fff;
	background: url('../volunteer/img/bg_01_active.png') no-repeat;
	background-size: 100% 100%;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li:nth-child(3) {
	background: url('../volunteer/img/bg_03.png') no-repeat;
	background-size: 100% 100%;
	color: #4e67c8;
	}

.main_tabs .box_tab.box_list_tab-01.custome_01 ul.tab_btn li.active:nth-child(3) {
	color: #fff;
	background: url('../volunteer/img/bg_03_active.png') no-repeat;
	background-size: 100% 100%;
	}



/* タブコンテンツ */

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts > li {
	display: none;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts > li.active {
	display: block;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts li.tab-gray {
	color: #5F5F5F;
	}

.main_tabs .box_tab.box_list_tab-01 ul.tab_cnts li.tab-gray.active {
	background-color: #808080;
	color: #fff;
	}



/* タブ内コンテンツ */


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner{
	margin-top: 50px;
	width: 100%;
	text-align: left;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner{
	width: 100%;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > h4{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align :center
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner > h4{
	font-size: 1.3em;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner p{
	line-height: 1.8em;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner p a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner p a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow{
	column-gap: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:first-child{
	display: flex;
	align-items: center;
	width: 50px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:first-child{
	width: 30px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:last-child{
	display: flex;
	align-items: center;
	width: calc(100% - 80px);
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:last-child{
	width: calc(100% - 50px);
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow > div:first-child img{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow p{
	line-height: 1.6em;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow p a{
	font-weight: 700;
	text-decoration: underline;
	color:#A72D2A;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow p a{
	font-size: .9em;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .follow p a:hover{
	color:#8D1916;
	text-decoration: underline;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 30px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
	row-gap: 20px;
	}
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi > div{
	width: 100%;
	display: flex;
	align-items: center;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi > div img{
	width: 100%;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .taishi > div p{
	line-height: 1.6em;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner ul.koho{
	margin-top: 20px;
	}

.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner ul.koho > li{
	line-height: 1.6em;
	}

.pagecontentsline {
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 30px 0;
	}


.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .center{
	text-align: center;
	line-height: 1.6em;	
	font-weight: 700;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents > div.newswrap ul.tab_cnts >li .inner .center{
	text-align: left;
	}
	}


/*
tab03 table
*/

.main__content__table__v6 {
	margin-top: 30px;
	overflow-x: auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}

.tab02 .main__content__table__v6 {
	margin-top: 0;
	overflow-x: auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	}

.main__content__table__v6 table, 
.main__content__table__v6 th,
.main__content__table__v6 td {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
	}

.main__content__table__v6 table {
	width: 100%;
	min-width: 1040px;
	}

.main__content__table__v6 thead th {
	font-size: 1.1em;
	background-color: #A72D2A;
	color: #fff;
	padding: 10px 0;
	}

.main__content__table__v6 tfoot td,
.main__content__table__v6 tbody td {
	padding: 15px 10px;
	text-align: left;
	line-height: 1.6em;
	}

.main__content__table__v6 tbody td:nth-child(2) {
	text-align: center;
	}

.tab02 .main__content__table__v6 tbody td:nth-child(2) {
	text-align: left;
	}

.main__content__table__v6 tbody td:last-child {
	text-align: center;
	}

.main__content__table__v6 tbody td:last-child > a{
	color: #A72D2A;
	font-weight: 700;
	text-decoration: underline
	}

.main__content__table__v6 tfoot td {
	background-color: #E2F0D9;
	}

.main__content__table__v6 thead tr:nth-child(2) th:nth-child(1),
.main__content__table__v6 thead tr:nth-child(2) th:nth-child(2),
.main__content__table__v6 thead tr:nth-child(2) th:nth-child(3) {
	width: 50px;
	}

.main__content__table__v6 thead tr:nth-child(3) th:nth-child(1),
.main__content__table__v6 thead tr:nth-child(3) th:nth-child(2) {
	width: 40px;
	}

.main__content__table__v6 td .pd-15 {
	padding: 15px 10px 0 15px !important;
	}


/*
tab03 table
*/

.schedules {
	margin-top: 30px;
	width: 100%;
	}

.schedules img{
	width: 100%;
	}









