@charset "UTF-8";
/*!
Theme Name: custom
Theme URI: 
Author: ryo
Author URI: 
Description: custom theme.
Version: 1.0
License: 
License URI: 
Text Domain: custom
*/
/**************************************
reset.css
**************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

/* form style reset and common style/ 
*/
input,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  min-height: 30px;
  padding: .2em .5em;
  color: inherit;
  border: none;
  border-radius: 0 !important;
  outline: none;
  -webkit-appearance: none; }

input[type=text]:focus,
input[type=text]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=tel]:focus,
input[type=tel]:active,
select:active,
select:focus,
textarea:active,
textarea:focus {
  background: none; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  letter-spacing: normal;
  word-wrap: break-word;
  color: #000;
  background: #fcf8f4;
  overflow-wrap: break-word; }

*,
*:before,
*:after {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  font-family: 'Talking';
  font-weight: 400;
  line-height: 1.5;
  margin: .5em 0;
  padding: 0;
  word-break: break-all;
  color: #da0000; }

.h-home {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
  background: url("images/deco-jagged01.png") repeat-x left 0 bottom 0; }

.h-home .icon-category {
  display: block;
  padding: 50px 0 14px 0; }

.h-home .icon-category.news {
  background: url("images/icon-news.png") no-repeat top center/auto 50px; }

.h-single,
.h-archive,
.h-page {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  margin: 0 auto 1em;
  padding: 0 0 0 90px; }

.h-single:before,
.h-single:after,
.h-archive:before,
.h-archive:after,
.h-page:before,
.h-page:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 7px;
  margin: auto;
  content: '';
  background: #da0000; }

.h-single:after,
.h-archive:after,
.h-page:after {
  width: 80px;
  height: 1px; }

.cat-prefix {
  position: relative;
  padding-left: 80px; }

.cat-prefix:before {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  content: 'CATEGORY';
  letter-spacing: .1em; }

.h-side {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 14px 0;
  text-align: center;
  letter-spacing: .2em;
  background: url("images/deco-jagged01.png") repeat-x left 0 bottom 0; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(63, 179, 219, 0.4);
  -webkit-touch-callout: none; }

a:hover,
a:active {
  cursor: pointer;
  text-decoration: underline; }

a:hover img,
a:active img {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

a img {
  transition: opacity .4s ease-out;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

a.tel {
  display: inline-block; }

a.mail {
  display: inline-block; }

a.no-effect:hover,
a.no-effect:active {
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

a.no-effect:hover img,
a.no-effect:active img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

a.no-decoration:hover,
a.no-decoration:active {
  text-decoration: none; }

a.no-opacity:hover,
a.no-opacity:active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

a.no-opacity:hover img,
a.no-opacity:active img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.no-gap {
  font-size: 0;
  line-height: 0; }

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.wrapContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.headContents {
  width: 100%;
  margin: 0; }

.headContents.home {
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px; }

.mainContents {
  width: 700px;
  margin: 0; }

.sideContents {
  width: 230px;
  margin: 0; }

.page section + section,
.page .section {
  margin: 50px auto; }

.wrapbox {
  overflow: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.fixed {
  position: fixed; }

.flexR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.pc-hidden {
  display: none; }

.sp-hidden {
  display: block; }

/**************************************
btn ボタン関連
**************************************/
.btn-wrap {
  width: 100%;
  text-align: center; }

.btn {
  line-height: 1;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all .4s ease-out;
  text-decoration: none !important;
  border: none;
  background: transparent; }

.btn:hover,
.btn:active {
  text-decoration: none;
  color: inherit; }

.btn-type-01 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 40px;
  padding: 13px 0 13px 18px;
  letter-spacing: normal;
  color: #fff;
  border-radius: 20px;
  background: #8c5937; }

.btn-type-01:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3.5px 0 3.5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff; }

.btn-type-01:before {
  left: 57px; }

.btn-type-01:hover,
.btn-type-01:active {
  color: #fff;
  background: #da0000; }

.btn-type-02 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 60px;
  padding: 22px 0;
  letter-spacing: normal;
  color: #fff;
  border-radius: 30px;
  background: #8c5937; }

.btn-type-02:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 1px;
  margin: auto;
  content: '';
  background: #fff; }

.btn-type-02:after {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3.5px 0 3.5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff; }

.btn-type-02:before {
  left: calc(50% + 3em); }

.btn-type-02:after {
  left: calc(50% + 3em + 29px); }

.btn-type-02:hover,
.btn-type-02:active {
  color: #fff;
  background: #da0000; }

/**************************************
embed 埋め込み関連
**************************************/
.emb-googlemap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 20px auto;
  padding-top: 0;
  padding-bottom: 50%; }

.emb-googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.emb-facebook {
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 6px auto;
  padding-bottom: 15% !important; }

.emb-facebook iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**************************************
お問い合わせフォーム
**************************************/
.form .lead {
  font-size: 16px;
  font-size: 1.6rem; }

.form .lead .notice {
  font-size: 14px;
  font-size: 1.4rem;
  color: #da0000; }

.form .wrap-form {
  width: 100%;
  margin: 0 auto; }

.form .form-items {
  width: 100%;
  margin: 2em auto; }

.form .form-items .require {
  position: relative; }

.form .form-items .require:after {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: 40px;
  height: 20px;
  padding: 4px 0;
  content: '必須';
  text-align: center;
  color: #fff;
  background: #da0000; }

.form .form-items .require.v-middle:after {
  top: 75px; }

.form .form-items dl,
.form .form-items dt,
.form .form-items dd {
  line-height: 1.5;
  margin: 0;
  padding: 0; }

.form .form-items dl {
  overflow: hidden;
  width: 100%;
  border-top: 1px dotted #ccc;
  background: #eee; }

.form .form-items dl:first-child {
  border-top: none; }

.form .form-items dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  float: left;
  width: 33%;
  padding: 20px 0 0 70px; }

.form .form-items dt.v-middle {
  padding-top: 75px; }

.form .form-items dd {
  float: right;
  width: 67%;
  min-height: 70px;
  padding: 20px 50px;
  background: #fff; }

.form .form-items input,
.form .form-items select,
.form .form-items textarea {
  height: 1.5em;
  min-height: 40px;
  padding: .2em .5em;
  border: 1px solid #999;
  background: #fff; }

.form .form-items select {
  width: 100%;
  cursor: pointer; }

.form .form-items textarea {
  line-height: 1.5;
  width: 100%;
  height: 9.5em; }

.form .form-items input[type=radio] {
  width: 1.4em;
  height: 1.4em;
  margin: auto .5em;
  -webkit-appearance: radio; }

.form .form-items input[type=text]:active,
.form .form-items input[type=text]:focus,
.form .form-items input[type=email]:active,
.form .form-items input[type=email]:focus,
.form .form-items input[type=tel]:active,
.form .form-items input[type=tel]:focus,
.form .form-items select:active,
.form .form-items select:focus,
.form .form-items textarea:active,
.form .form-items textarea:focus {
  border: 1px solid #da0000; }

.form .form-items input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

.form .form-items .mwform-checkbox-field label > input,
.form .form-items .mwform-checkbox-field label > span,
.form .form-items .mwform-radio-field label > input,
.form .form-items .mwform-radio-field label > span {
  display: inline-block;
  height: 1.5em;
  vertical-align: middle; }

.form .form-items .width-01 {
  width: 100%; }

.form .form-items .privacy-text {
  line-height: 2.3;
  padding-bottom: .5em; }

.form .form-items .privacy-text a {
  display: inline;
  text-decoration: underline; }

.form .form-submit {
  margin: 50px auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.form .form-submit .btn-submit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  padding: 22px 0;
  letter-spacing: normal;
  color: #fff;
  border-radius: 30px;
  background: #8c5937; }

.form .form-submit .btn-submit:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 1px;
  margin: auto;
  content: '';
  background: #fff; }

.form .form-submit .btn-submit:after {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3.5px 0 3.5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff; }

.form .form-submit .btn-submit:before {
  left: calc(50% + 3em); }

.form .form-submit .btn-submit:after {
  left: calc(50% + 3em + 29px); }

.form .form-submit .btn-submit:hover,
.form .form-submit .btn-submit:active {
  color: #fff;
  background: #da0000; }

.form .form-submit .btn-back {
  background: #000; }

.form .form-submit .btn-back:before {
  left: calc(50% - 5em); }

.form .form-submit .btn-back:after {
  left: calc(50% - 5em);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.form .form-submit .btn-send,
.form .form-submit .btn-confirm,
.form .form-submit .btn-top {
  background: #8c5937; }

.form.step-confirm .form-items .require.v-middle:after {
  top: 28px; }

.form.step-confirm .form-items dt.v-middle {
  padding-top: 26px; }

.form.step-confirm .form-items dd {
  line-height: 2.3; }

.form.step-confirm .form-items .privacy-text {
  display: none; }

.form.step-complete .lead {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center; }

/**************************************
.wysiwyg / .wp-block共通
**************************************/
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wp-block .editor-block-list__block-edit h1,
.wp-block .editor-block-list__block-edit h2,
.wp-block .editor-block-list__block-edit h3,
.wp-block .editor-block-list__block-edit h4,
.wp-block .editor-block-list__block-edit h5,
.wp-block .editor-block-list__block-edit h6 {
  font-family: 'Talking';
  font-weight: 400;
  line-height: 1.5;
  margin: .5em 0;
  padding: 0;
  word-break: break-all;
  color: #da0000; }

.wysiwyg h1,
.wp-block .editor-block-list__block-edit h1 {
  font-size: 18px; }

.wysiwyg h2,
.wp-block .editor-block-list__block-edit h2 {
  font-size: 18px; }

.wysiwyg h3,
.wp-block .editor-block-list__block-edit h3 {
  font-size: 16px; }

.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wp-block .editor-block-list__block-edit h4,
.wp-block .editor-block-list__block-edit h5,
.wp-block .editor-block-list__block-edit h6 {
  font-size: 16px; }

.wysiwyg p,
.wp-block .editor-block-list__block-edit p {
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph; }

.wysiwyg p + p,
.wp-block .editor-block-list__block-edit p + p {
  margin: 1em 0; }

.wysiwyg img,
.wp-block .editor-block-list__block-edit img {
  margin: 0 auto; }

.wysiwyg a,
.wp-block .editor-block-list__block-edit a {
  display: inline-block;
  text-decoration: none; }

.wysiwyg a:hover,
.wp-block .editor-block-list__block-edit a:hover {
  text-decoration: underline; }

.wysiwyg ul li,
.wysiwyg
.wp-block .editor-block-list__block-edit ul li,
.wp-block .editor-block-list__block-edit .wysiwyg ul li,
.wysiwyg ol li,
.wysiwyg
.wp-block .editor-block-list__block-edit ol li,
.wp-block .editor-block-list__block-edit .wysiwyg ol li,
.wp-block .editor-block-list__block-edit ul li,
.wp-block .editor-block-list__block-edit ol li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em; }

.wysiwyg ul li:before,
.wysiwyg
.wp-block .editor-block-list__block-edit ul li:before,
.wp-block .editor-block-list__block-edit .wysiwyg ul li:before,
.wysiwyg ol li:before,
.wysiwyg
.wp-block .editor-block-list__block-edit ol li:before,
.wp-block .editor-block-list__block-edit .wysiwyg ol li:before,
.wp-block .editor-block-list__block-edit ul li:before,
.wp-block .editor-block-list__block-edit ol li:before {
  font-size: 1em;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  content: '・';
  text-align: center;
  border-radius: 0; }

.wysiwyg ul,
.wp-block .editor-block-list__block-edit ul {
  list-style: none; }

.wysiwyg ol,
.wp-block .editor-block-list__block-edit ol {
  list-style: none;
  counter-reset: mycount; }

.wysiwyg ol li,
.wp-block .editor-block-list__block-edit ol li {
  margin-bottom: 1em;
  padding-left: 2em; }

.wysiwyg ol li:before,
.wp-block .editor-block-list__block-edit ol li:before {
  top: 0;
  width: 2em;
  content: "(" counter(mycount) ")";
  counter-increment: mycount;
  background: none; }

.wysiwyg ol li p,
.wp-block .editor-block-list__block-edit ol li p {
  margin: 0; }

.wysiwyg .aligncenter,
.wp-block .editor-block-list__block-edit .aligncenter {
  display: block;
  margin: 1em auto; }

.wysiwyg .alignleft,
.wp-block .editor-block-list__block-edit .alignleft {
  float: left;
  margin: 1em auto;
  margin-left: 0; }

.wysiwyg .alignright,
.wp-block .editor-block-list__block-edit .alignright {
  float: right;
  margin: 1em auto;
  margin-right: 0; }

.wysiwyg .textcenter,
.wp-block .editor-block-list__block-edit .textcenter {
  text-align: center; }

.wysiwyg .textleft,
.wp-block .editor-block-list__block-edit .textleft {
  text-align: left; }

.wysiwyg .textright,
.wp-block .editor-block-list__block-edit .textright {
  text-align: right; }

.wysiwyg strong,
.wp-block .editor-block-list__block-edit strong {
  font-weight: 600; }

.wysiwyg em,
.wp-block .editor-block-list__block-edit em {
  font-style: italic; }

.wysiwyg del,
.wp-block .editor-block-list__block-edit del {
  text-decoration: line-through; }

.wysiwyg blockquote,
.wp-block .editor-block-list__block-edit blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-left: 5px solid #ccc; }

.wysiwyg hr,
.wp-block .editor-block-list__block-edit hr {
  height: 1px;
  margin: 1.5em 0;
  border: 0;
  background-color: #ccc; }

.wysiwyg table,
.wp-block .editor-block-list__block-edit table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc; }

.wysiwyg table td,
.wysiwyg table th,
.wp-block .editor-block-list__block-edit table td,
.wp-block .editor-block-list__block-edit table th {
  padding: .5em 1em;
  border-top: 1px dotted #ccc; }

.wysiwyg table th,
.wp-block .editor-block-list__block-edit table th {
  text-align: left;
  vertical-align: top;
  background-color: #ccc; }

.wysiwyg .wp-caption,
.wysiwyg .gallery-caption,
.wp-block .editor-block-list__block-edit .wp-caption,
.wp-block .editor-block-list__block-edit .gallery-caption {
  max-width: 100%; }

.wysiwyg .wp-caption .wp-caption-text,
.wp-block .editor-block-list__block-edit .wp-caption .wp-caption-text {
  margin: 1em 0; }

.wysiwyg .sticky .icon-thumb-tack,
.wp-block .editor-block-list__block-edit .sticky .icon-thumb-tack {
  top: 1.5em;
  left: -2.5em;
  width: 32px;
  height: 23px; }

.wysiwyg .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar,
.wp-block .editor-block-list__block-edit .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px;
  border: 1px solid #333; }

.wysiwyg .screen-reader-text,
.wp-block .editor-block-list__block-edit .screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.wysiwyg .screen-reader-text:focus,
.wp-block .editor-block-list__block-edit .screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 1em;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  /* Above WP toolbar. */ }

/**************************************
.wp-block
**************************************/
.wp-block {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  max-width: 732px;
  margin: 0;
  padding: 0; }

.wp-block .editor-post-title__input {
  font-size: 18px;
  color: #000; }

/**************************************
404.php
**************************************/
.error-404 .search {
  width: 50%;
  margin: 1em 0; }

.archive .cat_description {
  margin-bottom: 40px; }

.archive .cat_description p {
  margin: 1em 0; }

/**************************************
共通：パーツ・レイアウトなど
**************************************/
/**************************************
各ページ固有
**************************************/
.post-list-items {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.post-list-items .post-list-item {
  width: 210px;
  margin-right: 35px;
  margin-bottom: 40px; }

.post-list-items .post-list-item .entry-link .area-image {
  overflow: hidden;
  width: 210px;
  height: 140px; }

.post-list-items .post-list-item .entry-link .area-content {
  width: 100%;
  padding-top: 10px; }

.post-list-items .post-list-item .entry-link .area-content .entry-cat {
  overflow: hidden;
  height: 20px; }

.post-list-items .post-list-item .entry-link .area-content .entry-cat .cat-item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  float: left;
  margin: 0;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #8c5937; }

.post-list-items .post-list-item .entry-link .area-content .entry-cat .cat-item:nth-child(n + 2) {
  margin: 0 0 0 10px; }

.post-list-items .post-list-item .entry-link .area-content .entry-title {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  height: 3em;
  margin: 5px 0 0 0;
  padding: 0;
  color: #000; }

.post-list-items .post-list-item .entry-link .area-content .entry-excerpt {
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  height: 4.5em;
  margin: 5px 0 0 0; }

.post-list-items .post-list-item .entry-link .area-content .entry-date {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 0;
  color: #999; }

.post-list-items .post-list-item .entry-link:hover,
.post-list-items .post-list-item .entry-link:active {
  text-decoration: none; }

.post-list-items .post-list-item .entry-link:hover .entry-title,
.post-list-items .post-list-item .entry-link:active .entry-title {
  text-decoration: underline;
  color: #da0000; }

.home .post-list-items .post-list-item:nth-child(-n + 2) {
  width: 330px;
  margin-right: 38px; }

.home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-image {
  width: 330px;
  height: 220px; }

.home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-content .entry-title {
  font-size: 18px;
  font-size: 1.8rem; }

.home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-content .entry-date {
  font-size: 12px;
  font-size: 1.2rem; }

.home .post-list-items .post-list-item:nth-child(3n + 2) {
  margin-right: 0; }

.archive .post-list-items .post-list-item,
.search .post-list-items .post-list-item,
.page-news .post-list-items .post-list-item,
.related .post-list-items .post-list-item {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dotted #8c5937; }

.archive .post-list-items .post-list-item .entry-link,
.search .post-list-items .post-list-item .entry-link,
.page-news .post-list-items .post-list-item .entry-link,
.related .post-list-items .post-list-item .entry-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.archive .post-list-items .post-list-item .entry-link .area-image,
.search .post-list-items .post-list-item .entry-link .area-image,
.page-news .post-list-items .post-list-item .entry-link .area-image,
.related .post-list-items .post-list-item .entry-link .area-image {
  width: 22%;
  max-width: 150px;
  height: auto; }

.archive .post-list-items .post-list-item .entry-link .area-image .entry-thumb,
.search .post-list-items .post-list-item .entry-link .area-image .entry-thumb,
.page-news .post-list-items .post-list-item .entry-link .area-image .entry-thumb,
.related .post-list-items .post-list-item .entry-link .area-image .entry-thumb {
  width: 100%;
  height: auto; }

.archive .post-list-items .post-list-item .entry-link .area-content,
.search .post-list-items .post-list-item .entry-link .area-content,
.page-news .post-list-items .post-list-item .entry-link .area-content,
.related .post-list-items .post-list-item .entry-link .area-content {
  width: 74%;
  padding: 0; }

.archive .post-list-items .post-list-item .entry-link .area-content .entry-title,
.search .post-list-items .post-list-item .entry-link .area-content .entry-title,
.page-news .post-list-items .post-list-item .entry-link .area-content .entry-title,
.related .post-list-items .post-list-item .entry-link .area-content .entry-title {
  margin: 10px 0 0 0; }

.archive .post-list-items .post-list-item .entry-link .area-content .entry-excerpt,
.search .post-list-items .post-list-item .entry-link .area-content .entry-excerpt,
.page-news .post-list-items .post-list-item .entry-link .area-content .entry-excerpt,
.related .post-list-items .post-list-item .entry-link .area-content .entry-excerpt {
  display: none; }

/**************************************
content-ranking.php
**************************************/
.ranking-item .tabMenu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.ranking-item .tabMenu li a {
  color: #8c5937;
  background: #fcf8f4; }

.ranking-item .tabMenu li a.active,
.ranking-item .tabMenu li a:hover,
.ranking-item .tabMenu li a:active {
  color: #fff;
  background: #8c5937; }

.ranking-item .tabMenu li:nth-child(n + 2) a {
  border-left: 1px solid #8c5937; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list {
  list-style: none;
  counter-reset: mycount; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 1em;
  border-bottom: 1px dotted #8c5937;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:before {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: calc(50% - .5em);
  left: .5em;
  content: counter(mycount, decimal);
  counter-increment: mycount;
  color: #8c5937; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image .thumbnail {
  width: 150px;
  height: 100px; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  overflow: hidden; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title:hover,
.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title:active {
  text-decoration: underline;
  color: #da0000; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .category {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  color: #999; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .author {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  color: #999; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .author:before {
  position: absolute;
  content: '記者：'; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .author a {
  padding-left: 3em; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .date {
  font-size: 10px;
  font-size: 1rem;
  color: #999; }

.ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:last-child {
  border: none; }

.ranking-item #tabBoxes #tabBox2 {
  display: none; }

.ranking-item #tabBoxes #tabBox3 {
  display: none; }

.side-ranking .ranking-item {
  margin-top: 10px; }

.side-ranking .ranking-item .tabMenu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.side-ranking .ranking-item .tabMenu li {
  width: calc(100% / 3);
  text-align: center; }

.side-ranking .ranking-item .tabMenu li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3.8;
  width: 100%;
  height: 50px; }

.side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li {
  padding: 17px 1em 17px 3em; }

.side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image {
  display: none; }

.side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content {
  width: 100%; }

.side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title {
  font-size: 14px;
  font-size: 1.4rem;
  height: 4.5em; }

.side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .category {
  display: none; }

.side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .author {
  display: none; }

.side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .date {
  display: none; }

.side-ranking .ranking-item #tabMenu02 {
  display: none; }

.page-ranking {
  margin: 30px 0; }

.page-ranking .ranking-item .tabMenu li {
  width: 12%;
  text-align: center; }

.page-ranking .ranking-item .tabMenu li:last-child {
  width: calc(100% - 12*2%);
  text-align: left; }

.page-ranking .ranking-item .tabMenu li:last-child a {
  padding-left: 30px; }

.page-ranking .ranking-item .tabMenu li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3.8;
  width: 100%;
  height: 50px; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li {
  padding: 20px 2em 20px 3em; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image .thumbnail {
  width: 150px;
  height: 100px; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content {
  width: 71%; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title {
  font-size: 14px;
  font-size: 1.4rem;
  height: 3em; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .category {
  padding: .5em 0; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-image .thumbnail {
  width: 250px;
  height: 175px; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content {
  width: 55%; }

.page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content .content .title {
  font-size: 16px;
  font-size: 1.6rem; }

.single .entry-meta {
  margin-bottom: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.single .entry-meta .entry-cat {
  overflow: hidden;
  height: 20px; }

.single .entry-meta .entry-cat .cat-item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  float: left;
  margin: 0;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #8c5937; }

.single .entry-meta .entry-cat .cat-item:nth-child(n + 2) {
  margin: 0 0 0 10px; }

.single .entry-meta .entry-date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #999; }

/**************************************
footer
**************************************/
.footer {
  margin-top: 100px; }

.footer .footer-company {
  padding: 40px 0;
  background: url("images/deco-jagged02.png") repeat-x left 0 top 0; }

.footer .footer-company .footer-navigation {
  width: 760px;
  margin-top: 56px; }

.footer .footer-company .footer-navigation .footer-navigation__list {
  list-style: none; }

.footer .footer-company .footer-navigation .cat-item {
  width: 253px;
  margin-bottom: 40px; }

.footer .footer-company .footer-navigation .cat-item a {
  position: relative;
  padding-left: 16px; }

.footer .footer-company .footer-navigation .cat-item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3.5px 0 3.5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #8c5937; }

.footer .footer-company .footer-navigation .cat-item .children {
  display: none; }

.footer .footer-company .footer-logo {
  width: 220px;
  text-align: center; }

.footer .footer-company .footer-logo .logo-02 {
  padding-bottom: 12px; }

.footer .footer-company .footer-logo .logo-03 {
  padding-top: 10px;
  border-top: 1px solid #000; }

.footer .footer-copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #8c5937; }

/**************************************
header
**************************************/
.header {
  position: relative;
  z-index: 9999;
  width: 100%;
  margin-bottom: 30px; }

.header .header-logo__link {
  padding: 20px 0 10px 0;
  text-align: center; }

.header .header-logo__title {
  margin: 0;
  padding: 0; }

.header .navigation {
  position: relative;
  width: 940px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.header .navigation .navigation__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.header .navigation .navigation__link {
  font-family: 'Talking';
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  /*height: 84px;*/
  height: 76px;
  text-align: center;
  text-decoration: none;
  color: #da0000; }

.header .navigation .navigation__link.menu-eat {
  background: url(images/navi-eat.png) no-repeat top/54px 55px; }

.header .navigation .navigation__link.menu-cook {
  background: url(images/navi-cook.png) no-repeat top/56px 56px; }

.header .navigation .navigation__link.menu-sell {
  background: url(images/navi-sell.png) no-repeat left 50% top 8px/58px 45px; }

.header .navigation .navigation__link.menu-obentobako {
  background: url(images/navi-obentobako.png) no-repeat left 50% top 10px/73px 44px; }

.header .navigation .navigation__link.menu-acta {
  background: url(images/navi-acta.png) no-repeat top/50px 52px; }

.header .navigation .navigation__link.menu-for-restaurant{
  background: url(images/navi-for-restaurant.png) no-repeat left 50% top 10px/70px 41px; }

.header .navigation .navigation__link.menu-contact {
  background: url(images/navi-contact.png) no-repeat top/57px 50px; }

.header .navigation .navigation__link.menu-search {
  cursor: pointer;
  background: url(images/navi-search.png) no-repeat top/40px 39px; }

.header .navigation .navigation__link.menu-search:hover .navigation__text {
  box-shadow: none; }

.header .navigation .navigation__link:hover .navigation__text {
  transition: box-shadow .3s linear;
  box-shadow: 0 4px 0 0 #da0000; }

.header .navigation .navigation__text {
  position: relative;
  /*bottom: -62px;*/
  bottom: -56px;}

.header .navigation #js-search-form .search-form {
  display: none; }

.header .navigation #js-search-form.active {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 90px;
  padding: 12px 0;
  transition: background .4s;
  background: #eee; }

.header .navigation #js-search-form.active .navigation__link {
  float: right;
  width: 100px;
  height: 100%; }

.header .navigation #js-search-form.active .navigation__text {
  bottom: -53px; }

.header .navigation #js-search-form.active .search-form {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
  height: 100%;
  padding: 10px 0;
  color: #eee; }

.header .navigation #js-search-form.active .search-form .search-form__input {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  color: rgba(56, 47, 47, 0.3);
  border-right: 1px solid #da0000;
  background-color: #eee !important; }

.header .navigation #js-search-form.active .search-form .search-form__submit {
  display: none; }

.header .header-sp-button {
  display: none; }

/**************************************
front-page.php　or home.php
**************************************/
.home .top-story {
  margin-top: 100px; }

.home .top-story .deco-triangle_surround {
  width: 696px;
  height: 780px;
  margin: 0 auto;
  padding: 50px 0;
  background: url("images/deco-square01.png") repeat-x left -6px bottom -6px/12px, url("images/deco-square01.png") repeat-x left -6px top -6px/12px, url("images/deco-square01.png") repeat-y left -6px top -6px/12px, url("images/deco-square01.png") repeat-y right -6px top -6px/12px; }

.home .top-story .story {
  width: 600px;
  margin: 0 auto; }

.home .top-story .story__title {
  font-family: 'Talking';
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 50px 0 10px 0;
  text-align: center;
  color: #da0000;
  border-bottom: 1px solid #da0000;
  background: url("images/icon-bentobako.png") no-repeat top center/80px 50px; }

.home .top-story .br {
  display: none; }

.home .top-story .deco-box-01 {
  position: absolute;
  right: 0;
  bottom: -4.5px;
  left: 0;
  display: block;
  width: 30px;
  height: 9px;
  margin: auto;
  background: #da0000; }

.home .top-story .deco-box-01:before,
.home .top-story .deco-box-01:after {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-style: solid; }

.home .top-story .deco-box-01:before {
  right: 0;
  border-width: 4.5px 3px 4.5px 0;
  border-color: transparent #fcf8f4 transparent transparent; }

.home .top-story .deco-box-01:after {
  left: 0;
  border-width: 4.5px 0 4.5px 3px;
  border-color: transparent transparent transparent #fcf8f4; }

.home .top-story .story__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-top: 20px;
  letter-spacing: .06em; }

.home .top-story .story__signature {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 38px;
  text-align: right; }

.home .top-story .story__signature .story__signature__name {
  padding-left: 1em; }

/**************************************
parts-banner
**************************************/
.parts-banner {
  margin: 40px 0; }

.parts-banner img {
  display: block; }

.parts-banner a + a {
  margin-top: 20px; }

/**************************************
parts-breadcrumbs
**************************************/
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #999; }

.breadcrumbs a {
  display: inline-block; }

/**************************************
parts-navigation
**************************************/
.post-navigation {
  margin: 40px auto;
  border-top: 1px solid #da0000;
  border-bottom: 1px solid #da0000; }

.post-navigation .prev,
.post-navigation .next {
  width: 50%; }

.post-navigation .prev span,
.post-navigation .next span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  color: #da0000; }

.post-navigation .prev a,
.post-navigation .next a {
  height: 6.25em;
  padding: 20px; }

.post-navigation .next {
  text-align: right; }

/**************************************
parts-pagenavi
**************************************/
.wp-pagenavi {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  clear: both;
  margin: 40px auto;
  text-align: center; }

.wp-pagenavi a,
.wp-pagenavi span {
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px;
  padding: 0;
  text-decoration: none;
  color: #8c5937;
  border: solid 1px #8c5937;
  border-radius: 0;
  background: transparent; }

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  width: 12px;
  height: 40px;
  padding: 0;
  border: none; }

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  border: none; }

.wp-pagenavi a.previouspostslink {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(images/icon-arrow-06.png) no-repeat center/contain; }

.wp-pagenavi a.nextpostslink {
  background: url(images/icon-arrow-06.png) no-repeat center/contain; }

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: none; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #da0000;
  border: solid 1px #da0000; }

/**************************************
searchform
**************************************/
.searchform {
  background: #fff;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.searchform .search-keyword,
.searchform .search-button {
  font-family: inherit;
  font-size: inherit;
  height: 35px;
  min-height: 35px;
  margin: 0;
  padding: 0;
  color: inherit;
  border: none;
  border-radius: 0 !important; }

.searchform .search-keyword {
  width: calc(100% - 35px);
  padding: .5em;
  border: 1px solid #eee; }

.searchform .search-keyword:focus {
  border: 1px solid #999; }

.searchform .search-button {
  font-size: 0;
  width: 35px;
  height: 35px;
  background: #eee url(images/navi-search.png) no-repeat center/50%; }

.searchform .search-button:hover,
.searchform .search-button:active {
  cursor: pointer; }

/**************************************
sidebar.php
**************************************/
.sideContents .side-ranking {
  margin-bottom: 50px; }

.sideContents .side-category {
  margin-bottom: 50px; }

.sideContents .side-category .side-category-list .cat-item a {
  position: relative;
  padding: 14px 16px;
  border-bottom: 1px dotted #8c5937; }

.sideContents .side-category .side-category-list .cat-item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 3.5px 0 3.5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #8c5937; }

.sideContents .side-category .side-category-list .cat-item a:hover,
.sideContents .side-category .side-category-list .cat-item a:active {
  text-decoration: underline;
  color: #da0000; }

.sideContents .side-category .side-category-list .children {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #8c5937; }

.sideContents .side-category .side-category-list .children .cat-item a {
  padding: 10px 10px 10px 32px;
  border: none; }

.sideContents .side-category .side-category-list .children .cat-item a:before {
  display: none; }

.sideContents .side-category .side-category-list > .cat-item:last-child .children {
  border: none; }

@media screen and (max-width: 999px){
  html{
    font-size: 62.5%; }
  .pc-hidden{
    display: block; }
  .sp-hidden{
    display: none; }
  .container{
    max-width: none;
    padding: 0 20px; }
  .wrapContents{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .mainContents{
    margin: 0 auto; }
  .sideContents{
    width: 700px;
    margin: 60px auto; }
  .btn-type-01,
  .btn-type-02{
    font-size: 1.6rem;
    height: 50px;
    padding: 17px 0;
    border-radius: 25px; }
  .form .form-items .require:after{
    left: 20px; }
  .form .form-items dt{
    padding: 26px 20px 0 70px; }
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li,
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child{
    padding: 20px 0 20px 2.5em; }
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image,
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-image,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-image{
    display: block;
    width: 25%; }
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image .thumbnail,
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-image .thumbnail,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image .thumbnail,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-image .thumbnail{
    width: 100%;
    height: auto; }
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content,
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content{
    width: 70%; }
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title,
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content .content .title,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content .content .title{
    font-size: 1.4rem;
    height: auto;
    padding: 0; }
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .category,
  .main-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content .category,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .category,
  .side-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content .category{
    padding: 0; }
  .main-ranking .ranking-item .tabMenu li,
  .side-ranking .ranking-item .tabMenu li{
    width: calc(100% / 3); }
  .main-ranking .ranking-item .tabMenu li:last-child,
  .side-ranking .ranking-item .tabMenu li:last-child{
    width: calc(100% / 3);
    text-align: center; }
  .main-ranking .ranking-item .tabMenu li:last-child a,
  .side-ranking .ranking-item .tabMenu li:last-child a{
    padding-left: 0; }
  .main-ranking .ranking-item .btn-wrap,
  .side-ranking .ranking-item .btn-wrap{
    margin: 20px auto; }
  .footer{
    margin-top: 60px; }
  .footer .footer-company .footer-navigation{
    width: calc(100% - 220px);
    margin: 0; }
  .footer .footer-company .footer-navigation .cat-item{
    width: 33%; }
  .header{
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 90px;
    background: #fcf8f4; }
  .header .header-logo{
    text-align: center; }
  .header .header-logo__link{
    line-height: 1;
    display: inline-block;
    padding: 10px 0; }
  .header .header-logo__link .logo-01{
    width: 180px; }
  .header .navigation{
    right: -100%;
    transition: opacity .4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .header .navigation.active{
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 86%;
    max-width: 320px;
    height: 90vh;
    margin: 0;
    padding: 25px 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(136, 87, 55, 0.95);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .header .navigation.active .navigation__item{
    width: 50%;
    height: 104px; }
  .header .navigation.active .navigation__link{
    font-size: 1.5rem;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    color: #fff; }
  .header .navigation.active .navigation__link.menu-eat{
    background: url(images/navi-eat_on.png) no-repeat left 50% top 20px/34% auto; }
  .header .navigation.active .navigation__link.menu-cook{
    background: url(images/navi-cook_on.png) no-repeat left 50% top 20px/34% auto; }
  .header .navigation.active .navigation__link.menu-sell{
    background: url(images/navi-sell_on.png) no-repeat left 50% top 30px/34% auto; }
  .header .navigation.active .navigation__link.menu-obentobako{
    background: url(images/navi-obentobako_on.png) no-repeat left 50% top 30px/39% auto; }
  .header .navigation.active .navigation__link.menu-acta{
    background: url(images/navi-acta_on.png) no-repeat left 50% top 30px/30% auto; }
  .header .navigation.active .navigation__link.menu-for-restaurant{
    background: url(images/navi-for-restaurant_on.png) no-repeat left 50% top 30px/39% auto; }
  .header .navigation.active .navigation__link.menu-contact{
    background: url(images/navi-contact_on.png) no-repeat left 50% top 26px/34% auto; }
  .header .navigation.active .navigation__link.menu-search{
    display: none; }
  .header .navigation.active .navigation__link:hover .navigation__text{
    box-shadow: none; }
  .header .navigation.active .navigation__text{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%; }
  .header .navigation.active #js-search-form{
    width: 100%;
    height: auto;
    padding: 25px 0; }
  .header .navigation.active #js-search-form .search-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    color: #eee; }
  .header .navigation.active #js-search-form .search-form .search-form__input{
    font-size: 1.6rem;
    width: calc(100% - 40px);
    height: 40px;
    padding: .2em .5em;
    color: rgba(56, 47, 47, 0.3);
    border: none;
    background-color: #fff !important; }
  .header .navigation.active #js-search-form .search-form .search-form__submit{
    width: 40px;
    height: 40px;
    border: none;
    background: black url(images/icon-search.png) no-repeat center/50%; }
  .header .header-sp-button{
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 25px;
    display: block;
    width: 35px;
    height: 30px; }
  .header .header-sp-button #js-sp-menu{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: auto;
    cursor: pointer;
    transition: all .5s; }
  .header .header-sp-button #js-sp-menu span{
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    transition: all .5s;
    border-radius: 3px;
    background: #8c5937; }
  .header .header-sp-button #js-sp-menu span:nth-of-type(1){
    top: 0; }
  .header .header-sp-button #js-sp-menu span:nth-of-type(2){
    top: 0;
    bottom: 0;
    margin: auto; }
  .header .header-sp-button #js-sp-menu span:nth-of-type(3){
    bottom: 0; }
  .header .header-sp-button #js-sp-menu.active span:nth-of-type(1){
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left;
            transform-origin: left; }
  .header .header-sp-button #js-sp-menu.active span:nth-of-type(2){
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .header .header-sp-button #js-sp-menu.active span:nth-of-type(3){
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left;
            transform-origin: left; }
  .header + div{
    padding-top: 90px; }
  .home .top-story{
    margin-top: 60px; }
  .sideContents .side-ranking{
    margin-bottom: 0; }
  .sideContents .side-category{
    display: none; } }

@media screen and (max-width: 767px){
  html{
    font-size: 62.5%; }
  a:hover,
  a:active{
    text-decoration: none; }
  .mainContents{
    width: 100%; }
  .sideContents{
    width: 100%; }
  .form .lead{
    font-size: 1.5rem; }
  .form .lead .notice{
    font-size: 1.2rem; }
  .form .form-items .require:after{
    top: 0;
    right: 0;
    left: auto; }
  .form .form-items .require.v-middle:after{
    top: 0;
    right: 0;
    left: auto; }
  .form .form-items dt,
  .form .form-items dd{
    float: none;
    width: 100%;
    min-height: 30px;
    padding: .8em 1em; }
  .form .form-items dt.v-middle,
  .form .form-items dd.v-middle{
    padding: .8em 1em; }
  .form .form-items dd.type-radio > span{
    display: block;
    margin-left: 0; }
  .form .form-items dd.privacy-check{
    text-align: center; }
  .form .form-submit{
    margin: 20px auto; }
  .form .form-submit .btn-submit{
    font-size: 1.4rem;
    width: 100%;
    height: 60px;
    margin: 10px auto;
    padding: 23px 0; }
  .form.step-confirm .form-items .require.v-middle:after{
    top: 0;
    right: 0;
    left: auto; }
  .form.step-confirm .form-items dt.v-middle{
    padding: .8em 1em; }
  .form.step-confirm .form-items dd{
    line-height: 1.5; }
  .form.step-complete .lead{
    font-size: 2.1rem; }
  .post-list-items .post-list-item .entry-link .area-content .entry-cat{
    height: 18px; }
  .post-list-items .post-list-item .entry-link .area-content .entry-cat .cat-item{
    font-size: 1rem; }
  .home .post-list-items{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .home .post-list-items .post-list-item,
  .home .post-list-items .post-list-item:nth-child(-n + 2){
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px; }
  .home .post-list-items .post-list-item .entry-link .area-image,
  .home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-image{
    width: 100%;
    height: auto; }
  .home .post-list-items .post-list-item .entry-link .area-content,
  .home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-content{
    width: 100%; }
  .home .post-list-items .post-list-item .entry-link .area-content .entry-title,
  .home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-content .entry-title{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    height: 3em;
    margin: 5px 0 0 0;
    padding: 0;
    color: #000; }
  .home .post-list-items .post-list-item .entry-link .area-content .entry-excerpt,
  .home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-content .entry-excerpt{
    font-size: 1.4rem;
    overflow: hidden;
    height: 4.5em;
    margin: 5px 0 0 0; }
  .home .post-list-items .post-list-item .entry-link .area-content .entry-date,
  .home .post-list-items .post-list-item:nth-child(-n + 2) .entry-link .area-content .entry-date{
    font-size: 1.1rem;
    margin: 0;
    color: #999; }
  .page-ranking{
    margin: 30px 0; }
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li,
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child{
    padding: 20px 0 20px 2.5em; }
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image,
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-image{
    width: 25%; }
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-image .thumbnail,
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-image .thumbnail{
    width: 100%;
    height: auto; }
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content,
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content{
    width: 70%; }
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .content .title,
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content .content .title{
    font-size: 1.4rem;
    height: auto;
    padding: 0; }
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .category,
  .page-ranking .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li:first-child .area-content .category{
    padding: 0; }
  .footer .footer-company .footer-navigation .cat-item{
    width: 50%; }
  .home .top-story .deco-triangle_surround{
    width: 100%;
    height: auto;
    padding: 30px 0;
    border: 2px ridge #8c5937;
    background: none; }
  .home .top-story .story{
    width: 90%; }
  .home .top-story .story__title{
    font-size: 1.8rem; }
  .parts-banner{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .parts-banner a{
    width: calc(50% - 10px); }
  .parts-banner a + a{
    margin-top: 0; } }

@media screen and (max-width: 499px){
  html{
    font-size: 62.5%; }
  body{
    font-size: 1.4rem; }
  .h-home{
    font-size: 1.6rem; }
  .h-home .icon-category{
    padding: 36px 0 14px 0; }
  .h-home .icon-category.news{
    background: url("images/icon-news.png") no-repeat top center/auto 36px; }
  .h-single,
  .h-archive,
  .h-page{
    font-size: 1.6rem; }
  .cat-prefix{
    padding-left: 0; }
  .cat-prefix:before{
    font-size: .8rem;
    top: -1.5em;
    bottom: auto; }
  .h-side{
    font-size: 1.6rem; }
  .container{
    padding: 0 10px; }
  .sideContents{
    margin: 20px auto; }
  .emb-googlemap{
    padding-bottom: 65%; }
  .form-items .mwform-checkbox-field label > span,
  .form-items .mwform-radio-field label > span{
    width: calc(100% - 3em); }
  .error-404 .search{
    width: 100%; }
  .content-list-01-items .content-list-01{
    margin-bottom: 15px; }
  .content-list-01-items .content-list-01 .wrap-area .area-image{
    width: 75px; }
  .content-list-01-items .content-list-01 .wrap-area .area-content{
    width: calc(100% - 75px - 15px);
    padding-top: 0; }
  .content-list-01-items .content-list-01 .wrap-area .area-content .entry-title{
    font-size: 1.2rem;
    line-height: 1.5;
    height: 3em;
    margin: 0; }
  .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .category{
    font-size: 1.2rem; }
  .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .author{
    font-size: 1.2rem; }
  .ranking-item #tabBoxes .popular-posts ol.popular-posts-list li .area-content .date{
    font-size: 1.2rem; }
  .side-ranking{
    margin: 40px 0; }
  .page-ranking .ranking-item .tabMenu li{
    width: calc(100% / 3); }
  .page-ranking .ranking-item .tabMenu li:last-child{
    width: calc(100% / 3); }
  .footer{
    margin-top: 40px; }
  .footer .footer-company{
    padding: 20px 0; }
  .footer .footer-company .footer-navigation{
    width: 100%; }
  .footer .footer-company .footer-navigation .cat-item{
    width: 100%;
    margin: 0; }
  .footer .footer-company .footer-navigation .cat-item a{
    padding: 14px 16px;
    border-bottom: 1px dotted #8c5937; }
  .footer .footer-company .footer-navigation .cat-item .children{
    display: block; }
  .footer .footer-company .footer-navigation .cat-item .children a{
    padding: 12px 30px; }
  .footer .footer-company .footer-navigation .cat-item .children a:before{
    left: 14px; }
  .footer .footer-company .footer-logo{
    width: 100%;
    margin-top: 40px; }
  .footer .footer-company .footer-logo .footer-logo__link{
    margin: 0 auto; }
  .home .top-story{
    margin-top: 40px; }
  .home .top-story .deco-triangle_surround{
    padding: 20px 0; }
  .home .top-story .story__title{
    font-size: 1.6rem; }
  .home .top-story .br{
    display: inline; }
  .home .top-story .story__text{
    line-height: 1.5; }
  .home .top-story .story__signature .story__signature__name{
    display: block; }
  .parts-banner a{
    width: calc(50% - 5px); }
  .breadcrumbs{
    font-size: 1rem;
    margin-bottom: 15px; }
  .post-navigation{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .post-navigation .prev,
  .post-navigation .next{
    width: 100%; }
  .post-navigation .next{
    border-top: 1px solid #da0000;
    border-left: none; } }

/*# sourceMappingURL=css/src/maps/style.css.map */
