@charset "UTF-8";
/*===============================================================
	海街ライドstyle
=============================================================== */
br.pc {
	display: none;
}
@media screen and (min-width: 436px) {
	br.pc {
		display: block;
	}
}
/*------------------------------------------------------------
	Top
-------------------------------------------------------------*/
.single-area-left p.txt {
	width: 100%;
	height: auto;
	margin: 0 0 1em 0;
	padding: 1em;
	text-align:justify;
}
@media screen and (min-width: 436px) {
	.single-area-left p.txt {
		text-align: center;
	}
}
.corse-area {
	position: relative;
    width: 90%;
    margin: 1em auto;
    padding: 1em;
    box-sizing: border-box;
    border: #1981d8 5px solid;
}
.thumb-box {
	width: 100%;
	height: auto;
	margin: 1em auto;
	padding: 0;
}
ul.ur-rand-box {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}
.ur-rand-box li {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
}
    .ur-rand-box li a {
		position: relative;
		display: inline-block;
		color: #1981d8;
		text-decoration: none;
	}
		.ur-rand-box li a::after {
			position: absolute;
			bottom: -4px;
			left: 0;
			width: 100%;
			height: 2px;
			content: '';
			background: #1981d8;
			transition: transform .3s;
			transform: scale(0, 1);
			transform-origin: center top;
		}
			.ur-rand-box li a:hover::after {
				transform: scale(1, 1);
			}

	a.ur-area-btn {
		display: block;
		width: 100%;
		margin: 1.5em 0 0 0;
		padding: 0.5em;
		text-align: center;
		color: #fff;
		border-radius: 0.2em;
		background-color: #1981d8;
		border: #1981d8 1px solid;
		transition: 0.5s;
	}
		a.ur-area-btn:hover {
			color: #1981d8;
			border-radius: 0.2em;
			background-color: #fff;
			border: #1981d8 1px solid;
		}
/*------------------------------------------------------------
	Corse
-------------------------------------------------------------*/
.uride-are-left {
	width: 90%;
	margin: 0 auto 0 auto;
}
@media screen and (min-width: 436px) {
	.uride-are-left {
		width: 74.6%;
		margin: 0 20px 0 0;
	}
}


.mapSet {
	margin: 0;
}

.map-area,
.gmap-area,
.tour-area {
	width: 100%;
	margin: 1em 0 1.5em 0;
}
    .corse-area h3,
	.map-area h3,
	.gmap-area h3,
	.tour-area h3 {
		display: block;
		width: 100%;
		text-align: center;
		color: #1981d8;
		margin: 0 0 1em 0;
		padding: 0.5em 0 1em 0;
		background: url('../images/umimachi-ride/ln_tit.gif') bottom center no-repeat;
	}
	.mapSet iframe,
	.gmap-area iframe {
		width: 100%;
		height: 480px;
		margin: 0;
		padding: 0;
	}

	.ur-sche-title {
		display: block;
		width: 100%;
		margin: 1em 0 1em 0;
		padding: 0.5em 2em;
		font-weight: 500;
		color: #fff;
		background-color: #1981d8;
		border-radius: 0.5em;
	}

