@charset "utf-8";
/* ---------------------------------------- /
/
/ リセット
/
/ ---------------------------------------- */
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, orm, 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-style:normal; vertical-align: baseline; font-weight:normal;}

ol, ul{ list-style:none;}
caption, th{ text-align: left;}

:focus { outline: none;}

/* ---------------------------------------- /
/
/ 基本設定
/
/ ---------------------------------------- */
html,body { width:100%; height:100%; /*min-width:1280px;*/}

body {
	font-size: 15px;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color:#282315;
	background-color:#e6ddd2;
}
img { /*max-width:100%;*/ border:none; outline:none; vertical-align:middle;}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.clear{	clear:both;	}
.clearfix:before,
.clearfix:after {
    content: " ";
	display: table;}
.clearfix:after {
    clear: both;
}

.f_left{ float:left;}
.f_right{ float:right;}


/* 汎用CSS
=============================================================================*/
/* ------- リンク ------- */
a,a:visited{
	color: #356244;
	text-decoration: none;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	}
a:hover,a:active{ color: #cba026; text-decoration: none;}

a.text_link{ border-bottom: 1px dashed #668e25;}
a:hover.text_link{ border-bottom-color: #cba026;}

/* ------- フォント ------- */
/*::selection {background: rgba(132,143,39,0.2); color: #848f27;}
::-moz-selection {background: rgba(132,143,39,0.2); color: #848f27;}*/

.sansserif{ font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;}
.g_font{ /*font-family: 'Waiting for the Sunrise', cursive;*/font-family: 'Darumadrop One', cursive; color:#356244;}


/* --------------　透過　------------------ */

a:hover img{
	opacity: 0.6;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.none a:hover img{
	opacity: 10;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

/* --------------　シャドウ　------------------ */
.shadow1{ box-shadow:2px 2px 2px -1px rgba(0, 0, 0, 0.3);}
.shadow2{ box-shadow:2px 2px 3px 0 rgba(0, 0, 0, 0.3);}
.shadow3{ box-shadow:0px 4px 8px -4px rgba(0,0,0,0.5) inset;}
.shadow4{ box-shadow:1px 1px 2px 0 rgba(0, 0, 0, 0.1);}
.text_shadow01{ text-shadow:1px 1px 3px rgba(0,0,0,0.5);}

/* --------------　box　------------------ */
.box1280{ width:1280px;	margin:0 auto;}
.box1020{ width:1020px;	margin:0 auto;}
.box980{ width:980px; margin:0 auto;}

.box_gray{ background: #f9f4ed; padding:30px 0;}
.bg_ki{
	background: url("../img/top/mokume_bg.jpg") repeat center;
	background-size: contain;
	padding:60px 0;
}

/* --------------　見出し　------------------ */
.h30{ font-size:30px; text-align:center;}
.h24{ font-size:24px; color:#356244;}

.line-y::after{
	content:"";
	width:1px;
	height:30px;
	background: #282315;
	position:relative;
	display:block;
	margin: 30px auto 30px auto;
}

/* --------------　コンテンツライン　------------------ */

/* --------------　テーブル　------------------ */
.subpage table{ width: 100%; border-collapse:collapse;}
.subpage table tr{ border-bottom: 1px dashed rgba(132,143,39,.6);}
.subpage table th{ background:#356244; color:#fff; padding:0.2em 1em;}
.subpage table td{ padding:1em 1em;}
.border_none{ border-bottom:none;}

/* --------------　アニメーション　------------------ */

/* --------------　ボタン　------------------ */
a.btn-green,a.btn-green:visited{
	display:block;
	width:100%;
	color: #fff;
	text-align:center;
	/*background:#848f27;*/
	background: url("../img/top/mokume_bg.jpg") repeat;
	background-size: cover;
	font-size:20px;
	padding: 0.2em;
	position:relative;
}
a:hover.btn-green,a.btn-green:active{ opacity: 0.6;}
a.btn-green span{
	right:20px;
	position:absolute;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	}
a:hover.btn-green span{ right:10px;}
a.btn-green.small{ font-size:16px;}
@media all and (-ms-high-contrast:none){
	a.btn-green,a.btn-green:visited{
	padding: 12px 0 4px 0;
	line-height: 100%;
	}
}
/* --------------　画像　------------------ */
/*角丸イメージ*/
.img_round{
	border-radius: 8px;
	-webkit-box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.4);
}
/*横100%イメージ*/
.w100img{ width: 100%; height: auto;}


/* --------------　pagetop　------------------ */
/*pagetop*/
#pagetop{
	width:60px;
	height:60px;
	border-radius: 60px;
	/*background: rgba(132,143,39,.8);*/
	background: #6f4f29;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:10;
	text-align:center;
	line-height:52px;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border: 1px solid  hsla(0,0%,100%,0.15);
}
#pagetop:hover{background: rgba(111,79,41,.5);}
#pagetop a{ display:block; width: 100%; height:100%;}

/* アニメーションの設定
=============================================================================*/
/*fadeIn*/
.animation-fadeIn{
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
    -webkit-transition-delay: 0s;
	transition-delay: 0s;
	}
.a-fadeIn{
	opacity:1;
}
/*fadeInUp*/
.animation-fadeUp{
	opacity:0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
    -webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	}
.a-fadeUp{
	opacity:1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*fadeInLeft*/
.animation-fadeInLeft{
	-webkit-transition-duration: 0.9s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.9s;
    -webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	transition-timing-function: ease;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
	}
.a-fadeInLeft{
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
/*zoom*/
.animation-zoom{
	width:100%;
	overflow:hidden;
}
.animation-zoom img{
	position: relative;
	display:block;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
    -webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}
.zoom img{
	-webkit-transform: scale(1);
	transform: scale(1);
    opacity: 1;
}

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

}


/* header
=============================================================================*/
#header_wp{ position:relative; width:100%; overflow: hidden;}
h1{ font-size:10px; text-align:left; color:#494023;}
header{
	width:100%;
	/*background:#fff;*/
	position:relative;
	top:0;
	left:0;
	right:0;
	z-index:60;
}
.h_logo{ float:left; width:120px;}

/*------------ グローバルナビ ------------ */
.gnav_wp{ width:1180px; margin: 0px auto; padding: 16px 0 20px;}
nav{ float:right; padding: 20px 0;}
.gnav_wp ul li{ float:left;}

.gnav_wp ul li a{ position:relative; display:block; padding: 0 22px; text-align: center; font-size: 1.2em; color: #356244;}
.gnav_wp ul li a::before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #356244;
	-moz-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	transform: rotate(18deg);
	content: "";
}
.gnav_wp ul li a span{font-family: 'Darumadrop One', cursive;}
.gnav_wp ul li:last-child a::after{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #356244;
	-moz-transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	transform: rotate(18deg);
	content: "";
}
.gnav_wp ul li a:hover{
	opacity: 0.5;
}

/*------------ スライダー ------------ */
.slider_text{
	position: absolute;
	top: 55%;
  	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #FFFFFF;
	font-size:2.5em;
	text-shadow: 0 0 20px #000000;
	white-space: nowrap;
	}
/* footer
=============================================================================*/
footer{ width:100%; background: #356244; color: #FFFFFF;}
.footer_inner{ width: 1100px; margin: 0 auto; border-bottom: 1px solid #d0d0c1; padding: 70px 0 20px 0;}
.yado_detail{ float:left; padding-top:20px;}
.yado_detail dt,.yado_detail dd{ float:left; font-size:16px; font-weight:bold; letter-spacing: 0.2em;}
.yado_detail dt{ width: 5em; color:#000000; background:#FFFFFF; text-align:center;}
.yado_detail dd{ margin: 0 1em 0 0.5em;}

.f_nav{ float:right;}
.f_nav ul{ float:left;}
.f_nav ul:first-child{ margin-right:70px;}
.f_nav ul li{ margin-bottom:20px;}
.f_nav ul li a,.f_nav ul li a:visited{
	display:block;
	position:relative;
	padding-left:30px;
	color:#FFFFFF;
	}
.f_nav ul li a:hover,.f_nav ul li a:active{ color:#848f27;}
.f_nav ul li a::before{
	content:"";
	width:12px;
	height:1px;
	background:#FFFFFF;
	position:absolute;
	left:0;
	top:50%;
	display:block;
}
footer .copy{ padding: 30px 0; text-align:center; font-size:12px;}
footer .copy img{ margin-left:20px; vertical-align:middle; color:#222222;}
@media all and (-ms-high-contrast:none){
	.yado_detail dt{
	padding: 8px 1em 0 1em;
	line-height: 100%;
	}
}
.qr{
	padding-top: 10px;
}
.qr img{
	display:table;
	float:left;
	padding-top: 5px;
}
.qr a{
	display:table;
	padding-left: 10px;
	padding-top: 20px;
}
/* RSS
=============================================================================*/
/*loopslider*/
#loopslider {
    margin: 0 auto;
    width: 100%;
	height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 830px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden;
}

 /*----loopslider ClearFixElements----*/
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

/*プラン*/
.mini_inner{
	background: #fff;
	padding:20px;
	margin-right:30px;
	}
.mini h4{
	height: 70px;
	font-size:16px;
	line-height:22px;
	font-weight:normal;
}
.mini a,.mini a:visited{
	color: #668e25;
	font-weight:bold;
}
.mini a:hover,.mini a:active{
	opacity:0.6;
}
.miniright{
	width:310px;
	height: 200px;
	overflow:hidden;
	margin-bottom: 12px;
	float:left;
}
.miniright img{
	width:105%;
	max-width:105%;
	height: auto;
}
.mini p{
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-size:14px;
}
.minileft{
	width:420px;
	float:right;
}
/*空室検索*/
.contents_search{
	position:relative;
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}
.contents_search .g_font{
	font-size: 75px;
	position:absolute;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	top:-90px;
	left: 0px;
	opacity: 0.7;
	color: #c9bdad;
	}
.contents_search h3{ width: 190px; float:left; margin-right:20px; margin-top:10px;}
.search_wp{
	width: 810px;
	float:right;
	/*font-size:13px;*/
}
.search_wp h4{ float:left; font-weight:normal; font-size:13px; line-height: 18px;}
.search_wp h4 span{ /*font-size:12px;*/display:block;}

/*.search_wp div div{ float:left;}*/
	
.search_wp input,
.search_wp select{
	width:130px;
	height:30px;
	/*font-size:12px;
	background: rgba(132,143,39,0.3);*/
	background: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	/*font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.search_wp input[type="text"]{
	height:30px;
	/*background-color: rgba(132,143,39,0.3);*/
	background-color: #ffffff;
	padding: 2px 5px;
	/*font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.search_wp select{
	height:30px;
	padding: 0 5px;
	background: url(../img/top/arrow01.png) 95% 50% no-repeat #ffffff;
}
.search_wp .check_in label{
	position: relative;
	display: inline-block;
	word-break: break-all;
	margin-left:10px;
	font-size:12px;
}
.search_wp .check_in label input[type="checkbox"] {
	width: 84px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.search_wp .check_in label input[type="checkbox"] + span{
  position: relative;
  padding: 0 0 0 24px;
  font-size:12px;
}
.search_wp .check_in label input[type="checkbox"] + span::before{
  border-color: rgba(132,143,39,1);
}
.search_wp .check_in label input[type="checkbox"]:checked + span::before {
  background-color: rgba(132,143,39,0.3);
}
.search_wp .check_in label input[type="checkbox"] + span::before, .search_wp .check_in label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.search_wp .check_in label input[type="checkbox"] + span::before {
  z-index: 0;
  /*background-color: rgba(132,143,39,0.3);*/
	background: #ffffff;
  width: 16px;
  height: 16px;
  margin: 0 54px 0 0;
}
.search_wp .check_in label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 1px 4px;
  width: 8px;
  height: 10px;
}
.search_wp .check_in label input[type="checkbox"]:checked + span::before {
  background-color: #bb1616;
}
.search_wp .check_in label input[type="checkbox"]:checked + span::after {
  border: 2px solid  #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search_wp .check_in span img{ vertical-align: middle;}
.search_wp .search_btn input{
	background:none;
	cursor: pointer;
}

.check_in{ width:410px; margin-right:20px;}
.check_in h4{ width: 56px; margin-right:10px;}
.guests { }
.guests h4{ width: 50px; margin-right:10px;}
/*.type { margin-right:20px;}*/
.type h4{ width: 70px; margin-right:10px;}
.type select,.guests select{ width: 110px;}
.price{ width:412px; margin-right:20px;}
.price h4 { width: 56px; margin-right:10px;}
.price span{ font-size:12px;}
.price .text{ margin: 0 6px;}
.price select{ width:160px;}
.search_btn{ float:right; }
.search_btn input{ width: 378px; height: 30px;-webkit-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s;}
.search_btn input:hover{ opacity:0.6;}

/* TOPページ　-　#index
=============================================================================*/
/*.box_white{ background: #fff; padding: 50px 36px;}*/
.box_white{
	background: url("../img/top/mokume_bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
	color: #FFFFFF;
	padding: 50px 36px;
	}
.box_white h2{ font-size:24px; color:#FFFFFF; margin-bottom:30px;}
.box_white h2 .g_font{ display:block; font-size:60px; letter-spacing:0.1em; line-height:1; color:#FFFFFF;}
.box_white h2 span{ display: block; margin-bottom: 10px;}
.box_white p{ font-size:16px;}
.tsuta01{
	position: absolute;
	top:-60px;
	right: -40px;
	width:200px;
	z-index: 10;
	}
.tsuta01 img{
	width: 100%;
	height: auto;
}
/*----contents01----*/
#index .contents01{
	width:100%;
	height:860px;
	position:relative;
	padding: 340px 0 0 0;
}
#index .contents01 h2{ font-size: 36px; margin-bottom:110px;}
#index .contents01 h2 span{ display: block; font-size: 20px;}
#index .contents01 .box980 p{ font-size: 24px; line-height:60px;}

#index .contents01 .g_font{
	font-size: 90px;
	position:absolute;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
	top: 40px;
	left: 10px;
	color:#c9bdad;
	line-height:1;
	}
#index .contents01 .g_font span{
	display:block;
	margin-left:240px;
}
#index .contents01 .g_name{
	font-family: 'Darumadrop One', cursive;
	font-size: 1.6em;
	color: #356244;
	letter-spacing: 0.05em;
	text-shadow: 4px 4px 0 #ffffff;
}
#index .contents01 .map_img{
	position:absolute;
	/*top: 520px;*/
	top:200px;
	right:0;
	/*z-index:10;*/
	z-index: -1;
}

#index article{	margin-bottom:60px;}

/*----contents02----*/
#index .contents02{
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
#index .contents02 .box_white{
	float:right;
	width: 550px;
	position:relative;
	margin-top:150px;
}
#index .contents02 .photo01{
	position:absolute;
	width:55%;
	left:0;
	top:0;
	bottom:0;
}

/*----contents03----*/
#index .contents_movie{
	position:relative;
	height:600px;
	margin: 60px 0;
	overflow:hidden;
}
#index .contents_movie .photo01{
	width: 30%;
	height:600px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}
#index .contents_movie .box1020{
	position:relative;
	z-index:10;
}
#index .contents03 .box_white{
	width: 550px;
	position:relative;
	margin-top:150px;
}
#index .contents_movie .point_movie{
	width: 60%;
	height:600px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
}
#index .contents_movie .point_movie video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 50%;
}
#index .movie_wp video{
  	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: 50%;
}

/*----contents04----*/
#index .contents04{
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
#index .contents04 p{color: #000000;}

#index .contents04 .box_white{
	width: 550px;
	position:relative;
	margin:150px auto 0 auto;
	z-index:1;
	padding: 50px 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,.85);
}
#index .contents04 .box_white h2,
#index .contents04 .box_white .g_font{ color:#15185f;}
#index .contents04 .photo_wp{ position:absolute; top: 0; left:0; right:0; bottom:0;}
#index .contents04 .photo_wp div{
	width: 33.3%;
	height:100%;
	float:left;
}
/*----contents05----*/
#index .contents05{
	width:100%;
	height:600px;
	position:relative;
	/*overflow:hidden;*/
}
#index .contents05 .photo01{
	width: 20%;
	height:600px;
	float:left;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}
