@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

strong{
	font-weight:bold!important;}


/* --------------------------------------------------
form
-------------------------------------------------- */

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

fieldset {
  border: none;
  display: block;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

textarea.textarea {
  padding: 3px;
  font-family: "MS Gothic";
  vertical-align: middle;
}

input.check {
  margin-right: .5em;
  vertical-align: -2px;
}

select.select {
  height: 1.5em;
}

input.radio {
  margin: 0 .5em;
  vertical-align: -2px;
}

label {
  margin-right: 1em;
}

input.text,
input.year,
input.month,
input.day,
input.number {
  padding: 3px;
  font-family: "MS Gothic";
  vertical-align: middle;
  height: 1.2em;
}

input.year {
  width: 4em;
  margin: 0 .5em;
}

input.month {
  width: 2em;
  margin: 0 .5em;
}

input.day {
  width: 2em;
  margin: 0 .5em;
}

input.number {
  width: 15em;
}

/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
  color: #0071c7;
  text-decoration: underline;
}

a:visited {
  color: #0071c7;
  text-decoration: underline;
}

a:hover {
  color: #336699;
  text-decoration: underline;
}

a:active {
  color: #336699;
  text-decoration: underline;
}


a img:hover{
	opacity:0.75;
}


/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix {display: inline-block;} 
 
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 


div:after, ul:after {
	content: "";
	display: block;
	clear: both;
}

/* --------------------------------------------------
html
-------------------------------------------------- */

html{
	font-size: 62.5%;
	height:100%;
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family:"ヒラギノ角ゴ Pro","ヒラギノ角ゴ ProN", "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height:1.6;
	color: #333;
	-webkit-text-size-adjust: 100%;
}

body img {
  vertical-align: top;
}

body > #contents {
  height: auto;
}

#contents {
	position:relative;
	margin-bottom:2.5rem;
	overflow:hidden;}

#contents ,#footer{
	min-width:1080px;}
	
/*-------------------------------------------------
header
---------------------------------------------------*/
/*body{width:1080px;}*/

#header{
	/*width:1080px;*/
	min-width:1060px;
	height:120px;
	margin:0 auto;
	position:relative;
	padding:0 10px;
}

/* btnMenu */
.btnMenu{
	display: none;
}

/* logo */
#logo{
	position:absolute;
	bottom:20px;
	left:10px;
	z-index:1000;
}
#logo img{
	width:245px;
}

/* sp-wrap */
.sp-wrap{
	display: block;
	text-align:right;
}

.sp-wrap > *{
	vertical-align:middle;}

/* nav */
#nav{
	position:absolute;
	bottom:20px;
	right:10px;
	padding-left: 290px;
}
#nav ul{
	width:100%;
	display:table;
	text-align:center;
	border-left:#DDD solid 1px;
}
#nav li{
	display:table-cell;
	border-right:#E5E5E5 solid 1px;
	vertical-align:  middle;
	position:relative;
}
#nav a{
	display:block;
	color:#333;
	text-decoration:none;
	padding:0px 5px;
	line-height:1;
}
#nav a:hover{
	color:#0071C7;
}

#nav .nav07{
	width:170px;}
	
	

#nav .popupBox {
	position: absolute;
	padding: 5px 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/*display:none;*/
	top:-40px;
	left:-25%;
}

#nav .popupBox {
	position: absolute;
	background: #FFF;
	color:#0071C7;
	border:3px #0071C7 solid;
	padding: 5px 16px;
	border-radius: 8px;
	line-height:1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display:none;
	width: 200px;
	min-height:30px;
	bottom:80px;
	top:-50px;
	font-size:15px;
	left:-50%;
}
#nav .popupBox:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border: solid transparent;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #0071C7;
	border-width: 8px;
	pointer-events: none;
	content: " ";
}
#nav li:nth-child(4) .popupBox {
	height:30px;
	line-height:30px;
}
#nav li:nth-child(5) .popupBox {
	width: 150px;
}
#nav li:nth-child(6) .popupBox {
	width: 150px;
}
#nav li:nth-child(7) .popupBox {
	width: 400px;
	right:0;
	left: auto;
}
#nav li:nth-child(7) .popupBox:after {
	left: auto;
	right:70px;}

/* h_btn */
.h_btn{
	display:inline-block;
	margin-top:10px;
}
.h_btn li{
	float:left;
	padding-right:1px;
	text-wrap:none;
	display:block;
	font-size:16px;
}
.h_btn li:last-child{
	padding-right:0;
}
.h_btn a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:7px 30px;
}

