@charset "utf-8";
/* =reset
-------------------------------------------------------------- */
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, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav,  section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol li ol,
ul li ul,
ol li ul,
ul li ol,
li  {
  margin:0;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 80%;
}
a {
  color:#853720;
}
th,td,textarea,input {
  font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size:100%;
}
img {
	width: 100%;
	height: auto;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border:0;
}
textarea,input { padding:2px 5px; }
dl, dt, dd	{
  margin:0;
  padding:0;
}
fieldset {
  background-color:#fff;
  padding:0 10px 10px 10px;
  border:1px solid #ccc;
}
legend {
  font-weight:bold;
}
option {
  padding-right:1em;
}
hr {
  margin:20px 0;
}
fieldset p {
  margin-top:1em;
  margin-bottom:0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding:3px 5px;
}
td.center{
  text-align: center;
}
td.br-left{
  border-left: 1px dotted #DFD2C1;
}
th.w100, td.w100{
	width: 100px;
}
/* font */
@font-face {
  font-family: 'Garrick_Nomal';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Garrick_Nomal.woff') format('woff'),f
  url('../font/Garrick_Nomal.ttf') format('ttf'),
  url('../font/Garrick_Nomal.eot') format('eot');
}
@font-face {
  font-family: 'Garrick_Bold';
  font-style: bold;
  font-weight: 600;
  src: url('../font/Garrick_Bold.woff') format('woff'),
  url('../font/Garrick_Bold.ttf') format('ttf'),
  url('../font/Garrick_Bold.eot') format('eot');
}

