
/* --------------------------------------------------- */
#sec01 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
}
#sec01 .box {
	width: 31%;
	margin-bottom: 40px;
	margin-right: 3.5%;
}
#sec01 .box:nth-child(3n) {
	margin-right: 0;
}
#sec01 .box a {
	display: block;
}
#sec01 .box .ph {
	display: block;
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
#sec01 .box a .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	transition: .3s;
}
#sec01 .box a:hover .ph img {
	transform: scale(1.08);
    filter: brightness(1.05);
}
#sec01 .box .day {
	display: block;
	font-size: 10px;
	border-bottom: rgba(0,0,0,.6) 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#sec01 .box p {
	line-height: 1.6;
	font-weight: 500;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 910px) {
	#sec01 {
		justify-content: space-between;
	}
	#sec01 .box {
        width: 48%;
		margin-right: 0;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
		width: 95%;
		margin: 0 auto 20px;
	}
	#sec01 .box {
        width: 48.5%;
        margin-bottom: 20px;
    }
	#sec01 .box .ph {
        margin-bottom: 5px;
    }
	#sec01 .box .day {
        font-size: 8px;
    }
	#sec01 .box p {
		font-size: 11px;
		letter-spacing: 1px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto 60px;
	background-color: #fff;
	position: relative;
	padding: 3%;
}
#sec02 .day {
	display: block;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
}
#sec02 .ttl {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 30px;
	border-bottom: #ccc 1px dashed;
	position: relative;
	padding-bottom: 15px;
}
#sec02 p {
	margin-bottom: 30px;
}
#sec02 img {
	display: block;
	max-width: 640px;
	width: 100%;
	margin: 0 auto 30px;
}
#sec02 .btn-style04 {
	margin-top: 50px;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto 30px;
        padding: 5%;
    }
	#sec02 .day {
		font-size: 8px;
	}
	#sec02 .ttl {
        font-size: 1.1em;
        margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