.h_btn li:nth-child(1) a{
	background:#21B6D7;}
	
.h_btn li:nth-child(2) a{
	background:#0071C7;
	margin-left:5px;}
	
.h_btn a:hover{
	opacity:0.7;}	
	

.h_btn li:nth-child(1) a:before{
	content: "";
	font-family: FontAwesome;
	padding-right:10px;
	font-size:15px;}	
	

.h_btn li:nth-child(2) a:before{
	content: "";
	font-family: FontAwesome;
	padding-right:10px;
	font-size:15px;}	

/* h_link */
.h_link{
	display:inline-block;
	margin-top:10px;
}

.h_link li{
	float:left;
	font-size:16px;
}
.h_link a{
	color:#333;
	text-decoration:none;
	display:block;
	padding:0 7px;
}

.h_link a:before{
	content: "\f105 ";
	font-family: FontAwesome;
	padding-right:5px;
	color:#0071C7;}
	

/* fontSize */

.fontSize {
	display:inline-block;
	font-size:1.2rem;
	margin-top:10px;
}

.fontSize dl{
	display:table;}
	
.fontSize dt, .fontSize dd {
	display:table-cell;
}
.fontSize dt {
	padding-right:5px;
	font-size:14px;
}
.fontSize dd{
	background:#CCC;
	text-decoration:none;
	padding:5px 10px;
	margin-left:2px;
	color:#0071c7;
	cursor: pointer;
	font-size:16px;
}
.fontSize dd.active {
	background:#0071C7;
	color:#FFF;
}

.h_search{
	display:none;
}
/*-------------------------------------------------
title
---------------------------------------------------*/

.mainTtl{
	text-align:left;
    position: relative ;
    text-align: left;
    width: 100% ;
	color: #FFF;
    height: 40vh ;
	min-height:150px;
	max-height:300px;
    display: block;
	}
	
.mainTtl > *{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}	

.mainTtl::before{
    content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}

.mainTtl span{
	position:relative;
	padding-top:40px;
    font-size: 2rem;}
	
.mainTtl span::before{  
	font-family: FontAwesome;
	padding-right:10px;
	position:absolute;
	top:-25px;
	left:50%;
	margin-left:-1.5rem;
	font-size:4rem;}

	

.subTtl{
    background-position: left top;
    background-repeat: repeat;
    border-bottom: 1px solid #dfdfdf;
    border-top: 2px solid #0071c7;
    color: #0071c7;
    font-size: 2.8rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
	line-height:1.4;
	}
	
.ssubTtl01{
    font-size: 2.2rem;
    color: #0071c7;
	border-left:2px solid #0071c7;
	background:url(../img/bg_glayline.png);
    padding: 0.5rem 2rem;
    margin-bottom: 2rem;
	line-height:1.4;}	

.ssubTtl02{
    font-size: 2.2rem;
    color: #FFF;
	background: url(../img/bg_baseline.png) #263AA0;
    margin-bottom: 2rem;
	line-height:1.4;
    padding: 1.6rem 2rem;}	

.ssubTtl02 span{
	border-left:5px solid #FFF;
	padding-left:1.5rem}
	
.ssubTtl03{
    font-size: 1.8rem;
	color:#263AA0;
	margin-bottom:1rem;
	font-weight:bold;}
	
.ssubTtl03:before{
	font-family: FontAwesome;
	padding-right:1rem;
	font-weight: normal;}
	
.ssubTtl04{
    font-size: 1.8rem;
	margin:1rem 0;
	font-weight:bold;}	
	
.recommendSpot .ssubTtl05{
	color:#263AA0;
	font-size:1.5em;
	padding:3px 0 15px 0;
	clear:both;
	}				

/*-------------------------------------------------
pageHeader
---------------------------------------------------*/

.pageHeader{
	width:100%;
	padding:10px 0;
	position:relative;
}
.pageHeader .wrapper{
	width:1080px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* path */
.path {
	float:left;
}
.path li{
	display:inline-block;
    font-size: 1.2rem;
}
.path li a::after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin: 0 .5rem;
    text-decoration: none;
}

/* social */
.social>*{
	vertical-align:middle;
}

.social{float:right;
}
	
/* btnPrint */
.btnPrint {
	float:right;
}
.btnPrint a {
    color: #0071c7 ;
	border:1px solid #E3E3E3;
    display:  inline-block;
    padding:3px 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	margin-left:5px;
}
.btnPrint a:hover {
    color: #FFF ;
	border:1px solid #0071c7;
	background: #0071c7 ;
}
.btnPrint a::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 10px;
}	

/* bnrArea */
.pageHeader .bnrArea{
	width: 410px;
	float:right;
	text-align: right;
}

/*-------------------------------------------------
pageMenu
---------------------------------------------------*/

.pageMenu{
	width:100%;
	background:#484848;
	margin-bottom:20px;
}
.searchMenu{
	margin-bottom:10px;
	width:1040px;
	margin:0 auto;
	padding:20px 0;
}

.searchMenu .left{
	float: left;
	width: 670px;
}
.searchMenu .right{
	float: right;
	width: 345px;
	border-left:3px solid #414141;
}
.searchMenu dl{
	display:table;
	vertical-align:middle;
	border-collapse: separate;
	border-spacing:20px 0px;
}
.searchMenu dt{
	padding:.8rem 0 ;
	color:#FFF;
	display:block;
}
.searchMenu dd{
	display:block;
	text-align:center;
	vertical-align:middle;
	position:relative;
	overflow:hidden;
}
.searchMenu dd li{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}
.searchMenu dd li a{
	display:block;
	background:#636363;
	padding:.2rem .2rem;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:3px;
}

	
.searchMenu .active,.searchMenu .active a{
	color:#FFF;
	border-radius:3px;
	background:url(../img/bg_baseline.png) #0071C7;}

.searchMenu .left dd{
	padding-bottom:20px;}
	
.searchMenu .right dd li{
	width:80px;}
	
.searchMenu .right dd a{
	width:100%;}
	
.searchMenu dd li a:hover{
	opacity:0.75;
}

/* key */

.searchMenu .key dd{
	overflow:hidden;
	position:relative;
}

.searchMenu .key input,.searchMenu .people input{
	height:40px;
	line-height:40px;
	padding:0 10px;
	border-radius:5px;
	background:#636363;
	border:none;
	color:#FFF;}
	
.searchMenu .key input{
	float:left;
	width:485px;
}


.searchMenu .key a{
	float:left;
	display:inline-block;
	color:#fff;
	background:#2C2C2C;
	border-radius:5px;
	font-size:1.8rem;
	padding:0 15px;
	margin-left:5px;
	vertical-align:middle;
	height:40px;
	line-height:40px;
	text-decoration:none;
}
.searchMenu .key a:hover{
	opacity:0.75;
}

/* people */
.searchMenu .people input{
	width:200px;
	margin-right:1rem;
	vertical-align:bottom;
}

.searchMenu .people dd{
	color:#FFF;
}


/* genre */

.searchMenu .genre li{
	width:19%;}

.searchMenu .key,.searchMenu .genre{
	border-bottom: 3px solid #414141;}


.searchMenu .genre a{
	margin:1px;
}
.searchMenu .genre dt{
}
.searchMenu .genre .active{
	background:url(../img/bg_baseline.png);
}

		
/* area */

.searchMenu .area  #areaMap{
	  float:right;
	  margin-top:40px;}


.searchMenu .area dl{
	  float:left;
	  width:100px;
}


/* btnForm */
.searchMenu .btnForm{
	text-align:center;
	padding:2rem 0;
	clear:both;
	display:table;
	text-align:center;
	  margin-left: 25%;
	  width: 60%;}	
	
.searchMenu .btnForm li{
	display:table-cell;
	}	
	
.searchMenu .btnForm a{
	color: #FFF;
	font-size:2rem;
	padding:10px 0;
	text-decoration:none;
	border-radius:5px;
	display:block;
	}	
	
.searchMenu .btnForm li:nth-child(1) a{
	background:#636363;
    margin: 0 3% 0 0;}
	
	
.searchMenu .btnForm li:nth-child(2) a{
	background:#2C2C2C;}


.searchMenu .btnForm li:nth-child(2) a::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
	margin-right:0.8em;
}
		

.searchMenu .btnForm a:hover{
	opacity:0.5;}

/* btnClose */
.pageMenu .btnClose{
	text-align:center;
}
.pageMenu .btnClose a{
	background:#323232;
	color:#FFF;
	display:block;
	text-decoration:none;
	padding:8px 0;
	margin:0 auto;
	vertical-align:middle;
}
.pageMenu .btnClose a:hover{
	opacity:0.75;
}
.pageMenu .btnClose a:before{
  content: "\f077";
  font-family: FontAwesome;
	padding-right:10px;
}
.pageMenu .btnClose a.open{
	width:240px;
	float:right;
}
.pageMenu .btnClose a.open:before{
  content: "\f002";
}

/*-------------------------------------------------
wrapper
---------------------------------------------------*/

.wrapper{
	width:1080px;
	margin:0 auto;
	position:relative;
}



/*-------------------------------------------------
layout
---------------------------------------------------*/

#main {
	width:830px;
	float:left;
}

#sideNav {
	width:215px;
	float:right;
	margin-top:-100px;
}
#sideNav h4 {
	background: url(../img/bg_baseline.png) #0071C7;
	color:#FFF;
	text-align:center;
	padding:30px 0;
	margin-bottom:1px;
	font-size:2rem;
}
#sideNav ul {
	background:url(../img/bg_glayline.png);
	padding:10px;
}
#sideNav ul li {
	border-bottom:1px dashed #aaaaaa;
	background:#FFF;
}

	
#sideNav ul li:last-child{
    border-bottom:none;
}
#sideNav ul li a:before,#sideNav ul li span:before{
	content: "\f111";
	font-family: FontAwesome;
	padding-right:1rem;
	margin-left:-2rem;
	color:#AAAAAA;
	font-size:1rem;
	vertical-align:middle;}
	
