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

/* update */



/*  index.css */
/*- 共通 -----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    text-decoration: none;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: transparent;
}

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

.overflow{
	overflow:hidden;}

body {
	width:100%;
min-width:1280px;
/*  min-width: 980px;*/
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","HiraKakuPro", "ヒラギノ角ゴ", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	background-color: #ffffff;
	text-decoration: none;
	overflow-x:hidden;
  color: #2b2b2b;
/*
	background-image: url(../img/bg_body.png);
 	background-position: center;
	background-repeat: repeat;
*/
}

a {
	color: #3333b9;/* site select */
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #485dc5;/* site select */
	text-decoration: none;
}

a:focus {
	outline: none;
}

a img {
  transition: opacity 0.2s linear;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
  
}

a:hover img,
.plan_title:hover,
.plan_text:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	zoom: 1;
}

img {
	border: none;
	outline: none;
	vertical-align: top;
/*  width: 100%;*/
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.content_inner {
  max-width: 980px!important;
  width: 100%;
  margin: 0 auto;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/** bootstrap css **/
.container, navbar, .container-fluid, .col-6 { padding: 0; }
.row { margin: 0;}
.container {
  max-width: 980px !important;
}
/**************************index.*******************************************/

/* header*/
.header_wrap {
  position: relative;
  z-index: 10;
}
.header {
  width: 100%;
	height: 216px;
  margin: 0 auto;
/*
 	background-image: url(bg_logo_navi1005.jpg);
  background-position: bottom center;
 	background-repeat: repeat-x;
*/
  position:absolute;
	z-index: 15;
  bottom: 0;
  background-size:cover;
}
.header_bg {
  width: 100%;
	height: 216px;
  margin: 0 auto;
 	background-image: url(../img/bg_logo_navi1005.jpg);
  background-position: bottom center;
/* 	background-repeat: repeat-x;*/
  position:absolute;
	z-index: 1;
  bottom: 0;
  background-size:cover;
  /*
  opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)";
	-moz-opacity: 0.95;*/
}
.header .content_inner {
  position: relative;
  z-index: 0;
}
.logo_top img {
  position: absolute;
  top: -64px;
  left: 0;
  z-index: 17;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.6);
}
ul.navi_top {
  margin-left: 185px;
  padding-top: 24px;
  height: 216px;
}
ul.navi_top li {
  position: relative;
  z-index: 17;
  bottom: 0;
}
ul.navi_top li a {
  display: block;
  padding: 2px 42px 0 43px;
  height: 100%;
}
.navi_top li::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 195px;
  background-image: url(../img/logo_navi_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  z-index: 0;
  left: -2px;
  bottom: 0;
}
.navi_top li:last-child {
  padding-left: 0;
  padding-right: 0;
}
ul.navi_top li.navi a:hover, ul.navi_top li.navi.current {
  background-image: url(../img/bg_hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
}
ul.navi_top li.navi.current a:hover{
  background-image: none;
}
ul.navi_top li.navi a:hover img {
   opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
}
.contact_top {
  width: 275px;
}
.contact_top {
  margin-top: -5px;
/*  margin-left: 2px;*/
}
ul.navi_top li.contact_top a {
  height: auto;
  padding: 0;
}
/*
.contact_top img {
  display: block;
  margin-right: -9px;
  margin-left: auto;
}
.contact_top a {
  padding: 0;
}
*/
.contact_tel img {
  display: block;
  padding-right:10px;
  margin-left: auto;
}
.contact_top .online_btn {
  width: 240px;
  height: 58px;
  margin-left: 20px;
  margin-top: -4px;
}
/*kv*/
.lower_kv .main_visual{
	width:100%;
	height:100%;}
	
#kv {
  position: relative;
  z-index: 0;
  width: 100%;
 min-width: 1280px;
/*  height: calc(100vh - 30px);*/
  min-height: 738px;
 /*max-height: 727px;*/
  overflow: hidden;
}
div#movie {
  /*height: calc(100vh - 30px);*/
  min-height: 738px;
/*  max-height: 727px;*/
  width: auto;
  min-width: inherit;
}
div#movie video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top left;
}
/*
#kv img {
  width: 100%;
  min-width: 980px;
  height: calc (100vh-30px);
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}
*/
.lang_aria {
  position: fixed;
  z-index: 20;
  top: 15%;
  right: 0;
  transform:translateY(-50%);
}
.lang_aria li {
  margin-bottom: 10px;
}
.nav_bar {
  width: 100%;
  min-width: 980px;
  background-image: url(../img/bg_g_navi.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60px;
  text-align: center;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.45);
}
.nav_bar .content_inner { position: relative; z-index: 0;}
.nav_bar .content_inner::after{
  content: "";
  width: 141px;
  height: 53px;
  background-image: url(../img/object_navbar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: -118px;
}
.nav_bar .logo_navbar {
  width: 243px;
  height: 70px;
  margin-right: auto;
  margin-top: -5px;
  margin-left: -12px;
}
.btn_reserve_navbar {
  max-height: 46px;
  margin: 7px 0 7px 5px;
}

/*footer*/
.fix_back {
	position: fixed;
  z-index: 20;
	bottom: 60px;
	right: 50px;
	width: 60px;
}


footer {
  background-image: url(../img/bg_footer.jpg);
/*  background-position: center;*/
  background-repeat: repeat;
}
.footer_nav {
    padding: 58px 0 50px;
}
.footer_nav li {
  padding: 0 28px;
}
.footer_nav li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  border-bottom: 1px solid transparent;
}

