
/* --------------------------------------------------- */
#mainvisual {
	width: 100%;
	height: 450px;
	position: relative;
	background: url("../images/top/mv.jpg") no-repeat center;
	background-size: cover;
}
@media only screen and ( max-width : 968px ) {
}
@media screen and (max-width: 580px) {
}
/* --------------------------------------------------- */
#area1 {
	width: 100%;
	position: relative;
}
#area1 .inner {
	position: relative;
	z-index: 1;
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	padding: 90px 0;
}
#area1 .ttl-style01 {
	position: absolute;
	line-height: 100%;
	top: -40px;
	left: 0;
}
#area1 .btn-style01 {
	position: absolute;
	left: 0;
	top: 120px;
	width: 30%;
}
#area1 ul {
	max-width: 850px;
	width: 65%;
	margin: 0 0 100px auto;
}
#area1 li {
	width: 100%;
	background-color: #fff;
	display: table;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom: 15px;
}
#area1 li span,
#area1 li p {
	display: table-cell;
	vertical-align: top;
}
#area1 li span {
	width: 100px;
	font-size: 10px;
	padding-top: 5px;
}
#area1 li p {
}
#area1 li p a {
}
#area1 li p a:hover {
	text-decoration: underline;
}
#area1 .img {
	max-width: 850px;
	width: 80%;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
}

@media screen and ( max-width : 968px ) {
	#area1 .inner {
        padding: 90px 0 180px;
    }
	#area1 .btn-style01 {
        width: 90%;
		top: auto;
		bottom: 130px;
		left: 50%;
		transform: translate(-50%, 0%);
    }
    #area1 ul {
        max-width: 850px;
        width: 100%;
        margin: 0 auto 60px;
    }
	#area1 .img {
        max-width: 500px;
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
	#area1 .ttl-style01 {
        top: -30px;
    }
}
@media screen and (max-width: 580px) {
	#area1 .inner {
        padding: 50px 0 110px;
    }
	#area1 li {
        display: block;
        padding: 13px 5px;
        border-radius: 0;
        margin-bottom: 0px;
		box-shadow: none;
		border-bottom: #ccc 1px dashed;
    }
    #area1 li span,
    #area1 li p {
        display: block;
		line-height: 140%;
    }
    #area1 li span {
        padding-top: 0;
		margin-bottom: 4px;
		font-size: 8px;
		letter-spacing: 2px;
    }
	#area1 .ttl-style01 {
        top: -20px;
    }
	#area1 .btn-style01 {
		bottom: 90px;
    }
}
/* --------------------------------------------------- */
#area2 {
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
	background: url("../images/top/ph02.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 0 200px;
}
#area2 .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 40px;
}
#area2 .inner .ttl-style01,
#area2 .inner p {
	text-align: right;
}
#area2 .inner p {
	font-weight: 500;
}
#area2 .inner2 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#area2 .inner2 .box {
	width: 48%;
	background-color: #fff;
	padding: 5%;
}
#area2 .inner2 .box .ttl {
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 20px;
}
#area2 .inner2 .box .ph {
	margin-bottom: 20px;
}
#area2 .inner2 .box p {
	margin-bottom: 30px;
}
#area2 .inner2 .box a {
	margin: 0 auto;
}
@media screen and ( max-width : 968px ) {
	#area2 {
        padding: 10px 0 100px;
    }
	#area2 .inner2 .box {
        width: 48%;
        padding: 3%;
    }
	#area2 .inner2 .box p {
		line-height: 170%;
	}
}
@media screen and (max-width: 768px) {
	#area2 .inner2 {
        display: block;
    }
    #area2 .inner2 .box {
        width: 100%;
        background-color: #fff;
        padding: 5%;
		margin-bottom: 20px;
    }
}
@media screen and (max-width: 580px) {
	#area2 {
        padding: 10px 0 20px;
		margin: 0 auto 30px;
    }
}
/* --------------------------------------------------- */
#area3 {
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}
#area3 .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
}
#area3 .inner p {
	margin-bottom: 30px;
}
#area3 .inner2 {
	width: 100%;
}
#area3 .inner2 .center {
}
#area3 .inner2 .center .box {
	padding: 0 20px;
}
#area3 .inner2 .center .box a {
	display: block;
	border: #ccc 1px solid;
	padding: 30px;
	overflow: hidden;
}
#area3 .inner2 .center .box a:hover {
	border: #555 1px solid;
}
#area3 .inner2 .center .box .ph {
	width: 40%;
	position: relative;
    padding-top: 65%;
	float: right;
}
#area3 .inner2 .center .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#area3 .inner2 .center .box .left {
	width: 55%;
}
#area3 .inner2 .center .box .left span {
	display: inline-block;
	font-size: 9px;
}
#area3 .inner2 .center .box .left .category {
	font-weight: 600;
	margin-right: 15px;
}
#area3 .inner2 .center .box .left .day {
}
#area3 .inner2 .center .box .left p {
	font-size: 12px;
	line-height: 170%;
	padding-top: 20px;
}

#area3 .inner3 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#area3 .inner3 .box {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 60px;
	position: relative;
	border: #777 1px solid;
	padding: 30px 30px 90px;
}
#area3 .inner3 .box:nth-child(even) {
	margin-right: 0;
}
#area3 .inner3 .box .tab {
	display: block;
	border: #777 1px solid;
	border-bottom: none;
	max-width: 200px;
	width: 90%;
	background-color: #fff;
	font-weight: 600;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -30px;
	left: -1px;
	text-align: center;
}
#area3 .inner3 .box p {
}
#area3 .inner3 .box .btn {
	display: block;
	width: 100%;
	background-color: #F4F4F4;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#area3 .inner3 .box .btn:hover {
	background-color: #777;
	color: #fff;
}
@media screen and ( min-width : 1801px ) {
	#area3 .inner2 .center .box {
        max-width: 900px;
        width: 70%;
    }
}
@media screen and ( max-width : 1200px ) {
	#area3 .inner2 .center .box {
        padding: 0 10px;
    }
	#area3 .inner2 .center .box a {
		padding: 20px;
	}
	#area3 .inner2 .center .box .ph {
        width: 100%;
        position: relative;
        padding-top: 200px;
        float: none;
		margin-bottom: 20px;
    }
    #area3 .inner2 .center .box .left {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
	#area3 .inner3 {
        display: block;
    }
    #area3 .inner3 .box {
        width: 100%;
        margin-right: 0;
        padding: 30px 30px 90px;
    }
}
@media screen and (max-width: 580px) {
	#area3 {
        margin: 0 auto 50px;
    }
	#area3 .inner2 .center .box a {
		padding: 0 5% 5% 5%;
	}
	#area3 .inner2 .center .box .ph {
		width: 110%;
		padding-top: 150px;
		margin: 0 -5% 5px;
	}
	#area3 .inner2 .center .box .left p {
		padding-top: 10px;
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
	}
}
/* --------------------------------------------------- */