#sideNav ul li a,#sideNav ul li span.active{
	display:block;
	padding:15px 10px 15px 35px;
	text-decoration:none;
	color:#333;
}

#sideNav ul li span.active{
	background:#C4DAF0;}
	
#sideNav ul li a:hover {
	color:#FFF;
	display:block;
	background: #0071C7;
}
#sideNav ul li span {
	display:block;
	padding:15px 10px 15px 30px;
}


/* --------------------------------------------------
 tabMenu
-------------------------------------------------- */

.tabMenu{
	margin-bottom:20px;
	background: url(../img/bg_glayline.png) repeat-x bottom ;
} 
.tabBtn {
	position:relative;
	overflow:hidden;
}


.tabBtn li:nth-child(1) a,.tabBtn li:nth-child(1) span{

	float:left;}
	
.tabBtn li:nth-child(2) a,.tabBtn li:nth-child(2) span{
	float:right;
	display:block;}	
	
.tabBtn li:nth-child(1) a::before,.tabBtn li:nth-child(1) span::before{
  content: "\f279";
  font-family: FontAwesome;
	padding-right:15px;
}
.tabBtn li:nth-child(2) a::before,.tabBtn li:nth-child(2) span::before{
  content: "\f041";
  font-family: FontAwesome;
	padding-right:15px;
}	
	
