@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; }

/* ====== TOTOP ====== */
/* ページトップ */
#page-top{
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	background-color: #C30D23!important;/*基準色*/
	opacity: 0.85;
	border-radius: 50%;
}

#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;
}

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

header.top-page {
  height: 100vh;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0; }

.jumbotron {
/*  background-image: url(../img/index/top_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  width: 100%;
  height: 100%; }

.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 ====== */

#sec1 .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 #000;
    width: 12%;
    margin: 0 auto -15px; }

#sec2,#sec4 {
}

#sec3 {
  /*background-image: url("../img/bg-staff.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

#sec4 table {
  width: 100%;
  cellspacing: 0;
  bgcolor: #CCC;
  font: 12px;
  color: #333;
  table-layout: fixed;
  border-collapse: collapse; 
}
  #sec4 table th, #sec4 table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc; }
  #sec4 table th {
    background-color: #002795;
    color: #fff; }
  #sec4 table td {
    width: 14.2%; }
    #sec4 table td:nth-child(7n) {
      background-color: #5197E0;
      color: #fff; }
    #sec4 table td:nth-child(7n+1) {
      background-color: #FF8A8C;
      color: #fff; }

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

#sec3 {
    background-image: none;
}

  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: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

header,footer{
	background:#343a40!important
	}
	
	
/*ヘッダー*/

.jumbotron #news{
	z-index:2;
	position:absolute;
	top: -10vh;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align:middle;
	background-color: #fff;
	display:none;
}

.jumbotron #news p{
	background-color: #fff;
	padding:1rem;
	margin:0!important;
}
.jumbotron #news p.strong{
	font-weight:900;
	font-size:1.1rem;
}

.jumbotron .info{
	width:100%;
	height:100%;
	position:absolute;
	display: flex;
  justify-content: center;
  align-items: center;
	top: -10vh;
	right: 0;
	bottom: 0;
	left: 0;
	margin:auto;
}

.jumbotron .info .img{
	width:90vw;
	height:auto;
	z-index:2;
	opacity: 0.9;
	text-align:center;
}

.jumbotron .info .img .news{
     padding:.8rem;
     background:rgba(255,255,255,1);
     width:100%;
	margin:1.5rem 0;
	text-align:center;
	border-radius: 2rem; 
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem; 
    display:none;
}

.jumbotron .info .img img{
	margin:0;
	margin-bottom:1rem;
}

.jumbotron .info .img .logo{ 
	width:55%;
	height:auto;
}

.jumbotron .info .img .taisaku{ 
	width:100%;
	height:auto;
}

.nopc{
	display:block;
}

.noph{
	display:none;
}

@media (min-width:768px) {
	.jumbotron .info .img{
		width:60vw;
		height:auto;
	}
	.jumbotron #news{
		height:10rem;
		width:85vw;
	}

	.nopc{
		display:none;
	}
	
	.noph{
		display:inline;
	}
}

@media (min-width:992px) {
	.jumbotron .info .img .logo{
		width:55%;
	}
	.jumbotron .info .img{
		width:60vw;
		height:auto;
	}
	.jumbotron #news{
		height:10rem;
		width:50vw;
	}
}

@media (min-width:1200px) {
	.jumbotron .info .img .logo{
		width:45%;
	}
	.jumbotron .info .img{
		width:50vw;
		height:auto;
	}
	.jumbotron #news{
		height:7rem;
		width:65vw;
	}
}

@media screen and (max-width: 767.98px) {
	.jumbotron .info .img .logo{
		width:60%;
	}
	.jumbotron .info .img{
		width:80vw;
		height:auto;
	}
	.jumbotron #news{
		height:15rem;
		width:70vw;
	}

	.jumbotron .info .img .news{
		 padding:1rem;
		text-align:left;
	}
}

*/
.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;
}

.jumbotron .box{
	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;
  }
}

nav.navbar .logo{
	height:8vh;
	width:auto;
}

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

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

.navbar-collapse .ins{
	font-size:1.8rem;
	vertical-align:bottom;
}

.navbar-collapse .ins a{
	color:#fff!important;
	font-weight:500
}



@media screen and (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 .8rem;
		font-size:.95rem;
    }

	#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;
	}
}


