@charset "utf-8";

/* body */
h2{
	margin-top:155px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	width:100%;
	background: transparent url("../img/page_ttl_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}


#tourist .nav{
	padding-top:80px;
	margin:0 auto 60px;
	max-width:1000px;
	min-width:1000px;
	text-align:center;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#tourist .nav li{
	width:320px;
	margin:0;
}

section{
	background: #f6f1d6;
	background: -moz-linear-gradient(top, #f6f1d6 0%, #fefdf9 100%);
	background: -webkit-linear-gradient(top, #f6f1d6 0%,#fefdf9 100%);
	background: linear-gradient(to bottom, #f6f1d6 0%,#fefdf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1d6', endColorstr='#fefdf9',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
	border-top:1px solid #bcbcbc;
}
section#rroute .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0;
}
section#tspot .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0;
}
section#nspot .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:60px 0 100px;
}

section#rroute h3{
	margin-bottom:40px;
}

section#rroute h4{
	font-size:22px;
	line-height:100%;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	margin-bottom:20px;
}
section#rroute h5{
	font-size:18px;
	line-height:100%;
	margin-bottom:20px;
}
#school{
	position:relative;
}
#school .school{
	width:870px;
	margin:0 0 60px auto;
	overflow: hidden;
}
#school h4:before{
	content:"";
	position:absolute;
	width:94px;
	height:126px;
	background: transparent url("../img/route_ico1.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:0;
}
#school .school > p{
	margin-bottom:40px;
}
#school .day1,
#school .day2{
	position:relative;
}
#school ul{
	width:760px;
	margin:0 0 0 auto;
	border-bottom:1px dashed #bcbcbc;
}
#school ul:before{
	content:"";
	background: #d6cb4c;
	background: -moz-radial-gradient(center, ellipse cover,  #d6cb4c 30%, transparent 35%);
	background: -webkit-radial-gradient(center, ellipse cover,  #d6cb4c 30%,transparent 35%);
	background: radial-gradient(ellipse at center,  #d6cb4c 30%,transparent 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6cb4c', endColorstr='transparent',GradientType=1 );
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	height:100%;
	width:16px;
	display:block;
	position:absolute;
	left:21px;
	top:79px;
}
#school li{
	padding-bottom:30px;
	border-bottom:1px dashed #bcbcbc;
}
#school li .spot{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#school li .spot .ex{
	width:370px;
}
#school li .spot .ex p{
	margin-bottom:20px;
}
#school .day1 li:nth-child(1) h5:before{
	content:"";
	position:absolute;
	width:60px;
	height:71px;
	background: transparent url("../img/1day_ico.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:0;
}
#school li h5{
	padding-top:30px;
}
#school .day1 li:nth-child(1) h5{
	padding-top:20px;
}
#school .day2 li:nth-child(1) h5:before{
	content:"";
	position:absolute;
	width:60px;
	height:71px;
	background: transparent url("../img/2day_ico.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:-10px;
}

#family{
	position:relative;
}
#family .family{
	width:870px;
	margin:0 0 60px auto;
	overflow: hidden;
}
#family h4:before{
	content:"";
	position:absolute;
	width:94px;
	height:126px;
	background: transparent url("../img/route_ico2.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:0;
}
#family .family > p{
	margin-bottom:40px;
}
#family .day1,
#family .day2{
	position:relative;
}
#family ul{
	width:760px;
	margin:0 0 0 auto;
	border-bottom:1px dashed #bcbcbc;
}
#family ul:before{
	content:"";
	background: #d6cb4c;
	background: -moz-radial-gradient(center, ellipse cover,  #d6cb4c 30%, transparent 35%);
	background: -webkit-radial-gradient(center, ellipse cover,  #d6cb4c 30%,transparent 35%);
	background: radial-gradient(ellipse at center,  #d6cb4c 30%,transparent 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6cb4c', endColorstr='transparent',GradientType=1 );
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	height:100%;
	width:16px;
	display:block;
	position:absolute;
	left:21px;
	top:79px;
}
#family li{
	padding-bottom:30px;
	border-bottom:1px dashed #bcbcbc;
}
#family li .spot{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#family li .spot .ex{
	width:370px;
}
#family li .spot .ex p{
	margin-bottom:20px;
}
#family .day1 li:nth-child(1) h5:before{
	content:"";
	position:absolute;
	width:60px;
	height:71px;
	background: transparent url("../img/1day_ico.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:0;
}
#family li h5{
	padding-top:30px;
}
#family .day1 li:nth-child(1) h5{
	padding-top:20px;
}
#family .day2 li:nth-child(1) h5:before{
	content:"";
	position:absolute;
	width:60px;
	height:71px;
	background: transparent url("../img/2day_ico.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:-10px;
}