input[type="text"]{
	width: 30% !important;
	padding: 0.5rem;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	border: 1px solid #CCC;
}
textarea{
	width: 100% !important;
	min-height: 200px;
	padding: 0.5rem;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	border: 1px solid #CCC;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  /*border-radius: 5px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;*/
  cursor: pointer;
  width: 54%;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  display: block;
  color: #FFF !important;
  font-size: 2rem;
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.3;
  box-sizing: border-box;
  border: none;
}
input[type="submit"]{
	width: 30%;
	margin: 3rem auto;
  background: #873722; /* Old browsers */
  background: -moz-linear-gradient(top,  #873722 0%, #752f1e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #873722 0%,#752f1e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #873722 0%,#752f1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#873722', endColorstr='#752f1e',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
input[type="button"]{
  background: #873722; /* Old browsers */
  background: -moz-linear-gradient(top,  #873722 0%, #752f1e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #873722 0%,#752f1e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #873722 0%,#752f1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#873722', endColorstr='#752f1e',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="image"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
*:focus {
  outline: none;
}
:placeholder-shown {
  color: #777!important;
  opacity: 1;
  font-size: 1.2rem;
}
*, *::after, *::before {
  margin:0; padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background:#fff none repeat scroll 0 0;
  color:#333;
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin:0;
  padding:0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
button{
	max-width: 270px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
button:hover{
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
button.btn_white{
  padding: 1.4rem 0;
  appearance: none;
  width:100%;
  height:100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 2.0rem;
	border: 2px solid #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	position: relative;
}
button.btn_red{
  padding: 1.4rem 0;
  appearance: none;
  width:100%;
  height:100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 2.0rem;
  background: #873722; /* Old browsers */
  background: -moz-linear-gradient(top,  #873722 0%, #752f1e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #873722 0%,#752f1e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #873722 0%,#752f1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#873722', endColorstr='#752f1e',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
button.btn_brown{
  padding: 1.4rem 0;
  appearance: none;
  width:100%;
  height:100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 2.0rem;
  background: #9a6b41; /* Old browsers */
  background: -moz-linear-gradient(top,  #9a6b41 0%, #855c38 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #9a6b41 0%,#855c38 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #9a6b41 0%,#855c38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a6b41', endColorstr='#855c38',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
button.btn_brown2{
  padding: 1.4rem 0;
  appearance: none;
  width:100%;
  height:100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-size: 2.0rem;
  background: #b28f6e; /* Old browsers */
  background: -moz-linear-gradient(top,  #b28f6e 0%, #9a6b41 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #b28f6e 0%,#9a6b41 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #b28f6e 0%,#9a6b41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b28f6e', endColorstr='#9a6b41',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
button.btn_white:after{
	content: "";
  background: url(../images/en/arrow.png) top left no-repeat;
  background-size: 13px 14px;
  position: absolute;
  display: block;
  width: 13px;
  height: 14px;
  top: 40%;
  right: 2rem;
}
button img{
	width: auto;
	height: 18px;
}

/*新着　リンクボタン縦*/
button.link{
  max-width: 100%;
  display: block;
  margin: 1rem 0;
}
button.link{
  font-weight: bold;
  color: #4E8692;
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  padding-left: 2rem;
  position: relative;
  line-height: 2rem;
  text-align: left;
}
button.link{
  line-height: 3rem;
}
button.link:before{
  content: "";
  background: url(../images/en/arrow2.png) top left no-repeat;
  background-size: 13px 14px;
  position: absolute;
  display: block;
  width: 13px;
  height: 14px;
  top: 7px;
  left: 0;
}

/*新着　リンクボタン横並び*/
button.link_2{
  display: inline-block;
  margin: 1rem 25px 1rem 0;
}
button.link_2{
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  color: #863721;
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-block;
  padding-left: 4rem;
  position: relative;
  line-height: 2rem;
  text-align: left;
}
button.link_2{
  line-height: 3rem;
}
button.link_2:before{
  content: "";
  background: url(../images/top/arrow_top_rec.png) top left no-repeat;
  background-size: 30px 30px;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

/*新着　リンクボタン横並び　大き目*/
button.link_3{
  display: inline-block;
  margin: 1rem 50px 1rem 0;
}
button.link_3{
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  color: #863721;
  font-size: 1.5rem;
  text-decoration: none;
  display: inline-block;
  padding-left: 4rem;
  position: relative;
  line-height: 2rem;
  text-align: left;
}
button.link_3{
  line-height: 3rem;
}
button.link_3:before{
  content: "";
  background: url(../images/top/arrow_top_rec.png) top left no-repeat;
  background-size: 30px 30px;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #777!important;
  opacity: 1;
  font-size: 1.2rem;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #777!important;
  opacity: 1;
  font-size: 1.2rem;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #777!important;
  opacity: 1;
  font-size: 1.2rem;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #777!important;
  opacity: 1;
  font-size: 1.2rem;
}

a:focus { outline:none;}
a:link,a:visited {
  color: #853720;
  text-decoration: none;
}
a:active,
a:hover,
a:hover img{
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.clearfix:after {
  content:".";
  display:block;
  visibility:hidden;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
  clear:both;
}
.clearfix {
  display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
/* End hide from IE-mac */
img.block{
  margin: 0;
  padding: 0;
  display: block;
}
.hide {
	display:none;
}
.sp_show{
  display: none;
}
.sp_hide{
  display: block;
}
.left {
  float: left
}
.right {
  float: right;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}

.btn a img {
  width: auto;
  height: 100%;
}
.center{
  text-align: center;
}

table{
  width: 100%;
  border-top: 1px solid #DFD2C1;
}
table th{
  padding: 0.7rem 0;
  background-color: #F5F2E7;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #DFD2C1;
}
table th.thead{
  background: #B98A6F;
  color: #FFF;
  border-right: 1px solid #DFD2C1;
}
table th.thead:last-child{
  border-right: none;
}
table td{
  background: #fff;
  padding: 0.7rem 0 0.7rem 1rem;
  border-bottom: 1px solid #DFD2C1;
}
td.w5{
  width: 5%;
}
.red{
  color: #930;
}
.txt_left{
	text-align: left;
}
.mgb_0{
	margin-bottom: 0 !important;
}
.mgb_3{
	margin-bottom: 3rem;
}
.mgb_2{
	margin-bottom: 2rem;
}
.mgt_3{
	margin-top: 3rem;
}
.mgt_2{
	margin-top: 2rem;
}
.br-none{
	border: none !important;
}


/* =layout
-------------------------------------------------------------- */
/* 992px〜1119px */
.row{
  margin-right: -15px !important; /* ←マイナス側へ数値を大きくしてみよう */
  margin-left: -15px !important;  /* ←マイナス側へ数値を大きくしてみよう */
}
.col-md-1{
  width: 97.6%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-6{
  float: left;
  padding: 0 15px;
}
.col-md-2{
  width: 50%;
}
.col-md-3{
  width: 33.33%;
}
.col-md-4{
  width: 25%;
}
.col-md-6{
  width: 16.66%;
}

/* =header
-------------------------------------------------------------- */
header {
  width:100%;
	height: 90px;
  padding: 2rem 0;
  background: #FFF;
  position:fixed;
  z-index:500;
  top:0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(131,117,105,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(131,117,105,0.3);
  box-shadow: 0px 0px 20px 0px rgba(131,117,105,0.3);
}
header .inner{
  position:relative;
}
/* グローバルナビ */
header h1{
  width: 270px;
  float: left;
	text-align:left;
}
header h1 span.logo img{
	width: auto;
	height: 50px;
}
header h1 span.site_copy{
  margin-top: 0.5rem;
  display: block;
}
header nav{
  width: 650px;
  float:right;
  text-align: center;
  right:0;
  position: absolute;
}
header nav ul{
  width: 100%;
  display: table;
  table-layout: fixed;
}
header nav ul li{
  display: table-cell;
	border-left: 1px solid #9A6B41;
}
header nav ul li a{
	padding: 1rem 0;
	display: block;
	font-family: "Garrick_Bold";
	color: #996A40 !important;
	font-size: 1.7rem;
}
header nav ul li.booknow a{
	color: #FFF !important;
}
header nav ul li.booknow{
	background: #873722; /* Old browsers */
  background: -moz-linear-gradient(top,  #873722 0%, #752f1e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #873722 0%,#752f1e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #873722 0%,#752f1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#873722', endColorstr='#752f1e',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
header nav ul li a:hover{
	text-decoration: none;
}

#cd-nav{
  z-index: 500;
}
#cd-nav ul li span.page_ttl img{
  width: auto;
  height: 47px;
}
#cd-nav ul li.btn_sp_tel{
  display: none;
}
#cd-nav ul.has-transitions {
  /* this class is used to bring back transitions when the navigation moves at the bottom right */
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul.is-visible {
  /* this class is used to bring back the navigation animation - as on touch devices */
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}
#cd-nav ul.is-hidden {
  /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-nav-trigger {
  /* the the menu triger is hidden by default on desktop devices */
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
.is-fixed .cd-nav-trigger {
  visibility: visible;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: cd-bounce-in 0.3s linear;
  -moz-animation: cd-bounce-in 0.3s linear;
  animation: cd-bounce-in 0.3s linear;
}


/* =main
-------------------------------------------------------------- */
main{
  background-color: #FFF;
	position: relative;
	top: 90px;
}
#slide_main{
	position:relative;
}
#slide_main h2.title{
	width: 100%;
	font-family: "Garrick_Bold";
	font-size: 7.0rem;
	display: block;
	padding-bottom: 7rem;
	line-height: 8rem;
	position: absolute;
	top: 7rem;
	color: #FFF;
	text-align: center;
	z-index:50;
}
#slide_main p{
	width: 100%;
	color: #FFF;
	position: absolute;
  z-index: 5;
	top: 37rem;
	text-align: center;
}
#slide_main p button{
	margin: 7rem auto 0;
}
#slide_main .btn_jp{
	width:1200px;
	margin: 0 auto;
	display: block;
  position: absolute;
  top: 15px;
	left: 0;
	right: 0;
	z-index: 50;
	text-align:right;
}
#slide_main .btn_jp a{
	width: 128px;
	display: block;
	position:absolute;
	right:0;
}
#slide_main .btn_jp a:hover img{
	text-decoration: underline;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=79)";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
}
.flexslider ul.slides li.img01{
  background: url(../images/en/slide_01_202404.jpg) top center no-repeat;
  background-size: auto 100%;
}
.flexslider ul.slides li.img02{
  background: url(../images/en/slide_02_202404.jpg) top center no-repeat;
  background-size: auto 100%;
}
.flexslider ul.slides li.img03{
  background: url(../images/en/slide_03.jpg) top center no-repeat;
  background-size: auto 100%;
}

.flexslider ul.slides li img{
  width: 100%;
  height: 700px;
}
.flexslider{
  width: auto;
  height: 100% !important;
  margin:0 !important;
  position: relative;
  display:none; /* ここで隠しておく */
  border:none !important;
  box-shadow: none !important;
  -webkit-box-shadow: !important;
}
.flexslider .slides{
  background: #FFF !important;
}
.flexslider .slides > li{
  height: 700px;
  background-size: cover;
  background-position: 50% 30%;
}
/* pager */
.flex-control-nav{
  width: 120px;
  bottom: auto;
  right: 148px;
  bottom: 70px;
  z-index: 20;
  position: absolute;
  text-align: center;
}
.flex-control-nav li{
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a{
  width: 8px;
  height: 8px;
  background: #fff!important;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active{
  background: #9A6B41!important;
}
.flex-direction-nav li {
  width: 46px;
  height: 46px;
  float: left;
}
/* prev, next */
.flex-direction-nav{
  width: 87px;
  margin: 0 auto;
  position: absolute;
  bottom: 70px;
  right: 9px;
}
.flex-direction-nav a{
  width: 46px!important;
  height: 46px!important;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-prev{
  left: -46px !important;
  background: url(../images/top/flex-control.png) no-repeat;
  background-position: top left;
  opacity: 1;
  width: 46px;
  height: 46px;
}
.flex-direction-nav .flex-next{
  right: 30px !important;
  background: url(../images/top/flex-control.png) no-repeat;
  background-position: top right;
  opacity: 1;
}
.flex-direction-nav li{
  display: inline-block;
  margin-right: -5px;
}

/* =swiper
-------------------------------------------------------------- */
.swiper-container{
  width: 100%;
}
.swiper-slide {
  width: 31.7% !important;
  margin: 0 1rem;
}
.pagination {
  text-align: center;
  padding: 3rem 0 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 18px !important;
  height: 17px !important;
  border-radius: 17px;
  margin: 0 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all .25s linear;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 1rem !important;
}

.swiper-active-switch {
  background-color: #9A6B41;
}
.swiper-pagination-bullet-active{
  background-color: #9A6B41 !important;
}
.swiper-button-next, .swiper-button-prev{
  top: 96%!important;
  width: 46px!important;
  height: 46px!important;
  margin-top: -24px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../images/top/swiper-next.png) top left no-repeat !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background: url(../images/top/swiper-next.png) top left no-repeat !important;
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}


/* =contents common
-------------------------------------------------------------- */
h1, h2, h3, h4{
  text-align: center;
}
h1.title{
  padding: 7rem 0;
}
h2.title{
	font-family: "Garrick_Bold";
  padding: 10rem 0 5rem;
	color: #3C3022;
	font-size: 6rem;
}
h1.title img{
  width: auto;
  height: 110px;
}
h2.title img{
  width: auto;
  height: 34px;
}
h2 img.sub_title{
	width: auto;
	height: 16px !important;
}
.annnotation{
  padding: 0.5rem 0 1rem 0;
  color: #930;
	line-height: 2.0rem;
	font-size: 1.3rem;
}
p.page_caption{
  padding: 6rem 0;
  text-align: center;
}
ul.list-disc li{
  padding: 0.5rem 0;
  list-style-type: disc;
  text-align: left;
  font-size: 1.4rem;
}
ul.list-dicimal li{
  padding: 0.5rem 0;
  list-style-type: decimal;
  text-align: left;
  font-size: 1.4rem;
}
ul.list-square li{
  padding: 0.5rem 0;
  list-style-type: square;
  text-align: left;
}
ul.list-circle li{
  padding: 0.5rem 0;
  list-style-type: circle;
  text-align: left;
}
.col-box{
  border: 5px solid #DFD2C1;
}
.col-box .col-inner, .col-box .left, .col-box .right{
  position: relative;
}
.col-inner{
  padding: 3rem
}
.col-box .left{
  width: 35.7%;
  padding: 3rem;
}
.col-box .right{
  width: 64.3%;
}
.col-box .left h2, .col-box .col-inner h2{
  text-align: center;
  padding-bottom:1rem;
}
.col-box .left p, .col-box .col-inner p{
  padding: 2rem 0;
}
.col-box .left dl{
  width: 100%;
  padding: 1rem;
  background: #F5F2E7;
}
.col-box .left dl dt{
  padding-top: 1rem;
}
.col-box .left dl dd{
  padding: 1rem 1.5rem;
}

/* サブnav */
nav.nav-page{
  background: #f5f2e7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f5f2e7 0%, #dfd2c1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f5f2e7 0%,#dfd2c1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f5f2e7 0%,#dfd2c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f2e7', endColorstr='#dfd2c1',GradientType=0 ); /* IE6-9 */
}
nav.nav-page img{
  width: auto;
  height: 16px;
}
nav.nav-page ul{
  width: 100%;
  display: table;
  padding: 4rem 0;
}
nav.nav-page ul li{
  width: 25%;
  display: table-cell;
  padding: 0rem 15px;
  position: relative;
}
nav.nav-page ul li button:before{
  content: "";
  display:block;
  background: url(../images/room/arrow_down.png) no-repeat;
  width: 14px;
  height: 10px;
  top: 20px;
  left: 36px;
  position:absolute;
}
#banquet_cont .nav-page ul,
#facilities_cont .nav-page ul{
	width:50%;
	margin:0 auto;
}
#banquet_cont nav.nav-page ul li,
#facilities_cont nav.nav-page ul li{
	width: 50%;
}
#room_cont #single_room,
#room_cont #double_room,
#room_cont #twin_room,
#room_cont #dxtwin_room,
#banquet_cont #banquet,
#banquet_cont #meeting{
  margin-top: -160px;
  padding-top: 160px;
  margin-bottom: 3rem;
}


/* ギャラリー */

.thumb{
  overflow: hidden;
  margin: 2rem auto 0;
  display: table;
  table-layout:fixed;
	bottom: 10px;
	left: 10px;
  position: absolute;
  z-index: 60;
	border: 2px solid #fff;
}
.thumb li{
	max-width: 80px;
  display: table-cell;
	border: 2px solid #fff;
}
.thumb li:last-child{
  margin-right: 0;
}

.thumb li img{
  width: 100%;
	height: auto;
}

.thumb li a img{
	opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
}
.thumb li a.active, .thumb li a.active img, .thumb li a:hover img{
	/*border: 3px solid #873722;
	border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;*/
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  -khtml-opacity: 1.0 !important;
  -moz-opacity: 1.0 !important;
}
.bx-controls{ display:none;}

/* =top_cont
-------------------------------------------------------------- */
#guestroom .box-l{
	width: 60%;
	min-height: 550px;
	float: left;
	position: relative;
}
#guestroom .box-r{
	width: 40%;
	min-height: 550px;
	float: right;
	background: #F5F2E7;
}
#guestroom .box-r .boxinn{
	padding-left: 20%;
	padding-right: 20%;
}
#guestroom .box-r h3{
	padding: 17% 0 16%;
	color: #3B3021;
	font-size: 3.4rem;
	font-family: "Garrick_Bold";
}
#guestroom .box-r .boxinn ul{
	padding: 2rem;
	border-top: 1px solid #DFD2C1;
}
#guestroom .box-r .boxinn li.s-title{
	text-indent: -2rem;
	color: #A57C58;
	font-weight: bold;
	list-style: none !important;
}
#photo_shingle li,
#photo_double li,
#photo_twin li,
#photo_dxtwin li{
  width: 100% !important;
	height: 550px;
	text-indent: -9999px
}
#photo_shingle .img_01{ background: url(../images/en/pic_room_sng_01_202405.jpg) top center;}
#photo_shingle .img_02{ background: url(../images/en/pic_room_sng_02_202405.jpg) top center;}
#photo_shingle .img_03{ background: url(../images/en/pic_room_sng_03_202404.jpg) top center;}
#photo_shingle .img_04{ background: url(../images/en/pic_room_sng_04_202404.jpg) top center;}
#photo_double .img_01{ background: url(../images/en/pic_room_dw_01_202405.jpg) top center;}
#photo_double .img_02{ background: url(../images/en/pic_room_dw_02_202405.jpg) top center;}
#photo_double .img_03{ background: url(../images/en/pic_room_dw_03_202404.jpg) top center;}
#photo_double .img_04{ background: url(../images/en/pic_room_dw_04_202404.jpg) top center;}
#photo_twin .img_01{ background: url(../images/en/pic_room_tw_01_202404.jpg) top center;}
#photo_twin .img_02{ background: url(../images/en/pic_room_tw_02_202404.jpg) top center;}
#photo_twin .img_03{ background: url(../images/en/pic_room_tw_03_202404.jpg) top center;}
#photo_twin .img_04{ background: url(../images/en/pic_room_tw_04_202404.jpg) top center;}
#photo_twin .img_05{ background: url(../images/en/pic_room_tw_05_202404.jpg) top center;}
#photo_dxtwin .img_01{ background: url(../images/en/pic_room_dxtw_01_202404.jpg) top center;}
#photo_dxtwin .img_02{ background: url(../images/en/pic_room_dxtw_02_202404.jpg) top center;}
#photo_dxtwin .img_03{ background: url(../images/en/pic_room_dxtw_03_202404.jpg) top center;}
#photo_dxtwin .img_04{ background: url(../images/en/pic_room_dxtw_04_202404.jpg) top center;}
#photo_dxtwin .img_05{ background: url(../images/en/pic_room_dxtw_05_202405.jpg) top center;}


#photo_double .sample,
#photo_twin .sample,
#photo_dxtwin .sample{
	background: url(../images/en/pic_room_sample.jpg) top center;
}

