@charset "utf-8";

.page-walk .walk-menu{
	margin-top:20px;
	position:relative;
}

.page-walk .walk-menu::before,
.page-walk .walk-menu::after{
	content:"";
	position:absolute;
	left:0;
	display:block;
	background-repeat:no-repeat;
	background-size:100% 4px;
	width:100%;
	height:4px;
}

.page-walk .walk-menu::before{
	top:0;
	background-image:url(../img/walk/line-top.png);
}

.page-walk .walk-menu::after{
	left:0;
	background-image:url(../img/walk/line-bottom.png);
}

.page-walk .walk-menu ul{
	position:relative;
	padding:20px 0;
}

.page-walk .walk-menu ul li{
	position:relative;
	float:left;
	width:50%;
}

.page-walk .walk-menu ul li:first-child,
.page-walk .walk-menu ul li:last-child{
	width:25%;
	margin-top:10px;
	font-size:18px;
	font-size:1.8rem;
}

.page-walk .walk-menu ul li:nth-child(2){
	font-family:'F+UD TsukuMin R';
	font-size:50px;
	font-size:5rem;
	text-align:center;
	line-height:1;
}


 /* IE10以上 */
@media all and (-ms-high-contrast: none){
.page-walk .walk-menu ul li:nth-child(2){
	padding-top:10px;
  }
}


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

.page-walk .walk-menu ul li:first-child,
.page-walk .walk-menu ul li:last-child{
	width:25%;
	margin-top:0;
	font-size:15px;
	font-size:1.5rem;
}

.page-walk .walk-menu ul li:nth-child(2){
	font-size:30px;
	font-size:3rem;
}

}

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

.page-walk .walk-menu ul{
	margin-bottom:10px;
	padding:20px 0;
}

.page-walk .walk-menu ul li:first-child,
.page-walk .walk-menu ul li:last-child{
	position:absolute;
	width:49%;
	font-size:13px;
	font-size:1.3rem;
}

.page-walk .walk-menu ul li:first-child{
	left:0;
	bottom:0;
}

.page-walk .walk-menu ul li:last-child{
	right:0;
	bottom:0;
}

.page-walk .walk-menu ul li:nth-child(2){
	position:relative;
	width:100%;
	margin-bottom:15px;
	font-size:20px;
	font-size:2rem;
}

}


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

.page-walk .walk-menu ul li:first-child,
.page-walk .walk-menu ul li:last-child{
	font-size:11px;
	font-size:1.1rem;
}

.page-walk .walk-menu ul li:nth-child(2){
	font-size:18px;
	font-size:1.8rem;
}

}


.page-walk .walk-menu ul li span{
	margin-right:.3em;
}

.page-walk .walk-menu ul li.walk-nav1 span,
.page-walk .walk-menu ul li.walk-nav1:nth-child(2){
	color:#40cbf1;
}

.page-walk .walk-menu ul li.walk-nav2 span,
.page-walk .walk-menu ul li.walk-nav2:nth-child(2){
	color:#234e9e;
}

.page-walk .walk-menu ul li.walk-nav3 span,
.page-walk .walk-menu ul li.walk-nav3:nth-child(2){
	color:#168797;
}

.page-walk .walk-menu ul li:first-child,
.page-walk .walk-menu ul li:last-child{
	display:inline-block;
	vertical-align:middle;
}

.page-walk .walk-menu ul li:first-child{
	padding:0 0 0 45px;
}

.page-walk .walk-menu ul li:last-child{
	padding:0 45px 0 0;
	text-align:right;
}

.page-walk .walk-menu ul li:first-child::before,
.page-walk .walk-menu ul li:first-child::after,
.page-walk .walk-menu ul li:last-child::before,
.page-walk .walk-menu ul li:last-child::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	vertical-align:middle;
	transition:all 0.3s ease;
}

.page-walk .walk-menu ul li:first-child::before,
.page-walk .walk-menu ul li:last-child::before{
	border:17px solid transparent;
}

.page-walk .walk-menu ul li:first-child::before{
	left:-17px;
}

.page-walk .walk-menu ul li:last-child::before{
	right:-17px;
}

.page-walk .walk-menu ul li:first-child::after,
.page-walk .walk-menu ul li:last-child::after{
	width:15px;
	height:16px;
}

