﻿@charset "Shift_JIS";
#SecondPage{
	margin:0px 10px;
	padding:2px;
	background:#fff;
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*---- Title ----*/
#PageTitle{
	height:500px;
	background:url(./img/title002.jpg) no-repeat 0 bottom;
}
#PageTitle h3{
	height:166px;
}
#PageTitle h4{
	padding:20px 0 0;
	text-align:center;
	text-shadow:4px 0 4px rgba(255,255,255,1),0 4px 4px rgba(255,255,255,1),-4px -4px 4px rgba(255,255,255,1),-4px 0 4px rgba(255,255,255,1);
	font-size:34px;
	font-weight:normal;
	color:#c03;
}
/*---- Article ----*/
#SecondPage .Section{
	position:relative;
	margin:1px 0 0;
	padding:35px 38px 40px;
	background:#f9b;
}
#SecondPage .Section:nth-child(3){
	background:#e9c;
}
#SecondPage .Section:nth-child(4){
	background:#d9d;
}
#SecondPage .Section:nth-child(5){
	background:#c9e;
}
#SecondPage .Section:nth-child(6){
	background:#bd6;
}
#SecondPage .Section::before{
	position:absolute;
	top:2px;
	left:2px;
	display:block;
	content:"";
	width:992px;
	height:60px;
	background:url(./img/section001.png) no-repeat 0 0;
}
#SecondPage .Section::after{
	position:absolute;
	left:2px;
	bottom:2px;
	display:block;
	content:"";
	width:992px;
	height:60px;
	background:url(./img/section002.png) no-repeat 0 0;
}
#SecondPage .Section h3{
	font-size:44px;
	font-weight:normal;
	line-height:120%;
	color:#fff;
}
#SecondPage .Section h3 span{
	padding:0 0 0 8px;
	font-size:24px;
}
#SecondPage .Section:nth-child(6) h3{
	font-size:38px;
	line-height:120%;
}
#SecondPage .Section:nth-child(6) h4{
	margin:15px 0 10px;
	font-size:18px;
	line-height:140%;
	color:#fff;
}
#SecondPage .Section .BodyText{
	padding:15px 0 0;
	font-size:18px;
	line-height:150%;
}

/*--- ---*/
#SecondPage .Section .Album{
	margin:32px 0 0;
}
#SecondPage .Section .Album .MainPhoto{
	float:left;
	padding:5px;
	width:500px;
	background:#fff;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
#SecondPage .Section .Album .MainPhoto span{
	display:block;
	padding:6px 0 0;
	text-align:center;
	font-size:16px;
	line-height:130%;
}
#SecondPage .Section .Album .Thumbnail{
	margin:0 0 0 520px;
	min-height:410px;
}
#SecondPage .Section:nth-child(6) .Album .Thumbnail{
	min-height:360px;
}
#SecondPage .Section .Album .Thumbnail li{
	float:left;
	padding:0 0 1px 1px;
}
#SecondPage .Section .Album .Thumbnail li a{
	display:block;
	background:#fff;
	transition:0.2s linear;
}
#SecondPage .Section .Album .Thumbnail li a span{
	display:block;
	width:99px;
	height:90px;
	background-size:cover;
}
#SecondPage .Section .Album .Thumbnail li a span img{
	width:99px;
	height:90px;
}
#SecondPage .Section:nth-child(2) .Album .Thumbnail li a span,
#SecondPage .Section:nth-child(2) .Album .Thumbnail li a span img{
	height:80px;
}
#SecondPage .Section .Album .Thumbnail li a:hover span{
	opacity:0.6;
}
#SecondPage .Section .Album .Thumbnail li a:hover span img{
	opacity:0;
}
#SecondPage .Section .Spot{
	position:relative;
	margin:30px 0 0;
	padding:20px;
	background:#ffe6ee;
}
#SecondPage .Section .Spot p.Bus{
	position:absolute;
	top:10px;
	left:-6px;
}
#SecondPage .Section .Spot h4{
	margin:0 0 0 157px;
	padding:0;
	font-size:22px;
	font-weight:bold;
	line-height:140%;
	color:#c39;
}
#SecondPage .Section .Spot h4 span{
	padding:0 0 0 4px;
	font-size:18px;
}
#SecondPage .Section .Spot p.BodyText{
	margin:2px 0 0 157px;
	padding:0;
	font-size:15px;
	line-height:140%;
}
#SecondPage .Section .Spot div{
	display:table;
	border-collapse:separate;
	border-spacing:2px;
	margin:15px 0 0;
	width:100%;
	background:#fff;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
}
#SecondPage .Section .Spot div p{
	display:table-cell;
	vertical-align:top;
}
#SecondPage .Section .Spot div p a{
	display:block;
	margin:2px 0 0;
	width:165px;
	height:123px;
	background:linear-gradient(to bottom, #8877ff 0%, #6655dd 100%);
	transition:0.2s linear;
	text-decoration:none;
}
#SecondPage .Section .Spot div p a span{
	display:table-cell;
	width:165px;
	height:123px;
	background:url(./img/section005.png) no-repeat right bottom;
	vertical-align:middle;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:130%;
	color:#fff;
}
#SecondPage .Section .Spot div p a:hover{
	opacity:0.6;
}
#SecondPage .Section .Spot div p.BodyText{
	padding:12px 13px 0 13px;
	font-size:15px;
	line-height:140%;
}
#SecondPage .Section .Spot div p.BodyText strong{
	display:block;
	padding:0 0 6px;
	font-size:22px;
	line-height:130%;
	color:#c39;
}
#SecondPage .Section .Spot div p.BodyText span{
	padding:0 0 0 8px;
	font-size:20px;
	font-weight:bold;
	line-height:140%;
	color:#444;
}
/*-- --*/
#SecondPage .Section .Tour{
	margin:10px 0 0;
	padding:20px;
	background:#eee6f7;
}
#SecondPage .Section .Tour h4{
	font-size:28px;
	font-weight:bold;
	color:#84a;
}
#SecondPage .Section .Tour p.SubCopy{
	margin:2px 0 0;
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	color:#666;
}
#SecondPage .Section .Tour div:nth-child(3){
	float:left;
	padding:20px 0 0 0;
	width:380px;
}
#SecondPage .Section .Tour div:nth-child(4){
	margin:12px 0 0 410px;
}
#SecondPage .Section .Tour div table{
	border-collapse:separate;
	border-spacing:0 8px;
	width:100%;
}
#SecondPage .Section .Tour div table caption{
	padding:8px 0 0;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