.tabBtn li.selected span{
	width:49%;
	text-align:center;
	font-size:1.9rem;
	border-bottom:#FFF solid 1px;
	padding: 0 ;
	height:54px;
	line-height:54px;
	background:#FFF;
	position:relative;
	color:#0071C5;
	background: url(../img/bg_glayline.png) ;
}
.tabBtn li a{
	width:49%;
	text-align:center;
	text-decoration:none;
	font-size:1.9rem;
	border-top:#E3E3E3 solid 1px;
	border-right:#E3E3E3 solid 1px;
	border-left:#E3E3E3 solid 1px;
	display:block;
	padding: 0 ;
	height:43px;
	line-height:43px;
	background:#FFF;
	color:#0071C5;
}



/*-------------------------------------------------
result
---------------------------------------------------*/

.result{
	border:#CFCFCF dashed 1px;
	line-height:1.2;
	padding:1.2rem 2rem;
	display:table;
	width:100%;
	box-sizing:border-box;
	margin-bottom:20px;
	text-align:right;
}
.result > div{
	line-height:1.2;
	display:table-cell;
	text-align:left;
}

.result > div a {
    color: #fff ;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 10px;
	text-decoration:none;
}

.result  a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.result .clearBtn{
	display: inline-block;
	text-decoration:none;
	background: #808080;
	color: #FFF;
	border: 1px solid #808080;
	padding: 3px 10px;
	white-space: nowrap; 
}
.result .clearBtn:after,.result > div a:after{
	content: "\f00d";
	font-family: FontAwesome;
	padding-left:5px;
	display:inline-block;
}