.page-walk .walk-menu ul li:first-child::after{
	left:17px;
}

.page-walk .walk-menu ul li:last-child::after{
	right:17px;
}

.page-walk .walk-menu ul li:hover{
	opacity:.7;
	cursor:pointer;
}

.page-walk .walk-menu ul li:nth-child(2):hover{
	opacity:1;
	cursor:default;
}

.page-walk .walk-menu ul li.no-menu:hover{
	cursor:default;
}

@media screen and (min-width:1025px) {

.page-walk .walk-menu ul li:nth-child(2):hover{
	opacity:1;
	cursor:default;
}

.page-walk .walk-menu ul li:first-child:hover::before{
	left:-22px;
}

.page-walk .walk-menu ul li:first-child:hover::after{
	left:12px;
}


.page-walk .walk-menu ul li:last-child:hover::before{
	right:-22px;
}

.page-walk .walk-menu ul li:last-child:hover::after{
	right:12px;
}

}


/**/



.page-walk .walk-menu ul li.walk-nav1:first-child::before,
.page-walk .walk-menu ul li.walk-nav1:first-child::after{
	border-right:17px solid #40cbf1;
}

.page-walk .walk-menu ul li.walk-nav1:last-child::before,
.page-walk .walk-menu ul li.walk-nav1:last-child::after{
	border-left:17px solid #40cbf1;
}

.page-walk .walk-menu ul li.walk-nav2:first-child::before,
.page-walk .walk-menu ul li.walk-nav2:first-child::after{
	border-right:17px solid #234e9e;
}

.page-walk .walk-menu ul li.walk-nav2:last-child::before,
.page-walk .walk-menu ul li.walk-nav2:last-child::after{
	border-left:17px solid #234e9e;
}

.page-walk .walk-menu ul li.walk-nav3:first-child::before,
.page-walk .walk-menu ul li.walk-nav3:first-child::after{
	border-right:17px solid #168797;
}

.page-walk .walk-menu ul li.walk-nav3:last-child::before,
.page-walk .walk-menu ul li.walk-nav3:last-child::after{
	border-left:17px solid #168797;
}




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

.page-walk .walk-menu ul li:first-child{
    padding:0 0 0 35px;
}

.page-walk .walk-menu ul li:last-child{
    padding:0 35px 0 0;
}

.page-walk .walk-menu ul li:first-child::before,
.page-walk .walk-menu ul li:last-child::before{
	border:15px solid transparent;
}

.page-walk .walk-menu ul li:first-child::before{
	left:-15px;
}

.page-walk .walk-menu ul li:last-child::before{
	right:-15px;
}

.page-walk .walk-menu ul li:first-child::after,
.page-walk .walk-menu ul li:last-child::after{
	width:7px;
	height:12px;
}

.page-walk .walk-menu ul li:first-child::after{
	left:10px;
}

.page-walk .walk-menu ul li:last-child::after{
	right:10px;
}

.page-walk .walk-menu ul li.walk-nav1:first-child::before,
.page-walk .walk-menu ul li.walk-nav1:first-child::after{
	border-right:13px solid #40cbf1;
}

.page-walk .walk-menu ul li.walk-nav1:last-child::before,
.page-walk .walk-menu ul li.walk-nav1:last-child::after{
	border-left:13px solid #40cbf1;
}

.page-walk .walk-menu ul li.walk-nav2:first-child::before,
.page-walk .walk-menu ul li.walk-nav2:first-child::after{
	border-right:13px solid #234e9e;
}

.page-walk .walk-menu ul li.walk-nav2:last-child::before,
.page-walk .walk-menu ul li.walk-nav2:last-child::after{
	border-left:13px solid #234e9e;
}

.page-walk .walk-menu ul li.walk-nav3:first-child::before,
.page-walk .walk-menu ul li.walk-nav3:first-child::after{
	border-right:13px solid #168797;
}

.page-walk .walk-menu ul li.walk-nav3:last-child::before,
.page-walk .walk-menu ul li.walk-nav3:last-child::after{
	border-left:13px solid #168797;
}

}






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

.page-walk .walk-menu ul li:first-child::before,
.page-walk .walk-menu ul li:last-child::before{
	border:11px solid transparent;
}

