@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Meiryo UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a, a img {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.global-header__inner, .global-header__contents .global-header__inner, .breadcrumb ol, .global-footer__inner {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1140px) {
  .global-header__inner, .global-header__contents .global-header__inner, .breadcrumb ol, .global-footer__inner {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/*==================================================================================================
	共通	
==================================================================================================*/
body {
  font-size: 14px;
  font-size: 1.4rem;
  background: #F2CCA6;
}

a {
  color: inherit;
  text-decoration: none;
}

.main a {
  text-decoration: underline;
}

.main a:hover {
  text-decoration: none;
}

#lineup-font-size-sampler {
  bottom: 0;
}

/*==================================================================================================
	ヘッダー	
==================================================================================================*/
.global-header {
  z-index: 999;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid #5D0000;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .global-header {
    background: rgba(255, 255, 255, 0.9);
  }
}

.global-header__inner {
  position: relative;
  overflow: hidden;
}

.global-header__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html .global-header__inner {
  height: 1%;
}

.global-header .header-logo {
  float: left;
  width: 110px;
  margin-top: -3px;
  padding-top: 40px;
  margin-left: 5px;
  margin-right: 3.125%;
}

.global-header .header-logo a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.global-header__contents {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .global-header__contents.content-white {
    background: #E83220;
  }
}

.global-nav {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  overflow: hidden;
  padding-left: 80px;
}

@media screen and (max-width: 1061px) {
  .global-nav {
    padding-left: 0px;
  }
}

@media screen and (max-width: 995px) {
  .global-nav ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 995px) and (max-width: 995px) {
  .global-nav ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.global-nav ul {
  margin-right: 4.22535%;
}

.global-nav li,
.social-box li {
  float: left;
  font-size: 0;
  color: #440000;
}

.global-nav li a:hover:before,
.social-box li a:hover:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -5px;
  bottom: 0;
}

@media screen and (max-width: 900px) {
  .global-nav li a:hover:before,
  .social-box li a:hover:before {
    display: none;
  }
}

.global-nav li:nth-child(4),
.social-box li:nth-child(4) {
  margin: -10px 0px 10px;
}

@media screen and (max-width: 1080px) {
  .global-nav li:nth-child(4),
  .social-box li:nth-child(4) {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.global-nav li:nth-child(4) a:hover:before,
.social-box li:nth-child(4) a:hover:before {
  display: none;
}

.global-nav li:nth-child(4) .header-btn--horizontal,
.social-box li:nth-child(4) .header-btn--horizontal {
  padding: 0 .5em;
}

.header-btn {
  position: relative;
  height: 51px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
  text-decoration: none;
}

.header-btn:hover {
  bottom: 0;
}

.header-btn--horizontal {
  display: table;
  padding: 0 .5em;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2;
}

.header-btn--horizontal span {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 6px;
}

.header-btn--vertical {
  display: block;
  padding: 7px 9px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-btn--vertical:before {
  color: inherit;
  font-size: 28px;
  font-size: 2.8rem;
}

.header-btn--vertical span {
  margin-top: .3em;
  margin-left: .3em;
}

.header-btn--current:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -5px;
  bottom: 0;
}

@media screen and (max-width: 900px) {
  .header-btn--current:before {
    display: none;
  }
}

.header-btn--current:hover {
  cursor: default;
}

.header-btn--twitter {
  background: #55ACEE;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding-top: 10px;
  margin-right: 5px;
}

.header-btn--twitter:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem !important;
}

.header-btn--facebook {
  background: #3B5998;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding-top: 10px;
}

.header-btn--facebook:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 3px 3px 0;
  font-size: 2rem !important;
  position: static;
}

.social-box {
  position: absolute;
  right: 0;
  top: -5px;
}

.social-box li .header-btn--twitter:hover:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  margin-left: 0;
}

.social-box li .header-btn--facebook:hover:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  margin-left: 0;
  padding-top: 0;
}

