@charset "UTF-8";

/*
Theme Name:ver3 - Kitchen-en Theme
Description:ver3 - Kitchen-en
Theme URI: http://kitchen-en.com/
Author: Stove & Lantern
Author URI: https://stoveandlantern.com/
Version: 3.0
*/
/* --------------------------
 * header
-------------------------- */
#header {display: block;z-index: 9999;width: 100%;height: 100px;position:absolute;top:0px; left: 0px;}
#header h1 {display: block;width: 200px;position: absolute;top: 40px;left: 50%;margin-left: -100px;z-index: 9;}
#header h1 a {display: block;}
#header .tel {display: none;}
@media screen and (max-width: 1023px) {
    #header {position:fixed;background-color: #fff;height: 80px;}
    #header h1 {width: 180px;margin-left: -90px;top: 25px;}
    #header .tel {width: 35px;display: block;position: absolute;top: 23px;left: 40px;}
    #header .tel img {width: 100%;height: auto;}
}
@media screen and (max-width: 767px) {
    #header {position:fixed;background-color: #fff;height: 60px;}
    #header h1 {width: 120px;margin-left: -60px;top: 18px;}
    #header .tel {width: 25px;display: block;position: absolute;top: 18px;left: 25px;}
    #header .tel img {width: 100%;height: auto;}
}

/* --------------------------
 * contact
-------------------------- */
#contact {background-image: url(./images/common/contact_bg_img.jpg);background-position:center;background-repeat: no-repeat;background-size: cover;color: #FFF;padding: 100px 0;z-index: 9;position: relative;}
#contact .container-sm {position: relative;}
#contact h1 {text-align: center;margin-bottom: 50px;}
#contact h1 .en {line-height: 1em;font-size: 2.4rem;font-weight: 700;letter-spacing: 8px;margin-bottom: 25px;}
#contact h1 .ja {line-height: 1em;font-size: 1.4rem;font-weight: 500;}
#contact .tel {display: block;text-align: center;}
#contact .tel a {font-size: 4.2rem;color: #FFF;letter-spacing: 5px;display: block;font-weight: 400;margin-bottom: 25px;}
#contact .tel a img {width: 35px;margin-right: 20px;position: relative;margin-top: -10px;}
#contact .tel p {font-size: 1.3rem;line-height:2em;margin-top: 10px;}
@media screen and (max-width: 1280px) {
    #contact .tel {left: 250px;}
    #contact .tel a {font-size: 3.2rem;}
    #contact .tel a img {margin-right: 15px;}
    #contact .linkBtn {height: 80px;width: 275px;}
    #contact .linkBtn a {height: 80px;width: 275px;font-size: 1.8rem;font-weight: 600;letter-spacing: 0;}
    #contact .linkBtn a img {margin-right: 15px;}
}
@media screen and (max-width: 1023px) {
    #contact {padding: 50px 0 0px;}
    #contact .container-sm {height:250px;}
    #contact h1 {text-align: center;margin: 0 auto;}
    #contact h1 .en {font-size: 1.8rem;letter-spacing: 4px;margin-bottom: 15px;}
    #contact h1 .ja {font-size: 1.3rem;}
    #contact .tel {left:0px;top: inherit;bottom: 50px;width: auto;}
    #contact .tel a {font-size: 2.8rem;}
    #contact .tel a img {margin-right: 15px;}
    #contact .tel p {font-size: 1rem;}
    #contact .linkBtn {height: 80px;width: 275px;right:0px;top: inherit;bottom: 50px;}
}
@media screen and (max-width: 768px) {
    #contact {padding: 100px 0 50px;}
    #contact .container-sm {height:auto;}
    #contact .tel {left:inherit;top: inherit;bottom:inherit;position: inherit;margin: 40px 0;}
    #contact .tel a {font-size: 3rem;letter-spacing: 3px;}
    #contact .linkBtn {height: 60px;width: 300;right:inherit;margin: 0 auto;top: inherit;bottom:inherit;position: inherit;}

    #contact .linkBtn a {height: 60px;width: auto;font-size: 1.6rem;line-height: 60px;}
    #contact .linkBtn a img {margin-right: 15px;}
}

/* --------------------------
 * footer
-------------------------- */
#footer {color: #000;padding: 50px 0 100px;position: relative;z-index: 9;}
#footer h1 {width: 150px;height: auto;margin: 0px auto 75px;padding-right: 20px;}
#footer ul.sns { text-align: center;margin-bottom:35px;}
#footer ul.sns li {margin-left: 5px;display: inline-block;display:inline;zoom:1;}
iframe.twitter-share-button {width: 80px!important;overflow: hidden;margin: 0px; padding: 0px;display: block;}
.fb_iframe_widget > span {vertical-align: baseline !important;} /*ずれ修正*/
.fb-like {margin: 0px;padding: 0px;float: left;}
#fb-root { display:none;}
#footer .container-sm .insta {text-align: center;font-size: 3rem;margin-bottom: 50px;}
#footer .container-sm .copyright {line-height: 1em;font-size: 1rem;text-align: center;letter-spacing: 4px;}
#footer .container-sm .copyright span {font-size: 1rem;}
@media screen and (max-width: 767px) {
    #footer {padding: 50px 0 150px;}
    #footer h1 {margin: 0px auto 35px;width: 150px;}
    #footer .container-sm .address {font-size: 1.2rem;}
    #footer .container-sm .copyright span {display: none;}
}

/* --------------------------
 * foot_banner
-------------------------- */
#foot_banner {padding: 50px 0;}
#foot_banner ul {margin: 0 -10px;}
#foot_banner .item {padding: 0 10px;float: left;display: block;width: 25%;}
#foot_banner .item a {border: 1px solid #ddd;display: block;}
@media screen and (max-width: 767px) {
    #foot_banner {padding: 0px 0 15px;}
    #foot_banner ul {margin: 0 -5px;}
    #foot_banner .item {padding: 5px;float: left;display: block;width: 50%;}
}


