@charset "utf-8";
/* ===================================================
	sightseeing CSS
====================================================== */
/* ---------------------------------------------------
lead_col
------------------------------------------------------ */
#lead_col { padding: 120px 0 90px; text-align: center;}
#lead_col h2 { padding: 50px 0 0; font-size: 40px; background: url(../../img/tit_icon.svg)no-repeat top center; background-size: 33px; line-height: 1.5;}
#lead_col h2 span { display: table; margin: 10px auto 0; padding: 15px 30px 50px; font-size: 15px; color: #cfd5db; border-top: 1px solid #cfd5db;}
#lead_col p { line-height: 2;}

#lead_col ul { display: flex; width: 900px; justify-content: space-between; margin: 110px auto 0;}
#lead_col li { width: 31%; text-align: center;}
#lead_col li a { display: flex; border: 1px solid #9f9f9f; width: 100%; height: 100%; padding: 8px 0; align-items: center; justify-content: center;}

@media screen and (hover: hover) and (min-width: 769px) {
	#lead_col li a:hover { opacity: 0.4; }

}

@media screen and (max-width: 600px) {
	#lead_col { padding: 100px 5% 50px;}
	#lead_col h2 { padding: 50px 0 20px; font-size: 26px; background-size: 25px;}
	#lead_col h2 span { font-size: 13px; padding: 10px 0 0;}
	#lead_col p { margin-bottom: 0; text-align: left;}

	#lead_col ul { width: 100%; display: block; margin: 50px 0 0;}
	#lead_col li { width: 100%; margin: 0 0 10px;}
}

/* ---------------------------------------------------
sec1
------------------------------------------------------ */
#sec1 { padding: 110px 0; background: url(../../sightseeing/img/sec1_bg1.png)no-repeat top -34px right -80px,url(../../sightseeing/img/sec1_bg2.png)no-repeat left -45px bottom 0,url(../img/bg.jpg); color: #fff;}
#sec1 h2 { text-align: center; font-size: 35px; margin: 0 0 60px;}
#sec1 h2 span { display: block; font-size: 14px; opacity: .5;}
#sec1 ul { display: flex; justify-content: space-between;}
#sec1 ul li:nth-of-type(1) { width: 66.4%;}
#sec1 ul li:nth-of-type(2) { width: 33.2%;}
#sec1 ul li:nth-of-type(2) img:nth-of-type(1) { margin: 0 0 1%;}
#sec1 ul { margin-bottom: 40px;}
#sec1 h3 { display: flex; margin: 0 0 15px; padding: 0 0 5px; font-size: 25px; align-items: center; border-bottom: 1px solid #516685;}
#sec1 h3 span { display: table; margin: 0 0 0 auto; font-size: 15px; padding: 0 0 0 20px; background: url(../../sightseeing/img/icon_walk.png)no-repeat left 3px; background-size: 15px;}

@media screen and (max-width: 600px) {
	#sec1 { padding: 50px 0; background-size: 300px auto, 250px auto, auto;}
	#sec1 ul { display: block; margin-bottom: 10px;}
	#sec1 ul li:nth-of-type(1),
	#sec1 ul li:nth-of-type(2) { width: 100%;}
	#sec1 ul li:nth-of-type(2) { display: flex; justify-content: space-between; margin: 3px 0 0;}
	#sec1 ul li:nth-of-type(2) img { width: 49.5%;}
	#sec1 ul li:nth-of-type(2) img:nth-of-type(1) { margin: 0;}
}

@media screen and (max-width: 380px) {
	#sec1 h3 { display: block; line-height: 1.8;}
	#sec1 h3 span { margin: 0;}
}

/* ---------------------------------------------------
sec2
------------------------------------------------------ */
#sec2 { padding: 140px 0 40px;}
#sec2 h2 { margin: 0 0 90px; text-align: center; font-size: 35px;}
#sec2 h2 span { display: block; font-size: 15px; opacity: .5;}
.sec2_spot { display: flex; flex-wrap: wrap; justify-content: space-between;}
.sec2_spot >div { width: 46.6%; margin-bottom: 100px;}
.sec2_spot >div h3 { margin-top: 40px; font-size: 25px; text-align: center; border-bottom: 1px solid #e2e2e2;}
.sec2_spot >div .access_car { display: table; margin: 6px auto 0; padding: 0 0 0 28px; background: url(../../sightseeing/img/icon_car.svg)no-repeat left center; background-size: 20px;}
.sec2_spot >div .access_car+p { padding: 20px 0;}
.sec2_spot >div ul { display: flex; justify-content: center;}
.sec2_spot >div ul li { width: 180px;}
.sec2_spot >div ul li:last-of-type { margin-left: 7px;}
.sec2_spot >div ul li a { display: block; width: 100%; padding: 5px 0; border: 1px solid #8a9a90; text-align: center;}
.sec2_spot >div ul li:nth-of-type(1) span { padding: 0 0 0 20px; background: url(../../sightseeing/img/icon_arrow.svg)no-repeat left center;}
.sec2_spot >div ul li:nth-of-type(2) span { padding: 0 0 0 20px; background: url(../../sightseeing/img/icon_web.svg)no-repeat left center;}


@media screen and (max-width: 600px) {
	#sec2 { padding: 50px 0;}
	#sec2 h2 { margin: 0 0 50px; font-size: 26px;}
	.sec2_spot { display: block;}
	.sec2_spot >div { width: 100%; margin: 0 0 50px;}
	.sec2_spot >div h3 { margin-top: 10px; font-size: 18px;}
}

/* ---------------------------------------------------
sec3
------------------------------------------------------ */
#sec3 { padding: 130px 0; background: #fff3f5;}
#sec3 h2 { margin: 0 0 90px; text-align: center; font-size: 35px; line-height: 1.8;}
#sec3 h2 span { display: block; font-size: 18px;}
#sec3 h2 span:nth-of-type(2) { padding: 10px 0 0; font-size: 12px; opacity: .5;}
#sec3 .flex_col { flex-direction: row-reverse;}
#sec3 .flex_col >div { width: 45%;}
#sec3 .flex_col >img { width: 50%;}
#sec3 .flex_col >div h3 { border-bottom: 1px solid #cec7c8; margin: 0 0 20px; padding: 0 0 15px; font-size: 21px;}
#sec3 .flex_col >div h3 span { padding: 5px; background-color: #f8ff8a;}
#sec3 .flex_col >div a { display: block; width: 100%; color: #fff; background-color: #cc5c5f; text-align: center; font-size: 18px; margin: 45px 0 0; padding: 18px 0; border-radius: 50px;}
#sec3 .flex_col >div a span::after { margin: 0 0 0 10px; content: ">";}


@media screen and (max-width: 600px) {
	#sec3 { padding: 50px 0;}
	#sec3 h2 { margin: 0 0 50px; font-size: 26px;}
	#sec3 h2 span:nth-of-type(2) { padding: 0;}
	#sec3 .flex_col >img,
	#sec3 .flex_col >div { width: 100%;}
	#sec3 .flex_col >div h3 { margin: 10px 0 20px; font-size: 18px;}
	#sec3 .flex_col >div a { padding: 10px 5%; box-sizing: border-box; font-size: 15px;}
}