.result .keyword::before ,.result .people::before ,.result .member::before,.result .area::before  {
	content: "\f00d";
	font-family: FontAwesome;
	padding-right:5px;
	display:inline-block;
}
.result .keyword{
	background:#2c2c2c;}
	
.result .keyword::before {
    content: "\f02b ";
}	
.result .people{
	background:#2c2c2c;}
	
.result .people::before {
    content: "\f234";
}	
.result .member{
	background:#2c2c2c ;}
	
.result .member::before {
    content: "";
}	
.result .area{
	background:#2c2c2c;}
	
.result .area::before {
    content: "\f041 ";
}	


/*-------------------------------------------------
sortMenu
---------------------------------------------------*/

.sortMenu{
	width:100%;
	display:table;
	margin-bottom:20px;
}
.sortMenu .sort{
	width:40%;
	display:table-cell;
	vertical-align:middle;
}
.sortMenu .sort span{
	font-size:1.2rem;
}
.sortMenu .paging{
	display:table-cell;
	width:60%;
	vertical-align:middle;
}
.sortMenu select {
	min-width:150px;
	padding: 10px;
}
.sortMenu .num{
	margin-left:1rem;
}


/* --------------------------------------------------
icon
-------------------------------------------------- */



.icon_new{
    background: #EC7064 none repeat scroll 0 0 ;
    color: #fff ;
    display: inline-block;
	margin-left:0.5rem;
    padding:0px 10px;
    text-align: center ;
	font-size:.9rem;
}

.icon_area{
	display: inline-block;
	font-size:1.4rem;
	padding:2px 8px;
	margin:0 1px 0 1px;
	line-height:1.2;
}
.icon_area::before{
    content: "";
    font-family: FontAwesome;
    padding-right: 0.5rem;
}

.icon_map_genre{
	display: inline-block;
	font-size:1.4rem;
	padding:2px 8px;
	margin:0 1px 0 1px;
	line-height:1.2;
	color:#FFF;
	background-image:url(../img/bg_baseline.png);
}

.icon_num {
	border-radius: 50%;
	padding: 3px;
	width: 25px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	display: block;
	text-align: center;
	border: 3px solid #CCC;
	background:#FFF;
}

.icon_member{
	background:#4B4B4B;
	color:#FFF;
	padding: 3px 5px;}


.icon_member::before{
    content: "";
    font-family: FontAwesome;
    padding-right: 0.5rem;
	color:#858585;
}
.aboutMember{
	background:#EBEBEB;
	padding:1rem;
	font-size:1.3rem;
	line-height:1;}	
	
.aboutMember .icon_member{
	float:left;
	margin-right:1rem;
	font-size:1.4rem;}	

.icon_triangle{
  color: #FFF;
  font-size: 1.4rem;
  line-height:1.2;
  padding: 80px 0px 10px;
  position: absolute;
  left: -90px;
  top: -35px;
  text-align: center;
  width: 220px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  background-image:url(../img/bg_baseline.png);
}

/* --------------------------------------------------
count
-------------------------------------------------- */
.count{
	padding:0 1.5rem ;}

.count .num {
	float:left;
	width:45%;}
	
.count .paging {
	float:right;
	width:45%;
	clear:none;}

/* --------------------------------------------------
num
-------------------------------------------------- */

.num strong{
	font-size:1.8rem;
	font-weight:bold;}

/* --------------------------------------------------
paging
-------------------------------------------------- */

.paging {
	text-align:right;
	clear: both;
	margin-bottom:20px;
}
.paging a {
	border-radius: 2px;
	display: inline-block;
	margin-bottom:5px;
	padding: .5rem 1rem;
	text-decoration: none;
	vertical-align: text-bottom;
	background: #E5E5E5;
	color: #333333;
	border: 1px solid #E5E5E5;
	margin-left:5px;
}
.paging a:link,
.paging a:visited {
	color: #333333;
	text-decoration: none;
}
.paging a:hover,
.paging a:active {
	background: #333333;
	color: #fff;
	text-decoration: none;
	border: 1px solid #333333;
}
.paging .current{
	border-radius: 2px;
	display: inline-block;
	padding: .5rem 1rem;
	text-decoration: none;
	vertical-align: text-bottom;
	background: #333333;
	border: 1px solid #333333;
	color: #fff;
	text-decoration: none;
	margin-bottom:5px;
	margin-left:5px;
}
.paging .next a,
.paging .prev a{
	border-radius: 2px;
	padding: .5rem 1rem;
	text-decoration: none;
	vertical-align: text-bottom;
	color: #333333;
	border: none;
	background: none;
}
.paging .prev a::before{
  content: "\f100";
  font-family: FontAwesome;
	padding-right:5px;
}
.paging .next a::after{
  content: "\f101";
  font-family: FontAwesome;
	padding-left:5px;
}
.paging .next a:hover,
.paging .prev a:hover{
	background: none;
	border: none;
	color: #333333;
}

/*-------------------------------------------------
pageTop
---------------------------------------------------*/

#pageTop {
	bottom: 20px;
	position: fixed;
	right: 20px;
	transition-delay: 0s;
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: ease;
}
#pageTop:hover {
	transform: rotate(360deg);
	opacity:0.75;
}

/*-------------------------------------------------
footer
---------------------------------------------------*/

#footer{
	color:#FFF;
    font-size: 1.2rem;
	position:relative;
}

#footer .footerContents{
	background:#3A3B3F;
	padding:40px 5% ;
}

#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration: underline;
}

#footer .footernews{
	width:60%;
	float:left;}
	
#footer .footernews dl{
	border-bottom:3px solid #676665;
	height:50px;
	line-height:50px;}	
	
#footer .footernews dt{
	display:inline-block;
	border-bottom:3px solid #CCC;
    font-size: 1.4rem;
	letter-spacing:.3rem;}

#footer .footernews dd{
	display:inline-block;
	text-align:right;
	float:right;}


#footer .footernews dd::after {
    content: "";
    font-family: FontAwesome;
    padding-left: 5px;
}	
	
#footer .footernews ul{
	margin:3rem 1rem 0  1rem;}	
		
