@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Amiri');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
html:not(.responsive) {
  min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.6px;
  background: url('../img/shared/bg.jpg') repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-mincho {}
.fnt-meiryo {}
.fnt-gothic {}
.fnt-garamond {}
@font-face {
  font-family: "noto_san_r";
  src: url('../font/NotoSansCJKjp-Regular.otf') format('truetype');
}
@font-face {
  font-family: "noto_san_jp_m";
  src: url('../font/NotoSansJP-Medium.otf') format('truetype');
}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
  height: 910px;
  background: #000;
}
header .hd_container {
  width: 380px;
  height: 100%;
  background: url('../img/shared/hd_bg.png') no-repeat center top;
  position: relative;
  z-index: 11;
  margin-left: 20px;
  box-sizing: border-box;
  padding-top: 55px;
}
header h1 {
  font-size: 12px;
  color: #838383;
  text-align: center;
  margin: 15px 30px 0;
  letter-spacing: 0.5px;
  line-height: 25px;
}
header .tel_button {
  position: fixed;
  top: 0;
  right: 0;
  background: #7d3f12;
  text-align: center;
  width: 66px;
  height: 80px;
  color: #fff;
  cursor: pointer;
  z-index: 99999999;
}
header .tel_button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4f2206;
  content: '';
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
body.tel_open header .tel_button:before {
  opacity: 1;
  visibility: visible;
}
header .tel_button span {
  font-size: 13px;
  font-weight: 500;
  font-family: "noto_san_jp_m";
  display: inline-block;
  padding: 49px 0 0 4px;
  position: relative;
  width: 29px;
}
header .tel_button span:before {
  content: url('../img/shared/tel_icon.png');
  position: absolute;
  top: 17px;
  left: 3px;
}
header .logo {
  width: 241px;
  margin-left: 71px;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .tel_box {
  position: fixed;
  top: 80px;
  right: 0;
  background: url('../img/shared/tel_box_bg.jpg') repeat center top;
  width: 385px;
  height: 135px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99999999;
}
body.tel_open header .tel_box {
  opacity: 1;
  visibility: visible;
}
header .tel_box .tel1 {
  padding: 20px 0 0 29px;
}
header .tel_box .tel2 {
  padding: 5px 0 0 29px;
}
header .tel_box .tel_txt {
  font-size: 11px;
  padding: 4px 0 0 39px;
  letter-spacing: 0.3px;
}
header nav.nav {
  color: #fff;
  margin: 22px 0 30px 104px;
}
header nav.nav li {
  font-size: 19px;
  line-height: 2;
  letter-spacing: 3px;
  display: block;
}
header nav.nav li a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
}
header nav.nav li a:hover, header nav.nav li.active a {
  color: #d3bb7f;
}
header nav.nav li a:hover:before, header nav.nav li.active a:before {
  content: '';
  width: 12px;
  height: 1px;
  background: #d3bb7f;
  top: 50%;
  left: -26px;
  position: absolute;
}
header .nav_bnr1 {
  text-align: center;
  width: auto;
}
header .nav_bnr1 a img {
  box-shadow: 0px 0px 30px rgb(0 0 0 / 80%);
}
header .scrollToSection {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
header#beft {
  height: 80px;
  background: url('../img/shared/fixed_bg.jpg') repeat center top;
  box-shadow: 0px 5px 7.4399999999999995px 0.56px rgba(0, 0, 0, 0.39);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}
header#beft.fixed {
  opacity: 1;
  visibility: visible;
}
header#beft nav {
  margin: auto;
  max-width: 800px;
}
header#beft nav ul {
  justify-content: center;
  flex-wrap: wrap;
}
header#beft ul li {
  font-size: 17px;
  letter-spacing: 1.5px;
  line-height: 30px;
  margin: 0 12px;
}
header#beft ul li:last-child {
  padding-right: 0;
}
header#beft ul li a:hover, header#beft ul li.active a {
  text-decoration: none;
  color: #dbc384;
}
/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 910px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#key ul {
  min-height: inherit;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#key .key_ttl {
  text-align: right;
}
/*=============================================
 * <section>
 *=============================================*/
section {}
/*=============================================
 * #socialbuttons
 *=============================================*/
#socialbuttons {}
/*=============================================
 * <footer>
 *=============================================*/
footer {
  background: url('../img/shared/ft_bg.jpg') repeat center top;
  padding-bottom: 65px;
}
footer .logo {
  padding: 101px 0 58px;
}
footer .fl, footer .fr {
  width: 470px;
}
footer h3 {
  height: 50px;
  line-height: 50px;
  background: url('../img/shared/ft_ttl_bg.jpg') repeat center top;
  font-size: 24px;
  padding: 0 23px 0 0;
  margin-bottom: 34px;
}
footer .info {
  height: 331px;
  margin-bottom: 60px;
}
footer dl {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 22px;
}
footer dl + dl {
  margin-top: 7px;
}
footer dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important
}
footer dl dt {
  float: left;
  width: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer dl dd {
  float: left;
  width: 380px;
  padding: 0 0 0 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer dl.style dd {
  line-height: 20px;
}
footer .tel_box {
  background: #252116;
  border: 1px solid #fff;
  padding: 14px 15px 18px 13px;
}
footer .tel_box .tel_txt {
  background: #4f2206;
  font-size: 18px;
  padding: 4px 0 5px;
}
footer .tel_box .tel {
  padding: 18px 0 2px;
}
footer .tel_box .tel .max {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Amiri', serif;
  padding: 0 0 0 28px;
  position: relative;
  letter-spacing: 0;
}
footer .tel_box .tel .max:before {
  content: url('../img/shared/ft_icon.png');
  position: absolute;
  top: 21px;
  left: -1px;
}
footer .tel_box .tel_txt2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2px;
}
footer nav {
  margin: 41px 0 29px 0;
}
footer nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 660px;
}
footer nav li {
  padding-right: 35px;
  position: relative;
}
footer nav li:after {
  content: '｜';
  position: absolute;
  top: 0;
  right: 8px;
}
footer nav li:last-child {
  padding-right: 0;
}
footer nav li:last-child:after, footer nav li:nth-child(4):after{
  display: none;
}
.cookies_link{
  text-align: center;
}
/*=============================================
 * copyright
 *=============================================*/
address {
  font-family: 'Amiri', serif;
  padding: 21px 0 0;
  letter-spacing: 2.5px;
}
.text_center {
  text-align: center;
}
.dis-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  display: block;
  line-height: 0;
  padding: 8px 0;
  cursor: pointer;
}
.slick-dots li button {  
  position: relative;
  cursor: pointer;
  outline: none;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
}
.slick-dots .slick-active button {
  opacity: 0.4;
}


.btn_ft_reserve a{
	margin: 20px auto;
	width: 300px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 18px;
	background-color: #860000;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    border:solid 1px #5b0000;
}

.fix_box{
	width: 28px;
	display: flex;
	position: fixed;
	top:150px;
	right:0px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 9999999999999;
}
.fix_box p a{
	font-size: 18px;
	display: block;
	background-color: #860000;
	padding: 25px 18px;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	border:solid 1px #5b0000;
}