@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 98%;
	height: 100px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	float: left;
}
.breadcrumb {
	display:none;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
}
#contentsmenu {
	position: relative;
	width: 320px;
	height: auto;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
#contentsmenu:after{
	content: "";
	clear: both;
	display: block;
}
#contentsmenu .cmenu{
	width: 100%;
	height: auto;
	justify-content:space-between;
}
#contentsmenu .cmenu li a{
	display: block;
	width: 155px;
	height: 20px;
	list-style: none;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	padding: 0px 0px;
	float: left;
	margin-left: 0;
	margin-right: 0px;
	background-color: #FFF;
	border-radius: 10px;
	outline: 1px solid #666;
	outline-offset: -1px;
	margin-top: 5px;
	transition: 0.4s;
}
#contentsmenu .cmenu li a:hover{
	color: #FFF;
	background-color: #FF9600;
	outline: 1px solid #FF9600;
}
#contentsmenu .first{
	display: block;
	width: 155px;
	height: 20px;
	list-style: none;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 0px;
	float: left;
	border-radius: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	transition: 0.4s;
	color: #FFF;
	background-color: #FF9600;
	outline: 1px solid #FF9600;
	outline-offset: -1px
}

#section01 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: relative;
	width: 290px;
	height: 20px;
	padding: 5px 15px;
	z-index: 1;
	border-radius: 15px;
	background-color: #FF9600;
}
h2 p{
	width: auto;
	height: auto;
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 1px;
	float: left;
}
.h2ac { display:none;}

#officebox01 {
	position: relative;
	width: 320px;
	height: auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	float: left;
}
#officebox02 {
	position: relative;
	width: 320px;
	height: auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
}
#txtbox {
	width: 320px;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing:0px;
	margin-top: 10px;
}
#Imgbox {
	position: relative;
	width: 320px;
	height: 240px;
}
#Imgbox .bgImg{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 15s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 8px;
}
#Imgbox .src1{
	display:block;
	background-image: url(../web/office/community_activity_support_center_kurayoshi/img01.jpg);
	background-size: contain;
}
#Imgbox .src2{
	background-image: url(../web/office/community_activity_support_center_kurayoshi/img02.jpg);  
	animation-delay: 5s;
	background-size: contain;
}
#Imgbox .src3{
	display:block;
	background-image: url(../web/office/community_activity_support_center_kurayoshi/img03.jpg);
	animation-delay: 10s;
	background-size: contain;
}
#Imgbox .src4{
	background-image: url(../web/office/community_activity_support_center_kurayoshi/img04.jpg);  
	background-size: contain;
}
#Imgbox .src5{
	display:block;
	background-image: url(../web/office/community_activity_support_center_kurayoshi/img05.jpg);
	animation-delay: 5s;
	background-size: contain;
}
#Imgbox .src6{
	background-image: url(../web/office/community_activity_support_center_kurayoshi/img06.jpg);  
	animation-delay: 10s;
	background-size: contain;
}

h3{
	width: 160px;
	height: 24px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 500;
	background-color: #FF9600;
	border-radius: 12px;
	margin-top: 25px;
	float: left;
	clear: both;
}
#schedule {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	border-bottom: 1px dotted #999;
}
#schedule .clock {
	width: 40px;
	height: 16px;
	font-size: 15px;
	line-height: 16px;
	text-align: left;
	font-weight: 500;
	float: left;
	margin-top: 5px;
}
#schedule .txt {
	width: 270px;
	padding: 0px;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#contents01 .tblBox {
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing:0px;
	text-align: left;
	margin-top: 15px;
	margin-left: 0px;
	word-break: break-all;
}
#contents01 .tblBox table {
	min-width: 320px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents01 .tblBox td {
	min-width: 80px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 3px 5px 3px 5px;
}

#pamphlet {
	width: 100%;
	height: auto;
	float:left;
	margin-top: 15px;
}
#pamphlet img{
	width: 320px;
	height: auto;
	outline: 1px solid #CCC;
	outline-offset: -1px;
}

}