#footer .footernews li{
	margin-bottom:1rem;}	
		
#footer .footernews li span{
	margin-right:1rem;}	

#footer .address{
	width:30%;
	float:right;}
	
#footer .address p{
	text-align:center;}	
	
#footer .address p img{
	width:120px;}	
	
#footer .address address{
	margin-top:1rem;}	

#footer .footerBottom{
	text-align:left;
	overflow:hidden;
	padding:2rem 5%;
	background:#676665;
}

#footer .footerBottom ul,#footer .footerBottom li,#footer .footerBottom p.copy{
	display:inline-block;}
	
#footer .footerBottom ul{
	text-align:right;
	float:right;
}

#footer .footerBottom ul:before{
	content:"｜";
	color: #999;}

#footer .footerBottom li:after{
	content:"｜";
	color: #999;
	}

.footerBottom p.copy{
	text-align:left;}


/* --------------------------------------------------
smartPhone
-------------------------------------------------- */

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


	 a:focus {
	   outline-color: #fff;
	   overflow: hidden;
	 }
	 
	 #contents ,#footer{
	   min-width:0;
	  }

	/*-------------------------------------------------
	header
	---------------------------------------------------*/
	
	#header{
		width:100%;
		min-width: 0;
		position:relative;
		height:60px;
		padding:0;
	}
	
	/* btnMenu */
	.btnMenu{
		display:block;
		position:absolute;
		top:5px;
		right:5px;
	}
	.btnMenu a{
		line-height:1;
		padding:5px 0;
		display:block;
		margin:5px;
		width:50px;
		background:#0071c7;
		color:#333;
		text-decoration:none;
		font-size:.8rem;
		color:#FFF;
		text-align:center;
	}
	.btnMenu a:before{
		content: "\f0c9";
		font-size:2.3rem;
		display:block;
		font-family: FontAwesome;
	}
	.btnMenu a.open:before{
		content: "\f00d";
		font-size:2.3rem;
		display:block;
		font-family: FontAwesome;
	}
	
	/* logo */
	#logo{
		top:15px;
		left:15px;
		width:190px;
		z-index:0;
	}
	#logo img{
		width:100%;
		min-width:100%;
	}
	
	/* sp-wrap */
	.sp-wrap{
		display:none;
		position:absolute;
		top:60px;
		left:0;
		box-sizing:border-box;
		width:100%;
		padding:0 10px 10px 10px;
		background:#333;
		z-index:1;
		text-align:left;
		font-size:1.2rem;
	}
	
	/* nav */
	#nav{
		width: auto;
		box-sizing:border-box;
		position: relative;
		bottom:auto;
		left:auto;
		margin-left:-10px;
		margin-right:-10px;
		background:#FFF;
		top:0px;
		bottom:0px;
		right:0px;
		padding-left: 0px;
	}
	#nav ul{
		display:block;
		text-align:left;
		border-left:none;
		border-top:#0071c7 solid 1px;
	}
	#nav li{
		display:block;
		border-right:none;
		height: auto;
		border-bottom:#0071c7 solid 1px;
	}
	#nav li:last-of-type{
		border-bottom:none;
	}
	#nav a{
		display:block;
		padding: 10px 10px 10px 15px;
		position:relative;
		color:#0071c7;
	}
	#nav a:after{
		content: "\f105";
		font-family: FontAwesome;
		padding-right:10px;
		position:absolute;
		right:0;
	}
	#nav .nav07{
		padding:0;
		width:auto;
		
	}
	#nav .popupBox,#nav .popupBox:after {
		opacity:0;
	}
	
	/* h_link */
	.h_link{
		width:100%;
		position:relative;
		top:auto;
		left:auto;
		clear: both;
		border:none;
		text-align:left;
	}
	.h_link ul{
		display:block;
	}
	
	.h_link li {
		float: none;
		padding-right: 0;
		width: 100%;
		font-size:12px;
	}	
	.h_link a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #555;
		display: block;
		position: relative;
		padding:5px 0;
		text-indent:1rem;
	}
	.h_link a::before{
		display:none;}
		
	.h_link a::after {
		content: "";
		font-family: FontAwesome;
		padding-right: 10px;
		position: absolute;
		right: 0;
	}


	
	/* h_btn */
	.h_btn{
		position: relative;
		top: auto;
		right: auto;
		display:block;
		width:100%;
	}
	.h_btn li{
		width:100%;
		float:none;
		padding-right:0;
		background:none;
		font-size:12px;
	}
	.h_btn a{
		display:block;
		border-bottom:#333 solid 1px;
		position:relative;
	}
	.h_btn a:after{
		content: "\f105";
		font-family: FontAwesome;
		padding-right:10px;
		position:absolute;
		right:0;
	}
	
	.h_btn li:nth-child(2) a{
		margin-left:0px;}
	
	.fontSize{
		display:none;}
	

	/*-------------------------------------------------
	title
	---------------------------------------------------*/
   .mainTtl{
	   text-align: center;
	   height: 90px !important;
	   background: #0071c7 ;
	   min-height:0px;
	   }
	   