.page-walk .walk-menu ul li:first-child::before{
	left:-11px;
}

.page-walk .walk-menu ul li:last-child::before{
	right:-11px;
}

.page-walk .walk-menu ul li:first-child::after,
.page-walk .walk-menu ul li:last-child::after{
	width:5px;
	height:8px;
}

}



/**/


/*----------------------------------------
	Chara
----------------------------------------*/

.chara{
	position:absolute;
	display:block;
	width:100px;
	height:160px;
	background-image:url(../img/top/chara.png);
	background-position:0;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:7500;
}

.chara::after{
	content:"";
	background:url(../img/walk/chara-serif.svg) no-repeat;
	position:absolute;
	top:-60px;
	left:15px;
	width:100px;
	height:100px;
	opacity:0;
	transition:all 0.3s ease;
	z-index:7550;
}

.chara:hover::after{
	opacity:1;
}

.route #chara.fix{
	position:fixed;
	top:100px;
}

.route #chara.fix-no{
	display:none;
}


#chara-end{
	border:1px solid #fff;
}


@media screen and (max-width:767px) {
.chara {
	margin-top:0;
	margin-left:-20px;
}
/*.scroll-vh_chara .chara {
	position:static;
	top:0;
}*/
.scroll-vh_chara main {
	margin-top:0;
}
.scroll-vh_header .chara {
	position:fixed;
	top:0;
}
.scroll-vh_header main {
	margin-top:100px;
}
}

.page-walk .route{
	position:relative;
	max-width:860px;
	margin:0 auto;
	background-image:url(../img/walk/dot.png);
	background-repeat:repeat-y;
	/*overflow:hidden;*/
}

.page-walk .route .route-inner{
	max-width:670px;
	margin:0 auto;
}

.page-walk .route .box{
	margin-top:50px;
}

.page-walk .box .left,
.page-walk .box .right{
	position:relative;
	width:46%;
}

.page-walk .box .left{
	float:left;
}

.page-walk .box .right{
	float:right;
}


.page-walk .plus::before{
	content:"";
	position:absolute;
	bottom:10px;
	left:10px;
	display:block;
	background-repeat:no-repeat;
	background-size:30px 30px;
	width:30px;
	height:30px;
	z-index:1;
}

.page-walk.walk1 .plus::before{
	background-image: url(../img/walk/01/plus.svg);
}

.page-walk.walk2 .plus::before{
	background-image: url(../img/walk/02/plus.svg);
}

.page-walk.walk3 .plus::before{
	background-image: url(../img/walk/03/plus.svg);
}


.page-walk .box .left img,
.page-walk .box .right img{
	display:block;
	margin:10px auto 0;
}


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

.page-walk .route{
	position:relative;
	max-width:860px;
	margin:0 auto;
	background-image:url(../img/walk/dot.png);
	background-repeat:repeat-y;
	background-size:50px auto;
}

.page-walk .route .route-inner{
	max-width:85%;
	margin-left:15%;
}

.page-walk .route .box{
	margin-top:30px;
}

.page-walk .box .left,
.page-walk .box .right{
	float:none;
	width:100%;
}

.page-walk .box .right{
	margin-top:5px;
}

.page-walk .box .left img,
.page-walk .box .right img{
	margin-top:0;
}

}


.page-walk .box h4{
	position:relative;
	padding-left:39px;
	font-size:22px;
	font-size:2.2rem;
	font-weight:700;
	line-height:1.6;
}

.page-walk.walk1 .box h4::before,
.page-walk.walk2 .box h4::before,
.page-walk.walk3 .box h4::before{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	display:block;
	width:29px;
	height:35px;
	background-size:29px 35px;
}

.page-walk.walk1 .box h4::before{
	background-image: url(../img/walk/01/drop.svg);
}

.page-walk.walk2 .box h4::before{
	background-image: url(../img/walk/02/drop.svg);
}

.page-walk.walk3 .box h4::before{
	background-image: url(../img/walk/03/drop.svg);
}

.page-walk .box p{
	margin-top:10px;
	padding-left:39px;
}

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

.page-walk .box h4{
	padding-left:28px;
	font-size:16px;
	font-size:1.6rem;
}

