@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------
page-ttl
-------------------------------------------------- */
.page-ttl:before {
	content: "TOURISM";
	bottom: -30px;
}


@media screen and (max-width: 800px) {
	.page-ttl:before {
		bottom: 0rem;
	}
}

/* --------------------------------------------------

tourism/index.html

-------------------------------------------------- */
/* --------------------------------------------------
about-area
-------------------------------------------------- */
.about-area{
	background: #fff;
	max-width: 1087px;
	padding: 5%;
	margin: 0 auto 5%;
}

.about-area >div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2em;
}

.about-area h3{
	font-size: 2.4rem;
	font-weight: bold;
}

.about-area .btn{
	margin: 0 0 0 auto;
}
.about-area .btn a{
	width: 333px;
}

@media screen and (max-width: 800px) {
	.about-area{
		padding: 2em 1em;
	}
	.about-area >div{
		display: block;
	}
	.about-area h3{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}

	.about-area .btn{
		margin: 0 auto;
	}
}

/* --------------------------------------------------
about-area
-------------------------------------------------- */
.tourism-list li {
	margin-bottom: 3%;
}

/* --------------------------------------------------

tourism/detail.html

-------------------------------------------------- */
/* --------------------------------------------------
figure
-------------------------------------------------- */
figure {
	width: 100%;
	height: 0;
	padding-top: 63.3%;
	position: relative;
	overflow: hidden;
}
figure img {
	bottom: 0;
	height: 100%;
	left: -200%;
	margin: auto;
	min-height: auto;
	position: absolute;
	right: -200%;
	top: 0;
	width: auto;
	transition: .5s;
	overflow: hidden;
}
/* --------------------------------------------------
touris-main
-------------------------------------------------- */
/* touris-main */
.touris-main{
	margin-bottom: -5%;
}