#SecondPage .Section .Tour div table th,
#SecondPage .Section .Tour div table td{
	vertical-align:top;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	line-height:130%;
}
#SecondPage .Section .Tour div table th span{
	display:block;
	margin:0 6px 0 0;
	padding:0 4px;
	border-radius:3px;
	background:#fff;
	white-space:nowrap;
	text-align:center;
	line-height:140%;
}
#SecondPage .Section .Tour div ul{
	margin:12px 0 0 0;
}
#SecondPage .Section .Tour div ul li{
	padding:4px 0 0 14px;
	text-indent:-14px;
	font-size:14px;
	line-height:130%;
}
#SecondPage .Section .Tour div ul li::before{
	content:"\0025cf";
	color:#fff;
}
#SecondPage .Section .Tour div a{
	display:block;
	margin:14px 0 0;
	width:100%;
	background:linear-gradient(to bottom, #8877ff 0%, #6655dd 100%);
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
	transition:0.2s linear;
	text-decoration:none;
}
#SecondPage .Section .Tour div a span{
	display:block;
	background:url(./img/section005.png) no-repeat right bottom;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:34px;
	color:#fff;
}
#SecondPage .Section .Tour div a:hover{
	transform:translate(1px,1px);
	opacity:0.6;
}
/*---- 20161220 ----*/
#SecondPage  > p.LinkTOP{
	margin:1px 0 0 0;
	border:5px solid #809;
	background:#9900aa;
}
#SecondPage > p.LinkTOP a{
	position:relative;
	display:block;
	background:#660077;
	background:linear-gradient(to bottom, #aa00bb 0%, #550066 100%);
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	font-size:30px;
	font-weight:bold;
	line-height:90px;
	color:#fff;
}
#SecondPage > p.LinkTOP a::after{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	content:"";
	width:30px;
	height:30px;
	background:url(./img/section007.png) no-repeat 0 0;
}
#SecondPage > a span{
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	font-size:30px;
	font-weight:bold;
	line-height:90px;
	color:#fff;
}
#SecondPage > p.LinkTOP a span::after{
	content:"\00bb";
}
#SecondPage > p.LinkTOP a:hover{
	transform:translate(1px,1px);
	opacity:0.6;
}
#SecondPage > p.LinkTOP a:hover span{
	color:#ff0;
}

/*-- --*/
#SecondPage .Section:nth-child(6) p.Link{
	padding:30px 0 0;
	text-align:center;
}
#SecondPage .Section:nth-child(6) p.Link a{
	display:inline-block;
	margin:14px 4px 0;
	width:40%;
	background:linear-gradient(to bottom, #8877ff 0%, #6655dd 100%);
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
	transition:0.2s linear;
	text-decoration:none;
}
#SecondPage .Section:nth-child(6) p.Link a span{
	display:block;
	padding:8px 0;
	background:url(./img/section005.png) no-repeat right bottom;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
}
#SecondPage .Section:nth-child(6) p.Link a:hover{
	transform:translate(1px,1px);
	opacity:0.6;
}

/*---- 20161219 ----*/
#SecondPage > p.Link{
	margin:1px 0 0 0;
	border:5px solid #809;
	background:#9900aa;
}
#SecondPage > p.Link a{
	position:relative;
	display:block;
	background:#660077;
	background:linear-gradient(to bottom, #aa00bb 0%, #550066 100%);
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	font-size:30px;
	font-weight:bold;
	line-height:90px;
	color:#fff;
}
#SecondPage > p.Link a::after{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	content:"";
	width:30px;
	height:30px;
	background:url(./img/section007.png) no-repeat 0 0;
}
#SecondPage > p.Link a span{
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	font-size:30px;
	font-weight:bold;
	line-height:90px;
	color:#fff;
}
#SecondPage > p.Link a span::after{
	content:"\00bb";
}
#SecondPage > p.Link a:hover{
	transform:translate(1px,1px);
	opacity:0.6;
}
#SecondPage > p.Link a:hover span{
	color:#ff0;
}



/*-- --*/
#SecondPage .Section p.LinkSide{
	padding:30px 0 0;
	text-align:center;
}
#SecondPage .Section p.LinkSide a{
	display:inline-block;
	margin:14px 4px 0;
	width:40%;
	background:linear-gradient(to bottom, #8877ff 0%, #6655dd 100%);
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
	transition:0.2s linear;
	text-decoration:none;
}
#SecondPage .Section p.LinkSide a span{
	display:block;
	padding:8px 0;
	background:url(./img/section005.png) no-repeat right bottom;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	color:#fff;
}
#SecondPage .Section p.LinkSide a:hover{
	transform:translate(1px,1px);
	opacity:0.6;
}




