@charset "UTF-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	line-height:180%;
	color:#333;
	background-color:#fff;
}

a{
	outline:none;
	color:#2aa3df;
	text-decoration:none;
}
a:link {
	color:#2aa3df;
}
a:visited {
	color:#2aa3df;
}
a:hover {
	color:#008ace;
}
a:active {
	color:#008ace;
}

hr{
	display:none;
}

.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 */

img.blankMark{
	margin:0 0 0 7px;
}

.pcOnly{
	
}

.spOnly{
	display:none;
}

.floatLeft{
	float:left;
	margin:0 30px 30px 0;
}

/* sidr-right init ------------------------------------*/

#sidr-right{
	display:none;
}

/* webfont ------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ep8kid');
	src:url('../fonts/icomoon.eot?#iefixep8kid') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ep8kid') format('truetype'),
		url('../fonts/icomoon.woff?ep8kid') format('woff'),
		url('../fonts/icomoon.svg?ep8kid#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrowU:before {
	content: "\e600";
}
.icon-arrowR:before {
	content: "\e601";
}


a span.icon-arrowR{
	font-size:0.8em;
	padding:0 7px 0 0;
}

/* .inner ------------------------------------*/

.inner{
	width:980px;
	text-align:left;
	margin:0 auto;	
}

/* .headerLinkB ------------------------------------*/

.headerLinkB{
	position:relative;
	display:block;
	width:100%;
	height:30px;
	background:#333;
	text-align:right;	
}

#index .headerLinkB{
	z-index:9999;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:30px;
	background:#333;
	text-align:right;

}

/* .langSelect ------------------------------------*/

.langSelect{
  *zoom: 1;
  list-style-type: none;
  width: 250px;
  margin: 0 0 0 0;
  padding: 0;
  position:absolute;
  top:0;
  right:0;
}
.langSelect:before, .dropmenu:after{
  content: "";
  display: table;
}
.langSelect:after{
  clear: both;
}
.langSelect li{
  position: relative;
  width: 250px;
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
}
.langSelect li a{
  display: block;
  width:100%;
  margin: 0;
  padding: 10px 0 9px 0;
  background: #000;
  color: #fff;
  font-size: 85%;
  line-height: 1;
  text-decoration: none;
}
.langSelect li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.langSelect li ul li{
  width: 250px;
}
.langSelect li ul li a{
  display: block;
  width:100%;
  padding: 10px 0 9px 0;
  border-top: 1px solid #777;
  background: #000;
  text-align: center;
}
.langSelect li:hover > a{
  background: #000;
}
.langSelect li a:hover{
  background: #555;
}

.langSelect li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
.langSelect li:hover ul li{
  overflow: visible;
  height: 30px;
}

/* headerLink ------------------------------------*/
#headerLink{
	width:100%;
	background:url(../img/headerLinkBg.png);
	font-size:93%;
	padding:10px 0 2px 0;
}
#headerLink .inner{
	text-align:right;
}
#headerLink .inner ul{
	display:inline-block;
	
}
#headerLink .inner ul li{
	display:inline;
	float:left;
	margin:0 10px 0 0;
}
#headerLink .inner ul li:last-child:after{
	content:"";
	margin:0;
}
#headerLink .inner ul li:after{
	content:"  |  ";
	margin:0 0 0 10px;
	color:#999;
}
#headerLink .inner ul li a{
	color:#333;
}
#headerLink .inner ul li a:hover{
	color:#999;
}

/* headerLink for index ------------------------------------*/
#index #headerLink{
	background-color:none;
	background:url(../img/headerLinkBg_index.png) repeat-x;
	padding:10px 0 50px 0;
	z-index:999;
	position:absolute;
	top:30px;
	left:0;
}

#index #headerLink .inner ul li a{
	color:#fff;
}
#index #headerLink .inner ul li a:hover{
	color:#ccc;
}

/* google custom search ------------------------------------*/

#headerLink form{
	border:1px solid #999;
	background-color:#fff;
	width:210px;
	padding:0;
	margin:0;
	line-height:100%;
}
#headerLink form input{
	border:none;
	padding:0;
	margin:0;
	
}
#headerLink form input.textArea{
	width:150px;
}

#headerLink form .searchBtn{
	background-color:#7db8e8;
	padding:0 10px;
}


/* globalNav ------------------------------------*/

#globalNav{
	width:100%;
	background-color:#fff;
	padding:18px 0 12px 0;
	font-size:93%;
}


#globalNav h1{
	margin:0 100px 0 0;
}

#globalNav ul{
	
}

#globalNav ul:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

#globalNav ul li{
	margin:0px 15px;
	float:left;
	
	letter-spacing:2px;
	padding:5px 0 0 0;
}

