/*

Template 2083 Steak House

http://www.tooplate.com/view/2083-steak-house

*/

body {
		background: #ffffff;
    font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
    font-weight: 500;
	}

html,body {
  width: 100%;
  overflow-x: hidden;active
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

p {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}


/* All Section styles */
#cal,
#feature,
#news,
#banner,
#menu,
#company,
#store,
#contact {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,
#news,
#banner,
#contact {
  text-align: center;
}

#feature,
#store,
#team {
  background: rgb(240,240,240);
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
#cal .section-title,
#company .section-title,
#store .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}
#store h5{ font-size:20px; margin-top:0;}
#store p{
	line-height:1.3;
	margin:0;
	padding:0;
}

.name{font-size:14px;}


.pdb20{padding-bottom:20px;}
.pdb40{padding-bottom:40px;}
.pdb60{padding-bottom:60px;}
.mat10{margin-top:10px;}
.price{float:right; padding-right:15px;/* font-size:12px;*/}
.price2{ font-size:9px;}

.my-parts {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  border-right: 0.24em solid rgb(30, 118, 233);
  border-bottom: 0.24em solid rgb(30, 118, 233);
  transform: rotate(-45deg);
  background: transparent;
	margin-right:20px
}

/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #c21500; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #c21500 , #ffc500); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #c21500 , #ffc500); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
  color: #c21500;
}

.inews{text-align:center; padding-top:20px;}
.inews p.it{ color:#FF0000; font-weight:700; font-size:2.5em; padding-bottom:10px;}
.inews p.it2{ color:#FF0000; font-weight:700; font-size:2em;}
.inews p.it3{ font-size:1.8em; line-height:1.5; text-align:left;}

/*カレンダー*/
.cal_mon{font-size:26px; color:#FFFFFF; background-color:#FE0405;}
.cal_title1 {
    border: 1px #DDDDDD solid;
    font-size: 90%;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #FF0000;
}
.cal_title2 {
    border: 1px #DDDDDD solid;
    font-size: 90%;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #fff;
}
.cal_title3 {
    border: 1px #DDDDDD solid;
    font-size: 90%;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #FF0000;
}
.cal_day{vertical-align:top; border:1px solid #CCCCCC;}
.cal_day1{font-weight:700;}
.cal_day3{text-align:left;vertical-align:top; padding:5px; color:#000000; font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
.e_day{background-color:#ffffdb;}
.t_day{border: 2px solid #f00;}

.pc{display:block;}
.sp{display:none;}

.b_container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}

.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #FC5A5E;
  font-size: 16px;
  color: #FC5A5E;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
	margin:5px;
}

.btn-border:hover {
  background-color: #FC5A5E;
  color: #FFF;
}

/* Navigation section */
.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #757575;
    font-size: 19px;
    font-weight: 300;
    line-height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li a.active {
    color: #c21500 !important;
}
.navbar-default .navbar-nav > li a:hover {
    color: #c21500 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #c21500;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/* Feature section */
#feature .feature-thumb {
  background-color: #ffffff;
  position: relative;
/*  padding: 40px;*/
  margin-top: 32px;
}
.inews img,
#feature .feature-thumb img{
	max-width:100%;
	height:auto;
}
#feature .feature-icon {
  background-color: #222;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
  cal-color: #c21500;
}
#feature .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#feature .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#feature h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}



/* About section  */
#cal .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#cal .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}
#cal .feature-thumb1 {
  background-color: #FFEBE4;
  position: relative;
  padding: 40px;
  margin-top: 32px;
}
#cal .feature-thumb2 {
  background-color: #FFFFC6;
  position: relative;
  padding: 40px;
  margin-top: 32px;
}
#cal .feature-thumb1 h3,
#cal .feature-thumb2 h3{
	text-align:center;
	font-size:26px;
}
#cal .feature-thumb1 ul,
#cal .feature-thumb2 ul{
	font-size:22px;
	list-style: none;
	padding:0;
	margin:0;
}
#cal .feature-thumb1 li,
#cal .feature-thumb2 li { 
    padding-left: 2em; 
    text-indent: -.7em;
}
#cal .feature-thumb1 li:before { 
    content:url('../images/callist1.png');
}
#cal .feature-thumb2 li:before { 
    content:url('../images/callist2.png');
}

#cal .feature-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -100px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#cal .feature-icon:hover {
  cal-color: #c21500;
}
#cal .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#cal .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}


/* News section  */
#news {
  background: url('../images/news-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
	color:#FFFFFF;
}

#news h4{color:#FFFFFF;}
#news .overlay {
  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#news h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

ul.news_list{
	list-style:none;
	padding:0;
	text-align:left;
	font-size:18px;
}
ul.news_list li{
	line-height:2;
	padding:10px 5px;
	border-bottom:1px solid #999999;
	color:#ffffff;
}
#news a{
	color:#ffffff;
}