.mainTtl > *{
    display: block;
    vertical-align: middle;
    width: auto;
}	

	   
   .mainTtl::before {
	   display:inline;}   
		   
   .mainTtl span{
	   font-size: 1.5rem;
	   line-height:1;
	   padding-top:45px;
   }
   .mainTtl span::before{
	   font-size: 2rem!important;
	   top:20px!important;
	   left: 52%;}

   .subTtl{
	   font-size: 1.5rem;
	   padding: 1rem 1rem;
	   margin-bottom: 1rem;
	   }	
		  
   .ssubTtl01{
	   font-size: 1.5rem;
	   padding: .5rem 1.5rem;}	
	   
		   
	.ssubTtl02{
		font-size: 1.5rem;
		color: #FFF;
		margin-bottom: 1rem;
		padding:.5rem .5rem;}	
	
	.ssubTtl02 span{
		border-left:3px solid #FFF;
		padding-left:.5rem}	    
	   
	.ssubTtl03{
    font-size: 1.3rem;
	margin-bottom:.5rem;} 
	
	.ssubTtl04 {
    font-size: 1.5rem;
    margin: .5rem 0;
    }  
	 
	.recommendSpot .ssubTtl05{
	font-size:1.3em;
	padding:  .5rem 10px;
	width:auto;
	}	   
	/*-------------------------------------------------
	pageHeader
	---------------------------------------------------*/
	
	.pageHeader{
		width:100%;
		padding:0;
	}
	.pageHeader .wrapper{
		width:100%;
		margin:0 auto;
		position:relative;
		overflow:hidden;
	}
	
	/* path */
	.path {
		width: auto;
		padding:0;
		margin:10px;
		float:none;
		font-size:1.2rem;
	}


	.path li a, .path li span {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #e7e7e7;
		display: inline-block;
		padding: 5px;
		text-decoration: none;
	}
	
	.path li a::after {
		display: none;
	}
	/* social */
	.social {
	}
	
	/* bnrArea */
	.pageHeader .bnrArea{
		width:auto;
		margin:10px;
		float:none;
		text-align:center;
	}
	.pageHeader img{
		max-width:100%;
	}
	
	/*-------------------------------------------------
	pageMenu
	---------------------------------------------------*/
	
	.pageMenu{
		width:100%;
		padding:0;
	}
	.searchMenu{
		width:100%;
		padding: 0;
	}
	.searchMenu .left{
	float: none;
	width: 100%;
	}
	.searchMenu .right{
	float: none;
	width: 100%;
	border-left:none;
	}
	.searchMenu dl{
		width:100%;
		display:block;
	}
	.searchMenu dt{
		width: auto;
		padding:.8rem .8rem ;
		background:#2c2c2c ;
	}
	.searchMenu dd{
		display:block;
		width: auto;
		width:100%;
	}
	.searchMenu dd li{
		width:50%;
		margin-right:0;
	}

	.searchMenu .left dd {
	   padding-bottom: 0px;
	}

	/* key */
	.searchMenu .key dd{
		overflow:hidden;
		position:relative;
		padding:10px;
	}
	.searchMenu .key input{
		width:90%;
		float:none;
		margin-bottom:5px;
	}
	.searchMenu .key a{
		float:none;
		display:inline-block;
		font-size:1.4rem;
		padding:0 40px;
		margin-left:0;
		height:30px;
		line-height:30px;
	}
	
	/* area */
	.searchMenu .area a{
		margin:1px;
	}
	
	
	.searchMenu .area dl{
		float:none;
		width:auto;
	}
	  
	
	/* people */
	.searchMenu .people dd{
		padding:10px;
	}
	/* genre */

	.searchMenu .genre li{
		margin-right: 0;
		margin-bottom: 0;
		width: 50%;}
		
	.searchMenu .genre li a{	
		border-radius:0px;
		padding: 1rem 0;}
	
	
	.searchMenu .key,.searchMenu .genre{
		border-bottom: none;}
		
		
	/* area */
	
	.searchMenu .area  #areaMap{
		 margin:10px 0;
		 position:relative;
		 margin-right:0;
		 text-align:center;
		 float:none;}
		 
	.searchMenu .area  #areaMap img{
		margin:0 auto;}
		 
		
		
	.searchMenu .right .area ul{
		width:100%;
	}		
	.searchMenu .right .area li{
		margin-right: 0;
		margin-bottom: 0;
		width: 50%;}
		
	.searchMenu .right .area li a{	
		border-radius:0;
		padding: 1rem 0;}
		
	.searchMenu .right dd a{
		width:auto;}	
		


	/* btnForm */
	
	.searchMenu .btnForm {
	  margin-left: 2%;
	  width: 96%;
	}
	.searchMenu .btnForm a{
		font-size:1.3rem;
		padding:10px 0;
		}	

	
	/* btnClose */
	.pageMenu .btnClose a.open{
		width:100%;
	}
	
	/*-------------------------------------------------
	wrapper
	---------------------------------------------------*/
	
	.wrapper{
		width:100%;
		font-size:1.2rem
	}
	/*-------------------------------------------------
	layout
	---------------------------------------------------*/
	
	#main {
		width:100%;
		float:none;
	}
	
	#sideNav {
		width:100%;
		float:none;
		position: relative;
		top:0px;
		right:0;
		margin-top:0px;
	}
	   
	#sideNav h4 {
	   padding:1rem 0;
	   font-size:1.2rem;
	   margin-top:1rem
	}
	
	#sideNav ul li a,#sideNav ul li span.active{
	   display:block;
	   padding:1rem 10px 1rem 35px;
	   text-decoration:none;
	   color:#333;
	}



	
