@charset "UTF-8";

/* ====== 共通 ====== */

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

header .navbar-brand {
  width: 20%; }

  header .navbar-brand .logo {
    width: 90%; }

header .tel {
  font-size: 2rem;
  color: #fff; }

  header .tel a {
    color: #fff; }

*{
	margin:0;
	padding:0;
}

body{
	height:100%;
	width:100%;
}

/* ====== TOTOP ====== */

/* ページトップ */

#page-top{
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #d7bd94!important;/*基準色*/
	border:1.5px solid #fff;
	opacity: 0.85;
	border-radius: 50%;
	z-index:9999999999;
}

#page-top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

#page-top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page-top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 767.98px) {
	#page-top{
		display:none!important;
	}
}

/* ====== TOP IMAGE ====== */

header.top-page {
  height:100vh;
}

.jumbotron {
	height:100vh;
	width:100%;
	overflow:hidden;
}

.jumbotron .bg-rgba {
    background-color:rgba(255,255,255,0.9);
}
.jumbotron h1 {
    word-wrap: break-word;
}
.jumbotron h2 {
    line-height: 1.8rem;
}

/* ====== TOPPAGE SECTION ====== */

#plan .card:nth-of-type(2) {
  border-left: none;
  border-right: none; }

.ttl-bdr {
	font-size: 3rem;
	line-height: 1.5;
	position: relative;
	margin-bottom: 50px;
}

  .ttl-bdr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #252525;
    width: 12%;
    margin: 0 auto -15px; }


/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px; }

/* ====== SNS ====== */
iframe {
    width: 100%;
    height: 450px;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 50%;
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem; } }
/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px; } }
/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2; 
}

  header .navbar-brand {
    width: 70%; }
    header .navbar-brand .logo {
      width: 90%; }
  header .navbar-nav {
    border-top: 1px solid #fff; }
    .footer-logo {
	  width: 100%;
	}
}
/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em; }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2; } }
/* END */




/*=================　追加分 　=================*/

html,body{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	font-size:1rem;
}

@media (min-width:768px) {
	.nopc{
		display:none;
	}
	.noph{
		display:block;
	}
}

@media screen and (max-width: 767.98px) {
	.nopc{
		display:block;
	}
	.noph{
		display:none;
	}
}


/*ヘッダー*/

.navbar{
	position: fixed!important;
	top: 0;
	left: 0;
	background:#252525!important;
	z-index:999999;
	width:100%;
}

.jumbotron #info {
	position: absolute;
	top: 50%;
	left: 50%;
	padding:1rem;
	transform: translate(-50%, -50%);
	z-index:99;
}								

.jumbotron #info .img{
	text-align:center;
	margin-bottom:2rem;
}								

.jumbotron #info .img img{
	width:40%;
	height:auto;
}								

.jumbotron #info .text{
	text-align:left;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4), 1px -1px 1px rgba(0,0,0,0.4), -1px 1px 1px rgba(0,0,0,0.4), -1px -1px 1px rgba(0,0,0,0.4), 0 0 20px #252525;
	line-height:1.9rem;
}								


@media screen and (min-width: 1439px) {
	.jumbotron #info .img img{
		width:65%;
	}								
}

@media screen and (max-width: 1440px) {
	.jumbotron #info .img img{
		width:75%;
	}								
}

@media screen and (max-width: 1100px) {
	.jumbotron #info {
		width:65%;
	}

	.jumbotron #info .img img{
		width:100%;
	}								
}


@media screen and (max-width: 600px) {
	.jumbotron #info {
		width:90%;
	}
}

.jumbotron #gra{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:8rem;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.), rgba(0, 0, 0, 0.4));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    z-index:99;
	display:none;
}

.jumbotron .box{
	font-family: 'Noto Serif JP', serif;
	position:absolute;
	bottom:3rem;
	left:0;
	right:0;
	margin:0;
	text-align:center;
	z-index:999;
}

.jumbotron .box .font{
	position:absolute;
	top:-2rem;
	left:0;
	right:0;
	margin:0;
	text-align:center;
}

.jumbotron .box a{
	color:#fff;
	text-decoration:none;
	font-weight:bolder;
	font-size:1.2rem;
}

