/*
Theme Name: キッチンカー特集テーマ
*/

html {
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic UI", "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
}

#masthead {
  font-family: "a-otf-midashi-go-mb31-pr6n", "Meiryo UI", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}

.jumbotron {
  background: url(./images/top-image.jpg) center no-repeat;
  background-size: cover;
  background-color: rgba(19, 19, 19, 0.5);
  background-blend-mode: darken;
}

.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item {
  z-index: 1;
}
.nav-tabs .nav-item .nav-link {
  color: #495057;
  background-color: #f1f1f1;
  border-color: #dee2e6;
}
.nav-tabs .nav-item .nav-link:hover {
  background-color: #fff;
  transition: background-color 0.3s;
}
.nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
}

#kitchencarInfo h4 {
  border-bottom: 1px solid #212529;
}

.siteHeader {
  padding: 70px 0 110px 0;
  color: #ffffff;
}
.siteHeader .siteHeader__title {
  margin: 0 0 40px 0;
}
.siteHeader .siteHeader__title p {
  margin: 0;
  padding: 4px 0;
}
.siteHeader .siteHeader__title p span {
  background: rgba(19, 19, 19, 0.5);
  display: inline-block;
  padding: 5px 10px;
  font-style: italic;
}
.siteHeader .siteHeader__title p:first-child {
  font-size: 2.2rem;
}
.siteHeader .siteHeader__title p:last-child {
  font-size: 3.4rem;
}
.siteHeader .siteHeader__description {
  margin: 0 0 60px 0;
  font-style: italic;
  font-size: 1.1rem;
}
.siteHeader .siteHeader__button {
  font-size: 1.4rem;
  padding: 10px 30px;
  color: #fff;
  background-color: #e94b26;
  border-color: #e94b26;
}
.siteHeader .siteHeader__button:hover {
  color: #fff;
  background-color: #d53a15;
  border-color: #c73614;
}
.siteHeader .siteHeader__button:focus,
.siteHeader .siteHeader__button.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 75, 38, 0.5);
}
@media screen and (max-width: 1023px) {
  .siteHeader {
    padding: 40px 0 80px 0;
    font-size: 1.1rem;
  }
  .siteHeader .siteHeader__title {
    margin: 0 0 20px 0;
  }
  .siteHeader .siteHeader__title p:first-child {
    font-size: 1.6rem;
  }
  .siteHeader .siteHeader__title p:last-child {
    font-size: 2.8rem;
  }
  .siteHeader .siteHeader__description {
    margin: 0 0 40px 0;
    font-size: 1rem;
  }
  .siteHeader .siteHeader__button {
    font-size: 1.2rem;
    padding: 5px 15px;
  }
}

.grayBackArea {
  background-color: #f2f2f2;
}

.panelArea {
  background-color: #f9f3de;
}
.panelArea:hover {
  background-color: #f5d3ad;
}

.contentHeading {
  display: flex;
  align-items: center;
}
.contentHeading:before,
.contentHeading:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #000000;
}
.contentHeading:before {
  margin-right: 1rem;
}
.contentHeading:after {
  margin-left: 1rem;
}

#colophon {
  margin: 40px 0 0;
}
#colophon div {
  background: #d8d6d6;
}
#colophon li {
  padding: 0 10px;
  border-right: 1px solid #000;
}
#colophon li:last-child {
  border-right: none;
}
#colophon li a {
  color: #000;
}
#colophon p {
  background: #abaaaa;
}
@media screen and (max-width: 1200px) {
  #colophon li {
    padding: 0;
    border-right: none;
  }
  #colophon li a {
    display: block;
    padding: 11px 10px;
    border-bottom: 1px dotted #808080;
  }
  #colophon li:last-child a {
    border-bottom: none;
  }
}

input[type="checkbox"],
input[type="radio"] {
  transform: scale(1.2);
}

.bg-accent {
  background: #e94b26 !important;
}
.text-accent {
  background: #e94b26 !important;
}

.rectImage__inner {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.rectImage__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mw_wp_form .error {
  width: 100%;
  padding: .5rem 1rem;
  margin: .25rem 0 1rem;
  background-color: #f8d7da;
  border: 1px solid transparent;
  border-radius: 0;
  border-color: #f5c6cb;
  font-size: 80% !important;
  color: #721c24 !important;
}

.btn-lg {
  padding: .75rem 4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0;
}

.list-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.modal-dialog-max {
  text-align: center;
  max-width: 1140px;
}

.siteLogo {
  height: 83px;
}
@media screen and (max-width: 768px) {
  .siteLogo {
    height: 62px;
  }
}

dl.form-info {
	background-color: #f1f1f1;
	padding: 8px 15px 2px;
}