/* CSS Document */
#container>div{
	margin-bottom: 20px;
	/*min-height: 200px;*/
}
.sub_title{
	border-left: 6px #339900 solid;
	min-height: 28px;
	padding-left: 10px;
	padding-top: 6px;

	font-size: 24px;
	border-bottom:  1px #339900 dashed;
}
#container .element{
	margin: 6px;
	line-height: 1.5em;
	
}
.day{
	list-style: none;
	margin-bottom: 10px;
}
.day::after{
    content: "";
    clear: both;
    display: block;		
}
.day li{
	float: left;
}
.day li:nth-child(1){
	color: forestgreen;
	font-weight: 600;
}
.day li:nth-child(2){
	margin-left: 1em;
}
#year{
	display: flex;
	flex-wrap: wrap;
}
.y_title{
	font-size: x-large;
	font-weight: 800;
	color:cornflowerblue;
	text-shadow: 2px 2px #ccc;
	padding: 6px;
}
.y_elment{
	list-style: none;
}
.month{
	min-width: 280px;
	border: dashed 1.5px orange;
	border-radius: 10px;
	margin: 10px;
	padding: 6px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.month2{
	min-width: 280px;
	border: dashed 1.5px forestgreen;
	border-radius: 10px;
	margin: 10px;
	padding: 6px;
	background-color: #fff;
}
.month2 .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.notice{
	margin-top: 10px;
	list-style: none;
	font-size: small;
	color: darkred;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.notice li{
	margin-right: 1em;
}
#facility{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#facility>div{
	width: 320px;
	margin: 10px;
}
.f_photo {
	text-align: center;
}
.f_photo img{
	border-radius: 10px;
}
.f_title{
	color: forestgreen;
	font-weight: 800;
}
.photo_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
/*	text-align: center;*/
}
.photo_area>div {
	text-align: center;
}
.photo_area img{
	max-width: 200px;
	max-height: 200px;
	/*height: auto;*/
	border-radius: 6px;
	margin: 10px;
}
.foo { 
	/*	transform: rotate(7deg); */
}
.deg1 { 
	transform: rotate(3deg); 
}
.deg2 { 
	transform: rotate(0deg); 
}
.deg3 { 
	transform: rotate(-3deg); 
}
.deg4 { 
	transform: rotate(0deg); 
}

.waku01 {
  border:3px solid #ffff;
  box-shadow: 1px 3px 8px rgba(20,20,20,0.3);
}
.waku01:before {
  box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.4),
			  -1px -1px 2px rgba(40,40,40,0.2),
			  1px 1px 2px rgba(255,255,255,1);  
}
.y_photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
/*	text-align: center;*/
    width: 100%;
}
.y_photo img{
	max-width: 120px;
	height: auto;
	border-radius: 6px;
	margin: 10px;
}
.y_photo>div{
	/*display: block;*/
	width: 120px;
	height: 90px;
	/*height: auto;*/
	border-radius: 6px;
	margin: 10px;
}
.photo_insert{
    width: 100%;
    text-align: right;
}
.photo_insert img{
    height: 60px;
    width: auto;
}
.dummy{
	display: none;
}
/*Tablet View ----------------------------------------------------------------------------------------------*/
@media (min-width: 768px){
    .y_photo {
       /* max-width: 840px;*/
        margin: auto;
    }
    .y_photo img{
        max-width:none;
        width: auto;
        max-height: 120px;
    }
	.month{
		width: 280px;
		border: dashed 1.5px orange;
		border-radius: 10px;
		margin: 10px;
		padding: 6px;
		background-color: #fff;
	}
	.month2{
		width: 595px;
		border: dashed 1.5px forestgreen;
		border-radius: 10px;
    	margin: 10px auto;
		padding: 6px;
		background-color: #fff;
	}
	.notice{
		/*width: 595px;*/
		/*margin-top: 0px;*/
		display: flex;
		justify-content: flex-end;
	}
	.notice li{
		margin-right: 2em;
	}
	.dummy{
		display: block;
	}
}

/*Desktop View ----------------------------------------------------------------------------------------------*/
@media (min-width: 1024px){
		
}