#index .contents05 .box_white{
	width: 550px;
	height:600px;
	position:relative;
	top:0;
	bottom:0;
	padding-top:200px;
}
#index .contents05 .photo02{
	width: 60%;
	height:600px;
	float:right;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
}
/*----プランRSS----*/
.contents_rss{
	background: #356244;
	padding: 60px 0 70px 0;
}
.contents_rss h2 {
	text-align:center;
	font-size:24px;
	color: #FFFFFF;
	line-height:1.2;
	margin-bottom:50px;
	}
	
.contents_rss h2 span{
	font-size:60px;
	display:block;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}
.contents_rss .slider_wp{ margin-bottom:30px;}

/*ローディング*/
#loader{
	width:100%;
	height:100%;
	background:#e6ddd2;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
}
#loader .topload_logo{
	position: absolute;
	top: 50%;
  	left: 50%;
	opacity:0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#loader .topload_logo.fade-in{
	-webkit-animation: 4s topload-logo linear 0s;
	animation: 4s topload-logo linear 0s;
}
@-webkit-keyframes topload-logo {
  0% {
	  opacity:0;
  }
  50% {
	  opacity:1;
  }
  80% {
	  opacity:1;
  }
  100% {
	  opacity:0;
  }
}
@keyframes topload-logo {
  0% {
	  opacity:0;
  }
  50% {
	  opacity:1;
  }
  80% {
	  opacity:1;
  }
  100% {
	  opacity:0;
  }
}

