@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	background-color:#FFF;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	background-color:#fff;
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		/*
	  font-family:"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	*/
	color:#111;
	font-size: 13px;
	font-size: 1.3rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	letter-spacing: 0.1em;
	font-feature-settings : "halt" 1;
	font-weight:500;
/*	min-width:1000px;*/
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

a,
a:link,
a:hover,
a:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #888;
	color: #FFF; /* Safari */
}

::-moz-selection {
	background-color: #888;
	color: #FFF; /* Firefox */
}

p{
	line-height: 2.0;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}

br.clear_noieSpShow, 
div.clear_noieSpShow {
	display:inline !important;
	display:none;
	line-height:0px;
}

br.clear_all {
	clear:both;
	line-height:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie  {
	display:block!important;
	content: " ";
}
}


/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol{
	z-index: 99999999999999;
}

#topcontrol a {
	background:url(../cmn_js/scrolltop/scrollup.png) center center no-repeat #A29979;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9 #A29979; /* IE8 */
	*background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat #A29979; /* IE7 */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat #A29979; /* IE6 */
	display:block;
	height:60px;
	width:60px;
	filter: alpha(opacity=70) !important;
	opacity:0.7 !important;
	
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity:1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
 	-ms-transform: scale(1.2);
 	-o-transform: scale(1.2);
 	transform: scale(1.2);
}



/*----------------------------------------------------
	☆opacity Hack
----------------------------------------------------*/

.roBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* IE8 */

html>/**/body .roBtn:hover {
	display /*\**/: inline-block\9;
	zoom /*\**/: 1\9;
}
 
/* 新旧Firefox */
.roBtn:hover, x:-moz-any-link {
background: #fff;
}
.roBtn:hover, x:-moz-any-link, x:default {
background: #fff;
}




/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

.cd-main-content {
	display: none;
}

header#spHeaderArea {
	display: none;
}


/*-- HEADER --*/

div#header {
	position: fixed;
	background:#fff;
	z-index:100;
	font-weight: bold;
	top: 0;
	left:0;
	width: 100%;
	height:92px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}

div#header h1.logo {
	position:absolute;
	top:10px;
	left:20px;
}

div#header nav {
	position:absolute;
	top:32px;
	right:20px;
	font-size: 1.5rem;
	font-size: 15px;
	letter-spacing: 0.02em;
	}

div#header nav ul li {
	display:inline-block;
	margin-left:20px;
}

div#header nav ul li a {
	padding:0 0 15px 0;
	position:relative;
	display: inline-block;
}

div#header nav ul li a:after{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:50%;
}

div#header nav ul li a:before{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:50%;
}

div#header nav ul li a:hover:after{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	background:#BA3E3E;
	height:3px;
	width:50%;
}

div#header nav ul li a:hover:before{
	content:'';
	position:absolute;
	bottom:0px;
	left:0px;
	background:#BA3E3E;
	height:3px;
	width:50%;
}

/*-- Drop Down Menu --*/
div#header nav ul li.menu__single {
	position: relative;
	padding:10px 10px 10px 0;
}

div#header nav ul li.menu__single a {
	padding-top:0;
}

div#header nav ul li.menu__single ul.menu__second-level {
	font-size:1.3rem;
	font-size:13px;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

div#header nav ul li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	background:#fff;
	padding:3px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

div#header nav ul li.menu__single:hover ul.menu__second-level {
	top: 40px;
	visibility: visible;
	opacity: 1;
}

div#header nav ul li.menu__single:hover ul.menu__second-level li {
	letter-spacing:0;
	margin:3px 0;
	padding: 5px ;
}

div#header nav ul li.menu__single:hover ul.menu__second-level li a:hover:after{
	height:2px;
}

div#header nav ul li.menu__single:hover ul.menu__second-level li a:hover:before{
	height:2px;
}

/*-- MV --*/

#mv {
	background-color:#fff;
	width:100%;
	margin-top:92px;
	height:500px;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1840px) {
#mv {
	background-size:100% auto;
}
}

#mv div.mvInr {
	display: table;
	margin: 0 auto;
	height: 500px;
	max-width: 1200px;
	width: 100%;
}

#mv div.mvInr h2.mvHead {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 2.2rem;
	font-size: 22px;
	line-height: 1.0;
}




.spotMv {
	background: url(../../img/mv-spot.jpg) no-repeat;
	background-position: center top;
	}

.gourmentMv {
	background: url(../../img/mv-gourment.jpg) no-repeat;
	background-position: center top;
	}

.lodgingMv {
	background: url(../../img/mv-lodging.jpg) no-repeat;
	background-position: center top;
	}

.playMv {
	background: url(../../img/mv-play.jpg) no-repeat;
	background-position: center top;
	}

/*-- SEARCH AREA --*/

#serchArea {
	margin: 0;
	padding: 40px;
	width: 100%;
	text-align: center;
}

.spotSerch {
	background-color: #F4DCDB;
}

.gourmentSerch {
	background-color: #CAD5E5;
}

.lodgingSerch {
	background-color: #CCE4D7;
}

.playSerch {
	background-color: #F1E2BD;
}