#amenity{
	background: #E1D1BF;
}
#acMenu {
	max-width: 1200px;
	margin:0 auto;
	padding: 5rem 0;
}
#acMenu dt{
  display:block;
	padding: 2rem 3rem 2rem 5rem;
  text-align: right;
  cursor:pointer;
  font-style: normal;
  font-weight: 700;
  color: #3A3020;
  font-size: 1.7rem;
	position: relative;
	background: url(../images/en/bg_acmenu.png) repeat-x;
	background-position: 10px;
}
#acMenu dd{
	padding: 2rem 1rem;
  text-align:center;
  display:none;
	text-align: left;
}
#acMenu dd h4{
	font-family: "Garrick_Bold";
	text-align:left;
	font-size: 1.9rem;
  padding: 1.5rem 0 1rem 0;
	color: #714e2f;
}
#acMenu dt:after{
	content: "";
	width: 16px;
	height: 10px;
	display: block;
	background: url(../images/en/openclose.png) no-repeat;
	background-size: 16px 20px;
	background-position: 0px 0px;
	position:absolute;
	top: 18px;
	right: 0;
}
#acMenu dt a{
	display:block;
	padding: 5px 20px;
	color: #3A3020;
	text-decoration: none;
	background: #E1D1BF;
	position: absolute;
	top: 5px;
	right: 0;
}
#acMenu dt.active:after{
	content: "";
	width: 16px;
	height: 10px;
	display:block;
  background: url(../images/en/openclose.png) no-repeat;
	background-size: 16px 20px;
	background-position: 0px -10px;
	position:absolute;
	top: 18px;
	right: 0;
}