/* --------------------------------------------------
 tabMenu
-------------------------------------------------- */
.tabBtn li a,	
.tabBtn li.selected span{
	font-size:1.4rem;
}

	

	/*-------------------------------------------------
	result
	---------------------------------------------------*/
	
	.result{
		width: auto;
		box-sizing:border-box;
		margin:10px 10px 10px 10px;
		font-size:1.2rem;
	}
	.result > div{
		display:block;}
		
	.result span{
		display: inline-block;
		margin-bottom:.5rem;
	}
	.result .clearBtn{
		display:block;
		text-align: center;
		padding:5px;
		clear:both;
		width:100%;
	}
	
	/*-------------------------------------------------
	sortMenu
	---------------------------------------------------*/
	
	.sortMenu{
		width:100%;
		display: block;
		margin-bottom:20px;
	}
	.sortMenu .sort{
		width:100%;
		display: block;
		font-size:1.2rem;
		text-align:center;
	}
	.sortMenu .sort .num{
		display:block;
		width:100%;
		margin:10px 0;
	}
	.sortMenu .paging{
		display: block;
		width: auto;
	}
	
	.icon_triangle{
	  font-size:1rem;
	  left: -100px;
	  top: -45px;
	}
		

	
   /* --------------------------------------------------
   count
   -------------------------------------------------- */
   .count{
	   padding:0  ;
	   width:100%;}
   
   .count .num {
	   float:none;
	   width:100%;}
	   
   .count .paging {
	   float:none;
	   width:100%;
	   text-align:center;
	   margin-bottom: 0px;}
   
   /* --------------------------------------------------
   num
   -------------------------------------------------- */
   
   .num strong{
	   font-size:1.2rem;
	   font-weight:bold;}	

	/* --------------------------------------------------
	paging
	-------------------------------------------------- */
	
	.paging {
		margin:0px;
	}
	.paging a {
		padding: .3rem .8rem;
	}
	.paging .current{
		padding: .3rem .8rem;
	}
	.paging .next,
	.paging .prev{
		padding: .3rem .8rem;
	}

	/* --------------------------------------------------
	pageTop
	-------------------------------------------------- */

	#pageTop {
		width:50px;
		text-align:right;
		bottom: 10px;
		position: fixed;
		right: 10px;
		transition-delay: none;
		transition-duration: none;
		transition-property: none;
		transition-timing-function: none;
	}
	#pageTop img{
		width:100%;
	}

	/* --------------------------------------------------
	footer
	-------------------------------------------------- */

	#footer{
		padding:0;
		font-size:.9rem;
	}
	#footer .footerContents{
		padding:10px;
	}
	#footer .footernews{
		width:100%;
		float: none;
	}
	
	#footer .footernews dl{
		height:30px;
		line-height:30px;
		margin:0  1rem;}	
		
	#footer .footernews dt{
		font-size: 1.1rem;
		letter-spacing:.1rem;}
	
	
	#footer .footernews ul{
		margin:1rem 1rem 0  1rem;}	
		
	
	#footer .address{
	   width:100%;
	   float:none;
	   text-align:center;
	}
	
	#footer .address p img{
		width:90px;}	
	
	#footer .footerBottom{
		padding:1rem 5%;
		text-align: center;
	}
		
	#footer .footerBottom ul{
		text-align: center;
		float:none;
	}	
	
	#footer .footerBottom li{
	}		
	
	#footer .footerBottom p.copy{
		text-align: center;
		display:block;
	}	
}