.tour-area i {
	color: #1981d8;
}
h4.tour-title {
	display: block;
	width: 100%;
	margin: 0.5em 0 0 0;
	padding: 0 0.5em 0 0;
	color: #1981d8;
	font-size: 100%;
	font-weight: 600;
}
	h4.tour-title::before {
		content: "\f0da";
		font-family: 'Font Awesome 5 Free';
		font-weight: 700;
		font-size: 150%;
		margin-right: 0.5em;
		vertical-align: middle;
	}
	dl.tour-box {
		width: 100%;
		height: auto;
		margin: 0 auto 3em auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		dl.tour-box dt {
			position: relative;
			width: 15%;
			text-align: center;
			margin-right: 0.5%;
			padding: 0;
			border-right: 2px solid #1981d8;
		}
		dl.tour-box dd {
			width: 80%;
			margin: 0;
			padding: 0;
		}
			dl.tour-box dd img {
				display: block;
				width: 100%;
				height: auto;
				margin: 1em 0 0 0;
			}
			.ur-img-flex {
				width: 100%;
				margin: 0 auto;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
@media screen and (min-width: 436px) {
	dl.tour-box dt {
		width: 7.5%;
	}
	dl.tour-box dd {
		width: 91%;
	}
	dl.tour-box dd img {
		width: 330px;
	}
	.ur-img-flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}
		.ur-blue-txt,
		.ur-blue-txt-break {
			color: #1981d8;
		}

.ride-course-area {
	width: 100%;
}
.ride-course-intro {
	width: 100%;
	margin: 0 auto;
}
.ride-course-intro iframe {
	width: 100%;
	max-height: 220px;
}
@media screen and (min-width: 436px) {
	.ride-course-intro {
		width: 90%;
		margin: 0 auto;
	}
	.ride-course-intro iframe {
		width: 90%;
		max-height: 400px;
	}
}

	.ride-course-area h2 {
		display: block;
		width: 100%;
		margin: 0 0 1em 0;
		padding: 0.5em 0 0.5em 0;
		font-family: 'Shippori Mincho B1', serif;
		font-weight: 800;
		font-size: 250%;
		color: #1981d8;
		text-align: center;
		background: url('../images/umimachi-ride/ttl01.png') bottom center repeat-x;
	}
	.ride-course-area h3 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.detail-area {
		width: 100%;
		margin: 1em auto 1.5em auto;
		padding: 0;
		color: #1981d8;
		border: 2px solid #c6e1f6;
		background-color: #c6e1f6;
		display: flex;
		flex-direction: column;
	}
	.detail-area div.table-title {
		display: block;
		width: 100%;
		padding: 1em;
		font-weight: 700;
		text-align: center;
		color: #1981d8;
	}
	.detail-area dl {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0.5em;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
		background-color: #fff;
	}
		.detail-area dt {
			width: 45%;
			margin: 0;
			padding: 0.5em 1em;
			font-size: 90%;
			border-bottom: 1px dotted #1981d8;
		}
		.detail-area dd {
			width: 55%;
			margin: 0;
			padding: 0.5em 1em;
			font-weight: 600;
			border-bottom: 1px dotted #1981d8;
		}
		.detail-area dt:last-of-type,
		.detail-area dd:last-of-type {
			border-bottom: none;
		}
@media screen and (min-width: 436px) {
	.detail-area {
		width: 90%;
		display: flex;
		flex-direction: row;
	}
        .detail-area div.table-title {
			width: 20%;
		}
		.detail-area dl {
			width: 80%;
		}
			.detail-area dt {
				width: 32%;
			}
			.detail-area dd {
				width: 68%;
			}
}
/*------------------------------------------------------------
	Cycle Station
-------------------------------------------------------------*/
.station-area {
	background:#e3f1c0;
	border-radius:0.5em;
	padding: 1em;
}
.station-area h3 {
	width: 100%;
	color: #8bc500;
	text-align: center;
}
	.cycle-station-slide {
		width: 100%;
		margin-bottom: 1.5em;
	}
	img.station-head {
		width: 100%;
		margin: 0 auto;
	}
	.st-flex {
		width: 100%;
		margin: 1em 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.st-flex::after {
			display: block;
			content: '';
			width: 32%;
		}
		.st-box {
			width: 48%;
			height: auto;
			margin: 0 0 1em 0;
			padding: 0.5em 0;
			overflow: hidden;
			border-bottom: 2px dotted #8bc500;
		}

@media screen and (min-width: 436px) {
	.st-box {
		width: 32%;
	}
}
			.st-box h3 {
				display: flex;
				align-items: center;
				justify-content: center;
				line-height: 1.3;
				min-height: 3em;
				padding: 0.5em 0.5em;
				border-left: 5px solid #8bc500;
				border-right: 5px solid #8bc500;
				background-color: #fff;
			}
			.st-box img {
				display: block;
				width: 170px;
				height: auto;
				margin: 0 auto;
				padding: 0;
			}
			.st-box dl dt {
				width: 90%;
				margin: 0.5em auto 0 auto;
				padding: 0 1em;
				text-align: center;
				font-weight: 600;
				background-color: #f8ffe3;
				border-radius: 0.2em;
			}
@media screen and (min-width: 436px) {
			.st-box dl dt br {
				display: none;
			}
}
			.st-box dl dd {
				text-align: center;
				margin: 0;
				padding: 0.5em 1em;
				word-break: break-all;
			}