/* Restaurant */
#restaurant .tab_contents2{
	width: 1200px;
	margin: 50px auto 100px auto;
}
#restaurant .box-wrap{
	width: 100%;
	display: table;
}
#restaurant .box-l{
	width: 38.5%;
	display: table-cell;
	vertical-align: top;
}
#restaurant .box-r{
	width: 60%;
	display: table-cell;
}
#restaurant .box-r .pic_menu{
	width: 100%;
	display: table;
	table-layout: fixed;
}
#restaurant .box-r .pic_menu span{
	width: 33.4%;
	display: table-cell;
}
#restaurant .box-r .pic_menu span img{
	width: 100%;
	height: auto;
	border-left: 1px solid #FFF;
}
#restaurant .box-r .boxinn{
	padding: 5rem 7rem 0rem;
}
#restaurant .prumie{
	background: url(../images/en/bg_rest_01.png);
}
#restaurant .tuki{
	background: url(../images/en/bg_rest_02.png);
}
#restaurant .box-r table{
	width: 60%;
	border: none;
	border-collapse: separate;
	border-spacing: 2px;
}
#restaurant .box-r table caption{
  font-family: "Garrick_Bold";
	padding-bottom: 3rem;
	margin-bottom: 2rem;
	text-align: left;
	font-size: 3.0rem;
	color: #3B3021;
}
#restaurant .prumie table caption{
	border-bottom: 1px solid #D7C495;
}
#restaurant .tuki table caption{
	border-bottom: 1px solid #D1A5AD;
}
#restaurant .box-r table caption span{
	font-size: 1.3rem;
	display: block;
}
#restaurant .prumie table th,
#restaurant .tuki table th{
	width: 100px;
	border: none;
	color: #FFF;
	font-weight: bold;
}
#restaurant .prumie table th{
	background-color: rgba(200,153,45,0.5) !important;
}
#restaurant .tuki table th{
	background-color: rgba(179,94,113,0.5) !important;
}
#restaurant .box-r table td{
	height: 86px;
	padding-left:2rem;
	border: none;
	background: none;
	vertical-align: middle;
}
#restaurant .box-r span.pic_rest img{
	display: block;
	width:auto;
	height: 100%;
	margin-top: 4rem;
}
#restaurant .breakfast{
	padding: 8rem 0;
}
#restaurant .breakfast h3{
  font-family: "Garrick_Bold";
	padding-bottom: 2rem;
	font-size: 3.0rem;
	color: #39301F;
	text-align: left;
	line-height: 4.6rem;
}
#restaurant .breakfast table{
	margin: 3rem 0 2rem;
}
#restaurant .breakfast-photo{
	margin-top: 3rem;
}
#restaurant .breakfast-photo .col-md-6{
	padding: 15px;
}


