/*!
Theme Name: kizu-theme
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* bxslider style  */
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background:rgba(255, 255, 255, 0);
    margin-bottom: 0;
}
.bx-wrapper img{
    height: auto;
}
.hero-text{
    position: relative;
}
.img-text{
    position: absolute;
    padding: 0;
    font-size:42px;
    color: #422012;
    font-weight: 400;
    text-shadow:3px 3px 10px #3d3030;
    text-align: center;
}
#slide h3{
    font-size:18px;
    padding-top:11px;
    padding-bottom: 11px;
    background-color: #000000;
    color:#ffffff;
}
#slide p{
    font-size:16px;
    color: #000000;
}
/* bxslider end  */
/* bootstrap start  */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #3c0b0b;
    border-color: #dee2e6 #dee2e6 #fff;
    
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-item{
    width: 33%;
}
.nav-tabs a {
    color: #3c0b0b;
}

/* bootstrap end  */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.3;
    background-color: #ffffff;
    font-size:1em;
}
embed,
iframe,
object{
	max-width: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clearfix:after{
  content: "";
  display: block;
  clear: both;
}
.table1 tr:first-child th{
  border-top:5px solid #3c0b0b;
}
.table1 tr:first-child td{
  border-top:5px solid #ccc;
}
table{
    width: 100%;
}
.table1 th{
    background-color: #eeeeee;
    border:1px solid #666666;
    padding:10px 5px 10px 5px;
}
.table1 td{
    padding:10px 5px 10px 5px;
    border:1px solid #666666;
}
 input[type="text"], input[type="email"], input[type="date"], input[type="tel"], textarea, select {
    border: 1px #666666 solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
}
p{
    margin-bottom: 0px;
}
dt,dd{
    display: inline-block;
}
dl,dd,dt{
    padding: 0;
    margin: 0;
}
.sp{
    display: none;
}
.wrapper{
    overflow: hidden;
    width: 100%;
}
.absolute{
    position: absolute;
}
.overlay{
    background-color:rgba(241, 179, 150, 0.72);
}

.gold{
    background: rgb(224,157,0);
    background: -moz-linear-gradient(top, rgb(224,157,0) 0%, rgb(249,228,67) 50%, rgb(224,157,0) 99%, rgb(224,157,0) 99%);
    background: -webkit-linear-gradient(top, rgb(224,157,0) 0%,rgb(249,228,67) 50%,rgb(224,157,0) 99%,rgb(224,157,0) 99%);
    background: linear-gradient(to bottom, rgb(224,157,0) 0%,rgb(249,228,67) 50%,rgb(224,157,0) 99%,rgb(224,157,0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09d00', endColorstr='#e09d00',GradientType=0 );
}

.silver{
    background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #6f5e40), color-stop(0.48, #aa926c), color-stop(0.00, #6f5e40));
    background: -webkit-linear-gradient(left, #6f5e40 0%, #aa926c 48%, #6f5e40 100%);
    background: -moz-linear-gradient(left, #6f5e40 0%, #aa926c 48%, #6f5e40 100%);
    background: -o-linear-gradient(left, #6f5e40 0%, #aa926c 48%, #6f5e40 100%);
    background: -ms-linear-gradient(left, #6f5e40 0%, #aa926c 48%, #6f5e40 100%);
    background: linear-gradient(to right, #6f5e40 0%, #aa926c 48%, #6f5e40 100%);
}
.s-text{
    font-size:8px;
    font-weight: normal;
    margin-left: 0 !important;
}
.new-entry{
    font-size:10px;
    font-weight: normal;
    background-color: #B5515D;
    color:#ffffff;
    width: 40px;
    text-align: center;
}
/* start  */
#header{
    padding-top:8px;
    padding-bottom: 16px;
}
#logo {
    display: block;
    width: 100%;
}
#logo img{
    display: block;
    width: 50%;
}
#logo img:first-child{
    width: 80%;
}
#logo img:nth-child(2){
    width: 20%;
}
.rotate:hover{
    transform: rotateY(180deg);
}
.rotate{
    transition: transform 0.3s;
}

.tel-btn{
    font-size:28px;
}
.head-tel{
    padding-top:28px;
    color:#3c0b0b;
    text-align: right;
}
.head-tel .col-sm-1{
    padding-left:11px;
    padding-right:11px;
}
.head-btn a{
    font-size:16px;
    background-color: #ffd300;
    padding:12px 0 12px 0;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #000;
    display: block;
    font-weight: bold;
    border-radius: 20px;
}
.head-btn a.online-shop{
    background-color: #3c0b0b;
    color: #ffffff;
}
.head-btn a:hover{
    background-color: #3c0b0b;
    color: #fff;
    transition: 0.8s;
    text-decoration: none;
}
.head-btn a.online-shop:hover{
    background-color: #ffd300;
    color: #000;
    font-weight: bold;
}
.head-btn span{
    margin-left: 8px;
    font-size:12px;
}
.head-sns a{
    display: block;
}
.head-sns img{
    display: block;
    width:90%;
    height: auto;
}
#nav-bg{
    border-top:1px solid #3c0b0b;
    border-bottom: 2px solid #3c0b0b;
}
nav{
    width: 100%;
    max-width:1920px;
    margin:0 auto;
}
#global-nav a{
    color: #3c0b0b;
    font-weight: 600;
}
#global-nav ul{
    padding: 0;
    width: 100%;
    margin: 0 auto
}
#global-nav li{
    list-style: none;
    float: left;
    text-align: center;
    width: 16.6%;
    border-left: 1px solid #3c0b0b;
}
#global-nav li a{
    padding: 6px 0 6px 0;
    display: block;
}
#global-nav li:last-child{
    border-right: none;
    width:16.8%;
}
#global-nav li:first-child{
    border-left: none;
    width:16.8%;
}
#global-nav li a:hover{
    transition: 0.5s;
    background-color: #3c0b0b;
    color: #ffffff;
}
#global-nav a:hover{
    text-decoration: none;
    color: #ffffff;
}
#global-nav li span{
    display: block;
    font-size:10px;
}
.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    top:0;
    background-color: rgba(255, 255, 255, 0.8);
}
#hero{
    width: 100%;    
}
.main-content{
    z-index: 3;
}