#senior{
	position:relative;
}
#senior .senior{
	width:870px;
	margin:0 0 0 auto;
	overflow: hidden;
}
#senior h4:before{
	content:"";
	position:absolute;
	width:94px;
	height:126px;
	background: transparent url("../img/route_ico3.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:0;
}
#senior .senior > p{
	margin-bottom:40px;
}
#senior .day1,
#senior .day2{
	position:relative;
}
#senior ul{
	width:760px;
	margin:0 0 0 auto;
	border-bottom:1px dashed #bcbcbc;
}
#senior ul:before{
	content:"";
	background: #d6cb4c;
	background: -moz-radial-gradient(center, ellipse cover,  #d6cb4c 30%, transparent 35%);
	background: -webkit-radial-gradient(center, ellipse cover,  #d6cb4c 30%,transparent 35%);
	background: radial-gradient(ellipse at center,  #d6cb4c 30%,transparent 35%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6cb4c', endColorstr='transparent',GradientType=1 );
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	height:100%;
	width:16px;
	display:block;
	position:absolute;
	left:21px;
	top:79px;
}
#senior li{
	padding-bottom:30px;
	border-bottom:1px dashed #bcbcbc;
}
#senior li .spot{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#senior li .spot .ex{
	width:370px;
}
#senior li .spot .ex p{
	margin-bottom:20px;
}
#senior .day1 li:nth-child(1) h5:before{
	content:"";
	position:absolute;
	width:60px;
	height:71px;
	background: transparent url("../img/1day_ico.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:0;
}
#senior li h5{
	padding-top:30px;
}
#senior .day1 li:nth-child(1) h5{
	padding-top:20px;
}
#senior .day2 li:nth-child(1) h5:before{
	content:"";
	position:absolute;
	width:60px;
	height:71px;
	background: transparent url("../img/2day_ico.png") no-repeat scroll 0 0;
	display:block;
	left:0;
	top:-10px;
}

section#tspot h3{
	margin-bottom:40px;
}
section#tspot .tspot ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#tspot .tspot ul li{
	width:310px;
	margin-bottom:40px;
	margin-right:35px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#tspot .tspot ul li:nth-child(3n){
	margin-right:0;
}
section#tspot .tspot ul li:nth-last-child(-n+3){
	margin-bottom:0;
}
section#tspot .tspot ul li .photo{
	margin-bottom:20px;
}
section#tspot .tspot ul li h4{
	font-size:16px;
	line-height:100%;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #bcbcbc;
	text-align: center;
}
section#tspot .tspot ul li p{
	margin-bottom:15px;
}
section#tspot .tspot ul li .link{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#tspot .tspot ul li .ex .access{
	background-color:#f5f2e9;
	border:1px solid #d5c8a0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	letter-spacing:0;
	padding-left:5px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height:60px;
	color:#333;
}
section#tspot .tspot ul li .link .access{
	width:150px;
}
section#tspot .tspot ul li .link .btn{
	width:150px;
	height:60px;
}
section#tspot .tspot ul li .link .btn a{
	text-align:left;
	padding:19px 10px 19px 18px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:100%;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

