@charset "UTF-8";

.events_main{
	width: 84%;
	margin: 0 auto ;
	padding:80px 0 60px 0;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
/*-------------(tarm1,tarm2,tarm3共通)-----------*/

.month_list{
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 2px dotted #A08B6D;
	margin: 10px auto;
	justify-content: flex-start;
	
}
.month{
	margin: 10px 0 20px;
	width: 10%;
}
.event_list{
	width: 80%;
	align-self: center;
	margin-left: 5%;
	font-size: 16px;
	color: #7e5728;
	line-height: 1.8em;
	text-align: left;
}
/*-------------(tarm1)-----------*/
.tarm1{
	width: 100%;
	position: relative;
	margin: 40px auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}

.tarm1_cover{
	width: 30%;
	position: absolute;
	top:0;
	left:35%;
	z-index: 2;
}
.tarm1_events{
	position: relative;
	width: 80%;
	padding:  40px 3%;
	background-color: #FEF2F4;
	border-radius: 12px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: 70px auto 30px;
}

.tarm1_color{
	color:#F6BAC1; 
}


/*-------------(tarm2)-----------*/
.tarm2{
	width: 100%;
	position: relative;
	margin: 40px auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}

.tarm2_cover{
	width: 30%;
	position: absolute;
	top:0;
	left:35%;
	z-index: 2;
}
.tarm2_events{
	position: relative;
	width: 80%;
	padding:  40px 3%;
	background-color: #FFF8DB;
	border-radius: 12px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: 70px auto 30px;
	
}

.tarm2_color{
	color:#ffd45c; 
}


/*-------------(tarm3)-----------*/
.tarm3{
	width: 100%;
	position: relative;
	margin: 40px auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}

.tarm3_cover{
	width: 30%;
	position: absolute;
	top:0;
	left:35%;
	z-index: 2;
}
.tarm3_events{
	position: relative;
	width: 80%;
	padding:  40px 3%;
	background-color: hsla(180,100%,95%,1.00);
	border-radius: 12px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: 70px auto 30px;
}

.tarm3_color{
	color:#afdcd9; 
}

/*-------tarm_photo_area----------------*/
.tarm_photo_area{
	width: 86%;
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tarm_photo{
	width: 31%;
	text-align: center;
	font-size: 14px;
	
}
.tarm_photo img{
	border-radius: 10px;
}
/*--------MAIN2------------------*/
.events_main2{
	width: 70%;
	margin: 60px auto;
	padding:50px 7%;
	background-image: url("../img/events/every_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.every_st{
	width: 50%;
	margin:30px 0;
	
}
.every_txt{
	width: 100%;
	color: #7e5728;
	margin: 30px 0;
}
.every_photobox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.every_photo{
	width: 47%;
	text-align: left;
	color: #000;
}
.every_photo img{
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.events_main{
	width: 90%;
	margin: 0 auto ;
	padding:50px 0;

}

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
	.events_main{
	width: 90%;
	margin: 0 auto ;
	padding:40px 0;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
/*-------------(tarm1,tarm2,tarm3共通)-----------*/

.month_list{
	width: 90%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	border-bottom: 2px dotted #A08B6D;
	margin: 10px auto;
	justify-content: flex-start;
	
}
.month{
	margin: 10px 0 20px;
	width: 25%;
}
.event_list{
	width: 100%;
	align-self: center;
	margin-left: 0;
	font-size: 14px;
	color: #7e5728;
	line-height: 1.8em;
	text-align: left;
}
/*-------------(tarm1)-----------*/
.tarm1{
	width: 100%;
	position: relative;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}

.tarm1_cover{
	width: 60%;
	position: absolute;
	top:0;
	left:20%;
	z-index: 2;
}
.tarm1_events{
	position: relative;
	width: 90%;
	padding:  40px 0;
	background-color: #FEF2F4;
	border-radius: 12px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: 30px auto;
}

.tarm1_color{
	color:#F6BAC1; 
}


/*-------------(tarm2)-----------*/
.tarm2{
	width: 100%;
	position: relative;
	margin: 40px auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}

.tarm2_cover{
	width: 60%;
	position: absolute;
	top:0;
	left:20%;
	z-index: 2;
}
.tarm2_events{
	position: relative;
	width: 80%;
	padding:  40px 3%;
	background-color: #FFF8DB;
	border-radius: 12px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: 30px auto;
}

.tarm2_color{
	color:#ffd45c; 
}


/*-------------(tarm3)-----------*/
.tarm3{
	width: 100%;
	position: relative;
	margin: 40px auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}

.tarm3_cover{
	width: 60%;
	position: absolute;
	top:0;
	left:20%;
	z-index: 2;
}
.tarm3_events{
	position: relative;
	width: 80%;
	padding:  40px 3%;
	background-color: hsla(180,100%,95%,1.00);
	border-radius: 12px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	margin: 30px auto;
}

.tarm3_color{
	color:#afdcd9; 
}

/*-------tarm_photo_area----------------*/
.tarm_photo_area{
	width: 86%;
	margin: 10px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tarm_photo{
	width: 90%;
	text-align: center;
	font-size: 14px;
	margin: 10px auto;
	
}
.tarm_photo img{
	border-radius: 10px;
}
/*--------MAIN2------------------*/
.events_main2{
	width: 80%;
	margin: 30px auto;
	padding:30px 5%;
	background-image: url("../img/events/every_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 70%;
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.every_st{
	width: 80%;
	margin:20px 0;
	
}
.every_txt{
	width: 100%;
	color: #7e5728;
	margin: 20px 0;
}
.every_photobox{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 2%;
	font-size: 13px;
	text-align: centerl
}
.every_photo{
	width: 100%;
	text-align: center;
	color: #000;
	margin: 10px auto;
}
.every_photo img{
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}

}