.footer_nav li a:hover {
  border-color: #b3c7b4;
}
.footer_contact {
  padding-top: 58px;
}
.footer_info {
  padding-top: 54px;
  padding-left: 4px;
  font-family: "Times New Roman", "游明朝 Medium", "YuMincho Medium", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", メイリオ, Meiryo, serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
 
}
.footer_info span {
  font-size: 18px;
   letter-spacing: 1.75px;
}
.copy {
  background-color: #06260c;
  padding: 16px 0;
}
.copy small {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2.25px;
  line-height: 1em;
}
.copy_marck {
  font-size: 7px;
  vertical-align: middle;
}
.copy small img.yadosagashi {
  margin-left: 10px;
  vertical-align: middle;
}
/************ navbar *****/
.nav_bar {
  display: none;
}
.fixed {
  position: fixed;
  z-index: 15;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}

/** コンテンツ　**/
#intro {
  background-image: url(../img/bg_intro.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
/*  height: 560px;*/
  padding-top: 136px;
  padding-bottom: 163px;
}
#intro div img {
  display: inline-block;
  padding-left: 2px;
}
#intro div img.intro_ttl {
  padding-bottom: 8px;
}
#plan {
  width: 100%;
  background-image: url(../img/bg_plan.png);
  background-repeat: repeat;
  padding: 102px 0 80px;
}
h3.ttl {
  margin-bottom: 60px;
}
.plan_inner {
/*  border: 7px solid #41701a;*/
}
#ossm_plan {
  width: 690px;
  padding: 30px 31px 28px 30px;
  border-top: 7px solid #41701a;
  border-left: 7px solid #41701a;
  border-bottom: 7px solid #41701a;
  background-color: #fff;
}
.plan_item:last-child{
  padding-bottom: 0;
}
.plan_item {
  overflow: hidden;
  padding-bottom: 38px;
}
.plan_item:last-child{
  padding-bottom: 0;
}