/* ============================================

	common

=============================================== */
.mainImage{
	width:100%;
	min-height:700px;
	position:relative;
	}
.page_wp{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align:center;
	}
.page_wp .page_title{
	color:#356244;
	font-size:80px;
	/*font-family: 'Waiting for the Sunrise', cursive;*/
	font-family: 'Darumadrop One', cursive;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
	/*text-shadow: rgba(0,0,0,0.3) 3px 0px 3px, rgba(0,0,0,0.3) -3px 0px 3px, rgba(0,0,0,0.3) 0px -3px 3px, rgba(0,0,0,0.3) -3px 0px 3px, rgba(0,0,0,0.3) 3px 3px 3px;*/
	text-shadow: 4px 4px 0 #fff;
	margin-bottom:20px;
	letter-spacing:0.07em;
}
.page_wp .page_text{
	background: #fff;
	padding: 0 1em;
	font-size: 28px;
	color:#356244;
	display:inline-block;
}
@media all and (-ms-high-contrast:none){
	.page_wp .page_text{
	padding: 12px 1em 4px 1em;
	line-height: 100%;
	}
}
.subpage article{ margin-bottom:60px;}
.subpage .contents01{ padding-top:80px;}

/* 料理　-　#cuisine
=============================================================================*/
#cuisine .mainImage{
	background:url(../img/cuisine/mainImage.jpg) no-repeat top center;
	background-size:cover;
}
#cuisine .contents01 .f_left{ width: 540px;}
#cuisine .contents01 .f_right{ width:480px;}
#cuisine .contents01 .f_right .inner{ width: 430px; float:right;}
#cuisine .contents01 .bibi_style{
	text-align:right;
	font-size: 40px;
	background: linear-gradient(transparent 60%, #f9f4ed 60%);
	line-height:1;
	margin-bottom:50px;
	padding: 0 10px 2px 0;
	letter-spacing:0.07em;
	}