.page-walk.walk1 .box h4::before,
.page-walk.walk2 .box h4::before,
.page-walk.walk3 .box h4::before{
	content:"";
	position:absolute;
	top:0px;
	left:0;
	display:block;
	width:20px;
	height:25px;
	background-size:20px 25px;
}


.page-walk .box p{
	margin-top:0;
	padding-left:28px;
}

}

.page-walk h2{
	position:relative;
	margin:100px 0 0;
	padding:10px 0 20px;
	font-family:'F+UD TsukuMin R';
	font-size:40px;
	font-size:4rem;
	text-align:center;
	letter-spacing:5px;
	line-height:1;
	color:#40cbf1;
}


 /* IE10以上 */
@media all and (-ms-high-contrast: none){
.page-walk h2{
	padding:20px 0 20px;
  }
}

.page-walk.walk1 h2{
	color:#40cbf1;
}

.page-walk.walk2 h2{
	color:#234e9e;
}

.page-walk.walk3 h2{
	color:#168797;
}


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

.page-walk h2{
	position:relative;
	margin:50px 0 0;
	padding:10px 0 15px;
	font-size:20px;
	font-size:2rem;
	letter-spacing:0;
}

}

.page-walk h2::before,
.page-walk h2::after{
	content:"";
	position:absolute;
	left:0;
	display:block;
	background-repeat:no-repeat;
	background-size:100% 4px;
	width:100%;
	height:4px;
}

.page-walk h2::before{
	top:0;
	background-image:url(../img/walk/line-top.png);
}


.page-walk h2::after{
	bottom:0;
	background-image:url(../img/walk/line-bottom.png);
}

.page-walk h3{
	margin-bottom:20px;
	font-family:'F+UD TsukuMin R';
	font-size:30px;
	font-size:3rem;
	letter-spacing:2px;
	line-height:1;
}

.page-walk.walk1 h3{
	color:#40cbf1;
}

.page-walk.walk2 h3{
	color:#234e9e;
}

.page-walk.walk3 h3{
	color:#168797;
}

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

.page-walk h3{
	margin-bottom:20px;
	font-size:20px;
	font-size:2rem;
	letter-spacing:0;
}

}

.page-walk .course{
	position:relative;
	max-width:600px;
	margin:50px auto 0;
}

.page-walk .course.short-course{
	margin-top:100px;
}

.page-walk .course .map-btn{
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
}

.page-walk .course .map-btn a span{
	position:relative;
	display:block;
	padding:10px 60px;
	border:1px solid #000;
	border-radius:30px;
	font-size:20px;
	font-size:2rem;
	transition:all 0.5s ease;
	line-height:1;
}

.page-walk .course .map-btn a span:hover{
	background:#000;
	color:#fff;
	opacity:.7;
}

.page-walk .course.long-course .map-btn a::after,
.page-walk .course.short-course .map-btn a::after{
	content:"";
	position:absolute;
	top:-35px;
	right:-45px;
	display:block;
	width:100px;
	height:100px;
	background-size:100px 100px;
}

.page-walk .course.long-course .map-btn a::after{
	background-image:url(../img/walk/chara1-10.png);
}

.page-walk .course.short-course .map-btn a::after{
	background-image:url(../img/walk/chara2-7.png);
}


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

.page-walk .course .map-btn{
	position:relative;
}

.page-walk .course .map-btn a span{
	padding:10px 25px 10px 15px;
	font-size:16px;
	font-size:1.6rem;
}

.page-walk .course.long-course .map-btn a::after,
.page-walk .course.short-course .map-btn a::after{
	top:-20px;
	right:-35px;
	width:75px;
	height:75px;
	background-size:75px 75px;
}

}


.page-walk .course .time{
	margin-top:40px;
}

.page-walk .course .time li{
	display:inline-block;
}

.page-walk .course .time li::before{
	margin-right:10px;
	padding:0 5px;
	letter-spacing:2px;
	color:#fff;
}

.page-walk .course .time li:first-child::before{
	content:"徒歩";
}

.page-walk .course .time li:last-child::before{
	content:"所要";
	margin-left:40px;
}

.page-walk.walk1 .course .time li::before{
	background:#40cbf1;
}

.page-walk.walk2 .course .time li::before{
	background:#234e9e;
}

.page-walk.walk3 .course .time li::before{
	background:#168797;
}