ul.news_list li span{
	padding-left:10px;
}
ul.news_list li span.cate{
	margin: 0 10px;
	background-color:rgba(255,255,255,0.6);;
	color:#333333;
	width:100px;
	display: inline-block;
	text-align:center;
	padding: 0 10px;
}



/* Gallery section */
#banner .banner-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#banner .banner-thumb .banner-overlay {
  background: #c21500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#banner .banner-thumb:hover .banner-overlay {
    opacity: 0.9;
}

#banner .banner-thumb .banner-overlay .banner-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#banner .banner-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #C21500;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* Contact section  */

/*
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {height: 45px;}

#contact input[type='submit'] {
  background: #ffffff;
  border-radius: 4px;
  color: #c21500;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
#contact input[type='submit']:hover {
  background-color: #c21500;
  border-color: transparent;
  color: #ffffff;
}
*/

/* Footer section  */
footer {
  background: url('../images/footer-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}
footer a{color:#FFFFFF;}
footer ul.fmenu{
	font-size:18px;
	list-style: none;
}

footer ul.fmenu li{
	padding:5px 0;
}

/* copyright section  */
#copyright p {
  padding: 20px;
}

.gototop {
  background-color: #ffffff;
	border:2px solid #000000;
	margin:10px;
  color: #000000;
  font-size: 40px;
  padding: 20px 32px;
  text-align: right;
  transition: all 0.4s ease-in-out;
}
.gototop:hover {
  background-color: #c21500;
  color: #fff;
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}

p.add{ font-size:14px;}

/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
    height: 65vh;
  }

  #feature .col-md-4:last-child,
  #cal .col-md-4 {
    margin-top: 42px;
  }

  #team .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #team .join-team {
    padding: 71px 50px;
    margin-top: 20px;
  }

}


@media (max-width: 900px) {

  h1 {font-size: 70px;}

	.sp{display:block;}
	.pc{display:none;}
	.sp_week table{ width:100%;}
	.sp_week table td.week_t0,
	.sp_week table td.week_t1,
	.sp_week table td.week_t2,
	.sp_week table td.week_t3,
	.sp_week table td.week_t4,
	.sp_week table td.week_t5,
	.sp_week table td.week_t6 {
			background-color: #FE0405; color:#FFFFFF; text-align:center;
			width:20%;
	}
	.sp_week table td {
			vertical-align: top;
			background-color: #F7F7F7;
			padding:3px;
			width:40%;
	}
	.sp_week table tr, .sp_week table td {
			border: 1px solid #fff;
			border-bottom: 1px solid #999;
			color:#000000;
			font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}	
	.sp_week table td.t_day1{background-color:#ffc6e2}
	.sp_week table td.t_day2{background-color:#ffc6e2}

}


@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
  }

}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }

  #feature .col-md-4,
  #cal .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}

@media (max-width: 650px) {

  #home {
    height: 100vh;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #cal,
  #feature,
  #news,
  #menu,
  #team,
  #banner,
  #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }

  footer {text-align: center;}
	
	.navbar-brand > img {
		max-height: 45px;
	}
	.navbar-brand{
		padding: 0px 15px;
	}
/*	#copyright .container{ padding:10px;}*/
	#copyright p{	font-size:11px;}
	.gototop {padding: 10px 12px; font-size: 20px; margin:2px;} 
	
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 80%;
	border-collapse: collapse;
	margin: 0 auto;
}
.cp_table th, .cp_table  td {
	padding: 16px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 20%;
	text-align: center;
	background: #f4f4f4;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
		width:100%;	
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}

p.time {
    padding:0px 0px;  /*内側の余白*/
    /*border-bottom:2px dashed #a61919;  /*下線の太さ 種類 色*/
		font-size:18px;
}
 
p.time:before {
    content: url('../images/icon2.png');  /*画像のURL*/
    margin-right:5px;  /*画像右の余白*/
}
p.last {
    padding:0px 0px;  /*内側の余白*/
    /*border-bottom:2px dashed #a61919;  /*下線の太さ 種類 色*/
		font-size:18px;
}
 
p.last:before {
    content: url('../images/icon3.png');  /*画像のURL*/
    margin-right:5px;  /*画像右の余白*/
}
p.lunch {
    padding:0px 0px;  /*内側の余白*/
    /*border-bottom:2px dashed #a61919;  /*下線の太さ 種類 色*/
		font-size:18px;
}
 
p.lunch:before {
    content: url('../images/icon1.png');  /*画像のURL*/
    margin-right:5px;  /*画像右の余白*/
}
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

h11{
  border-bottom: solid 3px #ffcc33;
  position: relative;
	font-size:28px;
	margin-bottom:30px;
}

h11:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff6600;
  bottom: -3px;
  width: 20%;
}
