﻿html:not(.responsive) {
	min-width: 1200px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	background: url("../img/shared/body_bg.jpg") repeat center top;
	text-align: left;
	color: #444444;
	cursor: auto;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0px;
	word-spacing: normal;
	min-width: inherit;
	min-height: inherit;
  max-height: 100%;
	font-size: 15px;
	line-height: 25px;	
}


/*=============================================
 * 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 {
}



/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}

/*=============================================
 * <header>
 *=============================================*/

header {  
  position: relative;
  padding: 45px 80px 0;
  box-sizing: border-box;
}
header h1 {
  font-size: 10px;
  line-height: 1.5;
  margin-left: 28px !important;
  width: 500px;
}
.header_btn{
  position: absolute;
  z-index: 1;
  top: 297px;
  right: 5px;
}
.logo{
  margin: 30px auto 37px;
  width: 255px;  
}
header .h_tel {
  position: absolute;
  top: -7px;
  right: 37px;
}
.btn-corona{
  margin-top: 10px;
}
header .nav{
  margin-bottom: 41px;
}
.nav{
  font-size: 20px;
}
.nav li{
  margin: 0 30px;
}
.nav li a{
  display: block;
  line-height: 30px;
  position: relative;
}
.nav li a:before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #444444;
  opacity: 0;
  transition: ease 0.3s;
}
.nav li a:hover{
  text-decoration: none;
}
.nav li a:hover:before, .nav li.active a:before{
  opacity: 1;
}
/*=============================================
 * <header>
 *=============================================*/

.nav-fixed{
  background: url("../img/shared/body_bg.jpg");
  height: 80px;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top:0;
  box-sizing: border-box;    
  border-bottom: 1px solid #b8b199;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.3s;
}
.nav-fixed.fixed {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
.nav-fixed .wrap{
  align-items: center;
}
.nav-fixed .nav{
  width: 748px;
}
.nav-fixed .nav li{
  margin: 0 10px;
}
.fixed_link{
  position: absolute;
  right: 0;
  top: 100px;
}
.fixed_link ul{
  background: url("../img/shared/sns_fixed.jpg") no-repeat;
  width: 65px;
  height: 190px;
  padding-top: 1px;
  box-sizing: border-box; 
  text-align: center;
}
.fixed_link li{
  margin-top: 40px;
}
.fixed_link p{
  margin: 10px 0 0 5px;
}
/*=============================================
 * key
 *=============================================*/

#key {
	margin: auto;
  width: 100%;  
	position: relative;
  z-index: 0;
  overflow: hidden;
  height: 436px;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.scroll{
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}

#key .key_txt {
	width: 1000px;
	height: 436px;
	margin: 0 auto;
	position: relative;
}
#key .key_txt img {
	position: absolute;
	bottom: 0;
	right: -9px;
}
#key .key_txt span {
	position: absolute;
	font-size: 0;
}
/*=============================================
 * <section>
 *=============================================*/

section {
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
  background: url("../img/shared/footer_bg.jpg");
  color: #c9c3b7;
  line-height: 22px;
  padding: 77px 0 58px;  
}
.footer-left{
  width: 274px;
  text-align: center;
  margin: 14px 0 0 45px;
}
.footer-tel{
  margin: 24px 0 43px;
}
.menu-sns{
  justify-content: center !important;
  margin-bottom: 32px;
}
.menu-sns li{
  margin: 0 12px;
}
footer .info {
  width: 585px;
}

footer .info dl{
  padding-bottom: 22px;
  display: flex;
}
footer .info dt{
  width: 105px;
}
footer .info dd{
  width: calc(100% - 105px);
}
.footer-box{
  margin: 27px auto 40px;
  border: 1px solid #665f55;
  width: 900px;
  text-align: center;
  padding: 32px 0 25px;
  color: #fefefd;
}
.footer-box dt{
  font-size: 30px;
  margin-bottom: 28px;
}
footer .nav{
  line-height: 28px;
  justify-content: center;
}
footer .nav li{
  margin: 0;
}
footer .nav a{
  font-size: 15px;
  color: #c9c3b7;
  display: inline-block;
}
footer .nav li:not(:last-child):after{
  padding: 0 31px;
  color: #c9c3b7;
}
footer .nav a:hover{
  text-decoration: underline;
}
footer .nav li a:hover:before, footer .nav li.active a:before{
  opacity: 0;
}
.cookies_link a{
  text-decoration: underline;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 1px;
}
.cookies_link a:hover{
  text-decoration: none !important;
}
address{
  line-height: 30px;
  font-size: 13px;
  letter-spacing: 1.2px;
}
/*=============================================
 * .socialbuttons
 *=============================================*/