.jumbotron .box .arrow a{
	padding:20px
}

.jumbotron .box .arrow a span {
  position: absolute;
  top: 0;
  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 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.jumbotron .box .arrow a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.jumbotron .box .arrow a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.jumbotron .box .arrow a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.navbar-brand{
	padding-top:.5vh;!important;
	padding-bottom:.5vh;!important;
}

nav.navbar .logo{
	height:5vh!important;
	width:auto!important;
}

button.navbar-toggler{
	top:2vw;
	right:2vw;
	z-index:99;
}

.navbar .btn{
    padding:0 0.5rem;
    border-radius:10px;
}

.navbar ul{
	font-size:.7rem!important;

}
	
@media (min-width:768px and max-width:1100px) {
	.navbar-brand,#Navbar{
		display:block!important;
		width:100%;
	}
}

@media (min-width:768px) {
	#Navbar{
		position:absolute;
		bottom:1vw;
		right:2vw;
	}

	.navbar ul{
		margin-right:1rem;
        margin-top: 1rem!important;
	}
	
	.navbar ul li+ li {
        border-left: 1px solid #999;
    }
    
	#Navbar .nav-link {
        padding: 0 .5rem;
    }

	#Navbar ul li i{
		display:none;
	}
}

@media screen and (max-width: 767.98px) {
	.navbar{
		z-index:99999!important;
	}

	.navbar ul li{
		padding-left:1rem;
	}

	#Navbar{
		position:relative;
		width:96vw;
		top:2vw;
		right:0;
		z-index:99;
		padding:0 1rem 2rem 1rem;
	}
	#Navbar ul{
		padding:0;
		border:none;
		margin-bottom:1rem;
	}

	#Navbar ul li {
		border-bottom:1px dotted #fff;
	}

	#Navbar ul li i{
		margin-right:.5rem;
	}
	
	.jumbotron .box{
    	display:none;    }

}


.jumbotron{
	padding:0;
}

.swiper-container,
.swiper-wrapper{
  width: 100%!important;
  height: 100%!important;
  margin:0!important;
  padding:0!important;
}

.swiper-slide{
    width:100%!important;
    height:100%!important;
	background-repeat:  no-repeat;
	background-position:center bottom;
    background-size:cover;
}


/*予約ボタン*/

.reservation{
	position:fixed;
	z-index:999999;
	text-align:center;
	vertical-align:middle;
	font-family: "Raleway","HiraKakuPro-W3",sans-serif;　
}

.reservation a{
	display:block;
}

.reservation .en{
	font-size:1.3rem;
	font-weight:700;
	letter-spacing:0.2rem;
}

.reservation .ja{
	font-size:.9rem;
	font-weight:400;
}


@media (min-width:768px) {
	.reservation{
		top:8rem;
		right:0;
		-ms-writing-mode:tb-lr;
		-webkit-writing-mode:vertical-lr;
		writing-mode:vertical-lr;
	}
	
	.reservation a{
		text-decoration:none;
		border-radius:1rem 0 0 1rem;
		padding:1rem .8rem 1rem .5rem;
		background:#fff;
		border:#d7bd94 solid 2px;
		border-right:none;
		color:#d7bd94;
	}
	
	.reservation a:hover{
		text-decoration:none;
		background:#d7bd94;
		border:#fff solid 2px;
		border-right:none;
		color:#fff;
	}
}

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

	header{
		border-bottom:1px solid #d7bd94!important
	}

	.reservation{
		bottom:0!important;
		left:0!important;
		-ms-writing-mode     : lr-tb;
		-webkit-writing-mode : horizontal-tb;
		writing-mode         : horizontal-tb;
		width:100%;
		z-index:99999;
	}
	
	.reservation a{
		text-decoration:none;
		padding:1rem .5rem 1rem .5rem;
		background:rgba(0,0,0,0.7);
		color:#d7bd94;
	}
	
	.reservation a:hover{
		text-decoration:none;
		background:#d7bd94;
		color:#fff;
	}
}

	
/*	メイン	*/

main{
	width:100%;
	background-color:#000;
}

section .container{
	padding:2rem!important;
}

