@charset "UTF-8";

/* ▼▼▼ ガーデンテラス
======================================================*/
#main{
	font-family: 'Noto Sans JP', sans-serif;
}
/* mv
------------------------------------ */
.mv_area{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/miogardenterrace/mv_pc.jpg) no-repeat center/cover;
	width: 100%;
	height: 90vh;
}
	.mv_area .container{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 600px;
		margin: 0;
	}
	.mv_title{
		text-align: center;
		min-width: 672px;
		width: 45vw;
		position: relative;
	}
	.mv_title .date{
		width: 140px;
		position: absolute;
		top: -100px;
		right: -140px;
	}

/* area01
------------------------------------ */
.area01{
	background: #F7F3E9;
	padding: 50px 0 100px;
	color: #532B17;
	font-weight: bold;
}
	.area01 .logo{
		margin: 0 0 45px;
		text-align: center;
	}
	.area01 h2{
		background: url(../img/miogardenterrace/title_bg.png) no-repeat center/549px;
		margin: 0 0 35px;
		font-size: 30px;
		text-align: center;
		letter-spacing: .075em;
	}
	.area01 h2 span{
		background: linear-gradient(transparent 80%, #fff 80%);
	}
	.area01 .read{
		margin: 0 0 80px;
		text-align: center;
		line-height: 2;
	}
	.photo_list{
		display: flex;
		justify-content: space-between;
	}
	.photo_list li{
		width: calc((100%/2) - 20px);
	}
	.area01 h3{
		margin: 75px 0 60px;
		font-size: 28px;
		text-align: center;
		letter-spacing: .1em;
		font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}
	.area01 h3 span{
		border-bottom: 4px solid #532B17;
	}


.area02{
	background: url(../img/miogardenterrace/bg.jpg) no-repeat center/cover;
	padding: 100px 0;
}
	.area02 h2{
		margin: 0 0 30px;
		color: #fff;
		font-size: 28px;
		text-align: center;
		letter-spacing: .1em;
		font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	}
	.area02 h2 span{
		border-bottom: 4px solid #fff;
	}

	.item_list{
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.item_list > li{
		padding: 45px 20px;
		margin-top: 60px;
		background: #fff;
		width: 100%;
		position: relative;
	}
	.item_list > li:not(:nth-child(3n)){
		margin-right: 2%;
	}
	.data_wrap{
		margin: 0 0 40px;
	}
	.item_list > li .icon{
		background: #000;
		border-radius: 25px;
		width: 300px;
		padding: 6px 0;
		color: #fff;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		position: absolute;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -15px;
		left: 50%;
	}
	.item_list > li .flex_box{
		display: flex;
		margin: 0 0 15px;
	}
	.item_logo{
		width: 84px;
		margin-right: 20px;
		flex-shrink: 0;
	}
	.item_list .name{
		margin: 0 0 15px;
		font-size: 20px;
		font-weight: bold;
	}
	.item_list .products{
		font-size: 11px;
	}
	.item_list .products mark{
		background: linear-gradient(transparent 60%, #FFF8A7 60%);
	}
	.item_list .date{
		color: #B40808;
		font-size: 14px;
		font-weight: bold;
	}
	.item_list .photo{
		margin: 0 0 20px;
	}
	.item_list .description_txt{
		font-size: 12px;
	}


.item_slider{
	opacity: 0;
}
.item_slider.slick-initialized{
	opacity: 1;
}

/* dotsカスタム */
.slick-dots{
	top: 100%;
	bottom: auto;
	padding: 0!important;
	justify-content: center;
}
.slick-dots li{
	padding: 0!important;
	margin: 0 5px!important;
	height: 11px!important;
	width: 11px!important;
	cursor: pointer;
	position: relative;
}
.slick-dotted.slick-slider{
	margin: 0 0 40px;
}
	.slick-dots li button {
		border: 0;
		background: transparent;
		display: block;
		height: 100%;
		width: 100%;
		outline: none;
		line-height: 0px;
		font-size: 0px;
		color: transparent;
		padding: 0;
		cursor: pointer;
	}
	.slick-dots li button:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		font-size: 0!important;
		opacity: 1!important;
		border: 1px solid #208F6A;
		border-radius: 50%;
		width: 9px!important;
		height: 9px!important;
		line-height: 1!important;
		text-align: center;
		-webkit-font-smoothing: antialiased;
	}
	.slick-dots li.slick-active button:before{
		content: "";
		background: #208F6A;
		border: 1px solid #208F6A;
	}

/* sns_area */
.sns_area{
	background: #FFFEEA;
	border-radius: 5px;
	margin: 80px 0 0;
	padding: 30px;
}
	.sns_area > p{
		text-align: center;
		margin: 0 0 20px;
	}
	.sns_area ul{
		display: flex;
		justify-content: center;
	}
	.sns_area ul li:not(:last-child){
		margin-right: 40px;
	}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
	/* mv
	------------------------------------ */
	.mv_area{
		background: url(../img/miogardenterrace/mv_sp.jpg) no-repeat center/cover;
		height: calc(100vh - 183px);
	}
		.mv_title{
			min-width: 0;
			width: 100%;
		}
		.mv_title .date{
			width: 21vw;
			position: absolute;
			top: -17vw;
			right: 0;
		}

	/* area01
	------------------------------------ */
	.area01{
		padding: 45px 0 60px;
	}
		.area01 .logo{
			width: 75%;
			margin: 0 auto 45px;
		}
		.area01 h2{
			background: none;
			margin: 0 0 23px;
			font-size: 18px;
			position: relative;
		}
		.area01 h2::before{
			content: "";
			background: url(../img/miogardenterrace/title_bg.png) no-repeat center/325px;
			width: 100%;
			height: 100%;
			position: absolute;
			transform: translateX(-50%);
			left: 50%;
			top: 0;
		}
		.area01 .read{
			margin: 0 0 40px;
		}
		.photo_list{
			display: block;
		}
		.photo_list li{
			width: 100%;
		}
		.photo_list li:not(:last-child){
			margin-bottom: 30px;
		}
		.area01 h3{
			margin: 43px 0 30px;
			font-size: 20px;
		}
		.area01 h3 span{
			border-bottom: 2px solid #532B17;
		}


	.area02{
		padding: 50px 0;
	}
		.area02 h2{
			margin: 0 0 30px;
			font-size: 20px;
		}
		.area02 h2 span{
			border-bottom: 2px solid #fff;
		}

		.item_list{
			display: block;
		}
		.item_list > li{
			padding: 45px 20px;
			margin-top: 60px;
			width: 100%;
		}
		.item_list > li:not(:nth-child(3n)){
			margin-right: 0;
		}
		.data_wrap{
			margin: 0 0 40px;
		}
		.item_list > li .icon{
			background: #000;
			border-radius: 25px;
			width: 197px;
			padding: 6px 0;
			color: #fff;
			font-size: 13px;
			text-align: center;
			font-weight: bold;
			position: absolute;
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			top: -15px;
			left: 50%;
		}
		.item_list > li .flex_box{
			display: flex;
			margin: 0 0 15px;
		}
		.item_logo{
			width: 84px;
			margin-right: 20px;
			flex-shrink: 0;
		}
		.item_list .name{
			margin: 0 0 15px;
			font-size: 13px;
			font-weight: bold;
		}
		.item_list .products{
			font-size: 11px;
		}
		.item_list .products mark{
			background: linear-gradient(transparent 60%, #FFF8A7 60%);
		}
		.item_list .date{
			color: #B40808;
			font-size: 14px;
			font-weight: bold;
		}
		.item_list .photo{
			margin: 0 0 20px;
		}
		.item_list .description_txt{
			font-size: 12px;
		}

	/* sns_area */
	.sns_area{
		margin: 40px 0 0;
		padding: 20px;
	}
		.sns_area > p{
			margin: 0 0 10px;
		}
		.sns_area ul li:not(:last-child){
			margin-right: 20px;
		}
}
