@charset "UTF-8";
/* BASE - Base styles, variables, mixins, etc */
@import url("https://fonts.googleapis.com/css?family=Lora");
@media (min-width: 1200px) {
  .main-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.article {
  margin-bottom: 40px;
}

.article section {
  margin-bottom: 80px;
}

.article figure {
  margin-bottom: 30px;
}

.article figure img {
  width: 100%;
  margin-bottom: 5px;
}

p {
  margin-bottom: 1em;
}

ul, ol {
  margin-bottom: 40px;
}

table {
  font-size: 16px;
  margin: 0 0 10px 0;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
  width: 100%;
}

table td {
  padding: 3px 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

table thead tr > th {
  padding: 3px 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  color: black;
  background: #eee;
}

picture {
  display: inline-block;
  margin-top: 20px;
}

picture img {
  max-width: 100%;
}

.img-sns img {
  margin: 0 5px;
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 40px;
}

/* modules */
.eye-catch {
  margin-bottom: 10px;
}

.eye-catch img {
  width: 100%;
  margin-top: 10px;
}

.article-list {
  border-bottom: 1px dotted #d6d8dc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.article-list-img {
    width:100%;
}

.list-group-item {
  margin: 0px;
  padding: 5px 0px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none;
}

.list-group-item .col-sm-4 {
  padding: 0px;
  margin: 0px;
}

.list-group-item img {
  width: 100%;
}

.author_box {
  padding: 20px;
  font-size: 16px;
  margin: 40px 0px 40px 0;
  line-height: 1.6;
  background: lightgoldenrodyellow;
}

#ingredients {
  padding: 15px 40px;
  border: 1px solid gray;
}

#ingredients ul {
  margin-bottom: 20px;
}

.author_box img {
  width: ◯◯px;
  /*幅*/
  height: ◯◯px;
  /*高さ*/
  border-radius: 50%;
  /*角丸*/
}

.author_box .author_img {
  padding-right: 0px;
}

.sns-bar {
  position: fixed;
  width: 120px;
  margin-top: 40px;
}

.sns-bar li {
  list-style: none;
}

.sns-bar img {
  width: 40%;
  margin-bottom: 10px;
}

.sns-bar-mobile {
  margin-bottom: 20px;
  text-align: center;
  padding-left: 0;
  margin-top: 15px;
}

.sns-bar-mobile li {
  list-style: none;
  display: inline;
}

.content-header-component {
  padding-top: 40px;
  padding-bottom: 20px;
}

.img-sns img {
  width: 12%;
}

.article-list .category {
  margin: 0;
}

.directions {
  counter-reset: li;
  padding-left: 10px;
  list-style: none;
}

.directions li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}

.directions li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  font-size: 20px;
  left: -20px;
  width: 1.6em;
  text-align: center;
}

.directions .image {
  padding: 0;
}

.ListGroup a {
  padding-bottom: 10px;
  padding-left: 0px;
  margin: 0 15px 10px 15px;
  display: block;
  border-bottom: 1px dotted #333;
}

.ListGroup a:hover {
  color: #ddd;
}

.ListGroup .related-img {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}

.ListGroup .col-lg-6 {
  padding-left: 0;
}

h1 {
  font-size: 44px;
  margin: 10px 0 15px 0;
  font-weight: 500;
  font-family: "Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  color: black;
  line-height: 1.2;
}

h1.top_article_title {
  font-family: "Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 26px;
  color: #121212;
  text-align: left;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1.2;
}

h2 {
  font-family: "Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 32px;
  color: #777;
  text-align: left;
  font-weight: 300;
  margin-top: 0px;
  letter-spacing: .05em;
}

h2.section-title {
  margin-bottom: 20px;
}