.page-walk .course .course-list{
	margin-top:20px;
}

.page-walk .course .course-list li{
	position:relative;
}

.page-walk .course .course-list li:nth-child(n+2){
	margin-top:10px;
}

.page-walk .course .course-list li em{
	position:absolute;
	top:.1em;
	left:0;
	margin-right:5px;
	font-size:24px;
	font-size:2.4rem;
	line-height:1;
}

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

.page-walk .course .time li{
	display:block;
}

.page-walk .course .time li::before{
	padding:5px;
}


.page-walk .course .time li:last-child{
	margin-top:10px;
}

.page-walk .course .time li:last-child::before{
	margin-left:0;
}

.page-walk .course .course-list li em{
	position:absolute;
	top:.1em;
	left:0;
	margin-right:5px;
	font-size:20px;
	font-size:2rem;
	line-height:1;
}


}



.page-walk.walk1 .course .course-list li em{
	color:#40cbf1;
}

.page-walk.walk2 .course .course-list li em{
	color:#234e9e;
}

.page-walk.walk3 .course .course-list li em{
	color:#168797;
}


.page-walk .course .course-list li:nth-child(odd){
	padding-left:30px;
	font-weight:700;
}

.page-walk .course .course-list li:nth-child(even){
	padding-left:30px;
}

.page-walk .course .course-list li:nth-child(even)::before{
	content:"";
	position:absolute;
	top:2px;
	bottom:0;
	left:4px;
	margin:auto;
	width:0;
	height:0;
	border-style:solid;
	border-width:14px 8px 0 8px;
	border-color:#40cbf1 transparent transparent;
}

.page-walk.walk1 .course .course-list li:nth-child(even)::before{
	border-color:#40cbf1 transparent transparent;
}

.page-walk.walk2 .course .course-list li:nth-child(even)::before{
	border-color:#234e9e transparent transparent;
}

.page-walk.walk3 .course .course-list li:nth-child(even)::before{
	border-color:#168797 transparent transparent;
}


.page-walk .course .course-list li .comment{
	position:relative;
	display:inline-block;
	padding:0 5px 0 0;
}

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

.page-walk .course .course-list li .comment{
	position:relative;
	display:block;
	padding:0 5px 0 0;
	width:80%;
}

.page-walk .course .course-list li:nth-child(even)::before{
	left:2px;
}

}

.page-walk.walk1 .course .course-list li .comment{
	border-bottom:1px solid #40cbf1;
	border-right:1px solid #40cbf1;
}

.page-walk.walk2 .course .course-list li .comment{
	border-bottom:1px solid #234e9e;
	border-right:1px solid #234e9e;
}

.page-walk.walk3 .course .course-list li .comment{
	border-bottom:1px solid #168797;
	border-right:1px solid #168797;
}


.page-walk .course .course-list li .comment::before,
.page-walk .course .course-list li .comment::after{
    content:"";
    position:absolute;
	top:0;
}


.page-walk .course .course-list li .comment::before{
    right:-18px;
    z-index:2;
	border-style:solid;
	border-width:10px 18px 10px 0px;
	border-color:transparent transparent #fff;

}

.page-walk .course .course-list li .comment::after{
    right:-21px;
    z-index:1;
	border-style:solid;
	border-width:8px 21px 13px 0px;
	border-color:transparent transparent #40cbf1;

}

.page-walk.walk1 .course .course-list li .comment::after{
	border-color:transparent transparent #40cbf1;

}

.page-walk.walk2 .course .course-list li .comment::after{
	border-color:transparent transparent #234e9e;

}

.page-walk.walk3 .course .course-list li .comment::after{
	border-color:transparent transparent #168797;

}


.page-walk .course .course-list li img{
	position:absolute;
	top:-5px;
	right:-65px;
	width:45px;
	height:45px;
}

.page-walk .lead{
	max-width:670px;
	margin:70px auto;
	font-size:22px;
	font-size:2.2rem;
	font-weight:700;
	color:#40cbf1;
	text-align:center;
}

.page-walk.walk1 .lead{
	color:#40cbf1;
}

.page-walk.walk2 .lead{
	color:#234e9e;
}

.page-walk.walk3 .lead{
	color:#168797;
}

.page-walk .lead.course-lead br{
	display:none;
}