/* メイン */

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

.jumbotron{
	padding:0;
	}

.swiper-wrapper .swiper-slide{
    width:100vw;
    height:100vh;
}
.swiper-wrapper .swiper-slide{
    width:100vw;
    height:100vh;
	background-repeat:  no-repeat;
	background-position:center bottom;
    background-size:cover;
}

	
/*	各タイトル	*/

.title{
	position:relative;
	text-align:center;
	vertical-align:middle;
	margin:0 auto 3rem;
	padding:1rem 0 2rem 0;
	position: relative;
}
.title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  margin:auto;
	width:5rem;
  border-bottom: 1px solid #333;
}

.title h2{
	font-size:3rem;
	margin:0 auto 1rem;
	font-weight:900;
	letter-spacing:0.1rem;
}

.title h3{
	font-size:1rem;
	color:#999;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:auto;
}

.title .icon img{
	height:100%;
	width:auto;
	z-index:0;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#sec1,#sec_news,#sec_guide{
	background:#F9F9F9;
}

section{  
	margin-bottom:3rem;
}

#sec_news h4 {
 				font-size: 1.2rem;
				margin-bottom:1rem;
			}
			
/*概要*/

#sec0 p,
#sec2 p{
	font-size:1rem;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:auto;
	line-height:1.8rem;
}

#sec0 div.top {  
	text-align:center;
	margin-bottom:2rem;
}

#sec0 .top h3 {  
	margin-bottom:1.2rem!important;
	display:block;
	width:100%;
	font-size:1.7rem;
	font-weight:700;
	line-height:2.5rem;
}

#sec0 div.row h4{
	font-size:1.8rem;
	font-weight:normal;
	vertical-align:middle;
}

#sec0 div.row h4 span{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.8rem;
	padding:0 0 1rem 1rem;
	letter-spacing:0.05rem;
}

#sec0 div.row h4 br{
	display:none;
}

#sec0 div.taisaku{  
	border:1px solid #dfdfdf;
	padding:1.5rem;
	margin-top:1rem;
}

@media screen and (max-width: 767.98px) {
	#sec0 div.top {  
		text-align:left;
	}
	
	#sec0 div.row h4 br{
		display:block;
	}
}


/*メニュー*/

#sec1 .tab-pane{
	text-align:center;
}

#sec1 .tab-pane img{
	width:30%;
	height:auto;
	margin:1%;
	vertical-align:top!important;
}

#sec1 .photo{
}

#sec1 .photo .col-md-6{
	padding:0!important;
	margin:0;
}

#sec1 .photo .kome{
	text-align:right!important;
	font-size:.8rem;
	margin-top:1rem;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sec1 .plan{
	text-align:left;
}

#sec1 .plan .col-md-6{
	padding:30px!important;
}

#sec1 .plan .bb{
	border-bottom:1px solid #dfdfdf;
}

#sec1 .plan .br{
	border-right:1px solid #dfdfdf;
}

#sec1 .plan h4{
	color:#C30D23!important;
	font-size:1.8rem;
	margin-bottom:1rem;
}

#sec1 .plan h4 span{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:.9rem;
	color:#000;
	padding-right:1rem;
	padding-left:1rem;
}

#sec1 .plan h4 .tab{
	background:#C30D23!important;
	color:#fff;
	padding:.2rem .5rem;
}

#sec1 .plan h4 br{
	display:none;
}

#sec1 .plan ul{
	margin-top:1.5rem;
}

#sec1 .plan .price{
	text-align:right;
	font-size:1.5rem;
}

#sec1 .plan .price span{
	font-size:.9rem;
	padding-right:.3rem;
}

#sec1 .plan .kome{
	margin-top:2rem;
	text-align:left;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:.9rem;
}

#sec1 .tuiki{
	margin-top:2rem;
	text-align:center;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1.8rem;
}

#sec1 .tuiki ul{
    text-align:left;
    font-size:.9rem;
}

#sec1 .tab-pane .freedrink{
	padding:1rem;
	border-top:1px solid #dfdfdf;
}

#sec1 .tab-pane .kids{
	padding:1rem;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

