@charset "UTF-8";

.events_main{
	width: 84%;
	margin: 0 auto ;
	padding:80px 0 0 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共通)-----------*/
.clip{
	position: absolute;
	width: 50%;
	top:-80px;
	left:30%;
	z-index: 4;
}
.month{
	width: 35%;
	margin: 10px 55% 10px 5%;
	
}
.event_list{
	width: 95%;
	padding-left: 5%;
	font-size: 16px;
	color: #7e5728;
	line-height: 1.8em;
}
/*-------------(tarm1)-----------*/
.tarm1{
	width: 100%;
	position: relative;
	margin: 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}
.tarm1_circle{
	position:absolute;
	top:100px;
	right:-10%;
	width:80%;
	background-color: #fef2f4;
	border-radius: 100%;
	z-index: 0;
	height: 85%;
}
.tarm1_cover{
	width: 60%;
	position: absolute;
	top:0;
	left:-5%;
	z-index: 0;
}
.tarm1_events{
	position: relative;
	float: left;
	top:100px;
	left:12%;
	width: 25%;
	padding:  40px 3%;
	border:2px solid #ffa5a7;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-bottom: 50px;
}

.tarm1_color{
	color:#F6BAC1; 
}

.photo1{
	position:relative;
	width: 50%;
	margin:80px 3% 50px 47%;
	z-index: 5;
}
/*-------------(tarm2)-----------*/
.tarm2{
	width: 100%;
	position: relative;
	margin: -60px 0 0 0;
	height: auto;
	overflow: hidden;
	
}
.tarm2_circle{
	position:absolute;
	top:100px;
	left:-10%;
	width:90%;
	background-color: #fff8db;
	border-radius: 100%;
	z-index: 0;
	height: 90%;
}
.tarm2_cover{
	width: 60%;
	position: absolute;
	top:0;
	right:-5%;
	z-index: 0;
}
.tarm2_events{
	position: relative;
	float: right;
	top:150px;
	right:12%;
	width: 25%;
	padding:  40px 3%;
	border:2px solid #ffb030;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-bottom: 50px;
}

.tarm2_color{
	color:#ffd45c; 
}

.photo2{
	position:relative;
	width: 50%;
	margin:80px 47% 50px 3%;
	z-index: 5;
}
/*-------------(tarm3)-----------*/
.tarm3{
	width: 100%;
	position: relative;
	margin:-30px 0 0 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}
.tarm3_circle{
	position:absolute;
	top:100px;
	right:-10%;
	width:90%;
	background-color: #e6ffff;
	border-radius: 100%;
	z-index: 0;
	height: 75%;
}
.tarm3_cover{
	width: 60%;
	top:0;
	left:-5%;
	z-index: 0;
}
.tarm3_events{
	position: relative;
	float: left;
	top:-80px;
	left:12%;
	width: 25%;
	padding:  40px 3%;
	border:2px solid #82d6de;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-bottom: 50px;
}

.tarm3_color{
	color:#afdcd9; 
}

.photo3{
	position:relative;
	width: 50%;
	margin:-200px 3% 50px 47%;
	z-index: 5;
}
/*--------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: 92%;
	margin: 0 auto ;
	padding:60px 0 0 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共通)-----------*/