/* --------------------------
* cal
-------------------------- */
@-webkit-keyframes scal {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes scal {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

#cal {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 25px 0 0 0;
    position: fixed;
    left: 50px;
    bottom: 50px;
    border-radius: 75px;
    background-color: #B23131;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 99;
  }
  
  @media screen and (max-width: 1440px) {
    #cal {
      width: 120px;
      height: 120px;
      right: 35px;
      bottom: 35px;
    }
  }
  
  @media screen and (max-width: 767px) {
    #cal {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      left: 5px;
      bottom: 70px;
    }
  }
  
  @media screen and (max-width: 374px) {
    #cal {
      left: 5px;
      bottom: 70px;
    }
  }
  
  #cal img {
    width: 25px;
    height: auto;
    margin: 27px auto 16px;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  @media screen and (max-width: 1440px) {
    #cal img {
      width: 20px;
      margin: 25px auto 10px;
    }
  }
  
  #cal p {
    font-size: 1.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  @media screen and (max-width: 1440px) {
    #cal p {
      font-size: 1.2rem;
    }
  }
  
  #cal .close {
    display: block;
    opacity: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  #cal .close span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: 25px;
  }
  
  #cal .close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0;
  }
  
  #cal .close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 0;
  }
  
  #cal::before {
    content: '';
    border: 1px solid #B23131;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -99999;
    -webkit-animation: scal 1.2s infinite;
            animation: scal 1.2s infinite;
  }
  
  @media screen and (max-width: 1440px) {
    #cal::before {
      width: 130px;
      height: 130px;
    }
  }
  
  #cal:hover {
    background-color: #6E2121;
  }
  
  #cal.active {
    z-index: 100000;
    background-color: #6E2121;
  }
  @media screen and (max-width: 767px) {
    #cal.active {
      z-index: 100000;
      background-color: #6E2121;
      left: 5px;
      bottom: 5px;
    }
  }
  
  #cal.active img, #cal.active p {
    display: none;
  }
  
  #cal.active .close {
    opacity: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  #calWrap {
    display: none;
    z-index: 99998;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #calBox {
    display: none;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  #calBox .inner {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner {
      width: 280px;
      height: 450px;
    }
  }
  
  #calBox .inner h1 {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin-bottom: 50px;
    border-top: 3px double #fff;
    border-bottom: 3px double #fff;
    color: #FFFFFF;
    line-height: 70px;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner h1 {
      line-height: 35px;
      font-size: 1.4rem;
      margin-bottom: 25px;
    }
  }
  
  #calBox .inner #biz_calendar {
    color: #fff !important;
    width: 100% !important;
    max-width: inherit !important;
    font-size: 1.6rem;
    font-family: 'A1 Mincho','游明朝','YuMincho','ヒラギノ明朝 Pro W3','HiraMinPro-W3','ヒラギノ明朝 ProN W3', 'HiraMinProN-W3','HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-weight: normal;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner #biz_calendar {
      font-size: 1.4rem;
    }
  }
  
  #calBox .inner #biz_calendar > p:nth-child(1) {
    display: none;
  }
  
  #calBox .inner #biz_calendar p span.boxholiday {
    background-color: #E53636 !important;
  }
  
  #calBox .inner #biz_calendar table.bizcal {
    color: #fff !important;
    background-color: #000;
    line-height: 3.5;
    border: none;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner #biz_calendar table.bizcal {
      line-height: 2.4;
    }
  }
  
  #calBox .inner #biz_calendar table.bizcal .calmonth {
    text-align: left;
    font-weight: bold;
    padding: 2px 7px;
    border: none;
    background-color: #000;
    font-size: 2.1rem;
    letter-spacing: 2px;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner #biz_calendar table.bizcal .calmonth {
      font-size: 1.6rem;
    }
  }
  
  #calBox .inner #biz_calendar table.bizcal .calbtn {
    border: none;
    cursor: pointer;
    background-color: #000;
    color: #fff;
  }
  
  #calBox .inner #biz_calendar table.bizcal th {
    color: #000 !important;
    background-color: #222;
    border-left: 1px solid #000;
    color: #FFF !important;
  }
  
  #calBox .inner #biz_calendar table.bizcal th:first-child {
    color: #E53636 !important;
  }
  
  #calBox .inner #biz_calendar table.bizcal th:nth-last-of-type(1) {
    color: #056C91 !important;
  }
  
  #calBox .inner #biz_calendar table.bizcal td {
    background-color: #333;
    color: #FFF !important;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  
  #calBox .inner #biz_calendar table.bizcal .today {
    background-color: #000 !important;
  }
  
  #calBox .inner #biz_calendar table.bizcal .holiday {
    background-color: #E53636 !important;
  }
  
  #calBox .inner #biz_calendar table.bizcal .down-img {
    text-align: center;
    font-size: 1.8rem;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner #biz_calendar table.bizcal .down-img {
      font-size: 1.6rem;
    }
  }
  
  #calBox .inner #biz_calendar table.bizcal .today-img {
    text-align: center;
    font-size: 1.6rem;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner #biz_calendar table.bizcal .today-img {
      font-size: 1.4rem;
    }
  }
  
  #calBox .inner #biz_calendar table.bizcal .up-img {
    text-align: center;
    font-size: 1.8rem;
  }
  
  @media screen and (max-width: 767px) {
    #calBox .inner #biz_calendar table.bizcal .up-img {
      font-size: 1.6rem;
    }
  }