.page-walk .lead span{
	position:relative;
	display:block;
}

.page-walk .route-lead span::before,
.page-walk .route-lead span::after,
.page-walk .course-lead span::before,
.page-walk .course-lead span::after{
	content:"";
	position:absolute;
	display:block;
	width:100px;
	height:100px;
	background-size:100px 100px;
}

.page-walk .route-lead span::before{
	top:-50px;
	left:0;
	background-image:url(../img/walk/chara1-8.png);
}

.page-walk .route-lead span::after{
	top:10px;
	right:0;
	background-image:url(../img/walk/chara2-5.png);
}

.page-walk .course-lead span::before{
	top:-35px;
	left:0;
	background-image:url(../img/walk/chara1-9.png);
}

.page-walk .course-lead span::after{
	top:-35px;
	right:0;
	background-image:url(../img/walk/chara2-6.png);
}

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

.page-walk .lead{
	margin:50px 0;
	font-size:15px;
	font-size:1.5rem;
}

.page-walk .lead.course-lead br{
	display:block;
}

.page-walk .route-lead span::before,
.page-walk .route-lead span::after,
.page-walk .course-lead span::before,
.page-walk .course-lead span::after{
	content:"";
	position:absolute;
	display:block;
	width:70px;
	height:70px;
	background-size:70px 70px;
}

.page-walk .route-lead span::before{
	top:-55px;
	left:-10px;
}

.page-walk .route-lead span::after{
	top:-45px;
	right:-10px;
}

.page-walk .course-lead span::before{
	top:-15px;
	left:-10px;
}

.page-walk .course-lead span::after{
	top:-15px;
	right:-10px;
}

}


#current {
	display: block;
	width: 56px;
	height: 56px;
	margin-left: 12px;
	margin-bottom: 5px;
	background-color: #ffffff;
	text-align: center;
	line-height: 56px;
	vertical-align: middle;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
#current img {
	width: 56px;
	height: 56px;
	vertical-align: middle;
}
#current:active {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.info h3 {
	margin-bottom: 0.4em;
}
.info p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

@media screen and (max-width:320px) {
	.info figure {
		padding-top: 0.5em;
		width: 150px;
		margin: 0;
	}
	.info img {
		width: 150px;
		height: auto;
	}
}
@media screen and (min-width:321px) {
	.info figure {
		padding-top: 0.5em;
		width: 200px;
		margin: 0;
	}
	.info img {
		width: 200px;
		height: auto;
	}
}



.map-box{
	max-width:670px;
	margin:30px auto 0;
}

.map-box > a > img{
	width:201px;
	height:35px;
}

#map{
	position:relative;
	margin-top:15px;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
}

#map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}





#current {
	display: block;
	width: 56px;
	height: 56px;
	margin-left: 12px;
	margin-bottom: 5px;
	background-color: #ffffff;
	text-align: center;
	line-height: 56px;
	vertical-align: middle;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
#current img {
	width: 56px;
	height: 56px;
	vertical-align: middle;
}
#current:active {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}
.info h3 {
	margin-bottom: 0.4em;
}
.info p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

@media screen and (max-width:320px) {
	.info figure {
		padding-top: 0.5em;
		width: 150px;
		margin: 0;
	}
	.info img {
		width: 150px;
		height: auto;
	}
}
@media screen and (min-width:321px) {
	.info figure {
		padding-top: 0.5em;
		width: 200px;
		margin: 0;
	}
	.info img {
		width: 200px;
		height: auto;
	}
}


.modal-dtl h3{
	margin:0 0 1em;
	font-size:18px;
	font-size:1.8rem;
	font-weight:700;
	text-align:left;
}

.modal-dtl li{
	float:left;
	position:relative;
}

.modal-dtl li:first-child{
	width:65%;
	margin-right:5%;
}

.modal-dtl li:first-child p{
	text-align:left;
	font-size:1.2rem;
}

.modal-dtl li:last-child{
	width:30%;
	text-align:left;
}

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

.modal-dtl h3{
	margin:0 0 .5em;
	font-size:18px;
	font-size:1.8rem;
	font-weight:700;
	text-align:left;
}

.modal-dtl ul{
	display:inherit;
	flex-direction:inherit;
}