.clip{
	position: absolute;
	width: 30%;
	top:-60px;
	left:40%;
	z-index: 4;
}
.month{
	width: 25%;
	margin: 10px 55% 10px 5%;
	
}
.event_list{
	width: 95%;
	padding-left: 5%;
	font-size: 14px;
	color: #7e5728;
	line-height: 1.8em;
}
/*-------------(tarm1)-----------*/
.tarm1{
	width: 100%;
	position: relative;
	margin: 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.tarm1_circle{
	position:absolute;
	top:100px;
	right:-10%;
	width:80%;
	background-color: #fef2f4;
	border-radius: 100%;
	z-index: 0;
	height: 70%;
}
.tarm1_cover{
	width: 60%;
	position: absolute;
	top:0;
	left:-5%;
	z-index: 0;
}
.tarm1_events{
	position: relative;
	float: left;
	top:100px;
	left:5%;
	width: 35%;
	padding: 20px 2%;
	border:2px solid #ffa5a7;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-bottom: 50px;
}

.tarm1_color{
	color:#F6BAC1; 
}

.photo1{
	position:relative;
	width: 50%;
	margin:80px 3% 50px 47%;
	z-index: 5;
}
/*-------------(tarm2)-----------*/
.tarm2{
	width: 100%;
	position: relative;
	margin: -60px 0 0 0;
	height: auto;
	overflow: hidden;
    padding-bottom: 100px;
}
.tarm2_circle{
	position:absolute;
	top:100px;
	left:-10%;
	width:90%;
	background-color: #fff8db;
	border-radius: 100%;
	z-index: 0;
	height:70%;
}
.tarm2_cover{
	width: 60%;
	position: absolute;
	top:0;
	right:-5%;
	z-index: 0;
}
.tarm2_events{
	position: relative;
	float: right;
	top:70px;
	right:5%;
	width: 35%;
	padding: 20px 2%;
	border:2px solid #ffb030;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;

}

.tarm2_color{
	color:#ffd45c; 
}

.photo2{
	position:relative;
	width: 50%;
	margin:80px 47% 50px 3%;
	z-index: 5;
}
/*-------------(tarm3)-----------*/
.tarm3{
	width: 100%;
	position: relative;
	margin:-130px 0 0 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}
.tarm3_circle{
	position:absolute;
	top:100px;
	right:-10%;
	width:90%;
	background-color: #e6ffff;
	border-radius: 100%;
	z-index: 0;
	height: 75%;
}
.tarm3_cover{
	width: 60%;	
}
.tarm3_events{
	position: relative;
	float: left;
	top:-70px;
	left:5%;
	width: 35%;
	padding:  40px 2%;
	border:2px solid #82d6de;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-bottom: 50px;
}

.tarm3_color{
	color:#afdcd9; 
}

.photo3{
	position:relative;
	width: 50%;
	margin:-100px 3% 50px 47%;
	z-index: 5;
}
/*--------MAIN2------------------*/
.events_main2{
	width: 78%;
	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;
    font-size: 14px;
}
.every_photo img{
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.events_main{
	width: 92%;
	margin: 0 auto ;
	padding:30px 0 0 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共通)-----------*/
.clip{
	position: absolute;
	width: 30%;
	top:-60px;
	left:40%;
	z-index: 4;
}
.month{
	width: 25%;
	margin: 10px 55% 10px 5%;
	
}
.event_list{
	width: 95%;
	padding-left: 5%;
	font-size: 14px;
	color: #7e5728;
	line-height: 1.8em;
}
/*-------------(tarm1)-----------*/
.tarm1{
	width: 100%;
	position: relative;
	margin: 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}
.tarm1_circle{
	position:absolute;
	top:900px;
	right:-10%;
	width:100%;
	background-color: #fef2f4;
	border-radius: 100%;
	z-index: 0;
	height: 20%;
}
.tarm1_cover{
	width: 60%;
	position: absolute;
	top:0;
	left:-5%;
	z-index: 0;
}
.tarm1_events{
	position: relative;
	float: left;
	top:50px;
	left:0;
	width: 80%;
	padding: 20px 5%;
	border:2px solid #ffa5a7;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin: 50px 5%;
}

.tarm1_color{
	color:#F6BAC1; 
}

.photo1{
	position:relative;
	width: 90%;
	margin:0 5%;
	z-index: 5;
}
/*-------------(tarm2)-----------*/
.tarm2{
	width: 100%;
	position: relative;
	margin: 0;
	height: auto;
	overflow: hidden;
    padding-bottom: 100px;
}
.tarm2_circle{
	position:absolute;
	top:900px;
	left:-10%;
	width:100%;
	background-color: #fff8db;
	border-radius: 100%;
	z-index: 0;
	height:20%;
}
.tarm2_cover{
	width: 60%;
	position: absolute;
	top:0;
	right:-5%;
	z-index: 0;
}
.tarm2_events{
	position: relative;
	float: right;
	top:50px;
	right:0;
	width: 80%;
	padding: 20px 5%;
	border:2px solid #ffb030;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin: 40px 5%;

}

.tarm2_color{
	color:#ffd45c; 
}

.photo2{
	position:relative;
	width: 90%;
	margin:110px 5% 0;
	z-index: 5;
}
/*-------------(tarm3)-----------*/
.tarm3{
	width: 100%;
	position: relative;
	margin:-80px auto 0;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
}
.tarm3_circle{
	position:absolute;
	top:600px;
	right:-10%;
	width:100%;
	background-color: #e6ffff;
	border-radius: 100%;
	z-index: 0;
	height: 30%;
}
.tarm3_cover{
	width: 60%;	
}
.tarm3_events{
	position: relative;
	float: left;
	top:0px;
	left:5%;
	width: 80%;
	padding:  20px 5%;
	border:2px solid #82d6de;
	border-radius: 12px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-bottom: 0px;
}

.tarm3_color{
	color:#afdcd9; 
}

.photo3{
	position:relative;
	width: 90%;
	margin:-110px 5% 0 5%; 
	z-index: 5;
}
/*--------MAIN2------------------*/
.events_main2{
	width: 78%;
	margin: 60px auto;
	padding:30px 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);
	background-size: 50%;
}
.every_st{
	width: 80%;
	margin:20px 0;
	
}
.every_txt{
	width: 100%;
	color: #7e5728;
	margin: 30px 0;
}
.every_photobox{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto
}
.every_photo{
	width: 90%;
	text-align: left;
	color: #000;
    font-size: 14px;
	margin: 10px 0;
}
.every_photo img{
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
}
/*box-shadow: 1px 1px 6px rgba(0,0,0,0.2);*/