#bg01{
    height: 560px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-size:cover;
    border-bottom: 1px solid #ffd300;
}
#bg01 img{
    position: absolute;
    z-index: 2;
    right: 60px;
    bottom: -100px;
    margin:auto;
    transition: transform 0.3s;
}
#bg01 img:hover{
    transform: rotateZ(-3deg);
}
#bg01 video{
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
}
.title, .title2{
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em;
    font-size:1.8em;
}
.title{
    background: linear-gradient(transparent 60%, #ffd300 60%);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}
.title2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 2px;
}
.overlay{
    padding-top:60px;
    padding-bottom: 80px;
    text-align: center;
    background-color:rgba(25, 25, 25, 0.7);
}
.section1,.section2,.section4,.section5,.food-section{
    padding-top:60px;
    text-align: center;
    padding-bottom: 80px;
}
.section1{
    position: relative;
    z-index: 10;
}
/*
.section1-bg{
    background-image: url(img/white-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
*/
.section2{
    background: #3c0b0b;
    color: #ffffff;
}
.info-list li{
    list-style: none;
    text-align: left;
    padding-top:12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #efefef;
    margin: 0;
}
ul.info-list{
    margin: 0;
    padding: 0;
}
.info-list li a{
    color: #3c0b0b;
    text-decoration: underline;
}
.info-list dt{
    font-weight: normal;
}
.info-list table{
    text-align: left;
}
.info-list table th{
    width:122px;
}
.info-list table a.cat-style{
    text-decoration: none;
    font-size:11px;
    background-color: #fad163;
    border-radius: 4px;
    padding:4px 8px 4px 8px;
}
.cat-td{
    width:134px;
}
.cal-wrapper {
    max-width: 100%;
    min-width: 300px;
    margin: 2.0833% auto;
    }

.calender {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: scroll;
    }

.calender iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    }
.cal-text-bg{
    background-color: #fad163;
    color:#ffffff;
    padding:2px 4px 2px 4px;
    border-radius: 2px;
}
.cal-text p{
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-right: 10px;
}
.cal-text-1{
    background-color: #b5515d;
    color:#ffffff;
    padding:2px 4px 2px 4px;
    border-radius: 2px;
}
.cal-text-2{
    background-color: #3c995b;
    color:#ffffff;
    padding:2px 4px 2px 4px;
    border-radius: 2px;
}
.banner{
    top:-180px;
    left: 0;
}
.banner2{
    top:-340px;
    right: 0;
    display: block;
    width: 160px;
}
.banner3{
    top:-180px;
    right: -40px;
}
.banner2 img{
    width: 160px;
    display: block;
}
.banner a img {
    width: 280px;
}
.banner,.banner3 {
    transition: transform 0.3s;
}
.banner:hover {
    transform: rotateZ(-3deg);

}
.banner3:hover {
    transform: rotateZ(-3deg);

}
.section2 .col-sm-4{
    overflow: hidden;
}
.section2 p{
    margin-bottom: 20px;
    font-size:18px;
}
.section2 img{
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: transform 0.3S;
    overflow: hidden;
    border:5px solid #7a612f;
}
.section2 img:hover{
    transform: scale(1.1);
}
.map-btn{
    width: 200px;
    margin:0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffd300;
}
.map-btn a{
    color:#000000;
    font-weight: bold;
}
.food-section{
    width: 100%;
    margin:0 auto;
    background-image: url(img/white-bg.jpg);
}
.info-btn{
    width: 200px;
    margin:0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3c0b0b;
}
.info-btn a{
    width: 100%;
    display: block;
    color: #ffffff;
    padding:8px 0 8px 0;
    transition: transform 0.3s;
}
.info-btn a:hover{
    transform: scale(1.1);
    text-decoration: none;
}
.bx-wrapper{
    width: 100%;
    margin: 0 auto 48px auto;
}
.section3 h2{
    color: #ffffff;
}
.section3{
    background-image: url(img/bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.section3 a{
    display: block;
    width: 90%;
    margin:0 auto;
    transition: transform 0.3s;
}
.section3 a:hover{
    transform: rotateY(180deg);
    text-decoration: none;
}
.map-btn a:hover{
    transform: scale(1.1);
}
.section3 span{
    display: block;
    width:140px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    font-size:48px;
    line-height: 140px;
    color: #ffffff;
    background-color: rgba(255, 200, 0, 0.8);
    border-radius: 50%;
}
.cat-icon{
    display: block;
    width: 140px;
    margin:0 auto;
}
.section3 .icon-beef{
    font-size:40px;
}
.section3 .col-6{
    margin-bottom: 60px;
}
.section3 .row{
    margin-bottom: 40px;
}
.section3 p{
    margin-bottom:20px;
    font-size:16px;
    color:#333333;
    background:#ffd300;
    padding-top:8px;
    padding-bottom:8px;
    font-weight:bold;
    font-family:"Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.section4 .row{
    margin-bottom: 40px;
}
.section5{
    padding-top: 0;
}
.section5 .col-sm-4{
    margin-bottom: 40px;
}
.section5 img{
    display: block;
    width: 90%;
    margin:0 auto;
}
.section5 img:hover{
    opacity: 0.8;
    }
#footer{
    background-color: #3c0b0b;
    color: #ffffff;
    padding-top:60px;
    padding-bottom: 60px;
    text-align: center;
}
#pagetop{
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 6px;
    font-size:36px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffffff;
    border-radius: 50%;
}
#pagetop a{
    color:#3c0b0b;
    display: block;
}
#pagetop a:hover{
    opacity: 0.5;
}
.footer-menu{
    width: 90%;
    margin:0 auto;
}

