@charset "UTF-8";
/*
Name: brand_shichigahama
Author: ASW
Description: 七ヶ浜町産の食材を使った郷土料理レシピ集
Version: 1.0
*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background-color: #F7F3E8;
  padding: 0;
  margin: 0;
}

a {
  color: #879D00;
  outline: none !important;
}
a:hover {
  color: #793213;
  text-decoration: underline;
}

header {
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  header {
    height: auto;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  }
}
header .row div {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 60px;
}
@media (max-width: 767px) {
  header .row div {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5;
  }
}
header .site-id {
  color: #330000;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  header .site-id {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    padding-top: 15px;
  }
}
@media (max-width: 479px) {
  header .site-id {
    font-size: 19px;
    line-height: 1.4;
    text-align: center;
  }
  header .site-id span {
    display: block;
  }
}
header .site-id:before {
  font-family: 'fontawesome';
  content: "\f0f5";
  font-size: 120%;
  color: #FF9B27;
  font-weight: normal;
  padding-right: 8px;
}
header div.go-top {
  font-size: 15px;
}
@media (max-width: 767px) {
  header div.go-top {
    text-align: center;
    margin: 0 auto 15px;
  }
}
header div.go-top a {
  display: block;
  position: absolute;
  bottom: -70px;
  right: 0;
}
header div.go-top a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  header div.go-top a {
    position: static;
    display: inline;
  }
}
header div.go-top i {
  font-size: 20px;
}

article {
  background-color: #FFF;
  padding: 20px 30px 10px !important;
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  article {
    padding: 15px !important;
    border-radius: 0;
    box-shadow: none;
  }
}
article h2 {
  color: #793213;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 7px 10px;
  /*background-color: #ECECEC;*/
  background-color: #EAD8A9;
  border-radius: 4px;
}
article h2 span {
  font-size: 92.85714286%;
  font-weight: normal;
}
article .narrow {
  padding-left: 45px;
}
@media (max-width: 991px) {
  article .narrow {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  article .narrow {
    padding-left: 15px;
  }
}
article nav {
  font-size: 200%;
  margin-top: 50px;
  border-top: solid 1px #CCC;
}
article nav a {
  display: block;
}
article nav .prev {
  text-align: right;
  padding-right: 1em;
}
article nav .next {
  padding-left: 1em;
}

footer {
  font-size: 75%;
  color: #777;
  margin: 15px 0 10px;
  text-align: center;
}

.detail ul, .detail ol {
  padding-left: 0;
}
.detail .recipe-title {
  margin-bottom: 20px;
  position: relative;
}
.detail .recipe-title .recipe-no {
  position: absolute;
  top: 0;
  right: 0;
  color: #879D00;
  font-size: 75%;
  line-height: 1;
  padding: 4px 6px;
  display: inline-block;
  border: solid 1px #879D00;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .detail .recipe-title .recipe-no {
    position: static;
    font-size: 68.75%;
  }
}
.detail .recipe-title h1 {
  font-size: 200%;
  font-weight: bold;
  margin-top: 10px;
  color: #879D00;
}
@media (max-width: 767px) {
  .detail .recipe-title h1 {
    font-size: 150%;
  }
}
.detail .guide .pic {
  margin-bottom: 20px;
}
.detail .guide .pic > img {
  border: solid 1px #E0E0E0;
}
.detail .guide h2 {
  width: 3.5em;
  height: 3.35em;
  line-height: 3.5em;
  text-align: center;
  display: inline-block;
  float: left;
  color: #FFF;
  font-size: 93.75%;
  font-weight: normal;
  padding: 0;
  background-color: #FF9B27;
  margin: 0 0.5em 0 0;
  border-radius: 0;
}
.detail .guide p {
  font-size: 93.75%;
  line-height: 1.85;
  text-indent: 1em;
  margin-bottom: 0;
}
.detail .guide p.note {
  text-indent: 0;
  font-size: 75%;
  line-height: 1.5;
  color: #777;
  margin: 0.75em 0;
}
.detail .material {
  font-size: 87.5%;
}
@media (max-width: 767px) {
  .detail .material {
    margin-top: 35px;
  }
}
.detail .material h2 {
  margin-top: 0;
}
.detail .material li {
  overflow: hidden;
  border-bottom: dotted 1px #999;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  list-style: none;
}
.detail .material li span {
  display: inline-block;
  float: right;
}
.detail .material li span.note {
  font-size: 92.85714286%;
  color: #666;
  display: inline;
  float: none;
}
.detail .process {
  margin-top: 35px;
  font-size: 87.5%;
}
.detail .process h2 {
  margin-top: 0;
}
.detail .process ol li {
  list-style: none;
  margin-bottom: 0.75em;
}
.detail .process ol li span {
  font-weight: bold;
  margin-right: 0.25em;
}
.detail .process dl {
  margin-bottom: 0;
}
.detail .process dt {
  color: #793213;
  border-bottom: solid 1px #BBB;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.top header {
  box-shadow: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.top header h1 {
  font-size: 28px;
  margin-top: 30px;
}
.top header h2.subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #793213;
  line-height: 1.4;
  margin-top: 0;
}
@media (max-width: 767px) {
  .top header h2.subtitle {
    text-align: center;
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .top header h1 {
    font-size: 23px;
  }
}
@media (max-width: 599px) {
  .top header h1 {
    margin-top: 15px;
  }
  .top header h1 span,
  .top header h2 span {
    display: block;
  }
}
.top .container.recipe-list-container {
  background-color: #FFF;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 25px 30px 0 !important;
  border-radius: 6px;
}
@media (max-width: 599px) {
  .top .recipe-list {
    margin-top: 25px;
  }
}
.top .recipe-list > div {
  padding-left: 10px;
  padding-right: 10px;
}
.top .recipe-list a {
  color: #709100;
  outline: none;
}
.top .recipe-list a:hover {
  color: #793213;
  text-decoration: none;
}
.top .recipe-list a:hover .img-thumbnail {
  box-shadow: 0 0 5px 0 rgba(155, 51, 15, 0.9);
}
.top .recipe-list .img-thumbnail {
  border: 1px solid #EEE;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.top .recipe-list h2 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
}
.top .recipe-list h2 span {
  display: block;
  font-size: 11px;
}

/*
ScrollToTop button
-------------------------------------------------- */
.scrollToTop {
  font-size: 14px;
  width: 40px;
  height: 40px;
  color: #555;
  background-color: #CCC;
  opacity: 0.7;
  position: fixed;
  bottom: 20px;
  right: 15px;
  opacity: 0.6;
  z-index: 500;
  transition: all .3s ease-in-out;
}

.scrollToTop span {
  margin-top: 6px;
}