section#nspot h3{
	margin-bottom:40px;
}
section#nspot .nspot ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#nspot .nspot ul li{
	width:310px;
	margin-bottom:40px;
	margin-right:35px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#nspot .nspot ul li:nth-child(3n){
	margin-right:0;
}
section#nspot .nspot ul li:nth-last-child(-n+2){
	margin-bottom:0;
}
section#nspot .nspot ul li .photo{
	margin-bottom:20px;
}
section#nspot .nspot ul li h4{
	font-size:16px;
	line-height:100%;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #bcbcbc;
	text-align: center;
}
section#nspot .nspot ul li p{
	margin-bottom:15px;
}
section#nspot .nspot ul li .link{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#nspot .nspot ul li .ex .access{
	background-color:#f5f2e9;
	border:1px solid #d5c8a0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	letter-spacing:0;
	padding-left:5px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	height:60px;
	color:#333;
}
section#nspot .nspot ul li .link .access{
	width:150px;
}
section#nspot .nspot ul li .link .btn{
	width:150px;
	height:60px;
}
section#nspot .nspot ul li .link .btn a{
	text-align:left;
	padding:19px 10px 19px 18px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:100%;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

/* font-size */
.font-l section#tspot .tspot ul li .ex .access,
.font-l section#tspot .tspot ul li .link .btn,
.font-l section#nspot .nspot ul li .ex .access,
.font-l section#nspot .nspot ul li .link .btn{
	height:90px;
}
.font-l section#tspot .tspot ul li h4,
.font-l section#nspot .nspot ul li h4{
	font-size:18px;
}
.font-l section#rroute h5{
	font-size:20px;
}
.font-l section#rroute h4{
	font-size:24px;
}
.font-s section#tspot .tspot ul li h4,
.font-s section#nspot .nspot ul li h4{
	font-size:14px;
}
.font-s section#rroute h5{
	font-size:16px;
}
.font-s section#rroute h4{
	font-size:20px;
}

/* background-color */
.bg-bl section#rroute h4,
.bg-bl section#tspot .tspot ul li h4,
.bg-bl section#nspot .nspot ul li h4{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bl section{
	background: #3333BE;
	background: -moz-linear-gradient(top, #3333BE 0%, #00008b 100%);
	background: -webkit-linear-gradient(top, #3333BE 0%,#00008b 100%);
	background: linear-gradient(to bottom, #3333BE 0%,#00008b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333BE', endColorstr='#00008b',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-ye section#rroute h4,
.bg-ye section#tspot .tspot ul li h4,
.bg-ye section#nspot .nspot ul li h4{
	text-shadow: 1px 1px 0 rgba(0,0,139,0.4);
}
.bg-ye section{
	background: #FFFF33;
	background: -moz-linear-gradient(top, #FFFF33 0%, #ffff00 100%);
	background: -webkit-linear-gradient(top, #FFFF33 0%,#ffff00 100%);
	background: linear-gradient(to bottom, #FFFF33 0%,#ffff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#ffff00',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-bk section#rroute h4,
.bg-bk section#tspot .tspot ul li h4,
.bg-bk section#nspot .nspot ul li h4{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bk section{
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
	background: linear-gradient(to bottom, #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}

/* ------------------------------------------------------------------------- *
 *	PC (Low Res) : 1020px > 0
/* ------------------------------------------------------------------------- */
@media print,screen and (max-width: 1020px) {
	#tourist .nav,
	section#rroute .rroute{
		min-width:980px;
		margin-left:10px;
		margin-right:10px;
	}
	section#tspot .tspot ul{
		min-width:980px;
		margin-left:10px;
		margin-right:10px;
	}
	section#tspot .tspot ul li{
		margin-right:25px;
	}
	section#nspot .nspot ul{
		min-width:980px;
		margin-left:10px;
		margin-right:10px;
	}
	section#nspot .nspot ul li{
		margin-right:25px;
	}
}
