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

*{
	padding:0;
	margin:0;
	font-size: 105%;
}

a{
	color:#7A2324;
}

.pc_none{
	display: none;
}

.sp_none{
	display: block;
}

.small{
	font-size: 80%;
}
.small2{
	font-size: 90%;
}

.spec{
	line-height: 1.9em;
	font-size: 98%;

}

/* body */
body{
	font-size:13px;
	color:#3E3A39;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
	width:100%;
	margin:0px auto 0;
	text-align:left;
	background-color:#fffaf0;
	}

img{
	width:100%;
}


/* トップの全画面 */
.top_area{
	position: relative;
}
.top_box {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg_photo_image01 {
  background-image: url(../img/top_image202512.jpg);
  background-size: cover;
  background-position: center;
  color:#fff;
}

.bg_photo_image01 .scroll {
	margin-top:480px;
	text-align:center;
}

.bg_photo_image01 .scroll a{
  padding-top: 200px;
  font-size:15px;
	color:#fff;
	letter-spacing:0.1em;
	padding:0;
	text-decoration:none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bg_photo_image01 .scroll a:hover{
  color:#fff;
}

.bg_photo_image01 .scroll a span {
  position: absolute;
  top: 83%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* ナビゲーション */
.nav{
	position: absolute;
	text-align: right;
	right: 60px;
	top:50px;
}
.nav ul{
margin-right: 0 ;
padding: 0 ;
}

.nav ul li{
list-style: none;
text-align: left;
display: inline-block;
width:auto;
padding: 0 12px;
font-size: 	16px;
position: relative;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: 100;
letter-spacing:.1em;
}



.nav ul li a{
text-decoration: none;
color: #fff;
}



.nav ul li a:hover{
color: #000;
}

.nav ul li.kakomi{
border:solid 1px #fff;
	padding: 3px 12px;
}

.nav ul li.kakomi a{
		font-size: 95%;
	
}

.nav ul li.kakomi:hover{
	color: #fcf9f0;
	background: #3E3A39;
	border: solid 1px #3E3A39;
}

.nav ul li.kakomi a:hover{
	color: #fcf9f0;

}
.img-box{
	position: relative;
}

.img-box img{
	width: 28px;
	position: absolute;
	bottom: -8px;
	vertical-align:  middle; 
}

.img-box .active {
	position: absolute;
	botto: -10px;
	opacity: 0;
	transition: 0.5s;
}

.img-box:hover .active {
  opacity: 1;
}

/* ナビゲーション【ここまで】 */

/* スライダ*/
.slide_image{
	width: 100%;
	margin:0 auto;
	overflow: hidden;

}
.slide_image .slider{
		padding-top:46px;/*戻るボタンの高さ分あけてます*/
		width:100%;/* スライダーの幅を指定*/
		list-style:none;
	position: relative;
	box-sizing: border-box;
	}

.slide_image .slider2{
		padding-top:46px;/*戻るボタンの高さ分あけてます*/
		width:100%;/* スライダーの幅を指定*/
		list-style:none;
	position: relative;
	box-sizing: border-box;
	}
/*==//  ここから矢印  //==*/
.slick-next{
	right:50px!important; 
	padding-top:50px!important; 
	font-size: 40px!important;
}
.slick-prev{
	left:50px!important; 
	padding-top:50px!important; 
	width:40px!important; 
}
.slick-arrow{ 
	z-index:2!important; 
}

/* スライダ【ここまで】*/


/* コンテンツ*/
h2{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 100;
	margin: 0;
	padding-top: 90px;
	letter-spacing: .1em;
	font-size: 25px;
}

.price_area{
	width: 60%;
	margin: 50px auto 0;
	font-weight: 100;
}

.price{
	font-weight: bold;
}

.otro{

	font-size: 120%;
}

.reservation_tel{
	font-size:150%;
	font-weight: bold;
	padding-top: 10px;
}

.reservation_tel a{
	text-decoration: none;
color: #000;
}


.indent{
		padding-left:1em;
	text-indent:-1em;
	font-size: 99%;
}
.red{
	color: #E52A2D;
}

.map_area{
	margin: 50px auto 0;
	font-weight: 100;
}

.contact{
	width: 200px;
	margin: 50px auto;
	
}

.contact span{
	display: inline-block;
	width: 170px;
	padding:13px;
	text-align: center;
	font-size: 16px;
	letter-spacing: .2em;
	font-weight:100; 
	border: solid 1px #3E3A39;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contact a span{
	color: #3E3A39;
	transition: background .3s;
}

.contact a span:hover{
	color: #fcf9f0;
	background: #3E3A39;
	border: solid 1px #3E3A39;
}

footer .footer_area{
	font-weight: 100;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	margin-top: 120px;
	margin-bottom: -30px;
	padding-bottom: 30px;
	background-color: #000;
}

footer .footer_area .logo{
	width: 10%;
	margin: 60px auto 30px;
}

/* ナビゲーション */
.footer_nav{
	text-align: center;
	margin-bottom: 60px;

}
.footer_nav ul{
margin-right: 0 ;
padding: 0 ;
}

.footer_nav ul li{
list-style: none;
text-align: left;
display: inline-block;
width:auto;
padding: 0 15px;
font-size: 	14px;
position: relative;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: 100;
letter-spacing:.1em;
}

.footer_nav ul li a{
text-decoration: none;
color: #fff;
}

.footer_nav ul li a:hover{
opacity: .3;
}

.footer_nav ul li a img{
	width: 28px;
	position: absolute;
	bottom: -8px;
	vertical-align:  middle; 
}

.copy{
	margin-top: 40px;
}


@media screen and (max-width: 800px) {
	
	*{
	padding:0;
	margin:0;
	font-size: 100%;
}
	
	.pc_none{
	display: block;
}

.sp_none{
	display: none;
}
	
	.bg_photo_image01 {
  background-image: url(../img/top_image_sp2025.jpg);
  background-size: cover;
  background-position: center;
  color:#fff;
}
	
	.bg_photo_image01 .scroll {
	margin-top:250px;
	text-align:center;
}

.bg_photo_image01 .scroll a{
  padding-top: 200px;
  font-size:15px;
	color:#fff;
	letter-spacing:0.1em;
	padding:0;
	text-decoration:none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bg_photo_image01 .scroll a:hover{
  color:#fff;
}

.bg_photo_image01 .scroll a span {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
	
	/*スマホ用メニュー */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
#menu-btn-check {
    display: none;
}
	
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #fff;
	opacity: .9;
	text-align: right;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #333;
    list-style: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.menu-content ul li a {
    display: block;
    width: 100%;
	margin-left:0%;
    font-size: 15px;
    box-sizing: border-box;
	
    color:#333;
    text-decoration: none;
    padding: 15px 15px 16px 0;
    position: relative;
}

	.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
		padding-bottom: 80px;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
	
	#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
	
	
	/*==//  ここから矢印  //==*/
.slick-next{
	right:20px!important; 
}
.slick-prev{
	left:20px!important; 
}
	
	h2{
	padding-top: 50px;
	font-size: 23px;
}
	
	.price_area{
	width: 85%;
	margin: 30px auto 0;
		font-size: 110%;
}
	
	.contact{
	width: 200px;
	margin: 30px auto;
}
	
	footer .footer_area .logo{
	width: 30%;
	margin: 60px auto 30px;
}

	.footer_nav ul li{

text-align: left;
display: block;
padding: 5px 0;
font-size: 	16px;
}
	
	.footer_nav ul li a img{
	width: 35px;
	position: relative;
	vertical-align:  middle; 
}

.copy{
	margin-top: 0px;
	text-align: left!important;
	font-size: 	16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
}
	.footer_nav{
	margin-bottom: 20px;

}

}