#cuisine .contents02{ padding-bottom:60px;}
#cuisine .contents02 .section01,#cuisine .contents04 .section01{ position:relative;}
#cuisine .contents02 .bibi_style{
	position:relative;
	top:40px;
	left:240px;
	font-size: 40px;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
	display:inline-block;
	margin-bottom:24px;
	letter-spacing:0.07em;
}
#cuisine .contents02 .gallery p{ float:left;}
#cuisine .contents02 .gallery p:nth-child(1){ width:332px; height:440px; margin: 0 12px 12px 0;}
#cuisine .contents02 .gallery p:nth-child(2){ width:676px; height:440px; margin: 0 0 12px 0;}
#cuisine .contents02 .gallery p:nth-child(3){ width:332px; height:230px; margin-right:12px;}
#cuisine .contents02 .gallery p:nth-child(4){ width:332px; height:230px; margin-right:12px;}
#cuisine .contents02 .gallery p:nth-child(5){ width:332px; height:230px;}

#cuisine .contents03{ background:url(../img/cuisine/contents03-bg.jpg) no-repeat top right; padding-top:60px;}
#cuisine .contents03 .bibi_style{
	width:480px;
	font-size: 40px;
	background: linear-gradient(transparent 60%, #f9f4ed 60%);
	line-height:1;
	margin-bottom:40px;
	padding: 0 0 2px 20px;
	letter-spacing:0.07em;
}
#cuisine .contents03 .inner{ width: 470px; margin-left:20px; margin-bottom: 40px;}
#cuisine .contents03 .f_left,#cuisine .contents03 .f_right{ width:504px;}
#cuisine .contents04 { padding-bottom:0;}
#cuisine .contents04 .bibi_style{
	position:relative;
	top:40px;
	left:140px;
	font-size: 40px;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
	display:inline-block;
	margin-bottom:24px;
	letter-spacing:0.07em;
}
#cuisine .contents04 .photo_wp{ position:relative; top: 0; left:0; right:0; bottom:0; height:400px;}
#cuisine .contents04 .photo_wp div{
	width: 50%;
	height:100%;
	float:left;
}
.morning_box{
	width:1020px;
	margin: 0 auto;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.morning_box div{
	width: 49%;
}
.morning_box div img{
	width: 100%;
	height: auto;
}
/* 施設　-　#facilities
=============================================================================*/
#facilities .mainImage{
	background:url(../img/facilities/mainImage.jpg) no-repeat top center;
	background-size:cover;
}
#facilities .contents01 p{ font-size:16px; text-align:center;}
#facilities h2.g_font{
	font-size:60px;
	color: #356244;
	letter-spacing:0.07em;
	line-height:1;
	margin-bottom:10px;
	}