#sec1 .tab-pane .kids ul li,
#sec1 .tab-pane .freedrink ul li{
	margin-bottom:.8rem;
}

#sec1 .tab-pane .kids h4,
#sec1 .tab-pane .freedrink h4{
	margin-top:1rem;
}

#sec1 .tab-pane .kids h4 br,
#sec1 .tab-pane .freedrink h4 br{
	display:none;
}

#sec1 .tab-pane .kids .kids_t{
	vertical-align:middle;
	text-align:center!important;
	padding:1rem auto;
	color:#C30D23!important;/*基準色*/
	font-weight:700;
}

#sec1 .tab-pane .kids .kids_r,
#sec1 .tab-pane .freedrink .freedrink_r{
	text-align:left;
}

#sec1 .nav{
	margin:2rem auto!important;
	display:block!important;
}

#sec1 .menu_tub{
	text-align:center!important;
}
	
@media screen and (max-width: 1200px) {
	#sec1 .tab-pane .kids h4 br,
	#sec1 .tab-pane .freedrink h4 br{
		display:block;
	}

	#sec1 .tab-pane .kids h4 span,
	#sec1 .tab-pane .freedrink h4 span{
		padding-right: 0;
		padding-left: 0;
	}
}


@media screen and (max-width: 767.98px) {
	
	#sec1 .tab-pane img{
		width:100%;
		height:auto;
		margin:1rem 1%;
	}
	
	#sec1 .plan .br{
		border-right:none;
	}

	#sec1 .photo{
		margin-bottom:0;
	}
	
	#sec1 .plan h4 br{
		display:block;
	}
		
	#sec1 .tab-pane .kids h4,
	#sec1 .tab-pane .freedrink h4{
		text-align:center;
		padding-right:0!important;
		padding-bottom:0!important;
		padding-left:0!important;
	}
	
	#sec1 .tab-pane .kids .kids_r,
	#sec1 .tab-pane .freedrink .freedrink_r{
		padding-top:0!important;
		padding-right:0!important;
		padding-left:0!important;
	}
	
	#sec1 .container .read{
		margin-bottom:3rem;
	}
		
	#sec1 .container .read .col-md-7{
	}
		
	#sec1 .container .read .col-md-7 h3{
		text-align:left;
		margin-bottom:1.5rem;
	}
	
	#sec1 .tax {  
		text-align:right;
		margin:2rem 0;
	}
	
	#sec1 .dl {  
		text-align:center;
	}
	
	#sec1 .dl a img{  
		vertical-align:middle;
		height:3rem;
		margin-right;:0.5rem;
	}
	
	#sec1 .dl button {  
		width:60%;
		margin:2rem auto;
	}
	
	#sec1 .name{  
		padding-left:0;
	}
	
	#sec1 .tab-pane h3{  
		font-size:1.3rem;
		letter-spacing:0.1rem;
		line-height:1.6rem;
		font-weight:600
	}
	
	#sec1 .tab-pane h4{  
	/*	font-size:1.1rem;
		text-align:right;
		vertical-align:middle;
		letter-spacing:0rem;*/
	}
	
	#sec1 .tab-pane h3 span{  
		font-size:0.9rem;
	}
	
	#sec1 .readmore{
		text-align:center;
	}
	
	#sec1 .readmore a {
	  background: #333;
		clear:both;
	  text-decoration:none;
	  color:#fff;
	  padding:1rem 0;
	  text-align:center;
	  display:block;
	  border-radius:10px;
	  font-size:1.2rem;
	  margin:1rem 0;
	}
	
	#sec1 .readmore a:hover {
		background: #999;
		text-decoration: none;
	}
	
	#sec1 .readmore a i{
		margin-right:1rem;
	}
	
	
	.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
		color: #fff;
		background-color: #C30D23!important;/*基準色*/
		border-color: #6c757d;
	}
	
	#sec1 .menu h3{
		font-size:1.1rem;
		line-height:1.35rem;
	}
	
	#sec1 .menu h4{
		margin-bottom:1rem;
	}
	/*
	#sec1 .menu p{
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}*/
	
	#sec1 #tab4 h3.text-center{
		font-size:1.3rem
	}
	
	#sec1 #tab4 .row .col-12{
		padding:0 1rem!important;
	}
	
	#sec1 div.col-md-6,
	#sec2 div.col-md-6{
		padding-top:.5rem;
	}

}