.title{
	position:relative;
	text-align:center;
	vertical-align:middle;
	margin:0 auto 2rem;
	padding:1rem 0 1rem 0;
	width:10rem;
	border-bottom:1px solid #252525!important;/*基準色*/
}

.title h2{
	font-size:2rem;
	margin:0 auto 0.5rem;
	font-weight:700;
	letter-spacing:0.1rem;
	font-family: "Raleway","HiraKakuPro-W3",sans-serif;
}

.title h3{
	font-size:.8rem!important;
	color:#999;
	margin:auto;
	letter-spacing:0.2rem;
	font-weight:400;
}

main .row{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
	
.row .col-md-12,
.row .col-md-6{
	margin:0;
	padding:0;
}

main .box .illust{
	display:none!important;
}

main .box{
	position: absolute;
	top: 50%;
	left: 50%;
	padding:1rem;
	transform: translate(-50%, -50%);
	z-index:99;
	color:#fff;
}

main .box div{
	margin-top:2rem;
	text-align:center;
	letter-spacing:0.05rem;
	line-height:1.8rem;
}

main .box .txt{
	font-size:.9rem;
	text-align:center;
}

main .box h2{
	text-align:center;
	font-size:2.2rem;
	margin:0 auto 0.5rem;
	font-weight:700;
	letter-spacing:0.1rem;
	font-family: "Raleway","HiraKakuPro-W3",sans-serif;
}

.btnBlock a{
	display: block;
	text-align: center!important;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: .5rem 1rem;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

.btnBlock :hover {
	color:rgba(255,255,255,.9);
	border: 1px solid rgba(255,255,255,.9);
}

@media screen and (max-width: 1100px) {
	main .box{
		width:65%;
	}
}

@media screen and (max-width: 900px) {
	main .box .txt{
		text-align:left;
	}
}


@media screen and (max-width: 600px) {
	main .box{
		width:90%;
	}

}

@media screen and (max-width: 768px) {
	section{
		border-bottom:1px solid #d7bd94!important
	}
}


/**/

#meat,#vegetable,#drink,#plan{
	height:100vh;
	position:relative;
}

#meat,#vegetable,#drink{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:rgba(0,0,0,0.4);
	background-blend-mode:darken;
}

#meat{
	background-image:url(../img/meat.jpg);
}

#vegetable{
	background-image:url(../img/vegetable.jpg);
}

#drink{
	background-image:url(../img/drink.jpg);
}



/*plan プラン*/

#plan {
	width:100%; 
	background:#252525;
	position:relative;
	padding:0!important;
}

#plan .box{
	width:70%;
}

#plan .box .txt{
	text-align:center;
}

#plan .item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#plan01{
    height:40vh;
}

#plan02,#plan03{
    height:30vh;
}

#plan01,#plan02,#plan03{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:rgba(0,0,0,0.4);
	background-blend-mode:darken;
}

#plan01{
	background-image:url(../img/plan/pigro.jpg);
}

#plan02{
	background-image:url(../img/plan/carnevale.jpg);
}

#plan03{
	background-image:url(../img/plan/fiorenntina.jpg);
}

#plan .item .block {
    color: #fff;
    letter-spacing: .05em;
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-weight: bold;
    z-index: 2
}

#plan .item .block h2 {
    font-size: 20px;
    font-family: "Raleway","HiraKakuPro-W3",sans-serif
}

#plan .item .block h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-top: 30px;
    margin-left: 10px;
    display: inline-block
}

#plan .item .block .price {
    font-size: 24px;
    font-family: helvetica;
    letter-spacing: .1em
}

#plan .item .block .txt {
    display: inline-block
}

#plan .item .block .more {
    height: 2rem;
	width:8rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    padding:3px 0 0 0;
    margin-left: 18px;
	border: 1px solid #fff!important;
    border-radius: 100vh!important;
	float:right;
}

@media screen and (max-width: 800px) {
    #plan .item .block {
        bottom:25px;
        left: 25px
    }
    #plan .item .block h2 {
        transform:scale(1.1);
        transform-origin: left bottom;
        margin-right: 10px
    }
    #plan .item .block h3 {
        margin-top:13px;
        margin-left: 5px;
        margin-bottom: 0
    }
    #plan .item .block .price {
        font-size:20px
    }
    #plan .item .block .more {
        display:none
    }
}