/* sightseeing */
#sightseeing{
	padding-bottom: 8rem;
	background: url(../images/en/bg_spot.jpg) top center no-repeat;
}
#sightseeing .tab_inner{
	padding: 30px 0;
	background-color: rgba(255,255,255,0.9);
}
#sightseeing .spot{
	padding: 3rem;
	border-bottom: 1px solid #ddd;
}
#sightseeing h3{
  font-family: "Garrick_Bold";
	padding: 3rem 0 2rem;
	font-size: 3.0rem;
	color: #39301F;
	text-align: left;
	line-height: 4.6rem;
}
#sightseeing .spot a{
  font-weight: bold;
  color: #4E8692;
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  position: relative;
  line-height: 2rem;
  text-align: center;
}

/* Access */
#access .transport{
	margin: 5rem 0;
	padding: 7rem;
	background-color: #F5F2E7;
}
#access .transport2 table{
	min-height: 482px;
	height: 482px;
	margin-bottom: 8rem;
}
#access h3{
	padding-bottom: 2.5rem;
	font-size: 2.4rem;
	font-family: 'Garrick_Bold';
	color: #39301F;
}
#access table{
	width: 100%;
	max-width:370px;
	margin:0 auto;
}
#access table,
#access table th, #access table td{
	border: none !important;
}
#access table{
	background: url(../images/en/bg_transport.png) top left repeat-y;
}
#access table th.ttl_01{
	height: 40px;
	font-size: 1.6rem;
	padding: 1rem 0;
	color: #FFF;
	background-color:#A57C58;
}
#access table th.ttl_02{
	height: 40px;
	font-size: 1.6rem;
	padding: 1rem 0;
	color: #FFF;
	background-color: #863722;
}
#access table td{
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 63px;
	vertical-align: middle;
	display: table-cell;
	background-color:transparent;
}
#access table td.spot,
#access table td.spot2{
	height: 46px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#access table td.spot span,
#access table td.spot2 span{
	width: 280px;
	padding: 0.7rem 0;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
	border-radius: 2px;
	background-color: #FFF;
}
#access table td.spot span{
	color: #A57C58;
	border: 1px solid #A57C58;
}
#access table td.spot2 span{
	color: #496343;
	border: 1px solid #566152;
}
#access table td.spot span:before{
	width: 12px;
	height: 12px;
	position: absolute;
	content: "";
	background: url(../images/en/icon_station.png) top left no-repeat;
	background-size: 12px 12px;
	top: 9px;
	left: -34px;
}
#access table td.spot2 span:before{
	width: 12px;
	height: 12px;
	position: absolute;
	content: "";
	background: url(../images/en/icon_station2.png) top left no-repeat;
	background-size: 12px 12px;
	top: 9px;
	left: -34px;
}
#access table td.spot span:after{
	width: 6px;
	height: 12px;
	position: absolute;
	content: "";
	background: url(../images/en/arrow_station.png) top left no-repeat;
	background-size: 6px 12px;
	top: 12px;
	left: -6px;
}
#access table td.spot2 span:after{
	width: 6px;
	height: 12px;
	position: absolute;
	content: "";
	background: url(../images/en/arrow_station2.png) top left no-repeat;
	background-size: 6px 12px;
	top: 12px;
	left: -6px;
}
.gm-style-iw div div{
	overflow:hidden;
}
/*
.gmap, .gmap #map{
	width: 100%;
	height: 500px;
}
.gmap #map span.appearance{
	width: 120px;
	height: 100px;
	margin: 0.5rem 1rem 0 0;
	display: block;
	float: left;
}
.gmap #map dl{
	width: 200px;
	float:left;
	font-size: 1.5rem;
}
.gmap #map dl dt{
	padding: 1rem 0;
	font-family: 'Garrick_Bold';
	font-size: 1.7rem;
}*/
.gmap {
	width: 100%;
	height: 500px;
}
.gmap iframe{
	width: 100%;
	height: 500px;
}