.sp-nav {
  display: none;
  float: right;
  margin-left: 10px;
  color: fff;
}

.sp-nav:before {
  display: block;
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
}

.sp-nav:after {
  content: "MENU";
}

.sp-nav:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.sp-nav.sp-nav--opened:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp-nav.sp-nav--opened:after {
  content: "CLOSE";
}

@media screen and (max-width: 900px) {
  .global-header__inner {
    padding-top: 0;
  }
  .global-header .header-logo {
    width: 90px;
    padding-top: 17px;
  }
  .global-header__contents {
    display: none;
    float: none;
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
    max-height: none;
  }
  .sp-nav {
    display: block;
    bottom: 0;
    background: none;
    margin-right: -10px;
    color: #440000;
  }
  .global-nav {
    float: none;
    margin: 0;
  }
  .global-nav ul li {
    float: none;
    margin-left: 0;
  }
  .global-nav ul li + li {
    margin-top: 4px;
  }
  .global-nav ul li .header-btn {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    height: 51px;
    padding: 1.2em 1em;
    text-align: left;
    line-height: 1;
  }
  .global-nav ul li .header-btn br {
    display: none;
  }
  .global-nav ul li .header-btn span {
    padding-bottom: 0;
  }
  .global-nav ul li .header-btn:active {
    transform: scale(0.95);
  }
  .global-nav ul li .header-btn:after {
    content: "";
    font-family: 'FontAwesome';
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
  }
  .global-nav ul li .header-btn--home {
    width: 100%;
    padding: 1.2em 1em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .global-nav ul li .header-btn--home:before {
    content: "";
  }
  .global-nav ul li .header-btn--home span {
    margin-top: 0;
  }
  .global-nav ul li .header-btn--current:after {
    content: "";
    font-family: 'FontAwesome';
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .social-box {
    float: none;
    margin: 10px 0 0;
  }
  .social-box li {
    width: 50%;
    text-align: center;
  }
  .social-box li .header-btn {
    bottom: 0;
    display: table;
    width: 100%;
    height: auto;
    padding: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .social-box li .header-btn:before, .social-box li .header-btn span {
    display: table-cell;
    vertical-align: middle;
  }
  .social-box li .header-btn:before {
    font-size: 14px;
    font-size: 1.4rem;
    width: 1em;
  }
  .social-box li .header-btn span {
    display: table-cell;
    vertical-align: middle;
  }
}

.global-header__wrapper {
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .global-header__wrapper {
    overflow: hidden;
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .global-nav li:nth-child(4) {
    display: none;
  }
}

.sp-logo {
  display: none;
}

@media screen and (max-width: 900px) {
  .sp-logo {
    display: block;
    margin: 3px auto;
    text-align: center;
    width: 50px;
  }
  .sp-logo a > img {
    width: 100px;
  }
}

.pc-sosial .header-btn--vertical:before {
  font-size: 15px;
  font-size: 1.5rem;
}

.sp-sosial {
  display: none;
}

@media screen and (max-width: 900px) {
  .pc-sosial {
    display: none;
  }
  .sp-sosial {
    display: block;
    position: static;
  }
  .sp-sosial li .header-btn--facebook:hover:before {
    display: block;
  }
  .sp-sosial li .header-btn--twitter:hover:before {
    display: block;
  }
  .sp-sosial li a {
    padding: 1.5em 1.8rem;
  }
  .sp-sosial li a:before {
    font-size: 20px;
    font-size: 2rem;
    float: left;
    margin-top: -3px;
  }
  .sp-sosial li a span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*==================================================================================================
	メインコンテンツ	
==================================================================================================*/
.main {
  padding-top: 104px;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .main {
    padding-top: 56px;
  }
}

.main.top-contents {
  background: url(../../images/mud_wall.jpg);
}

.main__inner {
  background: url(../images/footer-border-top.jpg) repeat-x bottom;
  background-size: 4px;
  padding-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .main__inner {
    background-size: 3px;
    padding-bottom: 17px;
  }
}

.main__inner > img {
  max-width: none;
}

.breadcrumb {
  background: url(../images/breadcrumb_bg.gif) 0 0 repeat;
  border-bottom: .7px solid #eee;
}

.breadcrumb ol {
  overflow: hidden;
}

.breadcrumb ol li {
  float: left;
  padding: 1em 0 1em 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.breadcrumb ol li:first-child {
  padding-left: 0;
  color: #E83220;
}

.breadcrumb ol li:first-child:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}

.breadcrumb ol li + li:before {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 1em;
}

.breadcrumb ol li a {
  text-decoration: none;
}

.breadcrumb ol li a:hover {
  text-decoration: underline;
}

/*==================================================================================================
	フッター	
==================================================================================================*/
.global-footer {
  background: url(../../shared/images/footer_bg.gif) repeat-x bottom, #F2CCA6;
}

.global-footer__inner {
  padding: 25px 0 100px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 900px) {
  .global-footer__inner {
    padding: 15px 0 20px;
  }
}

.global-footer.top-contents {
  margin-top: 0px;
}

@media screen and (max-width: 900px) {
  .global-footer.top-contents {
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .global-footer.top-contents {
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .global-footer.top-contents {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .global-footer.top-contents {
    margin-top: 0px;
  }
}

@media screen and (max-width: 900px) {
  .global-footer {
    background-size: 10px;
  }
}

.footer-logo {
  float: left;
  width: 115px;
}

@media screen and (max-width: 900px) {
  .footer-logo {
    float: none;
    margin: 0 auto;
  }
}

.footer-link {
  float: left;
  margin: 6px 0 0 30px;
  overflow: hidden;
}

.footer-link ul {
  overflow: hidden;
}

.footer-link ul li {
  float: left;
  margin: 0 0 0 10px;
}

.footer-link ul li:first-child {
  margin: 0;
}

.footer-link ul li a {
  background: #FFF;
  display: inline-block;
  padding: 1em;
  border-radius: 4px;
  color: #333;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.footer-link ul li a:after {
  content: "";
  font-family: 'FontAwesome';
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .5em;
  color: #E83220;
}

.footer-link ul li a:hover {
  color: #E83220;
}

.copyright {
  float: right;
  padding-top: 20px;
  font-size: 10px;
  font-size: 1rem;
  color: #5D0000;
}

@media screen and (max-width: 400px) {
  .copyright {
    float: none;
  }
}

@media screen and (max-width: 900px) {
  .footer-logo,
  .footer-link,
  .copyright {
    float: none;
    text-align: center;
  }
  .footer-link {
    margin: 1em auto 1em;
  }
  .footer-link ul li {
    float: none;
    width: 100%;
    margin: 0;
  }
  .footer-link ul li + li {
    margin-top: .5em;
  }
  .footer-link ul li a {
    position: relative;
    display: block;
    padding: 1.3em 1em;
  }
  .footer-link ul li a:after {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
  }
  .copyright {
    margin-top: 1em;
    padding: 0;
  }
}

#sticky-wrapper {
  height: 100% !important;
}

.sticky-wrapper {
  height: 100% !important;
}

/*==================================================================================================
	レシピ	
==================================================================================================*/
.scroll-top {
  max-width: 85px;
  z-index: 100;
}

@media screen and (max-width: 700px) {
  .scroll-top {
    max-width: 70px;
  }
}

@media screen and (max-width: 480px) {
  .scroll-top {
    max-width: 50px;
  }
}

/*==================================================================================================
	IE8
==================================================================================================*/
html.ie8 .global-header {
  background: #fff;
}

html.ie8 .page--top .news-box {
  background: #fff;
}

html.ie8 .page--top .contents-area .cloud {
  background: #DAE3EE;
}

html.ie8 .page--top .contents-area .grass_area {
  background-color: #909747;
  background-position: top center;
}