.plan_item .img_block {
  display: inline-block;
  width: 268px;
  height: 190px;
  overflow: hidden;
}
.plan_img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.plan_item:hover .plan_img{
  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.ossm_inner {
/*  padding-left: 22px;*/
  margin-left: 21px;
  width: 333px;
 
}
.plan_title {
  font-size: 15px;
  font-family: "Times New Roman", "游明朝 Medium", "YuMincho Medium", "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", メイリオ, Meiryo, serif;
/*  font-weight: 600;*/
  color: rgb(197, 93, 23);
  line-height: 1.34;
  letter-spacing: 0.4px;
  text-align: justify;
}
hr.plan_line {
  margin-top: 8px;
  margin-bottom: 10px;
  border-top-color: rgb(210, 210, 210);
}
.plan_text {
  font-size: 13px;
  font-weight: normal;
  color: rgb(43, 43, 43);
  line-height: 1.75;
  letter-spacing: 0.3px;
}


#search {
  background-image: url(../img/bg_search.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  padding: 36px 30px 0 29px;;
}
#search h4 {
  margin-bottom: 40px;
}
.btn_search {
  margin-top: 30px;
}

#guide {
  width: 100%;
  background-image: url(../img/bg_business.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 60px;
}



#guide .content_inner {
/*
  position: relative;
  z-index: 1;
*/
  text-align: center;
}
.guide_inner {
  height: 408px;
  position: relative;
  z-index: 1;
}
#guide .ttl {
  padding-right: 3px;
}
.guide_item figure img {
  margin-bottom: 15px;
}
.guide_item {
  display: block;
  position: absolute;
  z-index: 2;
}
.guide_item:nth-child(1){
  top: 0;
  left: 203px;
}
.guide_item:nth-child(2){
  top: 0;
  left: 429px;
}
.guide_item:nth-child(3){
  top: 0;
  left: 649px;
}
.guide_item:nth-child(4){
  top: 176px;
  left: 203px;
}
.guide_item:nth-child(5){
  top: 176px;
  left: 384px;
}
.guide_item:nth-child(6){
  top: 176px;
  left: 610px;
}
.btn_price { margin-left: 2px;}
#info {
  width: 100%;
  background-image: url(../img/bg_news_07.jpg);
/*  background-position: center;*/
  background-repeat: repeat;
  padding: 80px 0 55px;
}
#news {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
}
#news dl {
  padding-left: 0.5em;
  border-collapse: collapse;
}
#news dt {
	width: 10px;
	float: left;
	clear: both;
	font-weight: normal;
	letter-spacing: 2px;
}

#news dt, #news dd {
  padding-bottom: 22px;
  padding-top: 27px;
  font-size: 16px;
  line-height: 1em;
}
#news dd {
  letter-spacing: 1px;
    border-bottom: 1px dashed #2b2b2b;
  padding-left: 0px;
}
#news a {
	color: rgb(51,51,51);
}
.bnr_row {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.bnr_row > div {
  margin-right: 22px;
}
.bnr_row > div:last-child{
  margin-right: 0;
}
#cuisine_cover #kv h2{
	width: 446px;
	height:208px;
}

#sightseeing_cover #kv h2{
	width:463px;
	height:206px;
}

#access_cover #kv h2{
	width:463px;
	height:206px;
}
#reservation_cover #kv h2{
	width:443px;
	height:200px;
}

.plan_form{
	width:235px;
}
.plan_form p{
	margin:0;
	padding:0;
}
.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	width: 235px;
}
.plan_form .guests{
	width: 235px;
}
.plan_form .type{
	width: 235px;
}
.plan_form .price{
	width: 235px;
}
.plan_form .search_btn{
	text-align:center;
	margin:10px 0 0 0;
}
.plan_form hr{
	border-top: 0px none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	float: none;
}
.ui-datepicker {
    font-size: 70%;/*カレンダーサイズ　適時調整してください*/
}
.plan_form p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: rgb(255,255,255);
}
.plan_form p img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#top #wrapper #plan .content_inner .plan_inner.d-flex.justify-content-between #search .plan_form form .check_in p #datepicker {
	width: 100%;
	font-size: 13px;
}
#top #wrapper #plan .content_inner .plan_inner.d-flex.justify-content-between #search .plan_form form .guests p select {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#top #wrapper #plan .content_inner .plan_inner.d-flex.justify-content-between #search .plan_form form .type p select {
	width: 100%;
}