/**/
.tab, .tab2, .tab3{
	margin: 5rem auto 2rem;
	overflow:hidden;
	display:table;
  border-collapse: separate;
  border-spacing: 10px;
}
.tab2, .tab3{
	 width: 50%;
}
.tab li span,
.tab2 li span{
	display: block;
	cursor: pointer;
	padding: 1.4rem 0;
  appearance: none;
  height:100%;
  text-align: center;
  text-decoration: none;
  font-size: 2.0rem;
	vertical-align:middle;
	border: 2px solid #DFD2C1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	color: #D2C4AC;
}
.tab3 li span{
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 1.4rem 0;
  appearance: none;
  height:100%;
  text-align: center;
  text-decoration: none;
  font-size: 2.0rem;
	vertical-align:middle;
	border: 2px solid #9DB0B3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	color: #799397;
}
.tab li.active span,
.tab2 li.active span,
.tab3 li.active span{
	border: none;
	color: #FFF;
	position: relative;
}
.tab li.active span{
	background: #A57C58;
}
.tab2 li.active span{
	background: #C68A97;
}
.tab3 li.active span{
	background: #799397;
}
.tab li.active span:after{
	content: "";
	display: block;
	margin-left: -7px;
	width:15px;
	height: 9px;
	background: url(../images/en/arrow_tab1.png) bottom center;
	background-size: 15px 9px;
	position: absolute;
	bottom: -8px;
	left: 50%;
}
.tab2 li.active span:after{
	content: "";
	display: block;
	margin-left: -7px;
	width:15px;
	height: 9px;
	background: url(../images/en/arrow_tab2.png) bottom center;
	background-size: 15px 9px;
	position: absolute;
	bottom: -8px;
	left: 50%;
}
.tab3 li.active span:after{
	content: "";
	display: block;
	margin-left: -7px;
	width:15px;
	height: 9px;
	background: url(../images/en/arrow_tab3.png) bottom center;
	background-size: 15px 9px;
	position: absolute;
	bottom: -8px;
	left: 50%;
}

/* =footer
-------------------------------------------------------------- */
.btn_pagetop{
	width: 58px;
	height: 58px;
	text-indent: -9999px;
	background: url(../images/common/pagetop.png) top center no-repeat;
	background-size: 58px 58px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index:100;
}
.btn_pagetop a{
	width: 58px;
	height: 58px;
	display: block;
	position:absolute;
}

footer{
	margin-top: 90px;
	display:block;
  padding: 1.5rem 0;
  background: #6A443C;
}
footer small{
  width: 100%;
  display:block;
  color: #FFF;
  text-align: center;
}

@media only screen and (min-width: 769px){
.cd-nav-trigger{
		  display:none;
}
}
@media only screen and (max-width: 768px) {
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-nav ul {
  /* mobile first */
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  top: 80px !important;
  border-radius: 10px;
  border: 1px solid #D6C5AD;
  background: #F5F2E7;
  visibility: hidden;
  /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
  overflow: hidden;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul li {
  width: 100%;
  padding: 0;
	display: block;
  /* Force Hardware Acceleration in WebKit */
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
  background: none;
  border-bottom: 1px solid #D6C5AD;
}
#cd-nav ul li.booknow{
  background: #996A41;
  border-right: none !important;
	border-radius: 0px;
	border-bottom: 1px solid #D6C5AD;
}
#cd-nav li.btn_sp_reserv a{
  border-bottom:none;
}
#cd-nav ul li.btn_sp_tel{
  background: #823521;
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#cd-nav ul li.btn_sp_tel a{
  color: #FFF !important;
}
#cd-nav ul li span.page_ttl img{
  display: none;
}
#cd-nav ul li img.sp_show{
  width: auto;
  height: 41px;
  display: inline-block !important;
}
#cd-nav ul li:nth-child(odd){
  border-right: 1px solid #D6C5AD;
}
#cd-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}
#cd-nav ul.is-visible li{
	width:100%;
  display: block;
	clear: both;
  float: none;
}
#cd-nav li a {
  display: block;
  padding: 1em 0;
}
#cd-nav li:last-child a {
  border-bottom: none;
}

