/* topImgWrap */

.topImgWrap {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: contain;
	background-size: contain;
	border-bottom: 6px solid #114956;
	margin-bottom: 25px;
}

.titleWrap {
	margin-bottom: 25px;
}

.titleWrap h2 {
	width: 260px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../img/day/h2.png);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain;
}

.titleWrap p {
	font-size: 18px;
}

.titleWrap p.center {
	font-size: 20px;
	margin-bottom: 25px;
}


/*contentsWrap*/

.contentsWrap {
	width: 100%;
	margin-bottom: 100px;
	border-bottom: 1px solid #333;
}

.contentsWrap2 {
	width: 100%;
	margin-bottom: 250px;
}

.contentsWrap .title,
.contentsWrap2 .title {
	font-size: 40px;
	margin-bottom: .5em;
}

.contentsWrap .columnBox,
.contentsWrap2 .columnBox {
	width: 100%;
	margin-bottom: 25px;
}

.contentsWrap .columnBox.img,
.contentsWrap2 .columnBox.img {
	width: 640px;
}

.contentsWrap .columnBox.img>img,
.contentsWrap2 .columnBox.img>img {
	max-width: 100%;
}

.contentsWrap .text,
.contentsWrap2 .text {
	width: 560px;
}

.contentsWrap .text p,
.contentsWrap2 .text p {
	font-size: 18px;
	padding: 1em;
}

.contentsWrap .carousel1,
.contentsWrap2 .carousel2 {
	width: 100%;
	margin-bottom: 100px;
}

.contentsWrap .carousel1 div>img,
.contentsWrap2 .carousel2 div>img {
	max-width: 100%;
}

.contentsWrap .carousel1 p,
.contentsWrap2 .carousel2 p {
	font-size: 18px;
	text-align: center;
}


/* PCの場合 */

@media screen and (min-width: 980px) {
	/* topImgWrap */
	.topImgWrap {
		height: 150px;
		background-image: url(../img/day/top.jpg);
	}
	/* contentsWrap */
	.contentsWrap .carousel1 div,
	.contentsWrap2 .carousel2 div {
		width: 400px;
	}
}


/* SPの場合 */

@media screen and (max-width: 980px) {
	/* topImgWrap */
	.topImgWrap {
		height: 22.5vw;
		background-image: url(../img/day/sp_top.png);
		-webkit-background-size: cover;
		background-size: cover;
		margin-bottom: 15px;
	}
	.titleWrap {
		margin-bottom: 15px;
	}
	.titleWrap p {
		font-size: 14px;
		padding: 10px;
	}
	.titleWrap p.center {
		font-size: 14px;
		margin-bottom: 5px;
	}
	/*contentsWrap*/
	.contentsWrap {
		margin-bottom: 25px;
	}
	.contentsWrap2 {
		margin-bottom: 60px;
	}
	.contentsWrap .title,
	.contentsWrap2 .title {
		font-size: 20px;
	}
	.contentsWrap .columnBox .img,
	.contentsWrap2 .columnBox .img {
		width: 55%;
	}
	.contentsWrap .text,
	.contentsWrap2 .text {
		width: 45%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.contentsWrap .text p,
	.contentsWrap2 .text p {
		font-size: 14px;
		padding: 5px;
	}
	/* carousel */
	.contentsWrap .carousel1,
	.contentsWrap2 .carousel2 {
		margin-bottom: 25px;
	}
	.contentsWrap .carousel1 p,
	.contentsWrap2 .carousel2 p {
		font-size: 14px;
	}
	.carousel1,
	.carousel2 {
		width: 100%;
		position: relative;
	}
	.contentsWrap .carousel1 div>img,
	.contentsWrap2 .carousel2 div>img {
		width: 100%;
	}
	.prev,
	.next {
		z-index: 1000;
		position: absolute;
		font-size: 80px;
		top: 50%;
		margin-top: -40px;
		color: rgba(51, 51, 51, .8);
	}
	prev {
		left: 0;
	}
	.next {
		right: 0;
	}
}


/* 縦長の場合 */

@media only screen and (max-width: 980px) and (orientation: portrait) {
	.titleWrap h2 {
		width: 60%;
		height: 6vh;
	}
	.contentsWrap .text,
	.contentsWrap2 .text {
		height: 23vh;
	}
}


/* 横長の場合 */

@media only screen and (max-width: 980px) and (orientation: landscape) {
	.contentsWrap .text,
	.contentsWrap2 .text {
		height: 70vh;
	}
}