#onedaytrip .inner{
	width: 1100px;
	color: #736357;
}

#onedaytrip header{
	display: flex;
	justify-content: center;
}
	#onedaytrip header h2{
		width: 603px;
		margin-right: 20px;
		padding-top: 17px;
	}
		#onedaytrip header h2 img{
			width: 100%;
			height: auto;
		}
	#onedaytrip header .read{
		width: 375px;
		padding: 49px 50px;
		background: url("images/read_bg.png") no-repeat;
	}
		#onedaytrip header .read p{
			letter-spacing: 2px;
			line-height: 180%;
			font-size: 1.1em;
			font-weight: 700;
		}

#onedaytrip ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
    margin: 0 auto;
}
	#onedaytrip ul li{
		width: 48%;
		margin: 1%;
	}
	#onedaytrip ul li dl{
		
	}
		#onedaytrip ul li dl dt{
			margin-bottom: 10px;
		}
			#onedaytrip ul li dl dt img{
				width: 100%;
				height: auto;
			}
		#onedaytrip ul li dl dd {
			display: flex;
			justify-content: center;
			align-items: center;
		}
			#onedaytrip ul li dl dd label {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 66px;
				height: 62px;
				color: #FFFFFF;
				font-weight: 700;
				background: url("images/label_bg.png") no-repeat center;
				margin-right: 10px;
			}
			#onedaytrip ul li dl dd .titleSet{
				width: 68%;
			}
				#onedaytrip ul li dl dd .titleSet .sub{
					display: inline-block;
					color: #FFFFFF;
					background: #736357;
					padding: 5px 10px;
					line-height: 100%;
					margin-bottom: 5px;
				}
				#onedaytrip ul li dl dd .titleSet .title{
					font-size:1.25em;
					line-height: 130%;
					letter-spacing: 1px;
				}


@media screen and (max-width: 736px) {

#onedaytrip .inner{
	width: auto;
}

#onedaytrip header{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
	#onedaytrip header h2{
		width: auto;
		margin-right: 0;
		padding-top: 0;
		position: relative;
		z-index: 1;
	}
	#onedaytrip header .read{
		width: auto;
		padding: 14% 8%;
		margin-top: -45px;
		background-size: 100%;
	}
		#onedaytrip header .read p{
			line-height: 180%;
			font-size: 1.5em;
		}

#onedaytrip ul{
	justify-content: center;
}
	#onedaytrip ul li{
		width: auto;
		margin: 0 0 6%;
	}
		#onedaytrip ul li dl dd {
			align-items: flex-start;
		}
			#onedaytrip ul li dl dd label {
				width: 56px;
				height: 54px;
				background: url("images/label_bg.png") no-repeat center;
				background-size: 100%;
			}

}

@media screen and (max-width: 414px) {

	#onedaytrip header .read{
		width: auto;
		padding: 10% 13%;
		margin-top: -25px;
		background-size: 100%;
	}
		#onedaytrip header .read p{
			line-height: 150%;
			font-size: 1em;
		}

}