#facilities .h30{ line-height: 1.4; text-align:center; margin-bottom:40px; font-weight: bolder; letter-spacing: 0.05em;}
#facilities .h30 span{ display:block; font-size:24px;}

#facilities .anchor_list li{
	width:332px;
	height:70px;
	/*border: 1px solid #356244;*/
	text-align:center;
	float:left;
	margin-right:12px;
	position:relative;
	padding-top:4px;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background: url("../img/top/mokume_bg.jpg")repeat;
	background-size: cover;
	}
#facilities .anchor_list li a{color: #ffffff;}
#facilities .anchor_list li:hover{
	opacity: 0.6;
	color: #356244;
}
#facilities .anchor_list li::after{
	content:"";
	display:block;
	position:absolute;
	background:url(../img/facilities/icon-arrow.png) no-repeat top center;
	width:10px;
	height:10px;
	right:3px;
	bottom:3px;
}
#facilities .anchor_list li:last-child{ margin-right:0;}
#facilities .anchor_list li a{
	display:block;
	width:100%;
	height:100%;
	color: #FFFFFF;
}
/*#facilities .anchor_list li a:hover{ color: #848f27;}*/
#facilities .anchor_list li a span{ display:block; font-size:18px;}
#facilities .contents02{ margin-bottom:100px;}
#facilities .contents03::before, #facilities .contents05::before{
	content:"";
	background: url("../img/facilities/tuta_l.png")left top no-repeat;; 
	display: block;
	height: 174px;
}
#facilities .contents04::before{
	content:"";
	background: url("../img/facilities/tuta_r.png")right top no-repeat;; 
	display: block;
	height: 174px;
}
.cot_box{
	/*background: url( "../img/top/mokume_bg.jpg") repeat;
	background-size: cover;
	color: #FFFFFF;*/
}
#facilities .room_photo{ width:580px;}
#facilities .room_detail{ 
	width:410px;
	margin: 0 auto;
	background-size: contain;
}
#facilities .room_detail h3{ font-size:14px; color:#356244;}
#facilities .room_detail dt{
	text-align:center;
	color:#fff;
	background: #356244;
	width:100px;
	font-size:13px;
	}