.cd-nav-trigger {
  position: fixed;
  top: 14px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 0.25em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
}
.cd-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #863721;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
  box-shadow: none;
}
.cd-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #863721;
}
.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#cd-gallery-items li {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
#cd-gallery-items li {
  width: 48%;
  float: left;
  margin-bottom: 2em;
  margin-right: 4%;
}
#cd-gallery-items li:nth-child(2n) {
  margin-right: 0;
}
}
@media screen and (max-width: 768px) {
a:active,
a:hover,
a:hover img,
button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
img{
  width: 100%;
  height:auto;
}
p{
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: justify !important;
}
table th, table td{
  font-size: 1.3rem;
  line-height: 2.0rem;
}
td.w20{
  width: 20%;
}
.inner{
  width: 95%;
  margin: 1rem auto;
  padding: 1rem !important;
}
.btn a img{
  width: auto;
  height: 20px;
}
.sp_show{
  display: block !important;
}
.sp_hide{
  display: none;
}
th.w100, td.w100{
	width: 20%;
}

input[type="text"]{
	width: 100% !important;
	padding: 0.5rem;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	border: 1px solid #CCC;
}
input[type="submit"]{
	width: 100%;
}

/* =layout
-------------------------------------------------------------- */
/* 768px以下 */
/*.row{
  margin-right:0px !important;
  margin-left:0px !important;
}*/
.col-xs-1, .col-xs-2, .col-xs-3{
	padding: 7.5px;
}
.col-xs-1{
  width: 100%;
  float: none;
}
.col-xs-2{
  width: 50%;
  float: left;
}
.col-xs-3{
  width: 33.33%;
  float: left;
}
main{
  margin-top:0;
  z-index: 0;
  overflow:hidden;
	position: relative;
  top: 70px;
}
/* =header
-------------------------------------------------------------- */
header{
  height: 70px;
  padding: 0;
  position: fixed;
  z-index:100;
  background: #fff;
  top:0;
  box-shadow: 0px 5px 10px rgba(223,210,193, 0.5);
}
header .inner{
  width: 100%;
  padding: 1rem 0 0 0;
  margin:0;
}
header h1{
  width: 230px;
  text-align: left;
}
header h1 span.logo img{
  width: auto;
  height: 50px;
}
header h1 span.site_copy{
  margin-top:0;
}
header h1 span.site_copy img{
  width: auto;
  height: 14px;
}
header nav ul{
	display: block;
}
header nav ul li{
	border-left: none;
	display: block;
}
#pc_menu{
  display:none;
}

/* =flexslider
-------------------------------------------------------------- */
.flexslider .slides > li{
  height: 400px;
}
.flexslider ul.slides li img{
	width: 100%;
	height: auto;
}
.flex-control-nav, .flex-direction-nav{
  bottom: 10px;
}
.flex-control-nav{
  right: 118px;
}
.flex-direction-nav{
  right: -20px;
}

/* =contents common
-------------------------------------------------------------- */
h1.title, h2.title{
  padding: 3rem 0;
  text-align: center;
}
h1.title img{
	height: 90px;
}
h2.title{
	padding-top: 5rem;
	font-size: 5rem;
}
p.page_caption{
  padding: 2rem 0 0 0;
}
.annnotation{
  line-height: 2.0rem;
}
.col-box{
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.col-box table th{
  width: 95px;
}
.col-box .left, .col-box .right{
  float: none;
}
.col-box .right{
  width: 100%;
}
.col-box .left{
  width: 100%;
  padding: 3rem 0 2rem;
}
.col-box .left h2 img{
  width: auto;
  height: 50px;
}
.nav-mobile {
  display:block;
}
.nav-page {
  width:100%;
  padding:40px 0 0;
}
.nav-page button{
  display: none;
}

.thumb{
  width: 100%;
  display: table;
  table-layout: fixed;
}
.thumb li{
  width: 50px !important;
  padding: 0 2px;
  display: table-cell;
}
.thumb li:last-child{
  margin-right:0;
}

.table_scroll{
  overflow: auto;
}
.table_scroll table{
  width:100%;
  min-width: 900px;
}
.table_scroll th, .table_scroll td{
  white-space: nowrap !important;
}
.table_scroll::-webkit-scrollbar{
  height: 5px;
}
.table_scroll::-webkit-scrollbar-track{
  background: #C5C5B1;
  border-radius: 5px;
}
.table_scroll::-webkit-scrollbar-thumb {
  background: #9B9B8C;
  border-radius: 5px;
}

/* =top_cont
-------------------------------------------------------------- */
/*#guestroom, #restaurant, #sightseeing, #access{
  margin-top: -100px;
  padding-top: 100px;
}*/
#slide_main{
	padding-bottom: 3rem;
	border-bottom: 1px solid #DFD2C1;
}
#slide_main .btn_jp{
	width:100%;
  top: 10px;
}
#slide_main .btn_jp a{
	width: 104px;
	right: 7px;
}
#slide_main h2.title{
	z-index: 2;
	top: 4.5rem;
  font-size: 2.4rem;
  line-height: 4rem;
}
#slide_main p{
	margin-top:2rem;
	color: #39301F;
	position: static;
	padding: 15px;
	text-align: left;
}
#slide_main p button{
	margin-top: 2rem;
}
#slide_main p button.btn_white{
  font-family: "Garrick_Bold";
	background: #873722; /* Old browsers */
  background: -moz-linear-gradient(top,  #873722 0%, #752f1e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #873722 0%,#752f1e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #873722 0%,#752f1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#873722', endColorstr='#752f1e',GradientType=0 ); /* IE6-9 */
}

.tab, .tab2, .tab3{
	width: 100%;
	border-spacing: 0px;
}
.tab li span, .tab2 li span, .tab3 li span{
	padding: 1.4rem 1rem;
	border-radius: 0px;
	font-size: 1.7rem;
  line-height: 2.0rem;
}
.tab li.active span{
	border: 2px solid #A57C58;
}
.tab2 li.active span{
	border: 2px solid #C68A97;
}
.tab3 li.active span{
	border: 2px solid #799397;
}
.tab li.active span:after {
    content: "";
    display: block;
    margin-top: -5px;
    /*width: 12px;
    height: 9px;*/
    width: 10px;
    height: 10px;
    background: url(../images/en/arrow_tab_active2.png) no-repeat;
    /*background-size: 12px 9px;*/
    background-size: 10px 10px;
    position: absolute;
    /*top: 50%;
    left: 10px;*/
    top: 3px;
    right: -2px;
    left: inherit;
}

/* guestroom */
#guestroom p{
	padding: 0 15px;
	text-align: left;
}
#guestroom .box-l,
#guestroom .box-r{
	width: 100%;
	min-height: 200px;
	float: none;
}
#guestroom .box-l{
	padding-bottom:6rem;
	background-color: #F5F2E7;
}
#guestroom .box-r .boxinn{
	padding-left: 15px;
	padding-right: 15px;
}
#guestroom .box-r h3{
	padding: 2rem 0;
}
#guestroom ul.list-disc li{
	padding: 0;
}
ul#photo_shingle li,
ul#photo_double li,
ul#photo_twin li,
ul#photo_dxtwin li {
  width: 100% !important;
  height: 200px;
  position: relative;
	background-size: cover !important;
}
ul#photo_shingle li img,
ul#photo_double li img,
ul#photo_twin li img,
ul#photo_dxtwin li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.thumb{
	width: 70%;
	margin: 0 auto;
	left: 10px;
	right: 10px;
}
.thumb li{
	width: auto;
	padding: 0;
	background-color: #FFF;
}

