@charset "UTF-8";
/* css Calendar [top] */

@import url("../content.css");
@import url("main.css");
@import url("month.css");

/*---------------------------------------------------- */
/* Main Contents */
/*---------------------------------------------------- */
#maincontainer {
	/* background-color: #bee1f8; */
	background-color: #e5ecf1;
}

/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.listMain2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Venue */
/*---------------------------------------------------- */
#venueArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

#venueArea p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.0;
}

#venueArea ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#venueArea ul li {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
	float: left;
	color: #fff;
	font-weight: 500;
	line-height: 1em;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .07);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	border-radius: 3px;
}

/*== obi ==*/
#venueArea ul li:before {
	content: "\f1ad";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}

#venueArea ul li.cate01 {/* Orange | 市民活動センター */
	background-color: #ff8021;
}
#venueArea ul li.cate02 {/* Blue | 本町コミュニティセンター */
	background-color: #0289d9;
}
#venueArea ul li.cate03 {/* Green | コミュニティふれあいセンター */
	background-color: #0c9356;
}
#venueArea ul li.cate04 {/* Pink */
	background-color: #fa5e90;
}
#venueArea ul li.cate05 {/* Yellow */
	background-color: #e6c805;
}
#venueArea ul li.cate06 {/* Violet */
	background-color: #ab27e2;
}
#venueArea ul li.cate07 {/* pea Green */
	background-color: #62de65;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.button {
	font-size: 0;
	text-align: center;
	font-weight: 600;
}

.button a {
	color: #51bde5;
	text-decoration: none;
	line-height: 1;
	min-width: 20%;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, .65);
	box-sizing: border-box;
}

.button a + a {
	margin-left: 20px;
}

.button a:hover {
	color: rgba(255, 255, 255, 1);
	background-color: #51bde5;
}

.button-def {
	position: relative;
	border: 2px solid #51bde5;
}

.button-def:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid #51bde5;
	transition: all .25s ease-in-out;
}

.button-def:hover {
	text-decoration: none;
	border-color: #51bde5;
}

.button-def:hover:before {
	border-color: rgba(255, 255, 255, .6);
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding-bottom: 25px;
	width: 98%;
}

.listMain2 {
	padding-bottom: 40px;
	width: 98%;
}

/*---------------------------------------------------- */
/* Town */
/*---------------------------------------------------- */
.townbox {
	padding-top: 10px;
	padding-bottom: 25px;
	width: 98%;
}

.townbox:last-child {
	padding-bottom: 0;
}

/*---------------------------------------------------- */
/* Venue */
/*---------------------------------------------------- */
#venueArea {
	padding-bottom: 15px;
	width: 98%;
}

#venueArea p {
	margin-bottom: 10px;
	font-size: 14px;
}

#venueArea ul li {
	padding: 7px 10px;
	margin: 0 5px 6px 5px;
	font-size: 12px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
}

.button a {
	padding: 15px 24px;
	min-width: 32%;
	font-size: 18px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding-bottom: 20px;
	width: 97%;
}

/*== Waku.2 ==*/
.listMain2 {
	padding-bottom: 30px;
	width: 97%;
}

/*---------------------------------------------------- */
/* Venue */
/*---------------------------------------------------- */
#venueArea {
	padding-bottom: 12px;
	width: 97%;
}

#venueArea p {
	margin-bottom: 8px;
	font-size: 14px;
}

#venueArea ul li {
	padding: 6px 10px;
	margin: 0 4px 5px 4px;
	font-size: 12px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 0;
	padding-bottom: 10px;
	width: 98%;
}

.button a {
	padding: 13px 21px;
	min-width: 40%;
	font-size: 17px;
}



}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* list */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding-bottom: 15px;
	width: 96%;
}

/*== Waku.2 ==*/
.listMain2 {
	padding-bottom: 25px;
	width: 96%;
}

/*---------------------------------------------------- */
/* Venue */
/*---------------------------------------------------- */
#venueArea {
	padding-bottom: 10px;
	width: 96%;
}

#venueArea p {
	margin-bottom: 6px;
	font-size: 13px;
}

#venueArea ul li {
	padding: 5px 8px;
	margin: 0 3px 4px 3px;
	font-size: 11px;
	font-weight: 600;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 98%;
}

.button a {
	padding: 11px 18px;
	min-width: 60%;
	font-size: 16px;
}



}