#facilities .room_detail dd{
	font-size:13px;
	margin-bottom:8px;
	padding: 4px;
}
.room_table{
	width: 100%;
}
.room_table tr{
	border-bottom: 2px solid #f9f4ed!important;
}
.room_table th{
	background-color: #356244;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	width: 25%;
	padding: 0.5em!important;
	
}
.room_table td{
	padding: 0.5em!important;
}
#facilities .room_detail .charge{
	text-align:center;
	font-weight:bolder;
	font-size:16px;
	color:#356244;
	background:#ffffff;
	padding: 10px 0;
	margin-top:5px;
}
#facilities .contents06 .movie_wp{
	position:relative;
	height:380px;
	margin-bottom:12px;
}
#facilities .contents06 .movie_wp .bath_text{
	position:absolute;
	width: 480px;
	top:80px;
	right:0;
}
#facilities .contents06 .movie_wp .bath_text p{
	color:#848f27;
	font-size:18px;
	background:#fff;
	padding: 4px 0 4px 4px;
	margin-bottom:18px;
}
#facilities .contents06 .bath_photo01{ width: 664px; margin-right:12px; display: table; margin: 0 auto;}
#facilities .contents06 .bath_photo01 p{ margin-bottom:12px; float:left; width: 332px;}
#facilities .contents06 .bath_photo02{ width:676px; float:right;}
#facilities .contents06 .b_caution{ text-align:center; background:#f9f4ed; margin-top:12px; padding: 6px 0;}