/* tourism-ttl */
.tourism-ttl{
	background: #fff;
	padding: 2em;
	margin: 0 auto 2em	;
	max-width: 1076px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.tourism-ttl .tourism-num{
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	background: #000;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 3rem;
	padding: .4em 1.4em;
}
.tourism-ttl h3{
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 800px) {
	.tourism-ttl h3{
		font-size: 2.2rem;
	}
	.tourism-ttl .tourism-num{
		font-size: 1.2rem;
	}
}

/* .cate-area */
.cate-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.cate-area .cate-sports {
	width: auto;
	min-width: 8em;
	background: #000;
	color: #fff;
	padding: 0 .5em 0.1em;
	font-size: 1.3rem;
	letter-spacing: -0.05em;
	text-align: center;
	margin-left: 1em;
	margin-bottom: .5em;
	display: inline-block;
}

.cate-area .cate-area {
	background: #D0D0D0;
	color: #000;
	padding: 0 .5em 0.1em;
	font-size: 1.3rem;
	letter-spacing: -0.05em;
	text-align: center;
	margin-left: 1em;
	margin-bottom: .5em;
	min-width: 6em;
	display: inline-block;
}

/* tourism-txt */
.tourism-txt{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 5%;
}

/* route */
.route{
	background: #000;
	color: #fff;
	padding: 1em;
	text-align: center;
}
.route:last-child{
	margin-bottom: 5%;
}
.route p{
	font-size: 2.4rem;
}

/* transportation */
.transportation{
	background: #000;
	color: #fff;
	padding: 1em;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
.transportation p{
	font-size: 1.8rem;
}

@media screen and (max-width: 800px) {
	.route p,
	.transportation p{
		font-size: 1.4rem;
	}
}

/* start-wrap */
.start-wrap{
	background: #fff;
	padding: 5% 2em;
}

/* start-ttl */
.start-ttl{
	border-bottom: 1px solid #000;
	padding: 2em 0;
	margin-bottom: 2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.start-ttl .start-num{
	font-size: 2rem;
	margin-right: .5em;
	min-width: 9.5rem;
	display: flex;
	align-items: center;
}
.start-ttl .start-num span{
	font-size: 2.4rem;
	background: #000;
	color: #fff;
	border-radius: 50%;
	width: 3.7rem;
	height: 3.7rem;
	display: inline-block;
	text-align: center;
	margin-left: .25em;
	line-height: 3.6rem;
}
.start-ttl h4{
	font-size: 3.2rem;
	font-weight: bold;
}

/* start-txt */
.start-txt{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	margin: 2em 0;
}

@media screen and (max-width: 800px) {
	.start-wrap{
		padding: 1em;
	}
	.start-ttl{
		display: block;
		padding: 1em 0;
	}
	.start-ttl .start-num{
		font-size: 1.6rem;
		margin-right: 1em;
		min-width: inherit;
	}
	.start-ttl .start-num span{
		font-size: 1.8rem;
		width: 2.6rem;
		height: 2.6rem;
		line-height: 2.5rem;
	}
	.start-ttl h4{
		font-size: 2.0rem;
	}
}

/* start-table */
.start-table table{
	width: 100%;
	word-break: break-all;
}
.start-table table th,
.start-table table td{
	font-size: 1.4rem;
	border: 1px solid #707070;
	padding: 1em;
}
.start-table table th{
	background: #D0D0D0;
	text-align: center;
	width: 12em;
}
.start-table table td{
	font-weight: bold;
}

/* info-table */
.info-table table{
	width: 100%;
}
.info-table table th,
.info-table table td{
	border-bottom: 1px solid #000;
}
.info-table table th{
	width: 20%;
	font-size: 1.4rem;
	text-align: center;
}
.info-table table th span{
	display: block;
	background: #D0D0D0;
	padding: .4em 1em;
	margin: .5em 1.2em .5em 0;
	min-width: 18rem;
}
.info-table table td{
	font-size: 1.6rem;
	padding: 1em 0;
}

.info-table table td a{
	color: #006DD9;
	text-decoration: underline;
}
.info-table table td a:hover{
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	.start-table table th,
	.start-table table td,
	.info-table table th,
	.info-table table td{
		display: block;
		width: 100%;
	}
	.start-table table th{
		border-bottom: 0;
		border-top: 0;
	}
	.start-table table th br{
		display: none;
	}
	.info-table table th span{
		margin: 0;
	}
	.info-table table th{
		border-bottom: none;
	}
	.info-table table td{
		font-size: 1.4rem;
		padding: 0.5em 0 1.5em;
	}
}


/* btn map-btn */
.btn.map-btn{
	max-width: 500px;
	margin: 2em auto 1em;
}
.btn.map-btn a{
	font-size: 1.6rem;
	font-weight: normal;
	padding: 1.4em 1em;
}
.btn.map-btn a span{
	position: relative;
}
.btn.map-btn a span:before{
	content: "\f3c5";
	font-family: fontawesome;
	top: 0;
	left: 0;
	padding-right: 1.6em;
	color: #fff;
}
.btn.map-btn a:hover span:before{
	color: #000;
}

@media screen and (max-width: 800px) {
	.btn.map-btn a{
		padding: .4em 1em;
	}
}

/* h5 */
h5{
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 0 0 .5em 2em;
	margin-bottom: .2em;
}

@media screen and (max-width: 800px) {
	h5{
		padding: 0 0 .5em 0;
		margin-bottom: 0;
	}
}

/* next */
.start-wrap.next,
.route.next,
.transportation.next{
	margin-bottom: 8%;
	position: relative;
}
.start-wrap.next::after,
.route.next::after,
.transportation.next::after{
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 5.4rem;
	margin: auto;
	top: auto;
	bottom: -6rem;
	right: 0;
	left: 0;
	z-index: 0;
	background-color: #F2F2F2;
	background-image:
	radial-gradient(#707070 30%, transparent 30%);
	background-size: 20px 20px;
}

@media screen and (max-width: 800px) {
	.start-wrap.next,
	.route.next,
	.transportation.next{
		margin-bottom: 60px;
	}
	.start-wrap.next::after,
	.route.next::after,
	.transportation.next::after{
		height: 40px;
		bottom: -50px;
	}
}
