/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /*  font-family: sans-serif; 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* color */
.pink {
  color: #EF3A72; }

.blue {
  color: #2ea7e0; }

.orange {
  color: #EB634C; }

.green {
  color: #6fba2c; }

.green2 {
  color: #008600; }

.gray {
  color: #cacaca; }

.gray2 {
  color: #868686; }

.red {
  color: #FF6337; }

.gold {
  color: #d0a21f; }

.bg-blue {
  background: #2ea7e0;
  color: #fff; }

.bg-pink {
  background: #EF3A72;
  color: #fff; }

.bg-green {
  background: #6fba2c;
  color: #fff; }

.bg-gray {
  background: #F4F4F4; }

.bg-white {
  background: #fff; }

/* Media Query */
.hide {
  display: none !important; }

@media screen and (max-width: 499px) {
  .hide-s {
    display: none !important; } }
@media screen and (max-width: 799px) {
  .hide-m {
    display: none !important; } }
@media screen and (max-width: 999px) {
  .hide-l {
    display: none !important; } }
@media screen and (min-width: 800px) {
  .hide-xl {
    display: none !important; } }
/* flex */
.flex, .page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.header-text .flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }

.between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-1 {
  width: 100%; }

.l-2 {
  width: 48%; }

.l-3 {
  width: 31%; }

.flex .l-3 {
  margin-left: calc(7% / 2); }
  .flex .l-3:nth-child(3n+1) {
    margin-left: 0; }

.l-3x2 {
  width: 66.666%; }

.l-4 {
  width: 23.5%; }

.flex .l-4 {
  margin-left: calc(6% / 3); }
  .flex .l-4:nth-child(4n+1) {
    margin-left: 0; }

.l-4x3 {
  width: 74%; }

.l-5 {
  width: 18%; }

.l-5x4 {
  width: 80%; }

.fit {
  display: flex;
  flex-direction: column; }

.arch .fit {
  margin-bottom: 4em; }

.fb.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* font */
.gothic {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif; }

.mincho {
  font-family: Georgia,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,serif; }

body {
  font-family: Georgia,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,serif; }

.bold {
  font-weight: bold; }

.txt-min {
  font-size: 0.85em; }

.txt-mid {
  font-size: 1.16em; }

.txt-big {
  font-size: 1.5em; }

.txt-r {
  text-align: right; }

.txt-block {
  display: inline-block; }

/* menu */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
  background: #fff; }
  .site-header a {
    color: #242424; }
  .site-header.hidenav {
    transform: translateY(-100%); }

.nav-top {
  background: -webkit-linear-gradient(left, #2ea7e0, #6fba2c);
  background: -o-linear-gradient(left, #2ea7e0, #6fba2c);
  background: linear-gradient(to right, #2ea7e0, #6fba2c);
  color: #fff;
  text-align: right;
  padding: 0.3em 1em;
  margin-bottom: 1em; }
  .nav-top ion-icon {
    font-size: 1.25em;
    vertical-align: text-bottom; }
  .nav-top a {
    color: #fff;
    text-decoration: none;
    padding-left: 0.3em; }
  .nav-top .container {
    padding: 0; }

html {
  font-size: 16px;
  line-height: 1.5; }

body {
  margin: 0; }

.wrapper {
  overflow: hidden; }

img {
  width: 100%;
  margin: 0.5em 0; }

a {
  color: #2ea7e0; }
  a.a-side {
    color: #242424;
    font-size: 0.8em;
    line-height: 1.2; }

input[type="text"] {
  width: 100%; }

.page .l-3 a {
  border-bottom: none; }

.center {
  text-align: center; }

.container {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 999px) {
    .container {
      padding: 0 0.5em; }
      nav > .container {
        padding: 0; } }

.logo {
  width: calc((100% / 6) * 2);
  background: url(../img/logo.png) no-repeat center center;
  background-size: contain; }
  .logo a {
    display: block;
    height: 100%;
    width: 100%; }

.breadcrumb {
  margin: 1em 0; }
  .breadcrumb li {
    display: table-cell; }
    .breadcrumb li:after {
      content: ">";
      padding: 0 0.5em; }
    .breadcrumb li:last-child:after {
      content: none; }

.btn {
  text-decoration: none;
  display: block;
  padding: 0.9em 1em;
  text-align: center;
  margin-top: auto;
  line-height: 1.2; }

.btn-min {
  text-decoration: none;
  display: block;
  padding: 1em 0.2em;
  border-radius: 10px; }

.btn-light {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid;
  color: #6fba2c;
  text-decoration: none; }

.btn-light:hover {
  background: #ecf5e3; }

.outline {
  background: #fff;
  border: 1px solid #cacaca; }

table {
  width: 100%;
  margin: 1em 0; }

th, td {
  padding: 0.5em;
  border: 1px solid #999; }

th {
  background: #e6efdf; }

ol {
  border: 1px solid #242424;
  padding: 1em 1em 1em 2em;
  list-style-type: decimal; }

footer {
  background: #6fba2c;
  color: #fff;
  padding: 2em 0;
  font-size: 90%; }
  footer h3 {
    margin: 0 0 1em;
    font-size: 1.2em;
    color: #fff;
    border-bottom: 1px solid; }
  footer h4 {
    margin: 0 0 0.8em 0.3em;
    color: #bccbab;
    font-size: 1.1em; }
  footer a {
    color: inherit; }
  footer li {
    text-decoration: none; }

header {
  position: relative; }
  header .menu {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0; }
    header .menu li {
      padding: 0 0.8em; }
      header .menu li a {
        text-decoration: none; }
  header nav {
    height: 7.5em;
    position: relative; }
    header nav a {
      color: #242424; }
    header nav .logo-l {
      background: url("/img/logo_l.png") no-repeat center center;
      width: 18em;
      height: 7em;
      background-size: contain; }
    header nav .logo-m {
      background: url("/img/logo_m.png") no-repeat top center;
      width: 7em;
      height: 7em;
      background-size: contain; }

.show-sm {
  display: none; }

hr {
  border: 0;
  border-top: 1px solid #242424;
  margin: 4em 0; }

.h1-hr {
  width: 5em;
  border-top: 2px solid;
  margin: auto; }

.hero {
  height: 85vh;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #242424;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero .hero-txt {
  z-index: 2;
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33em;
  background: url(/img/hero-txt.png) no-repeat center center;
  background-size: contain; }

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1; }

.site-content {
  padding-top: 10em; }

h1 {
  display: block;
  color: #242424;
  text-align: center;
  margin: 1.5em 0 1em;
  line-height: 1.2; }

h2 {
  background: url("/img/bg-h2.png") no-repeat center center;
  background-size: contain;
  text-align: center;
  padding: 0.5em 0 1.2em;
  font-size: 1.8em; }

h3 {
  color: #508e19;
  padding-left: 0.6em;
  border-left: 3px solid;
  font-size: 1.3em; }

h4:before {
  content: "\25CF";
  font-size: 1.3em;
  margin-right: 0.2em; }

.page h1 + h3, .sitemap-adjust h3 {
  margin-top: 1em; }

p + h3:not(.entry-title) {
  margin-top: 2em; }

h2:first-child, h3 + p, h4 + p {
  margin-top: 0; }

p, .content ul {
  padding: 1em 0.5em 0; }

.content > p {
  padding-top: 0; }

.between p {
  margin-top: 0;
  padding: 0 0.5em; }

a.h3-item {
  color: #508e19; }

.map {
  position: relative;
  width: 100%;
  padding-top: 80%; }

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

.box {
  background: #fff6dd;
  padding: 1.2em; }
  .box h4 {
    margin: 0 0 0.5em;
    border-bottom: 1px solid; }

.box img {
  padding: 0 0.3em; }

img.img-rsp {
  padding: 1em 5em; }

.mailadd {
  background: url("/img/mailadd.svg") no-repeat;
  background-size: contain;
  height: 1em; }

.table-simple tr {
  border-bottom: 1px solid #cacaca; }
  .table-simple tr:first-child {
    border-top: 1px solid #cacaca; }
.table-simple th, .table-simple td {
  border: none; }
.table-simple th {
  background: none;
  text-align: right; }

.table-simple-no-border tr, .table-simple-no-border th, .table-simple-no-border td {
  border: none; }

.tbl-green {
  margin: 0; }
  .tbl-green th {
    background: none; }
  .tbl-green tr:nth-child(odd) {
    background: #e6efdf; }

.form table, .form tr, .form th, .form td, .tbl-tate table, .tbl-tate tr, .tbl-tate th, .tbl-tate td {
  display: block;
  border: none; }
.form th, .tbl-tate th {
  text-align: left; }
.form .required, .tbl-tate .required {
  padding-left: 0.5em;
  margin-left: 0.8em;
  color: #EF3A72; }
.form tr, .tbl-tate tr {
  border-top: 2px solid #6fba2c;
  padding-bottom: 1.5em; }
.form td, .tbl-tate td {
  padding-top: 0.8em; }
.form textarea, .tbl-tate textarea {
  width: 100%; }

input[type="submit"] {
  width: 10em;
  background: #6fba2c;
  border: none;
  padding: 1em 2em;
  color: #fff; }
  input[type="submit"] :hover {
    opacity: 0.6; }

.sitemap ul {
  margin: 0;
  padding: 0.5em 0.5em 1em; }

.btn-w {
  max-width: 400px;
  display: block;
  margin: 1em auto; }

.btn-return {
  display: inline-block;
  margin: 1em 0;
  padding: 0.8em;
  border: 1px solid #cacaca;
  text-decoration: none;
  border-radius: 0.3em; }
  .btn-return:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    padding-right: 0.5em;
    font-size: 1.4em;
    vertical-align: middle; }

.btn-green {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  color: #fff;
  background: #6fba2c;
  text-decoration: none; }
  .btn-green:hover {
    opacity: 0.6; }

.news {
  max-width: 600px;
  margin: auto; }
  .news li {
    padding: 0.5em 2em; }
    .news li:not(:last-child) {
      border-bottom: 1px solid #cacaca; }

.caption-tate {
  position: relative; }
  .caption-tate .l-3x2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 3.5;
    height: 30em; }
  .caption-tate h1 {
    text-align: start;
    margin: 0 0 0 2em; }

.wrap-btn {
  display: flex;
  justify-content: center;
  margin: 3em 0; }
  .wrap-btn a {
    margin: 0 1.5em;
    padding: 1em 2em;
    min-width: 13em;
    text-align: center; }

.btn-boko {
  flex-wrap: wrap; }
  .btn-boko a {
    margin: 0 1.5em 1em 0;
    max-width: 13em;
    min-width: 5em; }
    .btn-boko a:last-child {
      margin-right: 0; }

.index-sct {
  position: relative;
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 2.5em; }
  .index-sct .sct-copy, .index-sct .h1-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 5px #242424; }
  .index-sct .sct-copy {
    font-size: 1.35em; }
  .index-sct .h1-page {
    font-size: 2em; }

.content-area {
  margin-bottom: 5em; }

.news .day {
  margin-right: 1em; }

.balloon {
  max-width: 22em; }

.screen-reader-text {
  display: none; }

.bnr-icon {
  width: 42%; }
  .bnr-icon a {
    padding: 2em 0.5em;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
    background-repeat: no-repeat;
    background-size: cover; }
    .bnr-icon a:hover {
      opacity: 0.6; }

.social {
  width: 10%;
  line-height: 0.4; }
  .social a {
    display: block;
    font-size: 3.5em; }
    .social a:hover {
      opacity: 0.6; }

.slick-prev, .slick-next {
  z-index: 2;
  width: 30px;
  height: 30px; }

.slick-prev:before, .slick-next:before {
  font-size: 30px; }

.slick-prev {
  left: 20px; }

.slick-next {
  right: 20px; }

.timeline-meta .meta-details {
  width: 1.85em;
  white-space: nowrap;
  overflow: hidden; }

.cool-timeline-wrapper {
  margin: 0 auto 4em !important; }

h3.content-title-cmt {
  border: none; }

.ctl-right h2.content-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left; }

.cooltimeline_cont .center-line:after, .cooltimeline_cont .center-line:before {
  margin-left: -12px !important; }

.post-80 table {
  line-height: 1.2; }
.post-80 td {
  padding: 1em 0.5em; }
.post-80 tr td:nth-of-type(2) {
  width: 6em; }

.menu-footermenu-container {
  margin-bottom: 2em; }
  .menu-footermenu-container a {
    text-decoration: none; }
    .menu-footermenu-container a:hover {
      text-decoration: underline; }
  .menu-footermenu-container li:before {
    content: "\30FB"; }

.menu-item-129 .sub-menu, .menu-item-324 .sub-menu {
  margin: 0 0 1em; }

.menu-item-116 .sub-menu, .menu-item-123 .sub-menu {
  margin-top: 0.3em; }
  .menu-item-116 .sub-menu li, .menu-item-123 .sub-menu li {
    padding-left: 0.5em; }

ul.page-numbers {
  justify-content: center; }
  ul.page-numbers li {
    color: #6fba2c;
    margin: 0 0.4em;
    border: 1px solid; }
    ul.page-numbers li a {
      color: #6fba2c;
      text-decoration: none;
      padding: 0 0.5em; }
  ul.page-numbers .current {
    background: #6fba2c;
    color: #fff;
    padding: 0 0.5em; }

.shop-table th {
  width: 6em; }

.wpurp-recipe-title {
  display: none !important; }

.wpurp-recipe-notes {
  background: #e6efdf !important;
  padding: 1em !important; }

.recipe-archive article.recipe {
  border: 1px solid #cacaca;
  padding: 1em 1em 0.5em;
  margin-bottom: 1.5em; }
  .recipe-archive article.recipe h3 {
    border: none;
    margin: 1em 0;
    padding: 0;
    line-height: 1.2; }
  .recipe-archive article.recipe img {
    margin: 0; }
  .recipe-archive article.recipe p {
    margin: 0;
    padding: 0; }

a.h3-item {
  text-decoration: none; }

.recipe-cap {
  border-bottom: 2px solid #508e19;
  padding-bottom: 0.5em !important; }

table.wpurp-columns .wpurp-rows:last-child {
  display: none; }

/* adjust */
.mar-t-1em {
  margin-top: 1em; }

.mar-b-1em {
  margin-bottom: 1em; }

.mar-l-1em {
  margin-left: 1em; }

.mar-r-1em {
  margin-right: 1em; }

.mar-tb-1em {
  margin-top: 1em;
  margin-bottom: 1em; }

.mar-t-2em {
  margin-top: 2em; }

.mar-b-2em {
  margin-bottom: 2em; }

.mar-t-3em {
  margin-top: 3em; }

.mar-b-3em {
  margin-bottom: 3em; }

.mar-t-4em {
  margin-top: 4em; }

.mar-b-4em {
  margin-bottom: 4em; }

.mar-t-5em {
  margin-top: 5em; }

.mar-b-5em {
  margin-bottom: 5em; }

.pdd-1em {
  padding: 1em; }

.pdd-tb-2em {
  padding: 2em 0; }

.pdd-rl-05em {
  padding: 0 0.5em; }

.pdd-t-1em {
  padding-top: 1em; }

.pdd-b-1em {
  padding-bottom: 1em; }

.pdd-l-1em {
  padding-left: 1em; }

.pdd-r-1em {
  padding-right: 1em; }

.pdd-t-2em {
  padding-top: 2em; }

.pdd-b-2em {
  padding-bottom: 2em; }

.pdd-t-3em {
  padding-top: 3em; }

.pdd-b-3em {
  padding-bottom: 3em; }

.pdd-t-4em {
  padding-top: 4em; }

.pdd-b-4em {
  padding-bottom: 4em; }

.pdd-t-5em {
  padding-top: 5em; }

.pdd-b-5em {
  padding-bottom: 5em; }

/* responsive */
@media screen and (max-width: 999px) {
  html {
    font-size: calc(1rem + ((1vw - 0.75em) * 0.2315)); } }
@media screen and (max-width: 799px) {
  html {
    font-size: calc(0.9375rem + ((1vw - 0.3em) * 0.1359)); }

  .content {
    width: 100%; }

  img.img-rsp {
    padding: 1em 2em; }

  .reverse-m {
    flex-direction: column-reverse; }

  .hero .hero-txt {
    width: 4em;
    background: url(/img/hero-txt_tate.png) no-repeat center center;
    background-size: contain; }

  .contact th, .contact td {
    display: block;
    text-align: left;
    padding: 0.8em; }

  .caption-tate .l-3x2 {
    line-height: 2; }

  .caption-tate h1 {
    margin: 0 0 0 0.5em;
    padding-right: 0.5em; }

  input[type="submit"], button[type="submit"] {
    padding: 0.8em 3em; }

  .indeximg {
    height: 45vmin; }

  .hero-txt {
    margin: 1em 0;
    color: #EF3A72; }

  .caption-tate .l-3x2 {
    height: 35vh; }

  .btn-boko a {
    margin: 0 1.5em 1em 0;
    min-width: 13em; }

  .btn-about a {
    margin: 0 0.5em;
    min-width: 12em; }

  header .menu li {
    padding: 0 0.5em; }

  nav.container {
    padding: 0; }

  .m-1 {
    width: 100%; }

  .m-2 {
    width: 48%;
    padding-bottom: 1em; }

  .flex .l-4 {
    margin-left: 0; }

  .flex .m-2:nth-child(even) {
    margin-left: 4%; }

  .m-3 {
    width: 31%; }

  .m-4 {
    width: 23.5%; }

  .m-4x3 {
    width: 74%; }

  .map {
    margin-bottom: 2em; }

  .index-sct .h1-page {
    font-size: 1.7em; } }
@media screen and (max-width: 600px) {
  .sm-1 {
    width: 100%; }

  .sm-2 {
    width: 48%; }

  header .menu li {
    padding: 0 0.4em; }

  .caption-tate > .between {
    flex-direction: column-reverse; }

  .caption-tate .l-3x2 {
    padding-bottom: 2em;
    height: 100vw; }

  .btn-about a {
    margin: 0 0.5em;
    min-width: 12em; }

  .hide-sm {
    display: none; }

  .show-sm {
    display: block; }

  .main-navigation ul {
    padding-right: 0.8em; } }
@media screen and (min-width: 501px) and (max-width: 600px) {
  .site-header.scrolled {
    height: 10em; } }
@media screen and (min-width: 500px) {
  .show-s {
    display: none; }

  .l-4 h3 {
    margin-bottom: 0; }
    .l-4 h3:not(:first-child) {
      margin-top: 3em; }
  .l-4 li {
    border-bottom: 1px solid #cacaca; }
    .l-4 li a {
      display: block;
      text-decoration: none;
      padding: 1em;
      color: #242424; }
      .l-4 li a:hover {
        background: #e6efdf; } }
@media screen and (max-width: 499px) {
  h2 {
    font-size: 1.8em; }

  .index-sct {
    margin-bottom: 0.2em; }
    .index-sct .h1-page {
      font-size: 1.4em; }

  header .menu li {
    padding: 0 0.3em; }

  .hero img {
    top: 4em;
    width: 4em; }

  .reverse-s {
    flex-direction: column-reverse; }

  input[type="submit"], button[type="submit"] {
    padding: 0.8em 2em; }

  button[value="back"] {
    margin-right: 1em; }

  header nav .logo-m {
    width: 5em;
    height: 6em;
    margin-left: 0.5em; }

  .news a {
    display: block; }

  .btn-about a {
    padding: 1em;
    min-width: 7em; }

  .btn-boko a {
    min-width: 10em;
    padding: 1em; }

  .s-1, .li-info .s-1 {
    width: 100%; }

  .s-2 {
    width: 48%; }

  .s-3 {
    width: 33.333%; }

  .show-s {
    display: block; }

  .items .l-4x3 {
    margin-top: 2em; }

  h3.h3-s, ul.side-s li {
    color: #2d5a2d;
    padding: 0.2em 0.6em;
    border-left: 1px solid;
    font-size: 1em;
    border-right: 1px solid;
    margin: 0 0 0.6em -1px;
    text-align: center; }

  ul.side-s {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }

  .hero .hero-txt {
    width: 3.2em;
    top: 4em; }

  .index-sct .sct-copy {
    font-size: 1.15em; }

  .caption-tate h1 {
    font-size: 1.7em; } }
