/*
Theme Name: Foodex
Theme URI: https://shtheme.com/demosd/foodex
Author: Shtheme
Author URI: https://shtheme.com
Description: This is a fully responsive WordPress theme with a modern design suitable for all types of restaurants. The theme is featuring a powerful fullscreen background video and imagery making it a perfect choice for restaurant owners.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: foodex

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



p.comment-form-cookies-consent{
    display: none;
}
span.ajax-loader{
    display: none!important;
}
div.wpcf7-response-output{
    color: #111;
    margin:30px 0 0 0;
}
.search-custom form input{
    width: 100%;
    padding: 9px 12px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #111;
}
.search-custom form button{
    border: 1px solid #111;
    color: #fff;
    font-size: 18px;
    height: 46px;
    position: relative;
    width: 46px;
    cursor: pointer;
    float: right;
    background: #111;
    margin-top: -46px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid #111;
    color: #111;
}
.search-custom h4{
    font-weight: 600;
    font-size: 20px;
    color: #5f5f5f;
    text-transform: inherit;
    margin-bottom: 20px;
}
h3.comment-reply-title,
.comment-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    color: #5f5f5f;
    line-height: 1;
    letter-spacing: -0.04em;
}
#form input.submit{
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    border: 2px dashed  #111;
    width: auto;
    position: relative;
    width: 120px!important;
    max-width: 120px;
    height: 120px;
    display: block;
    transform: translate(-50%, -50%);
    top: 80px;
    left: 60px;
    border-radius: 50%;
}

p.form-submit{
    text-align: center;
}
p.logged-in-as{
    margin-top: 30px;
}
.comments  article:last-child{
    margin-bottom: -100px;
}
.white .more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close{
    border-color: #fff;
}
.white .more-button-txt-center.more-button-txt-center-close span{
    color: #fff;
}
form.comment-form{
    margin-top: 100px;
}
#form input.wpcf7-submit{
    border-bottom: none;
}


body.dark {
    color: #e0e0e0;
    background: #151515;
}
.dark .preloader-bg{
    background: #111;
}
.dark #preloader{
    background: #111;
}
.dark .border-left,
.dark .border-right,
.dark .border-top,
.dark .border-bottom{
    background: #151515;
}
.dark .modal-content{
    background: #111;
}
.dark .text h2 {
    color: #e0e0e0;
}
.dark .owl-prev.disabled,.dark  .owl-next.disabled{
    background: #2d2d2d!important;
    color: #fff;
}
.dark .owl-prev,.dark  .owl-next{
    background: #fff;
    color: #111;
}
.dark .blog-quote p,.dark .blog-quote p span {
    color: #e0e0e0;
}
.dark .comments h4{
    color: #e0e0e0;
}
.dark .comment-time{
    color: #e0e0e0!important;
}
.dark #form input,
.dark #form textarea{
    border-color: #fff;
    color: #fff;
}
.dark #form input::placeholder,
.dark #form textarea::placeholder{
    color: #fff;
}
.dark .parallax > use:first-child{
    fill: rgba(21, 21, 21, 0.7)!important;
}
.dark .parallax > use:nth-child(2){
    fill: rgba(21, 21, 21, 0.5)!important;
}
.dark .parallax > use:nth-child(3){
    fill: rgba(21, 21, 21, 0.3)!important;
}
.dark .parallax > use:nth-child(4){
    fill: rgba(21, 21, 21)!important;
}
.dark .main-navigation-bg{
        background: rgba(21, 21, 21, 1);
}
.dark .main-navigation-bg .main-navigation .navbar-nav li a{
    color: #5f5f5f;
}
@media only screen and (max-width: 768px){
.dark .main-navigation-bg .navbar-toggle .icon-bar {
    background: #fff;
}
.dark .navbar-collapse {
    background: rgba(21, 21, 21, 1);
}
.dark .main-navigation .navbar-nav li a{
    color: #5f5f5f;
}
}

.upper-page{
    height: 100vh;
}
.elementor img.img-cover{
    height: 100%!important;
}
.elementor .section-item img{
    height: 66vh!important;
}
.elementor-lightbox{
    display: none!important;
}
.elementor .wall-images img,
.elementor .wall-images-reverse img{
    height: 193px!important;
    border-radius: 5%!important;
}
.elementor .slick-slide {
    height: 550px;
}
@media only screen and (max-width: 880px){
.elementor .slick-slide {
    height: 450px;
}
}
@media only screen and (max-width: 640px){
.elementor .slick-slide {
    height: 350px;
}
}

body.customize-support .navbar-bg-switch.main-navigation-bg{
    top: 30px;
}






/*来店予約ボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;

  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3cac),
    color-stop(#562b7c),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #2b86c5);

  background-image: linear-gradient(90deg, #ff3cac, #562b7c, #2b86c5);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}







/*リストデザイン*/
.check-none > div > ul, ol {
  background: #fcfcfc;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border: solid 3px gray;
}

.check-none > div > ul >li {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
  }
  

ul li, ol li {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}



/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}