#facilities .contents07 .d_photo{
	background:url(../img/facilities/contents03_photo-01.jpg) no-repeat top left; 
	width:100%;
	height: 440px;
	position:relative;
	}
#facilities .contents07 .photo01{ position:absolute; right:0; top:24px;}
#facilities .contents07 .photo02{ position:absolute; right:120px; bottom:24px;}
#facilities .contents07::after{ margin:80px auto 0 auto;}

#facilities .contents08 tr{ border-bottom: 2px solid #e6ddd2;}
#facilities .contents08 td{ background: #f9f4ed;}
/* ネイチャーツアー　-　#tour
=============================================================================*/
#tour .mainImage{
	background:url(../img/tour/mainImage.jpg) no-repeat top center;
	background-size:cover;
}
#tour .page_title{color: #363bac;}
/*#tour .h24{color: #15185f;}*/
#tour .page_text{ color: #15185f;}
#tour .contents01 p{ font-size:16px; text-align:center;}
#tour .contents02{
	background:url(../img/tour/contents02-bg.jpg) no-repeat top center;
	background-size:cover;
	padding: 60px 0;
	}
#tour .contents02 .box980{
	background: rgba(0,0,0,.8);
	color:#fff;
	padding: 30px 0;
}
#tour .contents02 .f_left,#tour .contents02 .f_right{ width:500px;}
#tour .contents04,#tour .contents06{ position:relative; height:460px; background: #f9f4ed;}
#tour .contents04 .photo01,#tour .contents06 .photo01{
	width: 30%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}