@media only screen and (min-width: 768px) {
	#sec1 div.col-md-6,
	#sec2 div.col-md-6{
		padding-left:0;
	}

}

/*プランの高さ揃え・デザイン改善*/

.plan ul li{
  line-height: 1.8;
}

.plan .col-md-6{
  padding:40px 40px 35px;
}

@media (min-width: 768px){

  /* 2列の土台 */
  .plans.row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  /* 各カード（col）を “縦積み” にするのが重要 */
  .plans.row > .col-md-6{
    float: none;               /* Bootstrap v3対策 */
    display: flex;
    flex-direction: column;    /* ★これがないと横並びになって崩れる */
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;

    border-bottom: 1px solid #e5e5e5;
  }

  .plans.row > .col-md-6:nth-child(odd){
    border-right: 1px solid #e5e5e5;
  }

  /* 中身エリアを伸ばして価格を下に固定 */
  .plans .txt{
    display: flex;
    flex-direction: column;
    flex: 1;                   /* ★カード内で可変部分を担う */
  }

  .plans .price{
    margin-top: auto;
    text-align: center;
  }

  /* 最後が1個余っても “同サイズのまま” */
  .plans.row > .col-md-6:last-child:nth-child(odd){
    margin-left: 0;
    margin-right: 0;
  }

}


/*座席*/

#sec2 .row img {
    margin-bottom:1rem;
}

#sec2 .map img {
    margin:2rem auto 4rem;
}


/*店舗のご案内*/

#sec3 dl {
	margin-top:2rem;
}

#sec3 dt {  
    font-weight: bold;
}

#sec3 dd hr{
	height: 1px;
	background-color:rgba(255,255,255,0.1);
	border: none;
	color: #fff;
	margin:5px 0;
}


#sec3 .form {  
	margin:1rem auto;
}

.telbox p{
	margin:0.5rem;
}

.telbox .font{
	font-size:1.2rem!important;
	padding-top:0.5rem!important;
	font-weight:800!important;
}


.telbox .tel{
/*	font-size:2rem;
	color:#C30D23!important;
	font-weight:600;*/
	font-size:1.2rem;
	color:#C30D23!important;/*基準色*/
	font-weight:normal;
}

.telbox .tel a{
	color:#C30D23!important;/*基準色*/
}


#sec3 .btn{
    background-color: #C30D23!important;/*基準色*/
    text-decoration:none;
    color:#fff;
    padding:1rem 0;
    text-align:center;
    display:block;
    border-radius:10px;
}

#sec3 .container  {  
    margin-bottom: 0!important;
}

#sec3 div.social{
    margin-top:1rem;
}

#sec3 div.social a{
    vertical-align:middle;
    margin:0 .2rem;
	}


.flowbtn9{
	display:inline-block;	
	font-size:40px;
	text-decoration:none;
	transition:.5s;
}

/* Twitter */
.flowbtn9 .fa-twitter-square{
    color:#55acee;
}

/* Facebook*/
.flowbtn9 .fa-facebook-square{
    color:#3b5998;
}
	

@media screen and (max-width: 767.98px) {
    #sec3 dl {
        border-top:1px dotted #333;
    }

    #sec3 dt{
        padding: 0 20px 0 5px;
    }
    
    #sec3 dd {
        padding: 0 20px 7px 5px;
		font-size:0.95rem;
    }
    
    #sec3 dt:first-child,
    #sec3 dd:first-child{
        padding-top: 7px;
	}

    #sec3 dt {
        float: none;
    }
    
    #sec3 dd {
        border-bottom: 1px dotted #666;
    }
	
	.telbox{
		margin-top:1rem;
		text-align:center;
	}

	#sec3 div.social{
		text-align:center;
	}
}


@media only screen and (min-width: 768px) {
    #sec3 dt,
    #sec3 dd {
        padding: 10px 0;
    }
    
    #sec3 dt {
        clear: both;
        float: left;
        width: 5rem;
    }
    
    #sec3 dd {
        padding-left: 6rem; 
        border-bottom: 1px dotted #666;
    }

	.telbox p{
		vertical-align:middle;
	}
	
	.telbox .fl{
		float:left;
	}
	
	.telbox .form{
		clear:both;
	}

	#sec3 div.social{
		text-align:right;
	}
}