.footer-menu li{
    list-style: none;
    text-decoration: none;
    float: left;
    border-right:1px solid #ffffff;
    width:11.1%;
    
}
.footer-menu li:last-child{
    border-right: none;
}
.footer-menu li a{
    color: #ffffff;
    display: block;
    font-size:12px;
}
.footer-menu ul:after{
    content: "";
    display: block;
    clear: both;
}
.footer-menu ul{
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
/* breadcrumbs */
.breadcrumbs{
    padding-top:8px;
    padding-bottom: 8px;
}

/* widget */
.widget{
    padding-top:20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
h2.widgettitle {
    position: relative;/*相対位置*/
    padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
    line-height: 1.2;/*行高*/
    color: #3c0b0b;/*文字色*/
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    background: #fffff4;
    font-size:1.2em;
    font-weight: bold;
}

h2.widgettitle:before{ 
    font-family: "Font Awesome 5 Free";/*忘れずに*/
    content: "\f138";/*アイコンのユニコード*/
    font-weight: bold;
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0.25em;/*アイコンの位置*/
    top: 0.5em;/*アイコンの位置*/
    color: #3c0b0b; /*アイコン色*/
}
.widget-title{
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #3c0b0b;
    font-size: 20px;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index:-1;
    }
.widget-title:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index:-2
    }

/*  aside style  */
aside {
    padding-top:20px;
    padding-bottom: 40px;
}

/*  page style  */
#fish,#vegetable,#meet,#kawakimono,#souzai,#beans,#tukemono,#zakka,#food{
    margin-bottom:80px;
}
.page article{
    padding-bottom: 40px;
}
.page-header{
	max-width:1600px;
    width: 100%;
	overflow:hidden;
	max-height:320px;
    height: auto;
    margin:0 auto;
}
.page-header img{
	display:block;
	width:100%;
	overflow:hidden;
    height: auto;
}

.page-h2-title {
    border-bottom: solid 3px #3c0b0b;
    position: relative;
    font-size:1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.page-h2-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffd300;
    bottom: -3px;
    width: 30%;
}
#shop-table th{
    padding-left:10px;
    text-align: left;
}
#shop-table td{
    padding-left:10px;
    text-align: left;
}
.shop-entry img{
    margin-bottom: 40px;
}
.excerpt{
    margin-bottom: 16px;
}
.entry{
    margin-bottom: 16px;
}
aside .textwidget img{
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

/* contact form 7 */
.table-contactform7{
    overflow: hidden;
    table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
@media (min-width: 768px) and (max-width:992px){
    .container {
        max-width: 100%;
    }    
}