#globalNav ul li a{
	color:#999;
}
#globalNav ul li a:hover{
	color:#333;
}

#index #globalNav ul li a{
	color:#333;
}
#index #globalNav ul li a:hover{
	color:#000;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	border-bottom:1px solid #CCC;
	z-index:99;
}

body#tourism #globalNav ul li:nth-child(1) a ,
body#soba #globalNav ul li:nth-child(1) a ,
body#oidare-yakitori #globalNav ul li:nth-child(1) a ,
body#onsen #globalNav ul li:nth-child(1) a ,
body#omiyage #globalNav ul li:nth-child(1) a ,
body#app #globalNav ul li:nth-child(1) a ,
body#guide #globalNav ul li:nth-child(1) a ,
body#meishi #globalNav ul li:nth-child(1) a ,
body#convention #globalNav ul li:nth-child(2) a ,
body#member-news #globalNav ul li:nth-child(4) a ,
body#pressIndex #globalNav ul li:nth-child(3) a,
body#press #globalNav ul li:nth-child(3) a{
    color:#333;
}

/* pageHeadLine ------------------------------------*/
#pageHeadLine{
	width:100%;
	background-color:#5dc499;
	color:#FFF;
	padding:18px 0;
}
h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:182%;
	font-weight:bold;
	letter-spacing:3px;
	float:left;
	line-height:130%;
}
#breadCrumb{
	float:right;
	font-size:93%;
}
#breadCrumb a{
	color:#fff;
	text-decoration:underline;
}

/* wrapper ------------------------------------*/
#wrapper{
	width:100%;
}
#wrapper a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}

.htImg{
	margin:0 0 15px 0;	
}


/* footer ------------------------------------*/
footer{
	font-size:93%;
}

/* toPageTop ------------------------------------*/

#toPageTopBtn{
	position: fixed;
	bottom: 30px;
	right: 50px;
}


#toPageTop{
	clear:both;
	line-height:150%;
}
#toPageTop a{
	color:#333;
	display:block;
	width:100%;
	background-color:#FFF;
	text-align:center;
	padding:15px 0;
	letter-spacing:2px;
	border-top:1px solid #CCC;
	max-height: 100%;
}
#toPageTop a .icon-arrowU{
	
}
#toPageTop a:hover{
	background-color:#666;
	color:#fff;
}

/* footerNav ------------------------------------*/

#footerNav{
	width:100%;
	background-color:#f6f6f6;
	padding:10px 0;
}
#footerNav ul{
	margin:5px 0;
}
#footerNav ul li{
	display:inline-block;
	margin:0 10px 0 0;
}
#footerNav .inner ul li:after{
	content:"  |  ";
	margin:0 0 0 10px;
}

#footerNav .inner ul li:first-child:after{
	content:"";
	margin:0;
}

#footerNav .inner ul.footerNavOther li:after{
	content:"";
	margin:0;
}

#footerNav .inner ul.footerNavOther li{
	content:"";
	margin:0;
}

#footerNav a{
	color:#333;
}
#footerNav a:hover{
	color:#999;
}
#footerNav ul li.catTop{
	font-weight:bold;
}

/* footerBlock ------------------------------------*/

#footerBlock{
	clear:both;
	width:100%;
	min-width:980px;
	padding:50px 0;
}
#footerBlock h4{
	font-size:123.1%;
	color:#fff;
	font-weight:bold;
	
	margin:0 0 20px 0;
}
#footerBlock p{
	color:#fff;
	font-weight:bold;
	line-height:200%;
	margin:0 0 20px 0;
}
#footerBlock a{
	color:#fff;
}

/* localNav ------------------------------------*/

nav.localNav{
	margin:20px 0;
	display:block;
	text-align:center;
}

.localNav ul li{
	display:inline-block;
	float:left;
	text-align:center;
	margin:0 1% 10px 0;
	background-color:#fff;
}

.localNav ul li a{
	display:block;
	border:1px dotted #2aa3df;
	padding:5px 18px;
	box-sizing:border-box;
}

.localNav ul li a:hover{
	color:#fff;
	background-color:#6fbce3;
}

/* btnStyle ------------------------------------*/

a.btnPDF{
	display:block;
	margin:0 10px;
	color:#cc3333;
	border:1px solid #cc3333;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	padding:8px;
	text-align:center;
	background-color:#fff;
}

a.btnPDF:hover{
	color:#fff;
	border:1px solid #cc3333;
	background-color:#cc3333;
}

a.btnXls{
	display:block;
	margin:0 10px;
	color:#339933;
	border:1px solid #339933;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	padding:8px;
	text-align:center;
	background-color:#fff;
}
a.btnXls:hover{
	color:#fff;
	border:1px solid #339933;
	background-color:#339933;
}

