
/* =================================== */
/*	Basic Style 
/* =================================== */

/*html {height:100%;}*/

body {
    /*background-color:#fff;*/
	color: #555;
    font-family: 'Roboto Slab', serif;
    line-height: 1.6;
	font-size: 14px;
	/*height:100%;*/
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure{
	margin:0;
}

p {
    margin-bottom:20px;
	/*word-wrap:break-word;
    overflow-wrap:break-word;*/
}

a {
    color: #555;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #727272;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin:0;
	font-family: 'Libre Baskerville', serif;
	letter-spacing:1px;
	color:#2e2e2e;
}

/* title */
/*h1{font-size:24px;}*/
h2{font-size:40px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}

.en{
	font-family: 'Roboto Slab', serif;
	letter-spacing: 0.05em;
}

.en-2{
	font-family: 'Libre Baskerville', serif;
}


.tit_lined{
	position:relative;
    margin-bottom:40px;
	color:#191919;
}

.tit_lined:after{
    content: '';
    position: absolute;
    height: 2px;
    background: #e6e8ea;
    width: 50px;
    bottom: -17px;
    left: 0;
}


/* text */
.txt-white{
	color:#fff !important;
}

.txt_black{
	color:#191919 !important;
}

.txt-l{
	font-size:22px;
}

.txt-s{
	font-size:14px;
}

.txt-ss{
	font-size:12px;
}

p.txt_cl{
	text-align:left;
}


/* button */
.btn-default span{
	display:block;
	font-size:14px;
}

.none-arrow:after{
	content:"" !important;
	margin-left:0;
}
	

@media (min-width: 768px) {
	p.txt_cl{
		text-align:center;
	}
}




.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #BFBFBF;
}

/* margin */
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.mgnL0 {margin-left:0 !important;}
.mgnL5 {margin-left:5px !important;}
.mgnL10 {margin-left:10px !important;}
.mgnL15 {margin-left:15px !important;}
.mgnL20 {margin-left:20px !important;}
.mgnL30 {margin-left:30px !important;}
.mgnL40 {margin-left:40px !important;}
.mgnL50 {margin-left:50px !important;}
.mgnL100 {margin-left:100px !important;}

.mgnR0 {margin-right:0 !important;}
.mgnR1 {margin-right:1px !important;}
.mgnR5 {margin-right:5px !important;}
.mgnR10 {margin-right:10px !important;}
.mgnR15 {margin-right:15px !important;}
.mgnR20 {margin-right:20px !important;}
.mgnR30 {margin-right:30px !important;}
.mgnR40 {margin-right:40px !important;}
.mgnR45 {margin-right:45px !important;}
.mgnR50 {margin-right:50px !important;}
.mgnR90 {margin-right:90px !important;}
.mgnR100 {margin-right:100px !important;}


/* bg-color */
.bg-white{
	background:#fff !important;
}

.bg-gray-01{
	background:#EDEDED;
}

.bg-gray-02{
	background:#D3D3D3;
}


.section-default{
	padding: 100px 0;
}

/*.sec-title {}

.sec-title h2 {
  color: #191919;
  font-weight: 800;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}*/

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "_____";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

/*.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}*/

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  /*background-color: rgba(16, 22, 54, 0.2);*/
  background-color: rgba(255,255,255, 0);
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

/* top動画の開始位置を下げた分の調整 --------*/
body.top {
	background:#000;
}

.top #navigation {
	background-color: rgba(0,0,0,1);	
}
/*-----------------------------------------*/ 

.navbar-toggle i {
	color: #BFBFBF;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
	font-family: 'Roboto Slab', serif;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
}

.header_scroll li a{
	color:#191919;
}

.logo_second,
.header_scroll .logo_first{
	opacity:0;
}

.header_scroll .logo_second{
	opacity:1;
	/*margin-left:-147px;*/
	margin-top:-45px;
}


.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #BFBFBF;
	color: #383838;
}

.navbar-nav li.tel a.current,
.navbar-nav li.tel a:focus,
.navbar-nav li.tel a:hover {
	background-color: transparent;
	border-top: 1px solid transparent;
	color: #fff;
}

.header_scroll .navbar-nav li.tel a.current,
.header_scroll .navbar-nav li.tel a:focus,
.header_scroll .navbar-nav li.tel a:hover {
	background-color: transparent;
	border-top: 1px solid transparent;
	color:#191919;
}


.navbar-nav li.tel{
	font-size:20px;
}

.navbar-nav li.tel span{
	font-size:9px;
	display:block;
}

#logo {
	margin:20px 0 0 15px;
	width:160px;
}

#logo img{
	width:160px;
}

/* btn booking */
.btn-booking{
	float:right;
	margin:10px 0 0 20px;
}

.btn-booking a{
	padding:13px 20px;
	background-color:#1D417A;
	border:1px solid #1D417A;
	color:#fff;
}