/*フッター*/

footer{
	text-align:center;
	padding:0.5rem;
	color:#fff;
	font-size:.8rem;
}



/*ニュース*/

#sec_news h4{
	font-size:1.3rem;
	font-weight:600;
	line-height:1.8rem;
	margin-bottom:1.5rem;
}

#sec_news i{
	color: #C30D23!important;/*基準色*/
}

#sec_news a{
	color: #333!important;/*基準色*/
}

#sec_news .card{
	background: #F9F9F9;
}

#sec_news p{
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7rem;
	font-size:.9rem;
	font-weight:300;
}


/*#sec4 注意事項*/

#sec_guide h3{
	font-size:1.1rem;
	font-weight:400!important;
}

#sec_guide ul{
	margin-bottom:2rem;
	font-size:.9rem;
}

#sec_guide ol{
	position: relative;
	margin: 0 0 2rem 1.5rem;
	padding: 0;
	font-size:.9rem;
}

#sec_guide ol li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5rem
}

#sec_guide ol li span {
  position: absolute;
  left: 0;
  margin: 0
}
#sec_guide{
	margin-bottom:0!important;
}
#sec_guide  .container{
	margin-bottom:0!important;
}
								
								#sec_guide .notes h3{
	font-size:1.1rem;
	font-weight:400!important;
}



/*固定予約メニュー*/

@media (min-width:768px) {
	.reservation{
		position:fixed;
		top:5.5rem;
		right:0;
		z-index:999999;
		-ms-writing-mode:tb-lr;
		-webkit-writing-mode:vertical-lr;
		writing-mode:vertical-lr;
		text-align:center;
		vertical-align:middle;
		font-family: "Raleway","HiraKakuPro-W3",sans-serif;
	}
	
	.reservation a{
		text-decoration:none;
		display:block;
		border-radius:1rem 0 0 1rem;
		padding:1rem .8rem 1rem .5rem;
		border:#C30D23 solid 2px;
		border-right:none;
		background:#C30D23!important;/*基準色*/
		color:#fff;
	}
	
	.reservation a:hover{
		text-decoration:none;
		border:#C30D23 solid 2px;
		border-right:none;
		background:#fff!important;
		color:#C30D23!important;/*基準色*/
	}
	
	.reservation .en{
		font-size:1.3rem;
		font-weight:200;
		letter-spacing:0.2rem;
		font-family: 'dutch801', 'Garamond', 'Times', "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	}
	
	.reservation .ja{
		font-size:.9rem;
		font-weight:400;
		letter-spacing:0.1rem;
	}
}

@media screen and (max-width: 767.98px) {
	.reservation{
		position:fixed;
		bottom:0!important;
		left:0!important;
		-ms-writing-mode     : lr-tb;
		-webkit-writing-mode : horizontal-tb;
		writing-mode         : horizontal-tb;
		width:100%;
		z-index:999;
		text-align:center;
		vertical-align:middle;
		font-family: "Raleway","HiraKakuPro-W3",sans-serif;
	}
	
	.reservation a{
		text-decoration:none;
		display:block;
		padding:1rem .5rem 1rem .5rem;
		background:rgba(0,0,0,0.7);
		color:#fff!important;
	}
	
	.reservation a:hover{
		background:#C30D23!important;/*基準色*/
		color:#fff!important;
		text-decoration:none;
	}
	
	.reservation .en{
		font-size:1.3rem;
		font-weight:700;
		letter-spacing:0.2rem;
		font-family: 'dutch801', 'Garamond', 'Times', "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	}
	
	.reservation .ja{
		font-size:.9rem;
		font-weight:400;
		letter-spacing:0.1rem;
	}
	.nopc{
		display:block;
	}
}


.row {
	display: flex;
    align-items: flex-start;
}

/**/

.grad-wrap {
	position: relative;
}

.grad-wrap + .grad-wrap {
}


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

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


.grad-btn .fa {
	margin-right: .5em;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 6rem;
}

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

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

.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;
}