a.btnWord{
	display:block;
	margin:0 10px;
	color:#333399;
	border:1px solid #333399;
	border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	padding:8px;
	text-align:center;
	background-color:#fff;
}
a.btnWord:hover{
	color:#fff;
	border:1px solid #333399;
	background-color:#333399;
}

/* downloadBlock ------------------------------------*/

.downloadBlock{
	clear:both;
	background-color:#f6f6f6;
	padding:20px 10px;
	margin:20px 0;
}

.downloadBlock:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

.downloadBlock img{
	display:inline-block;
	float:left;
	padding:5px 10px 0 40px;
}

.downloadBlock h4{
	
	font-weight:bold;
	width:30%;
	display:inline-block;
	float:left;
	padding:10px 0;
}

.downloadBlock ul li{
	
	width:30%;
	display:inline-block;
	float:left;
}

/* contactBlock ------------------------------------*/

#contactBlock{
	
	text-align:left;
	background-color:#f0fdf6;
	padding:20px;
	margin:20px 0 100px 0 ;
	max-height: 100%;
}

#contactBlock dt{
	font-weight:bold;
	margin:0 0 10px 0;
}

/* -------------------------------------------------------*/
/* max-width: 768px ------------------------------------*/
/* -------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	
	
#header_sp{
	background-color:#fff;
	padding:10px;
	box-sizing:border-box;
	position:relative;
}

#header_sp img{
	
}

#header_sp #logo_sp img{
	max-width:50%;
	height:auto;
	margin:0;
	padding:8px 0 0 0;
}

p#sidrBlock{
	width:50px;
	height:50px;
	position:fixed;
	top:5px;
	right:5px;
	z-index:999;
}

p#sidrBlock a{
	display:block;
}

/* hrImgWrap ------------------------------------*/
.hrImgWrap{
	width:100%;
	height:49px;
	overflow:hidden;
	position:relative;
	margin:0 0 20px 0;
}

.hrImgWrap img{
	width:490px;
	height:auto;
}

.hrImgWrap .hrImg{
	
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.pcOnly{
	display:none;
}

.spOnly{
	display:block;
}

#sidr-right{
	display:none;
}

/* sidr-close ------------------------------------*/
.sidr-close{
	text-align:right;
}

/* .inner ------------------------------------*/

.inner{
	width:100%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
	
/* footer ------------------------------------*/
footer{
	font-size:93%;
}

/* toPageTop ------------------------------------*/

#toPageTopBtn{
	position: fixed;
	bottom: 0px;
	right: 10px;
}


#toPageTop{
	clear:both;
	line-height:150%;
}
#toPageTop a{
	color:#333;
	display:block;
	width:100%;
	background-color:#FFF;
	text-align:center;
	padding:15px 0;
	letter-spacing:2px;
	border-top:1px solid #CCC;
	max-height: 100%;
}
#toPageTop a .icon-arrowU{
	
}
#toPageTop a:hover{
	background-color:#666;
	color:#fff;
}

/* footerNav ------------------------------------*/

#footerNav .inner{
	padding-top:10px;
	padding-bottom:10px;
}

#footerNav ul{
    margin:0 0 10px 0;
}

#footerNav ul:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

#footerNav ul li{
	display:inline-block;
	float:left;
	width:49%;
	box-sizing:border-box;
	padding:10px 0;
	margin-right:1%;
	border-top:1px dotted #333;
	color:#F00;
}


#footerNav .inner ul li:after{
	content:none;
	margin:0;
}

#footerNav a{
	color:#333;
}
#footerNav a:hover{
	color:#999;
}
#footerNav ul li.catTop{
	display:block;
	width:100%;
	text-align:left;
}
	
#footerBlock{
	min-width:100%;

}

#footerBlock h4 span{
	display:block;

}

#footerBlock p span{
	display:block;

}

/* pageHeadLine ------------------------------------*/

#pageHeadLine h1{
	float:none;
	display:block;
	margin:0 0 10px 0;
}
#breadCrumb{
	float:none;
	display:block;
	font-size:93%;
}

/* localNav ------------------------------------*/

nav.localNav{
	display:none;
}

.localNav ul li a{
	padding:5px;
}

/* downloadBlock ------------------------------------*/

.downloadBlock{
	text-align:center;
}


.downloadBlock img{
	display:none;
}

.downloadBlock h4{
	
	width:100%;
	display:block;
	float:none;
	padding:10px 0;
}

.downloadBlock ul li{
	width:90%;
	display:block;
	float:none;
	margin:0 auto 10px auto;
}

	
	
}