#tour .contents04 .photo02,#tour .contents06 .photo02{
	width: 30%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
}
#tour .contents04 .inner,#tour .contents06 .inner{
	position:relative;
	width: 600px;
	height:100%;
	margin: 0 auto;
	/*background: #fff;*/
	top:0;
	bottom:0;
	padding-top:120px;
}
#tour .contents04 .inner span{ font-size:20px;}
#tour .contents05 .f_left{ width:580px;}
#tour .contents05 .f_right{ width:400px; padding-top:110px;}
#tour .photo_wp{ position:relative; top: 0; left:0; right:0; bottom:0; height:340px;}
#tour .photo_wp div{
	width: 25%;
	height:100%;
	float:left;
}
/* 交通案内　-　#access
=============================================================================*/
#access .mainImage{
	background:url(../img/access/mainImage.jpg) no-repeat top center;
	background-size:cover;
}

/* 観光スポット　-　#sightseeing
=============================================================================*/
#sightseeing .mainImage{
	background:url(../img/sightseeing/mainImage.jpg) no-repeat top center;
	background-size:cover;
}
#sightseeing .contents01 p img{ vertical-align: baseline;}
#sightseeing #map_canvas{ width:100%; height:600px;}

#sightseeing .contents02 .photo_wp p{ width: 500px;}
#sightseeing .spot_detail h2 span{ display:block; line-height:1; color:#356244; letter-spacing:0.07em;}
#sightseeing .spot_detail .spot_tel{ background:#f9f4ed; padding: 1em; margin-top:16px;}
#sightseeing .contents02 .spot_detail h2 span{ font-size:60px; margin-top:20px; letter-spacing:0.07em;}
#sightseeing .contents02 .spot_detail{ width: 480px;}
#sightseeing .col2{ width: 1020px; margin: 0 auto; margin-bottom:80px;}
#sightseeing .col2 section{ width: 490px;}
#sightseeing .col2 .spot_detail{ margin-bottom:10px;}
#sightseeing .col2 h2{ text-align:center;}
#sightseeing .col2 h2 span{ display:block; line-height:1; font-size:30px; letter-spacing:0.07em;}
#sightseeing .contents07 .spot_detail h2 span{ font-size:60px; letter-spacing:0.07em;}
#sightseeing .contents07 .spot_tel{ width: 600px; margin: 0 auto;}

/* フォトギャラリー　-　#gallery
=============================================================================*/
#gallery .mainImage{
	background:url(../img/gallery/mainImage.jpg) no-repeat top center;
	background-size:cover;
}


/* --------------　調整　------------------ */

.mt0{ margin-top: 0 !important;}
.mt1{ margin-top: 1em !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}
.mt60{ margin-top: 60px !important;}
.mt70{ margin-top: 70px !important;}
.mt80{ margin-top: 80px !important;}
.mt90{ margin-top: 90px !important;}
.mt100{ margin-top: 100px !important;}
.mt110{ margin-top: 110px !important;}
.mt120{ margin-top: 120px !important;}

.mb0{ margin-bottom: 0 !important;}
.mb1{ margin-bottom: 1em !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mb70{ margin-bottom: 70px !important;}
.mb80{ margin-bottom: 80px !important;}
.mb90{ margin-bottom: 90px !important;}
.mb100{ margin-bottom: 100px !important;}
.mb110{ margin-bottom: 110px !important;}
.mb120{ margin-bottom: 120px !important;}

.strong {  font-weight:bold;}
.text_r{ text-align:right;}
.text_c { text-align:center;}
.text_l { text-align:left;}
.caution{ color:#ab0000;}

.rotate18{ -webkit-transform: rotate(-18deg); transform: rotate(-18deg);}



/*追加CSS*/
.adjust01,
.adjust02{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.adjust02 div:first-child{
	margin: 0 20px 0 0;
}

@media screen and (max-width: 1024px){
	.check_in{
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media only screen and (max-width: 767px) {
	.search_wp .check_in label{
		margin: 10px 10px 5px;
	}
	.adjust02 div:first-child,
	.adjust02 div{
		margin: 0 20px 10px 0;
	}
}