footer #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.txt-center{
  text-align: center;  
}

#pagetop{
  right: 0;
  bottom: 0;  
}
.cookies_link a:hover{
  text-decoration: underline;
}
.btn-link{
  background: url("../img/shared/btn_bg.jpg") repeat center;
  display: block;
  width: 100%;
  line-height: 51px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px;  
  transition: all 0.3s;
  color: #fff !important;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #331206;
}
.btn-link:before{
  content:"";
  border: 1px solid rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.btn-link:hover{
  text-decoration: none;
  opacity: 0.7;
}
.btn-link i{
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -7px;
  display: block;
  line-height: 1px;
}

.dis_flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-evenly;
}

.bg_parallax {
  position: relative;
  padding-top: 500px;
}
.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

/* CSS for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .btn_link{
  }
}
.remodal{
  line-height: 25px;
  font-size: 15px;
}
.remodal h2{
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 20px !important;
  letter-spacing: 3px;
}
.remodal p{
  margin-bottom: 25px;
}
.remodal .inner{
  text-align: left;
  margin: 34px auto 40px;
  width: 830px;
}
.f_color {
	color: #c9100f;
}
.left_col {
	float: left !important;
}
.right_col {
	float: right !important;
}
.padt_10 {
	padding-top: 10px !important;
}
.padt_20 {
	padding-top: 20px !important;
}
.padb_20 {
	padding-bottom: 20px !important;
}
.center {
	text-align: center !important;
}
.bg_non {
	background: none !important;
}
.border_non {
	border: none !important;
}
.w_470 {
	width: 470px;
}
.w_420 {
	width: 420px;
}

.w440 {
	width:440px;	
}

.w445 {
	width:445px;	
}
.w515 {
	width:517px;	
}
.menulist {
	padding-bottom: 20px;
	line-height:19px;
}
.menulist h3 {
	font-size: 15px;
	color: #000000;
	padding-top:30px !important;
	font-weight:bold !important;
}
.menulist dl {
	border-bottom: 1px dotted #615f5f;
	padding-bottom:5px;
}
.menulist dt {
	padding-top: 10px;
	text-align: left;
	font-weight:bold;
}

.menulist dd.price {
	text-align: right;
	color: #6f0000;
}
.menulist2 {
	padding-bottom: 20px;
	line-height:19px;
}
.menulist2 h4 {
	padding-top:10px !important;
	font-weight:bold !important;	
}
.menulist2 h3 {
	font-size: 15px;
	color: #000000;
	padding-top:30px !important;
	font-weight:bold !important;
}
.menulist2 dl {
	border-bottom: 1px dotted #615f5f;
	padding-bottom:7px;
	padding-top:10px;
}

.menulist2 dd {
	float:left;
}
.menulist2 dt {
	text-align: left;
	float:left;
}
.menulist2 dd.price {
	text-align: right;
	color: #6f0000;
	float:right;
}

.tag_price {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 18px;
	line-height: 30px;
}
.photo_list {
	overflow: hidden;
}
.photo_list li {
	float: left;
}
span.price2{
	color: #6f0000;
}

.slick-slide > div{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.slick-dots{
  display: flex !important;
  justify-content: flex-end;
}
.slick-dots li{
  margin-left: 20px;
  height: 10px;
  line-height: 1px;
}
.slick-dots li button{
  background: url("../img/shared/dot_bg.jpg");
  border: none;
  font-size: 0;
  width: 50px;
  height: 10px;
  cursor: pointer;
}
.slick-dots li.slick-active button{
  background: url("../img/shared/dot_bg_active.jpg");
}
@media only screen and (max-height: 640px) {
  .fixed_link{
    top: 90px;
  }
  .fixed_link ul{
    height: 142px;
    background: url("../img/shared/sns_fixed.jpg") no-repeat center / 100% 100%;
  }
  .fixed_link li{
    margin-top: 17px;
  }
  .fixed_link li img{
    width: 25px;
    height: auto;
  }
  .fixed_link p{
    width: 50px;
    margin: 10px auto;
  }
  .fixed_link p img{
    width: 100%;
    height: auto;
  }
}


#sp_botan a{
	border:1px #3b2511 solid;
	padding:25px 5px;
	text-align:center;
	font-size:40px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #130a03; 
}