.btn-booking a:hover{
	background-color:#fff;
	border:1px solid #1D417A;
	color:#1D417A;
}


/* language menu */	
.menu_lang{
	float:right;
	margin:10px 0 0 20px;
}
.menu_lang ul{
  margin:0;
  padding:0;
}
.menu_lang ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  /*width: 100%;
  height: 40px;
  line-height: 40px;*/
  background:#081221;
  color: #fff;
  text-align:center;
  padding:13px 20px;
}
.menu_lang ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.menu_lang ul li:hover, .menu ul li a:hover {
  background:#081221;
  color:#fff;
}
.menu_lang ul li ul {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.menu_lang ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  background:#081221;
  letter-spacing:1px;
}
.menu_lang ul li ul li:hover, .menu ul li ul li a:hover {
  background:#515760;
}
.menu_lang ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:47px;
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}	



/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 45%;
}

.carousel-caption h2 {
  font-size: 28px;
  font-weight: 300;
  font-family: 'Sorts Mill Goudy', serif;
  letter-spacing: 0.2em;
  margin-bottom:20px;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #BFBFBF;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

.carousel-inner .item{
	position:relative;
}

.carousel-inner .item .logo_main{
	width:100%;
	margin:0 auto;
	text-align:center;
}
	
.carousel-inner .item .logo_main img{
	margin-top:32%;
}
	



/*=========================================
	Big Video
==========================================*/
#big-video-wrap{
	z-index:-1;
}

.top_movie{
	/*background-color:transparent;
	height:100%;*/	
	width: 100vw;
  	height: 100vh;
}

.caption-movie{
	color:#fff;
	font-size:40px;
	position:absolute;
	top:48%;
}

.caption-movie img{
	width:779px;
}


/*=========================================
	Footer button
==========================================*/
.btn_sns{
	background-color: #191919;
    color: #fff;
    height: 42px;
    padding: 10px 0 0;
    width: 42px;
}

.logo_footer{
	text-align:center;
}

.logo_footer img{
	width:210px;
}



/*=========================================
	Footer
==========================================*/


.footer {
  background-color:#2e2e2e;
  color:#fff;
}

.footer a{
	color:#dfdfdf;
}

.footer a:hover{
	color:#bbb;
}

/*.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}
*/

.copyright {
  color: #fff;
  margin: 30px 0;
  font-family: Times, "Times New Roman", serif;
  letter-spacing: 1px;
  font-size:13px;
}

.copyright a{
	color:#BFBFBF;
}

.copyright a:hover{
	color:#fff;
}


#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

/*=========================================
	parts
==========================================*/

/* 背景画像の見出し */
#about{
	background:url(../img/top/bg_about.jpg) center center;
	background-size:cover;
	border-top:1px solid #474747;
	border-bottom:1px solid #474747;
}

#destination{
	background:url(../img/top/bg_des.jpg) center center;
	background-size:cover;
	padding:150px 0;
}

#gastronomy{
	background:url(../img/top/bg_gas.jpg) center center;
	background-size:cover;
	padding:150px 0;
}

.bg-cuisine{
	background:url(../img/top/bg_cuisine.jpg) center center;
	background-size:cover;
	padding:250px 50px;
}


/* access */
.gmap{
	height:400px;
}

.table-01{
	border-bottom:1px solid #ddd;
}

.tit_access{
	font-size:14px;
	background:#C4C4C4;
	padding:13px 10px;
	margin-bottom:30px;
}

.img-way{
	margin:0 0 50px 5px;
}

/* guesthouse */
.wrap-guesthouse-01,
.wrap-guesthouse-02{
	display:table;
	width:100%;
}

.wrap-guesthouse-01 .guesthouse-inner,
.wrap-guesthouse-02 .guesthouse-inner{
	display:table-cell;
	margin:0;
	padding:1px 1px 0;
}

/*.wrap-guesthouse-02 .grid-hover figure{
	height:430px;
}*/

.figcap-room h2{
	text-align:center;
	font-size:28px;
	padding:30px 0 20px !important;
}

.figcap-room p{
	text-align:center;
	font-size:14px !important;
	margin-top:20px !important;
}

.figcap-room:hover table{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.figcap-room table{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);	
	width:auto;
	border:none;
	margin:0 auto;
}

.figcap-room table th,
.figcap-room table td{
	border:none;
	font-size:14px;
	text-align:center;
	padding:10px 10px 0;
}


.grid-hover figure p{
	text-align:left;	
}














/*=========================================
	Features
==========================================*/

/*.features {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #191919;
  border-radius: 50%;
  color: #191919;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}*/

/*=========================================
	Our Team Member
==========================================*/

/*.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #191919;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}*/


/*=========================================
	Some fun facts
==========================================*/

/*#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}*/


/*=========================================
	Contact Us
==========================================*/

/*.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}*/

/*#map_canvas {
  height: 215px;
  width: 100%;
}*/