#serchArea h2 {
	font-size: 1.8rem;
	font-size: 18px;
	margin-bottom: 1.6em;
}

#serchArea .inputDD {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	font-size: 1.6rem;
	font-size: 16px;
}


#serchArea .inputDD select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	height: 42px;
	width: 312px;
	border-radius: 5px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 10px 30px 10px 10px;
	vertical-align: middle;
	background: #fff url(/img/ic-arrowdown.png) 96% 50% no-repeat;
	background-size: 14px;
	border: none;
	}

@supports (-ms-ime-align:auto) {
#serchArea .inputDD select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	height: 42px;
	width: 312px;
	border-radius: 5px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 0 0 0;
	background: #fff url(/img/ic-arrowdown.png) 96% 50% no-repeat;
	background-size: 14px;
	border: none;
	}
}


#serchArea .inputDD select::-ms-expand {
	display: none;
}

#serchArea #serchBtn {
		display: inline-block;
		/*width: 140px;
		height: 42px; 
		background: #222222;
		padding-top: 0.95em; */
		border: 1px solid #222222;
		border-radius: 5px;
		transition: .3s;
		cursor: pointer;
		vertical-align: top;
}

#serchArea .serchBtn02 {
	margin-top: 30px;
}

#serchArea .serchBtn03 {
	margin-top: 0;
}

#serchArea #serchBtn span {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	transition: .3s;
}

#serchArea #serchBtn input {
	width: 100%;
	padding: 5px 30px;
	height: 40px;
	background-color:#222222;
	border:1px solid #222222;
	text-align: center;
	display:inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	font-size: 16px;
	transition: .3s;
}

#serchArea #serchBtn input:hover{
	background-color:#FFF;
	color:#333;
}

#serchArea #serchBtn:hover {
	background: #fff; 
}
#serchArea #serchBtn:hover span {
		color: #666; 
}



/*-- BREADCHUMBS --*/


#breadChumbs {
	margin: 10px 0;
	padding: 10px 30px;
	width:100%;
	text-align:right;
}

#breadChumbs p {
	font-size: 1.2rem;
	font-size: 12px;
	margin: 0 auto;
	width: 100%;
}

#breadChumbs p span {
	position: relative;
	padding: 0 1.4em 0 0;
}

#breadChumbs p span:before{
	position: absolute;
	top: -1px;
	right: 0;
	content: "｜";
	width: 1em;
	height: 1em;
}


#breadChumbs p span:last-child:before {
	display:none;
}


#breadChumbs p span a {
	color: #106685;
}

#breadChumbs p span.currentPoint {
	font-weight: bold;
}





/*-- CONTENTS --*/

.contents100 {
	margin:0 auto;
	width:100%;
}

#contents {
	margin:0 auto;
	width:100%;
	max-width: 1200px;
}

.contents {
	margin:0 auto;
	width:100%;
	max-width: 1200px;
}

.contentsSsize,
.contentsSsize02,
.w1000 {
	margin:0 auto;
	width:100%;
	max-width: 1000px;
}

.contentsSSsize {
	margin:0 auto;
	width:100%;
	max-width:800px;
}

.contentsSsize img,
.contentsSsize02 img{
	max-width: 100%;
	height: auto;
}


/*-- FOOTER --*/

#footer {
	margin-top: 150px;
	padding-bottom: 600px;
	width:100%;
	overflow:hidden;
	background:url(/lib/cmn_img/bg-footer.jpg) center bottom no-repeat;
}

#footer div.ftInr {
	margin:0 auto;
	width:100%;
	max-width:1200px;
}

#footer div.ftInr .ftNav{
	margin: 0 auto;
	text-align: center;
}

#footer div.ftInr .ftNav li {
	padding: 0 1.4em 0 0;
	display: inline;
	font-weight: bold;
	font-size: 1.6rem;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

#footer div.ftInr .ftNav li a {
	padding-top: 0.5em;
	line-height: 1.5;
}

#footer div.ftInr .ftNavSub{
	margin: 30px auto 60px;
	text-align: center;
}

#footer div.ftInr .ftNavSub li {
	padding: 0 1.4em 0 0;
	display: inline;
	font-size: 1.4rem;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}

#footer div.ftInr .ftNav li,
#footer div.ftInr .ftNavSub li {
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-o-transition:0.3s ease-out;
	transition:0.3s ease-out;
}

#footer div.ftInr .ftNav li a:hover,
#footer div.ftInr .ftNavSub li a:hover {
	color: #BA3E3E;
}

#footer div.ftInr .ftBtm {
	overflow: hidden;
	margin-bottom: 20px;
}

#footer div.ftInr .ftBtm .ftJpn {
	float: left;
	width: 8.13%;
}



#footer div.ftInr .ftBtm .ftLogo {
	float: left;
	width: 16.03%;
	margin:  5px 0 0 0 ;
}

#footer div.ftInr .ftBtm .ftAddress {
	float: left;
	width: 33.33%;
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 1.8;
}

#footer div.ftInr .ftBtm #copyright {
	float: left;
	width: 42.5%;
	font-family: 'Bitter', serif;
	font-size:1.4rem;
	font-size:14px;
	letter-spacing: 0;
	padding:70px 0 0;
	text-align:right;
}




