/*
Theme Name: シェ・シバタ
Author: 株式会社code3 R.O.
Author URI: http://code3.co.jp
Description: シェ・シバタのテーマ
Version: 1.0.0
*/
.font-red {
  color: #ff0000
}

.bnr-area li {
  margin-bottom: 30px;
}

@media(max-width: 767px) {
  .bnr-area li {
    margin-bottom: 15px;
  }
}

/* 2018/08/22 TOP画像追加 */
.float-chef-img {
  display: none;
  position: absolute;
  top: 10rem;
  right: -12rem;
  z-index: 5 !important;
}

@media (min-width: 768px) {
  .chef__content>* {
    z-index: 10;
  }

  .chef__content>p,
  .chef__content>a {
    position: relative;
  }
}

.shop-detail__img img {
  padding-bottom: 30px;
  display: block;
  margin: auto;
}

@media (min-width: 992px) {
  .float-chef-img {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .float-chef-img {
    top: auto;
    right: auto;
    left: 2rem;
    bottom: 0;
  }

  .float-chef-img img {
    width: 210px;
  }
}

@media (min-width: 1200px) and (max-width: 1259px) {
  .float-chef-img {
    top: 21rem;
    right: -1rem;
    width: 172px;
    overflow: hidden;
  }

  .float-chef-img img {
    width: 220px;
  }
}

@media (min-width: 1260px) and (max-width: 1419px) {
  .float-chef-img {
    top: 21rem;
    right: -4rem;
  }

  .float-chef-img img {
    width: 220px;
  }
}

@media (min-width: 992px) {
  .chef-img1 {
    margin-top: 8rem;
  }

  .chef__message--en__text {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

/* 2018/12/03 フッターリンク追加 */
.footer__shop__col a {
  display: block;
  float: none;
  color: #dadada;
  font-size: 14px;
}

.footer__shop__col .footer-shop-icon {
  display: block;
  float: right;
  color: #555555;
  font-size: 3.5rem;
}

/* 20190212 海外事業ページ修正 */
.shop-list__section .table--dotted td {
  text-align: left;
}

/* 20190416 Instagram・LINE@アイコン追加 */
.nav li .link-line {
  line-height: 22px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 400px;
}

.nav .icon-sns {
  display: none;
}

@media (min-width: 992px) {
  .nav .icon-sns {
    display: block;
    font-size: 36px;
  }
}

/* .nav .icon-sns a {
  padding-top: 13px;
  color: #fff;
} */

.navbar-inverse .navbar-nav .icon-sns a {
  padding-top: 16px;
  color: #fff;
  padding-right: 10px;
  padding-left: 5px;
}

/* .navbar-inverse .navbar-nav .icon-sns a:first-child {
  padding-left: 25px;
} */

.navbar-nav > li:nth-child(8) {
  margin-left: 25px;
}
/* .navbar-nav > li:nth-child(8) a {
  padding-left: 25px;
} */

.navbar-header .icon-sns-list {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  padding-top: 18px;
  padding-left: 5px;
}

@media (min-width: 992px) {
  .navbar-header .icon-sns-list {
    display: none;
  }
}

.navbar-header .icon-sns-list .icon-sns {
  list-style: none;
}

.navbar-header .icon-sns-list .icon-sns a {
  font-size: 36px;
  line-height: 0;
  color: #fff;
}

.navbar-header .icon-sns-list .icon-sns .icon-line {
  text-decoration: none;
  font-size: 34px;
}

.navbar-header .icon-sns-list .icon-sns .link-line {
  padding-left: 10px;
}

/* 20190422 採用ページ修正 */
.recruit__catch .lead,
.recruit-guide .lead {
  font-size: 20px;
}

.recruit_link {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .recruit_link {
    margin-bottom: 80px;
    padding-top: 0;
  }

  .recruit__catch .lead,
  .recruit-guide .lead {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .recruit_link {
    margin-bottom: 184px;
    padding-top: 30px;
  }
}

.recruit_link-box {
  text-align: center;
  border: 1px solid #bcbcbc;
  padding: 20px 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .recruit_link-box {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .recruit_link-box {
    padding: 28px 40px 22px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.recruit_link-box .lead {
  padding-bottom: 14px;
  border-bottom: 1px solid #94875e;
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  font-size: 20px;
}

@media (min-width: 768px) {
  .recruit_link-box .lead {
    padding-bottom: 10px;
    width: 260px;
    margin: 0 auto;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .recruit_link-box .lead {
    padding-bottom: 14px;
  }
}

.recruit_link-box .lead-sub {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .recruit_link-box .lead-sub {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .recruit_link-box .lead-sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.recruit_link-box .btn-recruit_link {
  padding: 12px 30px;
}

@media (min-width: 992px) {
  .recruit_link-box .btn-recruit_link {
    padding: 12px 60px;
  }
}

.recruit_link-box .btn-recruit_link a {
  color: #545454;
  font-size: 14px;
}

.recruit_link-box .btn-recruit_link a:hover,
.recruit_link-box .btn-recruit_link a:visited,
.recruit_link-box .btn-recruit_link a:active,
.recruit_link-box .btn-recruit_link a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .recruit_link-box .btn-recruit_link a {
    font-size: 16px;
  }
}

.recruit_hero img {
  margin-bottom: 20px;
}

/* 募集要項 */
.recruit-guide .lead {
  /* padding-left: 1rem; */
  text-align: center;
}

@media (min-width: 768px) {

}

.form-entry {
  margin-top: 80px;
}

.form-entry .lead {
  text-align: center;
}

@media (min-width: 768px) {

}

.form-entry .form-entry-box  {
  padding-top: 10px;
}

@media (min-width: 768px) {

}


.form-entry-box .contact__form dt {
  text-align: left;
}

/* .form-entry-box .contact__form dd .mwform-zip-field {
  text-align: left;
} */

@media (min-width: 992px) {
  .form-entry-box .dl-horizontal dt {
      white-space: normal;
  }
}

.form-entry-box .contact__form input[type="text"],
.form-entry-box .contact__form input[type="email"],
.form-entry-box .contact__form textarea {
  max-width: 100%;
}

.form-entry-box .mwform-zip-field input[type="text"],
.form-entry-box .mwform-tel-field input[type="text"],
.form-entry-box .contact__form dd .contact_year {
  max-width: 100%;
}

@media (min-width: 768px) {
  /* .form-entry-box .contact__form input[type="text"],
  .form-entry-box .contact__form textarea {
    width: 100%;
  } */

  .form-entry-box .mwform-zip-field input[type="text"],
  .form-entry-box .mwform-tel-field input[type="text"],
  .form-entry-box .contact__form dd .contact_year {
    width: auto;
  }
}

.recruit-guide-box .shop-list__name {
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .recruit-guide-box .shop-list__name {
    font-size: 20px;
  }
}

/* 20190510 焼き菓子ページ修正 */
.shopitem-butter-cakes-box {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  background-color: #f5f5f5;
}

.shopitem-butter-cakes-box img {
  max-width: 100%;
}

.shopitem-butter-cakes-box .btn {
  margin-bottom: 20px;
  margin-top: 20px;
}

.shopitem-butter-cakes-box .cakes-list__name {
  padding-top: 1.5rem;
}

@media (min-width: 992px) {
  .shopitem-butter-cakes-box .cakes-list__name {
    padding-top: 1.5rem;
    font-size: 22px;
  }

  .shopitem-butter-cakes-box .btn {
    font-size: 16px;
    padding: 10px 50px;
  }
}

@media (max-width: 767px) {
  .cakes-list > .row > .col-sm-10 > .row > .col-xs-6 {
      padding-right: 5px;
      padding-left: 5px;
  }
}

/* 20190515 かき氷ページ修正 */
.product-item {
  margin-top: 30px;
}

.product-head {
  font-size: 24px;
  font-family: serif;
  margin: 5px 0;
  padding-left: 8px;
}

.product-head span {
  display: inline;
  margin-left: 12px;
  vertical-align: text-bottom;
}

.product-head span.align-default {
  vertical-align: baseline;
}

.product-price {
  color: #b13a2b;
  font-size: 16px;
  padding-left: 1em;
  margin: 0 0 20px;
}

@media(max-width:767px) {
  .product-item {
    margin-top: 5px;
  }

  .product-head {
    font-size: 20px;
    margin-top: 0;
  }

  .product-price {
    margin-bottom: 5px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 20190515 追尾バナー追加 */
.fixed-bnr {
  display: none;
}

@media (min-width: 992px) {
  .fixed-bnr {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 150px;
  }

  .fixed-bnr img {
    max-width: 100%;
  }

  .fixed-bnr a:hover img {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .fixed-bnr {
    width: 200px;
    right: 50px;
    bottom: 50px;
  }
}


/* ヴァレンタインスタッフ募集 */
#form-entry {
  padding-top: 70px;
  margin-top: -70px;
}
.valentine-entry {
  margin-top: 30px;
  text-align: center;
}
.valentine-entry .btn {
  padding: 20px 40px;
  color: #fff;
  background-color: #ab916a;
  border: none;
}
.valentine-entry .btn:hover {
  color: #fff;
  background-color: #ab916a;
  opacity: .8;
}
.valentineStaff_video {
  display: flex;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

@media (min-width: 992px) {
  #form-entry {
    padding-top: 77px;
    margin-top: -77px;
  }
  .valentineStaff_video {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}


/* ノエル */
.noel-date {
  margin-bottom: 30px;
  text-align: center;
  background: #fff6f6;
}
.noel-date p {
  margin: 0;
}
.noel-date-reservation {
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background: #efa0a0;
}
.noel-date-delivery {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ea8181;
}
.noel-date-delivery small {
  font-size: 12px;
  font-weight: normal;
}
.noel-precautions {
  padding: 10px;
  margin-bottom: 30px;
  color: #9e9e9e;
  font-size: 12px;
  border: 1px solid #ccc;
}
.noel-movie-wrap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.noel-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  overflow: hidden;
}
.noel-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .noel-date-reservation {
    padding: 20px;
    font-size: 18px;
  }
  .noel-date-delivery {
    padding: 30px;
    font-size: 18px;
  }
  .noel-date-delivery small {
    font-size: 14px;
  }
  .noel-precautions {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .noel-date-reservation {
    font-size: 20px;
  }
  .noel-date-delivery {
    font-size: 22px;
  }
  .noel-precautions {
    margin-bottom: 60px;
  }
}


/* ホールケーキ予約ボタン */
#whole-cakes-reservation {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.whole-cakes-reservation {
  padding: 20px;
  margin-bottom: 40px;
  background: #f5f5f5;
}
.whole-cakes-reservation-title {
  font-family: "Cinzel", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-align: center;
}
.whole-cakes-reservation-title p:nth-child(1) {
  color: #ab916a;
  font-size: 16px;
}
.whole-cakes-reservation-title p:nth-child(2) {
  font-size: 20px;
}
.whole-cakes-reservation-shop {
  margin-bottom: 10px;
}
.whole-cakes-reservation-shop a {
  display: block;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  background: #ab916a;
  border: 4px solid #fff;
}
.whole-cakes-reservation-shop a:hover,
.whole-cakes-reservation-shop a:focus {
  text-decoration: none;
  opacity: .8;
}
.whole-cakes-reservation-shop a p:not(.whole-cakes-reservation-address) {
  font-size: 18px;
}
.whole-cakes-reservation-address {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  background: #baa17b;
  border-radius: 100px;
}

@media (min-width: 768px) {
  #whole-cakes-reservation {
    padding-top: 77px;
    margin-top: -77px;
  }
  .whole-cakes-reservation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .whole-cakes-reservation-title {
    margin-bottom: 20px;
  }
  .whole-cakes-reservation-shops {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
  }
  .whole-cakes-reservation-shop {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .whole-cakes-reservation-shop a {
    padding: 20px;
  }
  .whole-cakes-reservation-shop a p:not(.whole-cakes-reservation-address) {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .whole-cakes-reservation {
    padding: 50px;
  }
  .whole-cakes-reservation-shop a {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .whole-cakes-reservation-shop a p:not(.whole-cakes-reservation-address) {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

/* 商品一覧 */
.cakes-list__box .btn {
  display: block;
  width: 140px;
  height: 40px;
  padding: 0;
  margin: 20px auto 10px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background: #ab916a;
  border: none;
}

/* ショコラ2020 */
.chocolat2020-content {
  padding-bottom: 30px;
  text-align: center;
  background-color: #212121;
}
.chocolat2020-content img {
  height: auto;
  width: 100%;
}
.chocolat2020-content p {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  color: #808080;
  font-family: serif;
  line-height: 2.5;
}
.chocolat2020-content .shop-list__btn {
  display: inline-block;
}

/* バーンチーズケーキ */
.burnt-cheese-cake-wrap img {
  height: auto;
  width: 100%;
}
.burnt-cheese-cake-lead {
  margin-bottom: 60px;
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.burnt-cheese-cake-textarea {
  margin-top: 80px;
  margin-bottom: 80px;
}
.burnt-cheese-cake-text {
  line-height: 2;
  text-align: center;
}
.burnt-cheese-cake-buy {
  padding-top: 150px;
  padding-right: 10px;
  padding-bottom: 150px;
  padding-left: 10px;
  color: #fff;
  text-align: center;
  background: url(http://chez-shibata.com/wp/wp-content/uploads/2020/04/burnt-cheese-cake-bg.jpg) 50% 50%/cover no-repeat;
}
.burnt-cheese-cake-btn {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 40px 60px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #fff;
}
.burnt-cheese-cake-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.burnt-cheese-cake-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

@media (max-width:767px) {
  .burnt-cheese-cake-lead {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.8;
  }
  .burnt-cheese-cake-textarea {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .burnt-cheese-cake-buy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .burnt-cheese-cake-btn {
    padding: 40px 40px 40px 20px;
    font-size: 14px;
  }
}

/* 店舗詳細のマップ */
.shop-detail__map_2 {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.shop-detail__map_2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* トップページの店舗紹介 */
.shop__mitsukoshi {
  background-image: url(images/top/shop_mitsukoshi.jpg);
}

.shop__info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

/* 名古屋店リニューアルのお知らせ */
.nagoya-renewal {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.nagoya-renewal p {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 20px;
  color: #cc7e7e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #ffebeb;
  border: 5px solid #ecb4b4;
}

.contact__tel a {
  color: #ab916a;
}

/* スイーツデリバリー */
.delivery_container {
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.delivery_note {
  padding: 15px;
  border: 5px solid #f3f3f3;
}

.delivery_note dd {
  margin-bottom: 1em;
}

.delivery_note dd:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .delivery_note {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    border-width: 10px;
  }
}

/* フォーム */
.form_row {
  margin-bottom: 1em;
}

.form_button {
  display: flex;
  justify-content: center;
}

/* 採用ページ - 会社説明会 */
.company-info-session {
  margin-top: 30px;
  margin-bottom: 30px;
}
.company-info-session__title {
  margin-top: 10px;
  color: #ab916a;
  font-family: "Cinzel", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 20px;
  text-align: center;
}

@media (max-width:767px) {
  .company-info-session .table--default th,
  .company-info-session .table--default td {
    display: block;
  }
  .company-info-session .table--default th {
    padding-bottom: 0;
    font-weight: bold;
    text-align: center;
    border: none;
  }
  .company-info-session .table--default th::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .company-info-session .table--default .sp {
    display: none;
  }
  .company-info-session__title {
    margin-bottom: 20px;
  }
  .company-info-session .box--default {
    padding: 30px;
  }
}

/* tableのスタイルを調整 */
.table--default th::after {
  height: calc(100% - 10px);
  margin-top: 0;
  transform: translateY(-50%);
}

/* 名古屋店リニューアルオープン追加 */
.renewalNagoyaCelebration {
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.renewalNagoyaCelebration__youtube {
  position: relative;
  padding-top: 56.25%;
}
.renewalNagoyaCelebration__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.renewalNagoyaInfo__text a {
  word-break: break-all;
}
@media (min-width: 1240px) {
  .renewalNagoyaCelebration {
    margin-top: 100px;
  }
}