h3 {
  font-size: 26px;
  font-weight: bold;
  color: black;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

h5 {
  font-family: "Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-size: 30px;
  color: black;
  margin-top: 0 !important;
  margin-bottom: 3px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

.content_title {
  font-size: 24px;
  line-height: 1.33em;
  text-align: center;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.content_stitle {
  font-size: 13px;
  line-height: 1.33em;
  text-align: center;
  font-weight: bold;
  background: lightgray;
  padding: 2px 0;
  margin-bottom: 10px !important;
}

.content_title_space, .content_stitle {
  margin: 20px 0;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
  color: #000;
}

body {
  font-family: 'Lora', serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .2px;
  line-height: 1.8em;
}

footer {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: .4px;
  color: #999;
}

a {
  color: #d70c19;
}

a:hover {
  color: red;
}

strong {
  color: #00387e;
}

.warning {
  color: #ff6c00;
  font-weight: bold;
}

.alert {
  color: red;
  font-weight: bold;
}

.attention {
  color: blue;
  font-weight: bold;
}

#navbar {
  font-family: Montserrat,sans-serif;
}

.navbar-inverse .navbar-nav > li > a {
  letter-spacing: .1em;
  font-size: 15px;
  color: black;
  font-weight: bold;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background: none;
  color: black;
  font-weight: bold;
}

.breadcrumb {
  font-family: Montserrat,sans-serif;
}

.breadcrumb .breadcrumb_list li a {
  color: black;
}

.breadcrumb .breadcrumb_list li:last-child a {
  color: #999;
  font-weight: 400;
}

.category a {
  font-family: Montserrat,sans-serif;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: green;
  letter-spacing: .2em;
  text-transform:uppercase;
}

.meta-list {
  line-height: 1.3em;
  font-size: 13px;
  letter-spacing: .05em;
  font-weight: bold;
  color: #555;
}

.article {
  font-size: 17px;
}

.article figcaption {
  font-size: 13px;
  color: #888;
}

.ListGroup .ListTitle, .ListGroup .RPTitle {
  font-family: 'Lora', serif;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  display: grid;
  line-height: 1.4;
}

.ListGroup a {
  color: #121212;
}

.ListGroup a:hover {
  color: #777;
  text-decoration: none;
}

.ListGroup .date {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #888;
  margin-left: 10px;
  font-weight: normal;
  margin-left: 0;
  margin-top: 3px;
}

.ListGroup .RPTitle {
  font-size: 18px;
  margin-bottom: 3px;
}

/* layouts */
footer {
  background-color: #333;
  margin-top: 20px;
}

footer ul {
  width: 100%;
}

header.content-header-component {
  padding-bottom: 0px;
}

#navbar {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d6d8dc;
}

.navbar-brand {
  padding-top: 20px;
  transition: 0.2s;
  /* Add a transition effect (when scrolling - and font size is decreased) */
}

.navbar-inverse {
  background: white !important;
  border: none;
}

.navbar a {
  letter-spacing: .08em;
  font-size: 14px !important;
  color: #d70c19;
}

.navbar-toggle:hover {
  background-color: #d70c19;
}

#logo {
  width: 200px;
}

#logo.mini {
  width: 130px !important;
  -webkit-animation-name: logo_anime;
  -webkit-animation-duration: 1s;
  animation-name: logo_anime;
  animation-duration: 1s;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 900 !important;
}

.breadcrumb {
  background: #fff;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
}

.breadcrumb .breadcrumb_wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

.breadcrumb .breadcrumb_list {
  padding: 0 !important;
  margin-bottom: 10px;
}

.breadcrumb .breadcrumb_list li {
  display: inline;
  vertical-align: middle;
}

.breadcrumb .breadcrumb_list li:not(:first-child):before {
  display: inline-block;
  content: ' > ';
  color: #dc2000;
  font-weight: 700;
  padding: 0 10px;
}

.meta-list {
  padding-left: 0px !important;
  display: block;
  margin-bottom: 0;
}

.meta-list li {
  display: inline-block;
  margin-right: 5px;
}

@-webkit-keyframes logo_anime {
  from {
    width: 200px;
  }
  to {
    width: 130px !important;
  }
}

@keyframes logo_anime {
  from {
    width: 200px;
  }
  to {
    width: 130px !important;
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    padding-bottom: 0px;
  }
  .navbar-header {
    float: none !important;
  }
  .logo-pc {
    height: auto;
    text-align: center;
    display: block;
    width: 100%;
  }
  .navbar-brand > img {
    display: inline;
  }
  .logo-mobile {
    display: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav > li > a:hover {
    color: black !important;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    padding: 10px 10px;
    margin-bottom: 7px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #d70c19;
    background: #d70c19;
  }
  .navbar-header {
    border-bottom: 1px solid #d6d8dc;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #888;
  }
  .logo-pc {
    display: none;
  }
  .content-header-component {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .article-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .eye-catch {
    margin-bottom: 0px;
    padding-right: 0;
  }
  .list-group-item .title {
    padding-right: 0 !important;
    font-size: 15px;
    line-height: 1.5em;
  }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #555;
    background-color: #fff !important;
    border: none;
  }
  .img-sns img {
    width: 8%;
  }
}