#acMenu{
	padding: 3rem 1rem;
}
#acMenu dt{
  padding: 2rem 0;
  background: none;
  font-weight: normal;
}
#acMenu dt a{
  padding: 5px 0px 5px 20px;
  left: 0;
  text-align: left;
  font-size: 1.5rem;
}
#acMenu dd h4{
	padding: 1.5rem 1.5rem 0 1.5rem;
	border-top: 1px solid #c7b6a7;
}
#acMenu dd {
	 text-align: left !important;
}

/* Restaurant */
#restaurant p{
  padding: 0 15px;
}
#restaurant .box-l{
	display: none;
}
#restaurant .box-r{
	width: 100%;
	float: none;
	display: block;
}
#restaurant .box-r .boxinn{
	padding: 3rem 2rem;
}
#restaurant .box-r table{
	width: 100%;
}
#restaurant table caption{
  font-family: "Garrick_Bold";
}
#restaurant .prumie table th, #restaurant .tuki table th{
  width: 70px;
  font-size: 1.5rem;
}
#restaurant .box-r table td{
  padding-left: 1rem;
	height: auto;
}
#restaurant .tab_contents2{
	width: 100%;
	margin: 20px auto 0 auto;
}
#restaurant .box-r p.pic_menu{
  padding: 0;
}
#restaurant .breakfast-photo{
	margin-top: 0;
}
#restaurant .breakfast p{
  padding: 0;
}
#restaurant .breakfast-photo .col-md-6{
	padding: 5px;
}

#restaurant .box-r .pic_rest{
  display: none;
}
#restaurant .breakfast h3{
  font-family: "Garrick_Bold";
  font-size: 2.6rem;
  line-height: 3.6rem;
}

/* Sightsiing */
#sightseeing{
  padding-bottom: 4rem;
  background-size: cover;
}
#sightseeing h3{
	padding: 2rem 0;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
#sightseeing .spot{
	margin-bottom: 2rem;
	padding: 0 0 2rem 0;
}

/* Access */
#access p{
	padding-bottom: 1rem;
	text-align: left;
}
#access h3.s-title{
  padding-top: 2rem;
}
#access .transport{
	padding: 2rem;
}
#access .transport table,
#access .transport2 table{
	height: auto;
  background-position-x: -20px
}
#access table td{
  padding-left: 44px;
}
#access table td.spot span,
#access table td.spot2 span{
	width: 90%;
}
#access .transport{
	margin: 0.5rem 0;
}
#access .transport2 table{
	min-height: auto;
	margin-bottom: 1.5rem;
}

.gmap{
	height: 400px;
	padding-bottom: 46px;
	position: relative;
}
.gmap #map{
	height: 100%;
}
.gmap #map .hotel_info{
	width: 100%;
	text-align: center;
}
.gmap #map span.appearance{
	width: 120px;
	height: 100px;
	margin: 1rem auto;
	display: block;
	float: none;
}
.gmap #map dl{
	width: 90%;
	margin: 0 auto;
	float:none;
	font-size: 1.5rem;
}
.gmap #map dl dt{
	padding: 1rem 0;
	font-family: 'Garrick_Bold';
	font-size: 1.7rem;
}
.gmap #map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* =footer
-------------------------------------------------------------- */
footer{
	margin-top: 70px;
	padding: 10px 0;
	/*position: relative;
	bottom: -24px;*/
}

}
@media screen and (max-width: 640px) {
/* =flexslider
-------------------------------------------------------------- */
.flexslider .slides > li{
		  height: 250px;
}




}
  @-webkit-keyframes cd-slide-in {
	  0% {
		  -webkit-transform: translateX(100px);
	  }

	  100% {
		  -webkit-transform: translateY(0);
	  }
  }
  @-moz-keyframes cd-slide-in {
	  0% {
		  -moz-transform: translateX(100px);
	  }

	  100% {
		  -moz-transform: translateY(0);
	  }
  }
  @keyframes cd-slide-in {
	  0% {
		  -webkit-transform: translateX(100px);
		  -moz-transform: translateX(100px);
		  -ms-transform: translateX(100px);
		  -o-transform: translateX(100px);
		  transform: translateX(100px);
	  }

	  100% {
		  -webkit-transform: translateY(0);
		  -moz-transform: translateY(0);
		  -ms-transform: translateY(0);
		  -o-transform: translateY(0);
		  transform: translateY(0);
	  }
  }
  @-webkit-keyframes cd-bounce-in {
	  0% {
		  -webkit-transform: scale(0);
	  }

	  60% {
		  -webkit-transform: scale(1.2);
	  }

	  100% {
		  -webkit-transform: scale(1);
	  }
  }
  @-moz-keyframes cd-bounce-in {
	  0% {
		  -moz-transform: scale(0);
	  }

	  60% {
		  -moz-transform: scale(1.2);
	  }

	  100% {
		  -moz-transform: scale(1);
	  }
  }
  @keyframes cd-bounce-in {
	  0% {
		  -webkit-transform: scale(0);
		  -moz-transform: scale(0);
		  -ms-transform: scale(0);
		  -o-transform: scale(0);
		  transform: scale(0);
	  }

	  60% {
		  -webkit-transform: scale(1.2);
		  -moz-transform: scale(1.2);
		  -ms-transform: scale(1.2);
		  -o-transform: scale(1.2);
		  transform: scale(1.2);
	  }

	  100% {
		  -webkit-transform: scale(1);
		  -moz-transform: scale(1);
		  -ms-transform: scale(1);
		  -o-transform: scale(1);
		  transform: scale(1);
	  }
  }