@media (max-width:1100px) {
	#plan .box{
		width:90%;
	}
}

@media (max-width:830px) {
	#plan .box{
		width:100%;
	}
	#plan .box .txt{
		text-align:left;
		padding-left:2rem;
	}
}

@media (min-width:768px) {
}

@media screen and (max-width: 767.98px) {
	#plan .box{
		position:relative;
		width:90%;
	}
	
	#plan .box .txt{
		text-align:center;
		padding:0;
		margin-top:0!important;
	}
	
	#plan .plan00{
		height: 22vh;
	}
	
	#plan01,#plan02,#plan03{
		height: 26vh;
	}
}

@media screen and (max-width: 425px) {
	#plan .box .txt{
		text-align:left;
	}

	#plan .plan00{
		height: 34vh;
	}
	
	#plan01,#plan02,#plan03{
		height: 22vh;
	}
}



/*news ニュース*/

#news{
	background:#fff;
}

#news h4{
	font-size:1rem;
	line-height:1.5rem;
	margin-bottom:1rem;
	font-weight:500;
}

#news .card-img-top{
	margin-bottom:1rem;
}

#news .card-body{
	text-align:left;
	border-bottom:3px solid #d7bd94;
}
	
.grad-wrap {
	position: relative;
}

.grad-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 70%;
	margin: auto;
	border-radius: 2px;
	background: #fff;
	color: #d7bd94!important;/*基準色*/
	border: 1px solid #d7bd94!important;/*基準色*/
	font-size: .8rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	border-radius:1rem;
	padding:.5rem;
	margin:1.5rem auto;
}

.grad-btn:hover {
	background: #d7bd94!important;/*基準色*/
	color: #fff!important;
}

.grad-btn .fa {
	margin-right: .6em;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 6rem;
	font-size:0.9rem;
	color:#333;
	font-weight:normal;
}

.grad-item p + p {
	margin-top: 1em;
}

.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 8rem; /*グラデーションで隠す範囲*/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
	display: none;
}

.grad-trigger:checked + .grad-btn {
	display: none;
}

.grad-trigger:checked ~ .grad-item {
	height: auto;
}

.grad-trigger:checked ~ .grad-item::before {
	display: none;
}


/*#access アクセス*/

#access{
	background-color:#d7bd94!important;
	padding-bottom:2rem;
}

#access h2{
	padding-top:2rem;
	color:#fff;
}

#access .title{
	border-bottom: 1px solid #fff!important;
}

#access h3{
	font-size:1.1rem;
	font-weight:bold;
	text-align:center;
}

#access .txt{
	text-align:center;
	color:#fff;
	font-size:.9rem;
}

#access .txt .mail{
	font-size:.8rem;
	margin-top:1.5rem;
}

#access .txt .mail a{
	text-decoration:underline;
	color:#fff;
}

#access .txt .mail a:hover{
	text-decoration:none;
}

@media screen and (max-width: 767.98px) {
	#access .txt{
		text-align:left;
	}
}


/*#guide 注意事項*/

#guide{
	background:#fff;
}

#guide h2{
	font-size:1.5rem;
	font-weight:800!important;
	text-align:center;
}

#guide h3{
	font-size:.9rem;
	font-weight:600!important;
	text-align:left;
	margin-bottom:1rem;
}

#guide ul{
	margin-left:1rem;
	font-size:.8rem;
	text-align:left;
	list-style-type:disc;
}


#guide ul li{
	margin-bottom:.5rem;
}



/*フッター*/

footer{
    width:100%;
	text-align:center;
	color:#fff;
	font-size:0.9rem;
    background-color:#d7bd94;
}

footer .logo{
    padding-top:3rem!important;
    margin-bottom:1.5rem!important;
}

footer .logo img{
    height:1.2rem;
}

footer .copyright{
    margin-top:1.5rem!important;
    padding-bottom:3rem!important;
	font-family: "Raleway","HiraKakuPro-W3",sans-serif;
}

@media screen and (max-width: 767.98px) {
	footer{
		border-bottom:5rem solid #fff; 
	}
}