.modal-dtl li:first-child{
	width:100%;
	margin:0 auto;
}

.modal-dtl li:last-child{
	width:100%;
}

.modal-dtl li:first-child{
	padding-bottom:15px;
}

}













/* =====================
  lang en
===================== */

.lang-en .page-walk .course .time li{
	display:block;
}

.lang-en .page-walk .course .time li:first-child::before{
	content:"Walking time";
}

.lang-en .page-walk .course .time li:last-child::before{
	content:"Required time";
	margin-left:0;
}

.lang-en .walk1 .map-box > a > img{
	width:205px;
	height:35px;
}

.lang-en .walk2 .map-box > a > img{
	width:279px;
	height:35px;
}

.lang-en .walk3 .map-box > a > img{
	width:151px;
	height:35px;
}

.lang-en .page-walk .walk-menu ul li:first-child,
.lang-en .page-walk .walk-menu ul li:last-child{
	margin-top:3px;
	font-size:13px;
	font-size:1.3rem;
}

.lang-en .page-walk .walk-menu ul li:nth-child(2){
	font-size:30px;
	font-size:3rem;
}

.lang-en .page-walk .walk-menu ul li:first-child::before,
.lang-en .page-walk .walk-menu ul li:last-child::before{
	top:-4px;
}

.lang-en .page-walk .lead.route-lead br,
.lang-en .page-walk .lead.course-lead br{
	display:block;
}

.lang-en .page-walk .course .map-btn{
	right:-40px;
}

.lang-en .page-walk .course .map-btn a span{
	padding:10px 40px;
	font-size:16px;
	font-size:1.6rem;
}


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

.lang-en .page-walk .walk-menu ul li:first-child::before,
.lang-en .page-walk .walk-menu ul li:last-child::before{
	top:-3px;
}

}

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

.lang-en .page-walk .walk-menu ul{
	margin-bottom:10px;
}

.lang-en .page-walk .walk-menu ul li:nth-child(2){
    position:relative;
    width:100%;
    margin-bottom:15px;
    font-size:20px;
    font-size:2rem;
}

.lang-en .page-walk .walk-menu ul li:first-child,
.lang-en .page-walk .walk-menu ul li:last-child{
	font-size:12px;
	font-size:1.2rem;
}

.lang-en .page-walk .walk-menu ul li:first-child{
	width:40%;
}

.lang-en .page-walk .walk-menu ul li:last-child{
	width:60%;
}

.lang-en .page-walk .walk-menu ul li:first-child{
	position:absolute;
	left:0;
	bottom:0;
}

.lang-en .page-walk .walk-menu ul li:last-child{
	position:absolute;
	right:0;
	bottom:0;
}

}

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

.lang-en .page-walk .walk-menu ul li:first-child::before,
.lang-en .page-walk .walk-menu ul li:last-child::before{
	top:0;
}

/*.lang-en .page-walk .lead{
	margin:65px 0 50px;
}*/

.lang-en .page-walk .route-lead span::after{
	content:"";
	position:absolute;
	top:-55px;
	right:-10px;
}

.lang-en .page-walk .lead.route-lead br{
	display:none;
}


}

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

.lang-en .page-walk .walk-menu ul li:first-child,
.lang-en .page-walk .walk-menu ul li:last-child{
	font-size:11px;
	font-size:1.1rem;
}

}

/* =====================
  lang cn
===================== */

.lang-cn .page-walk h2,
.lang-cn .page-walk h3,
.lang-cn .page-walk .walk-menu ul li:nth-child(2){
	font-family: 'SimSun','MS UI Gothic','Hei','sans-serif';
}

.lang-cn .page-walk .course .time li:first-child::before{
	content:"步行";
}

.lang-cn .page-walk .course .time li:last-child::before{
	content:"需要";
	margin-left:0;
}

/* =====================
  lang tw
===================== */

.lang-tw .page-walk .course .time li:first-child::before{
	content:"步行";
}

.lang-tw .page-walk .course .time li:last-child::before{
	content:"需要";
	margin-left:0;
}

/* =====================
  lang ko
===================== */

.lang-ko .page-walk .course .time li:first-child::before{
	content:"도보";
}

.lang-ko .page-walk .course .time li:last-child::before{
	content:"소요 시간";
	margin-left:0;
}
