@charset "UTF-8";
/*
Theme Name: global-kitchen.jp
Theme URI: http://www.global-kitchen.jp//wp-content/themes/global-kitchen/
Description: グローバルキッチン株式会社の公式サイトのテーマ
Author: グローバルキッチン株式会社
Author URI: http://www.global-kitchen.jp/
Version: 1.0
*/
/* ---------------------------------------------------------
 normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------- */
/* Document
   ====================================================== */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
   ====================================================== */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em; }

/* Grouping content
   ====================================================== */
figcaption,
figure,
main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
   ====================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

b,
strong {
  font-weight: inherit;
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ====================================================== */
audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
   ====================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[hidden] {
  display: none; }

/* ---------------------------------------------------------
  Reset
--------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, img, a,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section {
  margin: 0; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

@media screen and (min-width: 1000px) {
  html {
    overflow-y: scroll; } }

/* elements
--------------------------------------------------------- */
*, ::before, ::after {
  box-sizing: inherit; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

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

a {
  -webkit-text-decoration-skip: objects; }

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

/* forms
--------------------------------------------------------- */
input {
  border-radius: 0; }

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, textarea {
  font: inherit; }

button,
input,
select,
textarea {
  color: inherit; }

button {
  background-color: transparent;
  border-style: none; }

select::-ms-value {
  color: currentColor; }

/* ---------------------------------------------------------
 Base
--------------------------------------------------------- */
html, body {
  display: flex;
  flex-direction: column; }

body {
  min-height: 100vh; }

.l-footer {
  margin-top: auto; }

body {
  line-height: 1.6;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #3d3527;
  font-family: "Arial", "Helvetica Neue", "Helvetica", "Avenir", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 1.4em;
  word-break: normal;
  word-wrap: break-word;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6em; } }

/* ---------------------------------------------------------
 Element style
--------------------------------------------------------- */
/* section, article
--------------------------------------------------------- */
section, article {
  clear: both; }
  section:after, article:after {
    content: "";
    display: table;
    clear: both; }

/* link
--------------------------------------------------------- */
a[href]:not([class]) {
  position: relative;
  display: inline-block;
  color: #3d3527;
  text-decoration: underline;
  transition: color .6s; }
  a[href]:not([class]):hover {
    color: #3d3527;
    text-decoration: none; }

/* form
--------------------------------------------------------- */
input, textarea, select, button {
  font-size: 16px;
  vertical-align: middle; }

input[type="text"], input[type="tel"], input[type="email"], input[type="url"],
input[type="button"], input[type="password"], textarea, select {
  outline: none; }

input[type="text"], input[type="tel"], input[type="email"], input[type="url"],
input[type="password"] {
  padding: 6px; }

input[type="text"], input[type="tel"], input[type="email"], input[type="url"],
input[type="password"], textarea {
  border: 2px solid #d6d6d6;
  border-radius: 0.3em; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus,
input[type="email"]:focus, textarea:focus, select:focus {
  background-color: #fff;
  border-color: #56809d; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -3px;
  margin-right: 0.4em;
  vertical-align: middle; }

select {
  padding: 0 2px;
  border: solid 1px bdr_color(main);
  background: #fff;
  white-space: nowrap; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

/* ---------------------------------------------------------
  Site header
--------------------------------------------------------- */
/* #l-header
--------------------------------------------------------- */
.l-header {
  border-bottom: 3px solid #e86d00;
  background-color: #fff; }

.l-container.header {
  position: relative; }

.l-main-header {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }
  @media print, screen and (min-width: 1000px) {
    .l-main-header {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; } }

.l-main-nav {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }
  @media print, screen and (min-width: 1000px) {
    .l-main-nav {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3; } }

.l-sub-header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }
  @media print, screen and (min-width: 1000px) {
    .l-sub-header {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }

/* #l-main-header
--------------------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .l-main-header .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px !important; } }

.l-main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (min-width: 1000px) {
    .l-main-header__inner {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-direction: row;
      -moz-box-direction: row;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row; } }

/* site-title */
.site-title {
  line-height: 1; }
  .site-title.pc {
    display: none; }
    @media print, screen and (min-width: 1000px) {
      .site-title.pc {
        display: block;
        margin-top: 20px; } }
  .site-title.sp {
    margin: 16px 0 15px 12px; }
    @media print, screen and (min-width: 1000px) {
      .site-title.sp {
        display: none; } }
  .site-title img {
    width: 167px;
    height: 30px; }
    @media print, screen and (min-width: 1000px) {
      .site-title img {
        width: 297px;
        height: 54px; } }

/* contact-info */
.contact-info {
  margin-top: 1.5em; }
  @media print, screen and (min-width: 1000px) {
    .contact-info {
      margin-top: 0; } }
  .contact-info__item {
    margin-top: 0.5em; }
    .contact-info__item + .contact-info__item {
      margin-top: 0.8em; }
  .contact-info__hdg {
    margin-bottom: 0.4em; }
    @media print, screen and (min-width: 1000px) {
      .contact-info__hdg {
        margin-bottom: 0; } }
  .contact-info__free-dial, .contact-info__fax {
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 700; }
    @media print, screen and (min-width: 1000px) {
      .contact-info__free-dial, .contact-info__fax {
        font-size: 37px; } }
  .contact-info .contact-info__reception-time {
    display: block;
    margin-top: 0.2em;
    font-size: 1.4rem;
    font-weight: normal; }
    .contact-info .contact-info__reception-time .reception-time-notes {
      margin-left: 0.4em; }
      @media print, screen and (min-width: 1000px) {
        .contact-info .contact-info__reception-time .reception-time-notes {
          font-size: 14px; } }
  .contact-info__btn {
    margin-top: 0.5em;
    text-align: center; }

.contact-info.header .contact-info__hdg {
  font-size: 1em; }
  @media print, screen and (min-width: 1000px) {
    .contact-info.header .contact-info__hdg {
      font-size: 15px; } }

@media print, screen and (min-width: 1000px) {
  .contact-info.header .contact-info__free-dial {
    font-size: 32px; } }

@media print, screen and (min-width: 1000px) {
  .contact-info.header .contact-info__fax {
    display: none; } }

.contact-info.header .contact-info__reception-time {
  font-size: 1rem; }
  @media print, screen and (min-width: 1000px) {
    .contact-info.header .contact-info__reception-time {
      font-size: 15px; } }
  @media print, screen and (min-width: 1000px) {
    .contact-info.header .contact-info__reception-time .reception-time-notes {
      font-size: 11px; } }

.icon-free-dial:before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 27px;
  margin-right: 0.3em;
  background: url("/wp-content/themes/global-kitchen/img/base/icon-free-dial.svg") no-repeat 0 0;
  vertical-align: middle; }

.icon-fax:before {
  content: 'FAX';
  display: inline-block;
  width: 38px;
  height: 27px;
  margin-right: 1.1em;
  padding-top: 0.3em;
  background: #12a73b;
  color: #fff;
  font-size: 15px;
  text-align: center;
  vertical-align: middle; }

/* corporate-customer */
.ec-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
  line-height: 1;
  font-size: 1em; }
  @media print, screen and (min-width: 1000px) {
    .ec-link {
      display: block;
      margin: 0 0 0 20px;
      font-size: 15px; } }
  .ec-link__item {
    width: 49%; }
    @media print, screen and (min-width: 1000px) {
      .ec-link__item {
        width: 100%; } }
    @media print, screen and (min-width: 1000px) {
      .ec-link__item + .ec-link__item {
        margin-top: 5px; } }
  @media print, screen and (min-width: 1000px) {
    .ec-link .btn-main-emphasis,
    .ec-link .btn-primary-emphasis {
      display: block;
      min-width: 185px;
      margin-top: 0.2em;
      padding: 0.5em 2.2em 0.5em 1em; } }

@media screen and (max-width: 999px) {
  .contact-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .ec-link {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .header-application-btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .contact-info.header .contact-info__text {
    padding: 0.8em;
    border-radius: 0.3em;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    text-align: center; } }
  @media screen and (max-width: 999px) and (min-width: 1000px) {
    .contact-info.header .contact-info__text {
      text-align: left; } }

@media screen and (max-width: 999px) {
  .ec-link .btn-main-emphasis,
  .ec-link .btn-primary-emphasis {
    width: 100%;
    max-width: none;
    padding: 1em;
    font-size: 1em; } }

/* #l-sub-header
--------------------------------------------------------- */
.l-sub-header {
  background-color: #f6f2f0; }
  .l-sub-header .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.header-copy {
  display: none; }
  @media print, screen and (min-width: 1000px) {
    .header-copy {
      display: block;
      padding: 0.5em 0;
      font-size: 14px; } }

@media screen and (max-width: 999px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%; }
    .header-nav__item {
      width: 49%;
      margin-top: 1em; }
    .header-nav__link {
      display: block;
      padding: 1.8em 1em;
      border-radius: 0.3em;
      -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
      background-color: #fff;
      line-height: 1;
      color: #3d3527;
      text-align: center;
      text-decoration: none;
      transition: all 1s; } }

@media print, screen and (min-width: 1000px) {
  .header-nav__item {
    display: inline-block; }
    .header-nav__item + .header-nav__item {
      margin-left: 0.5em; }
  .header-nav__link {
    color: #3d3527;
    font-size: 12px;
    text-decoration: none; }
    .header-nav__link:before {
      content: '\f0da';
      padding-right: 0.3em;
      font-family: 'FontAwesome'; } }

@media screen and (max-width: 999px) {
  .site-search {
    position: relative;
    margin-top: 1.5em;
    background-color: #fff; }
    .site-search__input[type="text"] {
      width: 100%;
      background: none;
      border: none;
      padding: 0.4em 1em 0.4em 0.4em; }
      .site-search__input[type="text"]:focus {
        background: none;
        border: none; }
    .site-search__btn {
      position: absolute;
      top: 0;
      right: 0; }
      .site-search__btn:before {
        content: '\f002';
        padding-right: 0.3em;
        font-family: 'FontAwesome'; } }

@media print, screen and (min-width: 1000px) {
  .site-search {
    position: relative;
    background-color: #e7e6e5; }
    .site-search__input[type="text"] {
      width: 100%;
      background: none;
      border: none;
      padding: 0.4em 1em 0.4em 0.4em; }
      .site-search__input[type="text"]:focus {
        background: none;
        border: none; }
    .site-search__btn {
      position: absolute;
      top: 0;
      right: 0; }
      .site-search__btn:before {
        content: '\f002';
        padding-right: 0.3em;
        font-family: 'FontAwesome'; } }

/* ---------------------------------------------------------
  Main container
--------------------------------------------------------- */
/* #l-wrapper
--------------------------------------------------------- */
.l-wrapper {
  clear: both;
  width: 100%;
  margin: 20px auto;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .l-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media print, screen and (min-width: 1000px) {
    .l-wrapper {
      max-width: 1040px;
      margin: 45px auto; } }

/* #l-main-content
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-wrapper .l-main-content {
    width: 73%;
    margin: 0;
    padding: 0; } }

@media print, screen and (min-width: 1000px) {
  .l-wrapper .l-main-content {
    width: 730px; } }

/* #l-sub-content
--------------------------------------------------------- */
.l-sub-content {
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .l-sub-content {
      width: 23%; } }
  @media print, screen and (min-width: 1000px) {
    .l-sub-content {
      width: 230px;
      margin-top: 0; } }

/* #l-container-wrap
--------------------------------------------------------- */
.l-container-wrap.category-top {
  background-color: #f3ece1; }

/* #l-container
--------------------------------------------------------- */
.l-container {
  clear: both;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto !important;
  padding: 30px 20px; }
  @media print, screen and (min-width: 1000px) {
    .l-container {
      padding: 50px 20px; } }
  @media print, screen and (min-width: 1000px) {
    .l-container.category-top {
      position: relative;
      margin-top: -180px;
      z-index: 2; } }
  @media print, screen and (min-width: 1000px) {
    .l-container.faq-wrap {
      padding-top: 20px; } }

.l-header .l-container,
.l-footer .l-container,
.breadcrumb-list .l-container {
  padding-top: 0;
  padding-bottom: 0; }

/* ---------------------------------------------------------
  Main navigation
--------------------------------------------------------- */
/* #main-nav
--------------------------------------------------------- */
/* #l-main-nav-wrap
--------------------------------------------------------- */
.l-main-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 62px;
  padding-bottom: 6em;
  background: #f6f2f0;
  z-index: 5; }
  @media print, screen and (min-width: 1000px) {
    .l-main-nav-wrap {
      position: relative;
      height: auto;
      margin-top: 0;
      padding: 0;
      background: #fff; } }
  .l-main-nav-wrap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    @media print, screen and (min-width: 1000px) {
      .l-main-nav-wrap__inner {
        height: auto;
        overflow: visible; } }

/* #main-nav
--------------------------------------------------------- */
@media print, screen and (min-width: 1000px) {
  .l-main-nav {
    border-top: 1px solid #ddd3c3; } }

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media print, screen and (min-width: 1000px) {
    .main-nav {
      border-left: 1px solid #ddd3c3; } }
  .main-nav__item {
    width: 49%;
    width: calc((100% - 1em) / 2);
    font-size: 1em;
    font-weight: bold; }
    @media print, screen and (min-width: 1000px) {
      .main-nav__item {
        width: 16.6666666%;
        font-size: 16px;
        border-right: 1px solid #ddd3c3; } }
  .main-nav__link {
    position: relative;
    display: block;
    margin-top: 1em;
    padding: 1.8em 1em;
    border-radius: 0.3em;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    line-height: 1;
    color: #3d3527;
    text-align: center;
    text-decoration: none;
    transition: all 1s; }
    @media print, screen and (min-width: 1000px) {
      .main-nav__link {
        margin-top: 0;
        padding: 1.2em 0.7em;
        border-radius: 0;
        box-shadow: none; } }
    .main-nav__link:hover {
      color: #3d3527; }
      @media print, screen and (min-width: 1000px) {
        .main-nav__link:hover:after {
          position: absolute;
          content: '';
          bottom: -7px;
          left: 50%;
          width: 14px;
          height: 14px;
          margin-left: -7px;
          border-radius: 50%;
          background: #e86d00; } }

/* #js-menu
--------------------------------------------------------- */
.main-nav-hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  @media print, screen and (min-width: 1000px) {
    .main-nav-hide {
      opacity: 1;
      visibility: visible; } }

.main-nav-animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }
  @media print, screen and (min-width: 1000px) {
    .main-nav-animation {
      -webkit-transition: none;
      transition: none; } }

html.main-nav-no-scroll,
html.main-nav-no-scroll body {
  position: fixed;
  width: 100%;
  height: 100%; }

/* #main-nav-toggle
--------------------------------------------------------- */
#main-nav-toggle {
  position: absolute;
  top: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 48px;
  height: 42px;
  border-radius: 0.5em;
  background: #e83c00;
  color: #fff;
  text-align: center;
  z-index: 10; }
  @media print, screen and (min-width: 1000px) {
    #main-nav-toggle {
      display: none; } }

/* #main-nav-trigger
--------------------------------------------------------- */
.main-nav-trigger {
  position: relative;
  width: 28px;
  height: 19px; }
  .main-nav-trigger, .main-nav-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .main-nav-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    border-radius: 4px; }
    .main-nav-trigger span:nth-of-type(1) {
      top: 0; }
    .main-nav-trigger span:nth-of-type(2) {
      top: 8px; }
      .main-nav-trigger span:nth-of-type(2):after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-transition: all .4s;
        transition: all .4s; }
    .main-nav-trigger span:nth-of-type(3) {
      bottom: 0; }

.main-nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0); }

.main-nav-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .main-nav-trigger.active span:nth-of-type(2):after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.main-nav-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0); }

/* ---------------------------------------------------------
  Site footer
--------------------------------------------------------- */
/* #l-footer
--------------------------------------------------------- */
.l-footer {
  clear: both;
  position: relative; }
  .l-footer__box {
    padding: 1em 0; }
    @media screen and (min-width: 768px) {
      .l-footer__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }

.l-footer-wrap {
  padding: 1.5em 0;
  background-color: #f5f3ef; }
  @media screen and (min-width: 768px) {
    .l-footer-wrap {
      padding: 2em 0; } }

/* #footer-nav
--------------------------------------------------------- */
.footer-nav {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      text-align: left; } }
  .footer-nav__item {
    display: inline-block; }
    @media print, screen and (min-width: 1000px) {
      .footer-nav__item {
        font-size: 16px; } }
    .footer-nav__item + .footer-nav__item {
      margin-left: 1em; }
      .footer-nav__item + .footer-nav__item .footer-nav__link {
        padding-left: 1em;
        border-left: 1px solid #868686; }
  .footer-nav__link {
    color: #868686;
    text-decoration: none;
    transition: color .6s; }
    .footer-nav__link:hover {
      color: #393939; }

/* #copyright
--------------------------------------------------------- */
.copyright {
  margin-top: 1em;
  color: #9b9b9b;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .copyright {
      margin-top: 0;
      text-align: right; } }

/* #page-top-link
--------------------------------------------------------- */
.page-top {
  position: fixed;
  bottom: 3%;
  right: 5%;
  display: none;
  line-height: 1.3;
  text-align: center; }
  .page-top__link {
    position: relative;
    display: inline-block;
    padding: 2em 1em 0.6em;
    border-radius: 0.3em;
    background-color: #92b92d;
    color: #fff;
    text-decoration: none; }
    .page-top__link:before {
      content: '\f062';
      position: absolute;
      top: 0.4em;
      left: 50%;
      margin-left: -0.5em;
      font-family: 'FontAwesome';
      font-size: 1.2em; }
  .page-top__text {
    display: none; }
    @media print, screen and (min-width: 1000px) {
      .page-top__text {
        display: inline-block; } }

/* #footer-contact-info
--------------------------------------------------------- */
.footer-contact-info__hdg {
  margin-bottom: 0.5em;
  text-align: center; }

.footer-contact-info__lead-text {
  margin-bottom: 1.4em; }
  @media screen and (min-width: 576px) {
    .footer-contact-info__lead-text {
      text-align: center; } }

@media screen and (min-width: 768px) {
  .footer-contact-info__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

@media screen and (min-width: 768px) {
  .footer-contact-info__group .contact-info {
    width: 49%; } }

@media print, screen and (min-width: 1000px) {
  .footer-contact-info__group .contact-info {
    width: 18em; } }

@media screen and (min-width: 768px) {
  .footer-contact-info__btn .btn {
    width: 100%; } }

@media print, screen and (min-width: 1000px) {
  .contact-info.footer {
    margin-right: 20px; } }

.contact-info.footer .contact-info__hdg {
  font-size: 1em; }
  @media print, screen and (min-width: 1000px) {
    .contact-info.footer .contact-info__hdg {
      font-size: 15px; } }

@media print, screen and (min-width: 1000px) {
  .contact-info.footer .contact-info__free-dial,
  .contact-info.footer .contact-info__fax {
    font-size: 32px; } }

.contact-info.footer .contact-info__reception-time {
  font-size: 1rem; }
  @media print, screen and (min-width: 1000px) {
    .contact-info.footer .contact-info__reception-time {
      font-size: 15px; } }
  @media print, screen and (min-width: 1000px) {
    .contact-info.footer .contact-info__reception-time .reception-time-notes {
      font-size: 11px; } }

/* ---------------------------------------------------------
  Object
--------------------------------------------------------- */
/* Breadcrumb list
--------------------------------------------------------- */
.breadcrumb-list {
  clear: both;
  padding: 0.6em 0 0.8em;
  line-height: 1;
  background-color: #e86d00;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .breadcrumb-list {
      font-size: 1.3rem; } }
  .breadcrumb-list a, .breadcrumb-list span {
    color: #fff; }
  .breadcrumb-list a {
    text-decoration: none;
    transition: color .6s; }
    .breadcrumb-list a:hover {
      text-decoration: underline; }

/* ---------------------------------------------------------
  Module
--------------------------------------------------------- */
/* category-index
--------------------------------------------------------- */
.category-index + .category-index {
  margin-top: 2em; }

.category-index__item {
  border-radius: 0.4em;
  background-color: #fff;
  line-height: 1.3;
  color: #3d3527;
  text-decoration: none; }
  .category-index__item:nth-of-type(n+2) {
    margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .category-index__item:nth-of-type(2) {
      margin-top: 0; } }

.category-index__title {
  padding: 1em;
  border-bottom: 2px solid #e86d00;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
  background-color: #fbf8f4;
  font-size: 2rem; }
  @media print, screen and (min-width: 1000px) {
    .category-index__title {
      font-size: 25px; } }

.category-index__thumb {
  margin-bottom: 1em; }

.category-index__emphasis-text {
  margin: 0 0 0.8em;
  line-height: 1.3;
  color: #eb7f0c;
  font-size: 2rem; }
  @media print, screen and (min-width: 1000px) {
    .category-index__emphasis-text {
      font-size: 25px; } }

.category-index__content {
  padding: 20px; }

.category-index__text-content {
  padding: 10px 15px; }

.category-index__text {
  line-height: 1.7; }

.category-index__btn {
  margin-top: 1em;
  text-align: right; }

@media screen and (min-width: 576px) {
  .category-index.one-column .category-index__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (min-width: 576px) {
  .category-index.one-column .category-index__img,
  .category-index.one-column .category-index__content {
    width: 48%; } }

@media screen and (min-width: 576px) {
  .category-index.one-column .category-index__img {
    padding: 20px; } }

@media screen and (min-width: 576px) {
  .category-index.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (min-width: 576px) {
  .category-index.two-column .category-index__item {
    width: 48%; } }

/* index
--------------------------------------------------------- */
@media screen and (min-width: 576px) {
  .index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.index__item {
  display: block;
  margin-top: 4%;
  padding: 20px;
  border-radius: 0.5em;
  background-color: #fff;
  color: #3d3527;
  text-decoration: none;
  cursor: pointer; }
  @media screen and (min-width: 576px) {
    .index__item {
      width: 48%; } }
  @media print, screen and (min-width: 1000px) {
    .index__item {
      width: 480px; } }
  .index__item:hover {
    background-color: #fbf8f4; }
  .index__item:nth-of-type(n+2) {
    margin-top: 4%; }
  @media screen and (min-width: 576px) {
    .index__item:nth-of-type(n+3) {
      margin-top: 4%; } }

.index__img {
  text-align: center; }

.index__title {
  margin-top: 1em;
  color: #eb7f0c;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center; }
  @media print, screen and (min-width: 1000px) {
    .index__title {
      font-size: 2.5rem; } }

.index__text {
  margin-top: 0.6em;
  color: #5a4f3b; }
  @media screen and (min-width: 768px) {
    .index__text {
      text-align: center; } }

/* tab-menu
--------------------------------------------------------- */
.tab-menu {
  margin-bottom: 30px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media print, screen and (min-width: 1000px) {
    .tab-menu {
      margin-top: -7.6em;
      font-size: 23px;
      z-index: 2; } }
  .tab-menu__link {
    position: relative;
    display: block;
    padding: 1.2em 2em 1.2em 1.2em;
    border-radius: 0.2em;
    background-color: #dcceb7;
    line-height: 1;
    color: #6a5c43;
    text-decoration: none; }
    @media print, screen and (min-width: 1000px) {
      .tab-menu__link {
        padding: 2em 3em 2em 2em; } }
    .tab-menu__link:after {
      content: '\f13a';
      position: absolute;
      top: 50%;
      right: 1em;
      margin-top: -0.55em;
      color: #6a5c43;
      font-family: 'FontAwesome';
      font-size: 1em; }
    @media print, screen and (min-width: 1000px) {
      .tab-menu__link {
        font-size: 23px; } }
  .tab-menu__link:hover, .tab-menu__link.active {
    background-color: #f3ece1;
    color: #3d3527; }
    .tab-menu__link:hover:after, .tab-menu__link.active:after {
      color: #eb7f0c; }
  .tab-menu__link.active {
    background-color: #fff; }
    @media print, screen and (min-width: 1000px) {
      .tab-menu__link.active {
        padding: 2em 3em 2.6em 2em;
        background-color: #f3ece1; } }

.tab-menu.two-column .tab-menu__item {
  width: 48%; }

.tab-menu.three-column .tab-menu__item:nth-of-type(1) {
  width: 100%;
  margin-bottom: 1em; }

.tab-menu.three-column .tab-menu__item:nth-of-type(2) {
  width: 48%; }

.tab-menu.three-column .tab-menu__item:nth-of-type(3) {
  width: 48%; }

@media screen and (min-width: 768px) {
  .tab-menu.three-column .tab-menu__item:nth-of-type(1) {
    width: 41%; }
  .tab-menu.three-column .tab-menu__item:nth-of-type(2) {
    width: 30%; }
  .tab-menu.three-column .tab-menu__item:nth-of-type(3) {
    width: 27%; } }

/* emphasis-field
--------------------------------------------------------- */
.emphasis-field {
  margin-top: 1.5em;
  padding: 2em;
  border-radius: 0.3em;
  background-color: #ffebcf; }

/* column
--------------------------------------------------------- */
.column {
  margin: 1.5em 0;
  padding: 1.5em 1.8em;
  border-radius: 0.3em;
  border: 1px solid #cfcfcf; }
  .column h3:nth-child(1), .column h4:nth-child(1), .column h5:nth-child(1), .column h6:nth-child(1), .column dl:nth-child(1) > dt {
    margin-top: 0 !important; }

/* google map
--------------------------------------------------------- */
.google-map {
  position: relative;
  padding-top: 56.25%; }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line-marker
--------------------------------------------------------- */
.line-marker {
  display: inline;
  background: linear-gradient(transparent 60%, #fff799 0%); }

.line-marker.primary {
  background: linear-gradient(transparent 60%, #e6ec9a 0%); }

.line-dotted {
  padding-bottom: 0.2em;
  border-bottom: 4px dotted #e86d00; }

/* media
--------------------------------------------------------- */
.media {
  clear: both;
  margin-top: 1.5em; }
  @media screen and (min-width: 768px) {
    .media {
      margin-top: 2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .media.reverse {
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  h2 + .media {
    margin-top: 1.5em; }
  .media__pic {
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .media__pic {
        width: 40%;
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .media__content {
      width: 56%; } }

/* policy
--------------------------------------------------------- */
.policy p + p, .policy ul + p, .policy ol + p, .policy dl + p,
.policy p + ul, .policy ul + ul, .policy ol + ul, .policy dl + ul,
.policy p + ol, .policy ul + ol, .policy ol + ol, .policy dl + ol,
.policy p + dl, .policy ul + dl, .policy ol + dl, .policy dl + dl {
  margin-top: 1em; }

.policy dt {
  margin-bottom: 0.5em;
  font-weight: bold; }

/* scroll-wrap
--------------------------------------------------------- */
.scroll-wrap {
  width: auto;
  height: 220px;
  padding: 1.5em;
  border: 1px solid #cfcfcf;
  overflow-y: scroll; }

/* video
--------------------------------------------------------- */
.video-wrap {
  position: relative;
  width: 100%;
  margin: 1em 0 2em;
  padding-top: 56.25%;
  overflow: hidden; }
  .video-wrap video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/* voice-pickup
--------------------------------------------------------- */
.voice-pickup {
  margin-top: 2em;
  padding: 1.5em;
  background-color: #fbf8f4; }
  @media print, screen and (min-width: 1000px) {
    .voice-pickup {
      padding: 2em; } }
  .voice-pickup__name {
    margin-bottom: 1em; }
  .voice-pickup__title {
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 1em;
    border-left: 6px solid #e86d00;
    line-height: 1.2;
    font-size: 2rem; }
    .voice-pickup__title:before, .voice-pickup__title:after {
      content: '';
      position: absolute;
      left: -6px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #e86d00; }
    .voice-pickup__title:before {
      top: -3px; }
    .voice-pickup__title:after {
      bottom: -3px; }
  .voice-pickup__group {
    padding: 2em;
    background-color: #fff; }
    @media print, screen and (min-width: 1000px) {
      .voice-pickup__group {
        padding: 3em; } }
    .voice-pickup__group + .voice-pickup__group {
      margin-top: 2em; }
  .voice-pickup__group-title {
    margin-bottom: 1em;
    font-size: 2rem; }
  .voice-pickup__btn {
    margin-top: 2em;
    text-align: center; }

/* #footer-bnr
--------------------------------------------------------- */
.footer-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .footer-bnr__item {
    width: 49%; }
    @media screen and (min-width: 768px) {
      .footer-bnr__item {
        width: 21%; } }
    @media screen and (min-width: 768px) {
      .footer-bnr__item:first-child {
        width: 31%; } }
    .footer-bnr__item:nth-of-type(n+2) {
      text-align: center; }
    .footer-bnr__item:nth-of-type(n+3) {
      margin-top: 1em; }
      @media screen and (min-width: 768px) {
        .footer-bnr__item:nth-of-type(n+3) {
          margin-top: 0; } }

/* #sns-info
--------------------------------------------------------- */
.sns-info {
  padding: 1em;
  border: 1px solid #f1e9db;
  background-color: #fff; }
  .sns-info__title {
    margin-bottom: 0.5em;
    color: #eb7f0c;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .sns-info__title {
        font-size: 18px; } }
  .sns-info__text {
    margin-bottom: 0.5em;
    font-size: 1.3rem; }

.sns-list {
  text-align: center; }
  @media print, screen and (min-width: 1000px) {
    .sns-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .sns-list__item + .sns-list__item {
    margin-top: 0.5em; }
    @media print, screen and (min-width: 1000px) {
      .sns-list__item + .sns-list__item {
        margin-top: 0; } }

.sns-info.sub {
  margin-top: 1em; }
  .sns-info.sub .sns-list .sns-list__item + .sns-list__item {
    margin-top: 0.5em; }

.btn-sns {
  min-width: 8.5em;
  padding-left: 2.4em;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1.4rem; }
  @media print, screen and (min-width: 1000px) {
    .btn-sns {
      min-width: auto; } }
  .btn-sns:before {
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -0.55em;
    font-family: 'FontAwesome'; }
    @media print, screen and (min-width: 1000px) {
      .btn-sns:before {
        left: 0.6em; } }

.btn-fb {
  background-color: #475993; }
  .btn-fb:before {
    content: '\f230'; }

.btn-twitter {
  background-color: #65bbf2; }
  .btn-twitter:before {
    content: '\f099'; }

/* ---------------------------------------------------------
/* #page title
--------------------------------------------------------- */
.page-title__main-text {
  line-height: 1.2;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center; }
  .page-title__main-text:before, .page-title__main-text:after {
    content: '';
    position: absolute;
    bottom: -0.6em;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%; }
  .page-title__main-text:before {
    margin-left: -3px;
    background-color: #83ad41; }
  .page-title__main-text:after {
    margin-left: -23px;
    background-color: #ce675f; }

.page-title__icon {
  display: inline-block; }
  .page-title__icon:before {
    content: '';
    position: absolute;
    bottom: -0.6em;
    right: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: -23px;
    background-color: #f5a21c; }

@media screen and (max-width: 999px) {
  .page-title__inner {
    position: relative;
    min-height: 185px; }
  .page-title__main-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 86%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff; }
  .page-title__sub-text {
    display: none;
    padding: 20px; }
    .page-title.contact .page-title__inner,
    .page-title.request .page-title__inner,
    .page-title.online-meeting .page-title__inner {
      min-height: 80px;
    } }
  @media screen and (max-width: 999px) and (min-width: 768px) {
    .page-title__sub-text {
      text-align: center; } }

@media screen and (max-width: 999px) {
    .page-title__sub-text + .page-title__sub-text {
      margin-top: -10px;
      padding-top: 0; }
  .page-title.sub__inner {
    background-position: -50px 0; } }

@media print, screen and (min-width: 1000px) {
  .page-title {
    position: relative;
    height: 500px;
    overflow: hidden;
    z-index: 1; }
    .page-title__group {
      position: absolute;
      top: 42%;
      left: 50%;
      display: inline-block;
      width: 100%;
      max-width: 1000px;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff;
      letter-spacing: 0.1em;
      text-align: center; }
    .page-title__main-text {
      position: relative;
      font-size: 50px; }
    .page-title__sub-text {
      margin-top: 3em;
      font-size: 1.8rem; }
      .page-title__sub-text + .page-title__main-text {
        margin-top: 0.2em; }
      .page-title__sub-text + .page-title__sub-text {
        margin-top: 1em; }
      .page-title__sub-text.text-large {
        margin-top: 2em;
        font-size: 30px;
        font-weight: 700; }
  .page-title.sub {
    height: 165px;
    background-position: 0 -50px;
    background-size: cover; }
    .page-title.sub__group {
      top: 50%; }
      .page-title.contact,
      .page-title.request,
      .page-title.online-meeting {
        height: 100px;
      }
      .page-title.request .page-title__main-text,
      .page-title.contact .page-title__main-text,
      .page-title.online-meeting .page-title__main-text {
        font-size: 30px;
      }
    }

.page-title {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_service.jpg);
  background-position: top center;
  background-repeat: no-repeat; }

.page-title.service {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_service.jpg); }

.page-title.strong-point {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_strong-point.jpg); }

.page-title.menu {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_menu.jpg); }

.page-title.guide {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_guide.jpg); }

.page-title.faq {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_faq.jpg); }

.page-title.voice {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_voice.jpg); }

.page-title.company {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_company.jpg); }

.page-title.blog {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_blog.jpg); }

.page-title.news {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_news.jpg); }

.page-title.contact,
.page-title.request,
.page-title.online-meeting {
  background-image: url(/wp-content/themes/global-kitchen/img/page-title/bg_page_title_contact.jpg); }

.page-title, .page-title.service, .page-title.strong-point, .page-title.menu, .page-title.guide, .page-title.faq, .page-title.voice, .page-title.company, .page-title.blog, .page-title.news, .page-title.contact,
.page-title.request, .page-title.online-meeting {
  background-size: cover; }

/* Heading
--------------------------------------------------------- */
h2, h3 {
  clear: both; }

h2:not([class]) {
  margin: 1.5em -20px 1em;
  padding: 0.5em 1em;
  border-bottom: 2px solid #e86d00;
  background: #fbf8f4;
  color: #3d3527;
  font-size: 1.35em; }
  h2:not([class]):nth-child(1) {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    h2:not([class]) {
      margin: 1.5em 0 1em; } }

h3:not([class]) {
  position: relative;
  margin: 2em 0 1em;
  padding-left: 0.8em;
  border-left: 6px solid #e86d00;
  line-height: 1.2;
  font-size: 1.2em; }
  h3:not([class]):before, h3:not([class]):after {
    content: '';
    position: absolute;
    left: -6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e86d00; }
  h3:not([class]):before {
    top: -3px; }
  h3:not([class]):after {
    bottom: -3px; }
  .hdg-lv2 + h3:not([class]) {
    margin-top: 1.9em; }

h4:not([class]), dt:not([class]), .post-hdg2 {
  position: relative;
  margin: 2em 0 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #f3ece1;
  font-size: 1.15em; }
  h4:not([class]):after, dt:not([class]):after, .post-hdg2:after {
    content: '';
    position: absolute;
    bottom: -2px;
    display: block;
    width: 50px;
    height: 2px;
    background: #e86d00; }

h5:not([class]) {
  display: inline-block;
  margin: 1em 0 0.2em;
  padding: 0.6em 1em;
  border-radius: 0.5em;
  background: #fbf8f4;
  font-size: 1em; }

h6:not([class]) {
  margin: 1.5em 0 1em;
  font-size: 1em;
  font-weight: bold; }

/* sub title
--------------------------------------------------------- */
.sub-title,
.archive-title {
  position: relative;
  margin-top: 1.5em;
  border-radius: 0.2em;
  background-color: #f3ece1;
  text-align: center; }
  .sub-title:nth-of-type(1),
  .archive-title:nth-of-type(1) {
    margin-top: 0; }
  .sub-title:after,
  .archive-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f3ece1; }

.sub-title {
  padding: 1.8em 1.2em;
  font-size: 1.8rem; }

.archive-title {
  padding: 0.8em 1.2em;
  font-size: 1.6rem; }

/* ---------------------------------------------------------
  Icon
--------------------------------------------------------- */
/* numbered-list
--------------------------------------------------------- */
.icon-check {
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .icon-check {
      font-size: 20px; } }
  .icon-check:before {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.6em;
    font-family: 'FontAwesome';
    color: #e86d00; }

.icon-check.icon-primary:before {
  color: #15832e; }

/* ---------------------------------------------------------
  List
--------------------------------------------------------- */
/* native-style
--------------------------------------------------------- */
hr:not([class]) {
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #d6d6d6; }

ul:not([class]),
ol:not([class]) {
  margin-top: 1.5em; }

.media__content ul:not([class]):nth-child(1),
.media__content ol:not([class]):nth-child(1),
.media__content dl:not([class]):nth-child(1) {
  margin-top: 0; }

ul:not([class]) > li:not([class]) {
  text-indent: -1em;
  padding-left: 1em; }
  ul:not([class]) > li:not([class]):before {
    content: '\f111';
    padding-right: 1.2em;
    font-family: 'FontAwesome';
    font-size: 0.5em; }

ul:not([class]) > li:not([class]) + li:not([class]) {
  margin-top: 0.4em; }

  ul:not([class]) > li:not([class]) a,
.list-main li a {
  text-indent: 0;
}

ol:not([class]) {
  list-style: decimal;
  list-style-position: inside; }

li > ul:not([class]),
li > ol:not([class]) {
  margin: 1em 0 1em 1.5em; }

dt:not([class]) {
  margin-top: 1em;
  font-weight: 700; }

dd:not([class]) + dd:not([class]) {
  margin-top: 1em; }

/* check-list
--------------------------------------------------------- */
.check-list__item {
  padding-left: 2em;
  font-size: 1.8rem;
  text-indent: -2em; }
  @media print, screen and (min-width: 1000px) {
    .check-list__item {
      font-size: 20px; } }
  .check-list__item + .check-list__item {
    margin-top: 0.4em; }
  .check-list__item:before {
    content: "\f00c";
    padding-right: 1.1em;
    color: #e86d00;
    font-family: FontAwesome;
    font-size: 2rem; }
    @media print, screen and (min-width: 1000px) {
      .check-list__item:before {
        font-size: 20px; } }

/* faq
--------------------------------------------------------- */
.faq-list {
  margin-right: -20px;
  margin-left: -20px;
  padding-bottom: 2em;
  background: #fbf8f4; }
  @media screen and (min-width: 768px) {
    .faq-list {
      margin-right: 0;
      margin-left: 0; } }
  .faq-list__title {
    position: relative;
    padding: 1.5em 3em 0 4.5em;
    font-weight: 700; }
    .faq-list__title:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .faq-list__title {
        padding: 2em 3em 0 4.5em; } }
  .faq-list__text {
    position: relative;
    clear: both;
    margin: 1em;
    padding: 4em 1.5em 1.5em 2em;
    background: #fff; }
    @media screen and (min-width: 768px) {
      .faq-list__text {
        margin: 2em 2.4em 0;
        padding: 2em 2em 2em 4.5em; } }
    .faq-list__text:last-of-type {
      margin-bottom: 0;
      border-bottom: none; }
  .faq-list__text + .faq-list__title {
    margin-top: 2em;
    border-top: 2px solid #f3ece1; }

.faq-list.accordion .faq-list__title {
  padding: 4em 3em 0 2.5em; }
  @media screen and (min-width: 768px) {
    .faq-list.accordion .faq-list__title {
      padding: 2em 11em 0 4.5em; } }

.faq-list.accordion .faq-list__title-icon {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  min-width: 9em;
  padding: 0.2em 1em;
  border-radius: 1em;
  background-color: #15832e;
  color: #fff;
  font-size: 90%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .faq-list.accordion .faq-list__title-icon {
      top: 2em;
      right: 2.4em; } }
  .faq-list.accordion .faq-list__title-icon:before {
    content: '回答を見る'; }
  .faq-list.accordion .faq-list__title-icon:after {
    content: "\f055";
    padding-left: 0.5em;
    font-family: FontAwesome; }

.faq-list.accordion .faq-list__title.selected .faq-list__title-icon {
  background-color: #9e9c98; }
  .faq-list.accordion .faq-list__title.selected .faq-list__title-icon:before {
    content: '閉じる'; }
  .faq-list.accordion .faq-list__title.selected .faq-list__title-icon:after {
    content: "\f056"; }

.balloon-icon {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  display: inline-block;
  float: left;
  margin-right: 1em;
  width: 2em;
  height: 2em;
  background: #15832e;
  border-radius: 50%;
  line-height: 2em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .balloon-icon {
      top: 2em;
      left: 2em; } }
  .balloon-icon:before {
    content: '';
    position: absolute;
    bottom: -6px;
    right: -6px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 14px solid #15832e;
    z-index: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .faq-list__text .balloon-icon {
    top: 1.5em;
    left: 1.5em;
    background-color: #e86d00; }
    @media screen and (min-width: 768px) {
      .faq-list__text .balloon-icon {
        top: 2em;
        left: 2em; } }
    .faq-list__text .balloon-icon:before {
      border-left-color: #e86d00; }

/* notes
--------------------------------------------------------- */
.notes {
  margin: 1.5em 0 0; }
  .notes__item {
    padding-left: 1.4em;
    text-indent: -1.5em; }
    .notes__item + .notes__item {
      margin-top: 0.4em; }
    .notes__item:before {
      content: "\00203b";
      padding-right: 0.5em;
      color: #e86d00;
      font-family: FontAwesome; }

/* numbered-list
--------------------------------------------------------- */
.numbered-list {
  counter-reset: my-counter;
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 2rem; }
  @media print, screen and (min-width: 1000px) {
    .numbered-list {
      font-size: 20px; } }
  .numbered-list__item {
    position: relative;
    padding-left: 2.4em; }
    .numbered-list__item + .numbered-list__item {
      margin-top: 0.2em; }
    .numbered-list__item:before {
      content: counter(my-counter);
      counter-increment: my-counter;
      position: absolute;
      top: 0.1em;
      left: 0;
      display: block;
      line-height: 1.5em;
      height: 1.5em;
      width: 1.5em;
      border-radius: 50%;
      background-color: #e86d00;
      color: #fff;
      font-size: 110%;
      font-weight: bold;
      text-align: center; }

/* point-list
--------------------------------------------------------- */
@media screen and (min-width: 576px) {
  .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.point-list__item {
  margin-top: 1em;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .point-list__item {
      width: 32%;
      width: calc( (100% - 40px) / 3); } }

.point-list__text {
  margin-top: 1em; }

.point-list__sub-text {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.2; }

.point-list__main-text {
  display: inline-block;
  padding-bottom: 0.2em;
  line-height: 1.2;
  border-bottom: 2px solid #779e2e;
  color: #779e2e;
  font-size: 2rem;
  font-weight: 700; }

@media screen and (max-width: 575px) {
  .point-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: left; }
  .point-list__pic {
    width: 47%; }
  .point-list__text {
    width: 50%; } }

/* info-list
--------------------------------------------------------- */
.info-list__title {
  display: inline-block;
  margin: 1em 0;
  padding: 0.6em 1em;
  border-radius: 0.5em;
  background: #fbf8f4;
  font-size: 1em; }

/* ---------------------------------------------------------
  Button-container
--------------------------------------------------------- */
/* One column
--------------------------------------------------------- */
.btn-container {
  clear: both;
  margin-top: 2em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .btn-container.col-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

/* Two column
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .btn-container__item {
    width: 48%;
    text-align: left; } }

.btn-container__item + .btn-container__item {
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .btn-container__item + .btn-container__item {
      margin-top: 0; } }

@media screen and (min-width: 768px) {
  .btn-container__item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: right; } }

/* ---------------------------------------------------------
  button
--------------------------------------------------------- */
/* button base
--------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 20em;
  padding: 0.5em 1.7em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .btn {
      width: auto; } }

.btn-main, .btn-main-emphasis, .btn-primary, .btn-primary-emphasis,
.btn-download, .btn-secondary, .btn-back, .btn-form-back, .btn-email {
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1em;
  transition: all 1s; }
  .btn-main:hover, .btn-main-emphasis:hover, .btn-primary:hover, .btn-primary-emphasis:hover,
  .btn-download:hover, .btn-secondary:hover, .btn-back:hover, .btn-form-back:hover, .btn-email:hover {
    color: #fff; }

.btn-main-emphasis, .btn-primary-emphasis {
  border: 1px solid #3c3c3c;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.btn-main, .btn-main-emphasis, .btn-primary, .btn-primary-emphasis,
.btn-download, .btn-secondary, .btn-email {
  padding-right: 2.8em; }
  .btn-main:after, .btn-main-emphasis:after, .btn-primary:after, .btn-primary-emphasis:after,
  .btn-download:after, .btn-secondary:after, .btn-email:after {
    content: '\f138';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -0.55em;
    font-family: 'FontAwesome';
    font-size: 1em; }

.btn-back, .btn-form-back {
  padding-left: 2.8em; }
  .btn-back:after, .btn-form-back:after {
    content: '\f137';
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -0.55em;
    font-family: 'FontAwesome';
    font-size: 1em; }

/* button main
--------------------------------------------------------- */
.btn-main, .btn-main-emphasis {
  background-color: #e86d00; }
  .btn-main:hover, .btn-main-emphasis:hover {
    background-color: #f87d11; }

.btn-main-emphasis {
  box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 0.9) inset, -3px -3px 4px 0px rgba(145, 89, 39, 0.25) inset; }

/* button primary
--------------------------------------------------------- */
.btn-primary, .btn-primary-emphasis,
.btn-download {
  background-color: #15832e; }
  .btn-primary:hover, .btn-primary-emphasis:hover,
  .btn-download:hover {
    background-color: #23933c; }

.btn-primary-emphasis {
  box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 0.9) inset, -3px -3px 4px 0px rgba(53, 111, 53, 0.25) inset; }

input.btn-primary, input.btn-primary-emphasis {
  padding-right: 1.7em; }

/* button secondary
--------------------------------------------------------- */
.btn-secondary {
  background-color: #92b82e; }
  .btn-secondary:hover {
    background-color: #9ac133; }

/* button download
--------------------------------------------------------- */
.btn-download:after {
  content: '\f019'; }

/* button back
--------------------------------------------------------- */
.btn-back {
  background-color: #b5ab9b; }
  .btn-back:hover {
    background-color: #bcb4a7; }

/* button form-back
--------------------------------------------------------- */
.btn-form-back {
  border: 2px solid #c2c2c2;
  background-color: #fff;
  color: #adadad; }
  .btn-form-back:hover {
    border-color: #ababab;
    color: #9c9b9b; }

/* button email
--------------------------------------------------------- */
.btn-email {
  border: 1px solid #3c3c3c;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 4px 0px rgba(145, 89, 39, 0.25) inset;
  color: #3d3527; }
  .btn-email:hover {
    background-color: #fff;
    color: #868686; }

/* link read-more
--------------------------------------------------------- */
.link-read-more {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-right: 1.2em;
  color: #e86d00;
  text-align: right; }
  .link-read-more:before {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    font-family: 'FontAwesome'; }

/* button size
--------------------------------------------------------- */
.btn-middle {
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  font-size: 1.8rem; }
  @media print, screen and (min-width: 1000px) {
    .btn-middle {
      width: 324px;
      font-size: 18px; } }
  .btn-middle:before {
    font-size: 1.8rem; }
    @media print, screen and (min-width: 1000px) {
      .btn-middle:before {
        font-size: 2.6rem; } }

.btn-large {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2rem; }
  .btn-large:before {
    font-size: 1.8rem; }
    @media print, screen and (min-width: 1000px) {
      .btn-large:before {
        font-size: 2.6rem; } }

/* ---------------------------------------------------------
 Table
--------------------------------------------------------- */
/* table-wrap
--------------------------------------------------------- */
.table-wrap {
  margin-right: -20px;
  margin-left: -20px; }
  @media screen and (min-width: 768px) {
    .table-wrap {
      margin-right: 0;
      margin-left: 0; } }

/* table default
--------------------------------------------------------- */
table:not([class]) {
  margin-top: 2em;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf; }
  table:not([class]) th, table:not([class]) td {
    padding: 1em; }
    @media screen and (min-width: 768px) {
      table:not([class]) th, table:not([class]) td {
        padding: 1em 1.5em; } }
  table:not([class]) th {
    width: 30%;
    background-color: #f9f9f9;
    line-height: 1.4;
    vertical-align: top; }
    table:not([class]) th[scope="col"] {
      text-align: center; }
    table:not([class]) th[scope="row"] {
      text-align: left; }
    @media screen and (min-width: 768px) {
      table:not([class]) th {
        width: 28%; } }
  table:not([class]) tr + tr th, table:not([class]) tr + tr td {
    border-top: 1px solid #e8e8e8; }
  table:not([class]) td {
    vertical-align: middle; }

/* table
--------------------------------------------------------- */
.table-main, .form-table {
  margin-top: 2em;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf; }
  .table-main th, .form-table th, .table-main td, .form-table td {
    display: block; }
  .table-main th, .form-table th {
    padding: 1em 1em 0.5em;
    background-color: #f9f9f9;
    text-align: left; }
    .table-main th[scope="col"], .form-table th[scope="col"] {
      text-align: center; }
    @media print, screen and (min-width: 1000px) {
      .table-main th, .form-table th {
        width: 10em; } }
  .table-main tr + tr th, .form-table tr + tr th {
    border-top: 1px solid #e8e8e8; }
  .table-main td, .form-table td {
    padding: 1em; }
  .table-main td + td, .form-table td + td {
    padding-top: 1em; }
  @media screen and (min-width: 768px) {
    .table-main, .form-table {
      display: table; }
      .table-main th, .form-table th, .table-main td, .form-table td {
        display: table-cell;
        padding: 1em 1.5em; }
      .table-main th, .form-table th {
        width: 8em; }
      .table-main tr + tr td, .form-table tr + tr td {
        border-top: 1px solid #e8e8e8; }
      .table-main thead + tbody tr:first-child th, .form-table thead + tbody tr:first-child th, .table-main thead + tbody tr:first-child td, .form-table thead + tbody tr:first-child td {
        border-top: 1px solid #e8e8e8; } }

@media screen and (min-width: 768px) {
  .cell-size-30 {
    width: 30%; } }

/* food-value-table
--------------------------------------------------------- */
.food-value-table {
  width: auto;
  margin-top: 2em;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 1.5rem; }
  @media print, screen and (min-width: 1000px) {
    .food-value-table {
      font-size: 16px; } }
  .food-value-table + .food-value-table {
    margin-top: 1em; }
  .food-value-table caption {
    padding: 1em;
    border-top: 1px solid #cfcfcf;
    background-color: #f1f1f1; }
  .food-value-table th, .food-value-table td {
    padding: 1em;
    text-align: center; }
  .food-value-table th {
    background-color: #f9f9f9;
    line-height: 1.4;
    vertical-align: middle; }
    .food-value-table th[scope="col"] {
      text-align: center; }
    .food-value-table th[scope="row"] {
      width: 20%;
      text-align: left; }
  .food-value-table tr + tr th, .food-value-table tr + tr td {
    border-top: 1px solid #e8e8e8; }
  .food-value-table td {
    vertical-align: middle; }

/* ---------------------------------------------------------
 Form
--------------------------------------------------------- */
/* #form-intro
--------------------------------------------------------- */
.form-intro {
  margin-bottom: 2em;
  line-height: 1.8; }
  .form-intro__text + .form-intro__text {
    margin-top: 1em; }

/* #form-group
--------------------------------------------------------- */
.form-group {
  margin-right: -20px;
  margin-left: -20px; }
  @media screen and (min-width: 768px) {
    .form-group {
      margin-right: 0;
      margin-left: 0; } }

/* #form-policy
--------------------------------------------------------- */
.form-policy {
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .form-policy {
      font-size: 14px; } }
  .form-policy h2 {
    margin-bottom: 0.6em;
    font-size: 14px; }
  .form-policy h2:not(:nth-of-type(1)) {
    margin-top: 1em; }
  .form-policy p, .form-policy li {
    line-height: 1.4; }

/* #priacy-agree-check
--------------------------------------------------------- */
.priacy-agree-check {
  margin-top: 2em;
  padding: 20px;
  background-color: #f5f3ef;
  font-size: 1.4rem;
  text-align: center; }
  .priacy-agree-check input {
    margin-right: 0.5em; }

/* #form-message
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .form-message {
    width: 40em;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.7; } }

.form-message__hdg {
  margin: 0 -20px 1em;
  padding: 0 0.5em 0.3em 0.5em;
  border-bottom: 2px solid #cfcfcf;
  color: #e86d00;
  font-size: 1.45em; }
  @media screen and (min-width: 768px) {
    .form-message__hdg {
      margin: 0 0 1em;
      padding: 0 0 0.3em; } }

.form-message__text + .form-message__text {
  margin-top: 1.5em; }

@media screen and (min-width: 768px) {
  .form-message.error .form-message__text {
    text-align: center; } }

/* #form-table
--------------------------------------------------------- */
.hdg-lv2 + .form-group .form-table {
  margin-top: -1em;
  border-top: none; }

.form-table th, .form-table td {
  vertical-align: top; }

@media screen and (min-width: 768px) {
  .form-table th {
    width: 16em; } }

/* #form-required
--------------------------------------------------------- */
.form-require-wrap {
  position: relative; }

.form-required {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0.2em 0.6em;
  border-radius: 0.3em;
  background: #e83c00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .form-required {
      position: absolute;
      top: 0;
      right: 5px; } }
  @media screen and (min-width: 768px) {
    .form-required.text-icon {
      position: relative; } }

/* #form-example
--------------------------------------------------------- */
.form-example {
  margin-top: 0.3em;
  color: #999;
  font-size: 86%; }

.mw_wp_form_confirm .form-example {
  display: none; }

.form-example.long {
  display: block;
  margin-top: 0.6em; }

.form-example.short {
  display: block;
  margin-top: 0.6em; }
  @media screen and (min-width: 768px) {
    .form-example.short {
      display: inline;
      margin-top: 0; } }

/* #input-rule
--------------------------------------------------------- */
.input-rule {
  display: inline;
  margin-left: 8px;
  color: #666;
  font-size: 90%;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .input-rule {
      display: block;
      margin-left: 0; } }

/* #input-size
--------------------------------------------------------- */
.input-size-max {
  width: 100%; }

.input-size-l {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .input-size-l {
      width: 70%; } }

.input-size-m {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .input-size-m {
      width: 50%; } }

.input-size-s {
  width: 40%; }
  @media screen and (min-width: 768px) {
    .input-size-s {
      width: 25%; } }

.input-size-xs {
  width: 40%; }
  @media screen and (min-width: 768px) {
    .input-size-xs {
      width: 80px; } }

/* #input-size
--------------------------------------------------------- */
.input-size-max {
  width: 100%; }

.input-size-l {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .input-size-l {
      width: 70%; } }

.input-size-m {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .input-size-m {
      width: 50%; } }

.input-size-s {
  width: 40%; }
  @media screen and (min-width: 768px) {
    .input-size-s {
      width: 25%; } }

.input-size-xs {
  width: 40%; }
  @media screen and (min-width: 768px) {
    .input-size-xs {
      width: 80px; } }

/* #form-select
--------------------------------------------------------- */
.form-select__item {
  display: inline-block;
  vertical-align: middle; }
  .form-select__item + .form-select__item {
    margin-left: 0.5em; }

/* ---------------------------------------------------------
  Sub menu
--------------------------------------------------------- */
.sub-menu,
.archive-menu {
  clear: both;
  margin-top: 1em; }
  .sub-menu a,
  .archive-menu a {
    position: relative;
    display: block !important;
    line-height: 1.2;
    color: #3d3527;
    text-decoration: none !important;
    transition: all .6s; }
    .sub-menu a:hover,
    .archive-menu a:hover {
      color: #e86d00; }
      .sub-menu a:hover:before,
      .archive-menu a:hover:before {
        color: #e86d00; }
    .sub-menu a:before,
    .archive-menu a:before {
      content: '\f138';
      position: absolute;
      top: 50%;
      left: 0.8em;
      margin-top: -0.55em;
      font-family: 'FontAwesome'; }

.sub-menu a {
  padding: 1em 0 1em 2.3em;
  border-bottom: 1px solid #f3ece1; }

.sub-menu li.current_page_item a {
  color: #e86d00; }

.archive-menu a {
  padding: 0.4em 0 0.6em 2.3em; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt-ns {
  margin-top: -1em !important; }

.mt-nxs {
  margin-top: -0.6em !important; }

.hide-s {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .hide-s {
      display: block !important; } }

@media screen and (min-width: 768px) {
  .hide-l {
    display: none !important; } }

/* Clearfix
--------------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both; }

/* clear
--------------------------------------------------------- */
.clear {
  clear: both; }

.size20 {
  width: 20% !important; }

.size25 {
  width: 25% !important; }

.size30 {
  width: 30% !important; }

.size35 {
  width: 35% !important; }

.size40 {
  width: 40% !important; }

.size45 {
  width: 45% !important; }

.size50 {
  width: 50% !important; }

.size55 {
  width: 55% !important; }

.size60 {
  width: 60% !important; }

.size70 {
  width: 70% !important; }

.size80 {
  width: 80% !important; }

.size90 {
  width: 90% !important; }

.size100 {
  width: 100% !important; }
  @media print, screen and (min-width: 1000px) {
    .size100 {
      width: 98% !important; } }

@media screen and (max-width: 767px) {
  .size-l {
    width: 100% !important; } }

/* Font size
--------------------------------------------------------- */
.font-tiny {
  font-size: 80% !important; }
  @media print, screen and (min-width: 1000px) {
    .font-tiny {
      font-size: 13px !important; } }

.font-small {
  font-size: 90% !important; }
  @media print, screen and (min-width: 1000px) {
    .font-small {
      font-size: 14px !important; } }

.font-middle {
  font-size: 110% !important; }
  @media print, screen and (min-width: 1000px) {
    .font-middle {
      font-size: 22px !important; } }

.font-large {
  font-size: 120% !important; }
  @media print, screen and (min-width: 1000px) {
    .font-large {
      font-size: 28px; } }

.font-huge {
  line-height: 1.4;
  font-size: 130% !important; }
  @media print, screen and (min-width: 1000px) {
    .font-huge {
      font-size: 32px !important; } }

.font-enormous {
  line-height: 1.4;
  font-size: 140% !important;
  font-weight: 700; }
  @media print, screen and (min-width: 1000px) {
    .font-enormous {
      font-size: 40px !important; } }

/* Text align
--------------------------------------------------------- */
.text-center {
  text-align: center !important; }

@media screen and (min-width: 768px) {
  .text-center-only-l {
    text-align: center !important; } }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.text-middle {
  vertical-align: middle !important; }

.img-right {
  float: right;
  margin-left: 30px; }
  @media screen and (min-width: 768px) {
    .img-right {
      max-width: 300px; } }
  @media screen and (min-width: 576px) {
    .img-right {
      float: none;
      margin-left: 0;
      margin-bottom: 20px; } }

/* Text color
--------------------------------------------------------- */
.text-emphasis {
  color: #e83c00; }

.text-color-primary {
  color: #15832e; }

.text-color-secondary {
  color: #8ab523; }

/* New line
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .new-line {
    display: block; } }

/* ---------------------------------------------------------
  Widget
--------------------------------------------------------- */
.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.l-container-vc {
  clear: both;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px; }
  @media print, screen and (min-width: 1000px) {
    .l-container-vc {
      padding: 0; } }

@media screen and (max-width: 767px) {
  .wpb_content_element {
    margin-bottom: 20px; } }

@media screen and (max-width: 540px) {
  .vc_column_container > .vc_column-inner {
    padding-right: 0;
    padding-left: 0; }
  .vc_column_container .vc_column_container > .vc_column-inner {
    padding-right: 15px;
    padding-left: 15px; }
  .l-container-vc .l-container-vc {
    padding: 0; }
  .l-container-vc {
    padding: 0; } }

.sidebar-widget.widget_media_image {
  margin-top: 1em; }

/* ---------------------------------------------------------
  #Top page
--------------------------------------------------------- */
/* #top-news
--------------------------------------------------------- */
.top-news,
.top-blog {
  position: relative; }
  @media screen and (min-width: 768px) {
    .top-news,
    .top-blog {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .top-news__title-wrap,
    .top-blog__title-wrap {
      width: 20%; } }
  @media screen and (min-width: 768px) {
    .top-news-list,
    .top-blog-list {
      width: 78%; } }
  .top-news__title,
  .top-blog__title {
    margin-bottom: 0.5em;
    font-size: 2rem; }
    @media print, screen and (min-width: 1000px) {
      .top-news__title,
      .top-blog__title {
        font-size: 20px; } }
  .top-news__link,
  .top-blog__link {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 768px) {
      .top-news__link,
      .top-blog__link {
        position: relative; } }
  .top-news__link-text,
  .top-blog__link-text {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.2;
    color: #3d3527;
    font-size: 1.4rem;
    text-decoration: none; }
    .top-news__link-text:before,
    .top-blog__link-text:before {
      content: '\f138';
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -0.55em;
      color: #e86d00;
      font-family: 'FontAwesome'; }
    .top-news__link-text:hover,
    .top-blog__link-text:hover {
      opacity: 0.8; }

@media screen and (min-width: 768px) {
  .top-news {
    padding-bottom: 2em;
    border-bottom: 1px solid #cfcfcf; } }

/* #top-news-list
--------------------------------------------------------- */
.top-news-list__link,
.top-blog-list__link {
  display: block;
  padding-left: 20px;
  line-height: 1.4;
  color: #3d3527;
  font-size: 1.4rem;
  text-decoration: none; }
  .top-news-list__link:hover,
  .top-blog-list__link:hover {
    opacity: 0.8; }
  .top-news-list__link + .top-news-list__link,
  .top-blog-list__link + .top-news-list__link, .top-news-list__link +
  .top-blog-list__link,
  .top-blog-list__link +
  .top-blog-list__link {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #cfcfcf; }
    @media screen and (min-width: 768px) {
      .top-news-list__link + .top-news-list__link,
      .top-blog-list__link + .top-news-list__link, .top-news-list__link +
      .top-blog-list__link,
      .top-blog-list__link +
      .top-blog-list__link {
        margin-top: 0;
        padding-top: 0;
        border-top: none; } }

@media screen and (max-width: 767px) {
  .top-news-list,
  .top-blog-list {
    margin-right: -20px;
    margin-left: -20px; }
    .top-news-list__link,
    .top-blog-list__link {
      padding-right: 20px;
      padding-left: 20px; } }

@media screen and (min-width: 576px) {
  .top-news-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.top-news-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.top-news-list__date {
  width: 8em;
  margin-bottom: 0.2em; }
  @media screen and (min-width: 576px) {
    .top-news-list__date {
      margin-bottom: 0; } }

.top-news-list__category {
  width: 10em;
  margin: 0 1em;
  color: #eb7f0c; }

/* #top-blog
--------------------------------------------------------- */
.top-blog__link-text:before {
  color: #81bc2c; }

/* #top-blog-list
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .top-blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.top-blog-list__link {
  display: block; }
  @media screen and (min-width: 768px) {
    .top-blog-list__link {
      width: 19%; } }

.top-blog-list__date {
  display: block;
  margin-bottom: 0.5em;
  color: #9e9e9e;
  font-size: 1.3rem; }
  @media screen and (min-width: 768px) {
    .top-blog-list__date {
      margin: 0.5em 0; } }

@media screen and (max-width: 767px) {
  .top-blog-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .top-blog-list__pic {
    width: 30%; }
  .top-blog-list__group {
    width: 68%; } }

/* #top-title-lv2
--------------------------------------------------------- */
.top-title-lv2 {
  position: relative;
  color: #eb7f0c;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center; }
  @media print, screen and (min-width: 1000px) {
    .top-title-lv2 {
      font-size: 22px; } }
  .top-title-lv2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 98px;
    height: 9px;
    margin-left: -49px;
    background: url("/wp-content/themes/global-kitchen/img/icon/icon_top_title.png") no-repeat 0 0;
    background-size: 98px 9px; }
    @media screen and (min-width: 768px) {
      .top-title-lv2:after {
        bottom: -25px;
        width: 196px;
        height: 17px;
        margin-left: -98px;
        background-size: auto auto; } }

/* #top-service-title
--------------------------------------------------------- */
.top-service-title {
  margin-bottom: 1em;
  font-size: 2rem; }
  @media print, screen and (min-width: 1000px) {
    .top-service-title {
      font-size: 22px; } }

.top-service-title.text-large {
  line-height: 1.4;
  font-size: 2.4rem; }
  @media screen and (min-width: 768px) {
    .top-service-title.text-large {
      font-size: 30px; } }

/* #top-point
--------------------------------------------------------- */
.top-point__icon {
  color: #eb7f0c;
  font-size: 1.5rem; }

.top-point__title {
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    .top-point__title {
      font-size: 25px; } }

@media screen and (min-width: 768px) {
  .top-point__pic {
    padding-top: 1em; } }

@media print, screen and (min-width: 1000px) {
  .top-point__pic {
    padding-top: 3em; } }

.top-concept-wrap {
  background: url("/wp-content/themes/global-kitchen/img/top/bg_top_concept.jpg") no-repeat top center; }

@media print, screen and (min-width: 1000px) {
  .top-concept {
    padding: 0 280px; } }

.top-concept__title {
  margin-bottom: 1em;
  font-size: 2rem;
  color: #393939; }
  @media screen and (min-width: 768px) {
    .top-concept__title {
      font-size: 23px; } }

.top-voice {
  padding: 2em;
  background-color: #f3ece1; }
  .top-voice__title {
    color: #574b49;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .top-voice__title {
        font-size: 22px;
        text-align: center; } }
  .top-voice__comment {
    position: relative;
    padding: 1.2em;
    border-radius: 0.5em;
    background-color: #fff;
    color: #574b49; }
    .top-voice__comment:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -20px;
      margin-top: -10px;
      border: 10px solid transparent;
      border-right: 10px solid #fff; }

/* ---------------------------------------------------------
  Sub
--------------------------------------------------------- */
/* latest-articles
--------------------------------------------------------- */
.latest-articles__item + .latest-articles__item {
  border-top: 1px solid #d6d6d6; }

.latest-articles__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.8em 0;
  color: #3d3527;
  text-decoration: none; }
  .latest-articles__link:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.latest-articles__pic {
  width: 30%; }

.latest-articles__text {
  width: 64%; }

.latest-articles__date {
  color: #9e9e9e;
  font-size: 1.4rem; }

.latest-articles__title {
  line-height: 1.3;
  font-size: 1.6rem; }

/* ---------------------------------------------------------
  Service
--------------------------------------------------------- */
/* problems
--------------------------------------------------------- */
.problem-wrap {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 84%, #e2e2e2 99%);
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 84%, #e2e2e2 99%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 84%, #e2e2e2 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 );
  overflow: hidden; }

.problem-wrap-inner {
  position: relative;
  padding-bottom: 30px; }
  @media print, screen and (min-width: 1000px) {
    .problem-wrap-inner {
      padding-bottom: 80px; } }
  .problem-wrap-inner:after {
    position: absolute;
    bottom: -48px;
    left: 50%;
    content: '';
    width: 129px;
    height: 58px;
    margin-left: -65px;
    background: url("/wp-content/themes/global-kitchen/img/icon/icon_problem_next.png") no-repeat 0 0; }
  .problem-wrap-inner.service01 {
    background: url("/wp-content/themes/global-kitchen/img/service/nursing-home/pic_service01_plobrem.png") no-repeat right bottom;
    background-size: 176px 167px; }
    @media print, screen and (min-width: 1000px) {
      .problem-wrap-inner.service01 {
        background-size: auto auto; } }
  .problem-wrap-inner.service02 {
    background: url("/wp-content/themes/global-kitchen/img/service/meal-delivery/pic_service02_plobrem.png") no-repeat right bottom;
    background-size: 176px 167px; }
    @media print, screen and (min-width: 1000px) {
      .problem-wrap-inner.service02 {
        background-size: auto auto; } }

.problems__title {
  position: relative;
  margin-bottom: 1em;
  padding: 0 1em;
  color: #686868;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center; }
  @media print, screen and (min-width: 1000px) {
    .problems__title {
      font-size: 30px; } }
  .problems__title:before, .problems__title:after {
    content: '';
    position: absolute; }
  .problems__title:before {
    bottom: 0;
    left: -40px;
    width: 75px;
    height: 75px;
    background: url("/wp-content/themes/global-kitchen/img/icon/icon_plobrem_left.png") no-repeat 0 0;
    background-size: 75px 75px; }
    @media screen and (min-width: 576px) {
      .problems__title:before {
        left: 20px; } }
    @media screen and (min-width: 768px) {
      .problems__title:before {
        left: 100px; } }
    @media print, screen and (min-width: 1000px) {
      .problems__title:before {
        bottom: -40px;
        left: 60px;
        width: 149px;
        height: 149px;
        background-size: 100% 100%; } }
  .problems__title:after {
    top: -10px;
    right: -40px;
    width: 72px;
    height: 83px;
    background: url("/wp-content/themes/global-kitchen/img/icon/icon_plobrem_right.png") no-repeat 0 0;
    background-size: 72px 83px; }
    @media screen and (min-width: 576px) {
      .problems__title:after {
        right: 20px; } }
    @media screen and (min-width: 768px) {
      .problems__title:after {
        right: 100px; } }
    @media print, screen and (min-width: 1000px) {
      .problems__title:after {
        top: -30px;
        right: 60px;
        width: 144px;
        height: 166px;
        background-size: 100% 100%; } }

.problems__main-text {
  display: block;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 700; }
  @media print, screen and (min-width: 1000px) {
    .problems__main-text {
      font-size: 45px; } }

/* problem-list
--------------------------------------------------------- */
@media screen and (min-width: 576px) {
  .problem-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media print, screen and (min-width: 1000px) {
  .problem-list {
    padding: 2em 1em; } }

.problem-list__item {
  position: relative;
  padding-left: 2em; }
  @media screen and (min-width: 576px) {
    .problem-list__item {
      width: 49%;
      font-size: 1.8rem; } }
  @media screen and (min-width: 576px) {
    .problem-list__item {
      font-size: 22px; } }
  .problem-list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 21px;
    background: url("/wp-content/themes/global-kitchen/img/icon/icon_plobrem_check.png") no-repeat 0 0; }
  .problem-list__item:nth-of-type(n+3) {
    margin-top: 1em; }
  @media print, screen and (min-width: 1000px) {
    .problem-list__item:nth-of-type(6) {
      padding-right: 7em; } }
  .problem-list__item:last-child {
    padding-right: 4em; }
    @media screen and (min-width: 576px) {
      .problem-list__item:last-child {
        padding-right: 0; } }

.problem-list__emphasis {
  color: #d75c5d; }

/* support
--------------------------------------------------------- */
.support-wrap {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: url("/wp-content/themes/global-kitchen/img/service/nursing-home/bg_service01_support.jpg") no-repeat bottom center; }

.support {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center; }
  .support__text01 {
    line-height: 1.3;
    color: #7b9b2e;
    font-size: 2rem; }
    @media print, screen and (min-width: 1000px) {
      .support__text01 {
        font-size: 32px; } }
  .support__text02 {
    margin: 0.2em 0 0;
    line-height: 1.3;
    color: #e86d00; }
    @media print, screen and (min-width: 1000px) {
      .support__text02 {
        font-size: 45px; } }
  .support__text03 {
    margin-top: 1em;
    color: #755843; }
    @media print, screen and (min-width: 1000px) {
      .support__text03 {
        font-size: 22px; } }

/* service-point
--------------------------------------------------------- */
.service-point-wrap {
  background: url("/wp-content/themes/global-kitchen/img/service/nursing-home/bg_service01_01.jpg") no-repeat bottom center;
  background-size: cover; }

.service-point__text {
  color: #655744;
  font-weight: 700;
  text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0; }
  @media print, screen and (min-width: 1000px) {
    .service-point__text.lead-text {
      font-size: 30px; } }

.service-point__text-emphasis {
  color: #e86d00; }
  @media print, screen and (min-width: 1000px) {
    .service-point__text-emphasis.lead-emphasis {
      font-size: 40px; } }

@media screen and (min-width: 768px) {
  .service-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.service-plus__text {
  position: relative;
  padding-left: 50px;
  line-height: 1.3;
  color: #3c3c3c;
  font-weight: 700;
  text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0; }
  @media screen and (min-width: 768px) {
    .service-plus__text {
      width: 48%; } }
  @media print, screen and (min-width: 1000px) {
    .service-plus__text {
      padding-left: 95px;
      font-size: 27px; } }
  .service-plus__text:nth-of-type(n+3) {
    margin-top: 1em; }
    @media print, screen and (min-width: 1000px) {
      .service-plus__text:nth-of-type(n+3) {
        margin-top: 1.5em; } }
  .service-plus__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 39px;
    height: 39px;
    background: url("/wp-content/themes/global-kitchen/img/icon/icon_circle01.png") no-repeat bottom center;
    background-size: 39px 39px; }
    @media print, screen and (min-width: 1000px) {
      .service-plus__text:before {
        top: -8px;
        width: 78px;
        height: 78px;
        background-size: auto auto; } }

.service-plus__emphasis {
  display: block;
  color: #e86d00; }

.line-dash {
  padding-bottom: 0.2em;
  border-bottom: 2px dashed #b5aba3; }

/* service-summary
--------------------------------------------------------- */
.service-summary-title {
  line-height: 1.3;
  font-size: 2.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center; }
  @media print, screen and (min-width: 1000px) {
    .service-summary-title {
      font-size: 28px; } }
  .service-summary-title__emphasis {
    display: block;
    color: #779e2e; }
  @media print, screen and (min-width: 1000px) {
    .service-summary-title__text01 {
      font-size: 50px; } }
  @media print, screen and (min-width: 1000px) {
    .service-summary-title__text02 {
      font-size: 40px; } }

.service-summary-title.type02 .service-summary-title__emphasis {
  color: #dd7d14; }

/* price-example
--------------------------------------------------------- */
.price-example {
  position: relative;
  padding: 2em 3em;
  border: 2px solid #779e2e; }
  @media screen and (min-width: 768px) {
    .price-example {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media print, screen and (min-width: 1000px) {
    .price-example {
      margin: 0 114px; } }
  .price-example:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 30%;
    height: 30%;
    background-color: #fff; }
  .price-example:after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 30%;
    height: 30%;
    background-color: #fff; }
  .price-example__item {
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .price-example__item {
        width: 28%; }
        .price-example__item:nth-of-type(1) {
          width: 40%; }
        .price-example__item:nth-of-type(2) {
          width: 32%; } }
    @media print, screen and (min-width: 1000px) {
      .price-example__item {
        font-size: 25px; } }
  .price-example__title {
    color: #686868; }
  .price-example__price {
    color: #da5f60;
    font-weight: 700;
    font-size: 2rem; }
    .price-example__price span {
      font-size: 2.5rem; }
      @media print, screen and (min-width: 1000px) {
        .price-example__price span {
          font-size: 35px; } }

.service-point2__title {
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    .service-point2__title {
      font-size: 28px; } }

.service-point2__result {
  position: relative;
  padding-top: 4em;
  color: #e86d00;
  font-size: 2.4rem;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .service-point2__result {
      font-size: 32px; } }
  .service-point2__result:before {
    content: '';
    position: absolute;
    top: 1.5em;
    left: 50%;
    width: 31px;
    height: 41px;
    margin-left: -15px;
    background: url("/wp-content/themes/global-kitchen/img/icon/icon_arrow_down.png") no-repeat 0 0; }

/* ---------------------------------------------------------
  Strong point
--------------------------------------------------------- */
/* strong-point-summary
--------------------------------------------------------- */
.strong-point-summary__title {
  font-size: 2rem;
  font-weight: 700;
  color: #755843; }
  @media print, screen and (min-width: 1000px) {
    .strong-point-summary__title {
      font-size: 33px;
      text-align: center; } }

.strong-point-summary__emphasis {
  padding-bottom: 0.2em;
  border-bottom: 4px dotted #e86d00;
  color: #e86d00; }

.strong-point-summary__text {
  position: relative;
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .strong-point-summary__text {
      padding: 0 252px 0 230px; } }
  .strong-point-summary__text:before, .strong-point-summary__text:after {
    content: '';
    position: absolute; }
  .strong-point-summary__text:before {
    top: -70px;
    right: 0;
    width: 126px;
    height: 156px;
    background: url("/wp-content/themes/global-kitchen/img/strong-point/top/img_message01.png") no-repeat 0 0;
    background-size: 126px 156px; }
    @media screen and (min-width: 768px) {
      .strong-point-summary__text:before {
        width: 252px;
        height: 312px;
        background-size: auto auto; } }
  .strong-point-summary__text:after {
    bottom: -30px;
    left: 0;
    width: 115px;
    height: 146px;
    background: url("/wp-content/themes/global-kitchen/img/strong-point/top/img_message02.png") no-repeat 0 0;
    background-size: 115px 146px; }
    @media screen and (min-width: 768px) {
      .strong-point-summary__text:after {
        width: 230px;
        height: 292px;
        background-size: auto auto; } }

/* strong-point-list
--------------------------------------------------------- */
.strong-point-list:nth-of-type(even) {
  background-color: #fbf6f0; }

.strong-point-list__item {
  clear: both;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 20px; }
  @media print, screen and (min-width: 1000px) {
    .strong-point-list__item {
      padding: 50px 80px 50px 50px; } }

.strong-point-list__sub-title {
  display: table;
  margin: 0 auto 1em;
  padding: 0.2em 2em;
  border: 2px solid #e86d00;
  border-radius: 2em;
  color: #e86d00;
  font-size: 1.9rem;
  text-align: center; }

.strong-point-list__title {
  margin-bottom: 0.6em;
  color: #e86d00;
  font-size: 3.3rem;
  text-align: center; }

.strong-point-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.strong-point-list__pic {
  width: 416px;
  text-align: center; }

.strong-point-list__summary {
  width: 407px; }

.strong-point-list__text {
  margin-bottom: 1em;
  line-height: 1.8; }

/* point-summary
--------------------------------------------------------- */
.point-summary {
  padding: 2em;
  background-color: #fcf9f4; }
  .point-summary__title {
    margin-bottom: 0.8em;
    line-height: 1.5;
    color: #e88831;
    font-size: 2rem; }
    @media print, screen and (min-width: 1000px) {
      .point-summary__title {
        font-size: 35px; } }
  .point-summary__text-line {
    border-bottom: 4px dotted #e88831; }
  .point-summary__text {
    color: #755843; }

/* cooking-step
--------------------------------------------------------- */
.cooking-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .cooking-step__item {
    width: 48%; }
    @media screen and (min-width: 768px) {
      .cooking-step__item {
        width: 22%; } }
  .cooking-step__sub-title {
    width: 100%;
    padding: 0.1em 1em;
    border-radius: 1.5em;
    background-color: #ea8920;
    color: #fff;
    text-align: center; }
  .cooking-step__no {
    margin-left: 0.2em;
    font-size: 2rem; }
  .cooking-step__title {
    position: relative;
    margin: 0.8em 0;
    color: #ea8920;
    font-size: 2.2rem;
    text-align: center; }
    .cooking-step__title:after {
      content: '\f054';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -0.7em;
      font-family: 'FontAwesome'; }
      @media screen and (min-width: 768px) {
        .cooking-step__title:after {
          right: -1em; } }
  .cooking-step__item:last-child .cooking-step__title:after {
    display: none; }
  .cooking-step__pic {
    margin: 0.5em 0;
    text-align: center; }

/* comparison table
--------------------------------------------------------- */
.comparison-table-wrap {
  width: 100%;
  margin: 1em -20px;
  overflow-x: scroll; }
  @media print, screen and (min-width: 1000px) {
    .comparison-table-wrap {
      width: auto;
      margin: 1em 0;
      overflow: visible; } }

.comparison-table {
  width: 1000px;
  border-bottom: 1px solid #b4b4b4; }
  @media print, screen and (min-width: 1000px) {
    .comparison-table {
      width: auto; } }
  .comparison-table th,
  .comparison-table td {
    padding: 1em;
    border-top: 1px solid #b4b4b4; }
    @media screen and (min-width: 768px) {
      .comparison-table th,
      .comparison-table td {
        font-size: 18px; } }
  .comparison-table th[scope="row"] {
    width: 15%; }
  .comparison-table .emphasis-cell {
    background: #fff6d9;
    font-weight: bold; }

/* ---------------------------------------------------------
  Menu
--------------------------------------------------------- */
/* menu-summary
--------------------------------------------------------- */
.menu-summary {
  position: relative;
  padding-top: 100px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #755843;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 1000px) {
    .menu-summary {
      font-size: 23px;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .menu-summary {
      padding: 0 194px 0 230px; } }
  .menu-summary__emphasis, .menu-summary strong {
    color: #e86d00; }
  .menu-summary__text:before, .menu-summary__text:after {
    content: '';
    position: absolute; }
  .menu-summary__text:before {
    top: 0;
    right: 40%;
    width: 87px;
    height: 87px;
    margin-right: -43px;
    background: url("/wp-content/themes/global-kitchen/img/menu/top/icon_index_menu02.png") no-repeat 0 0;
    background-size: 87px 87px; }
    @media screen and (min-width: 768px) {
      .menu-summary__text:before {
        top: -40px;
        right: 0;
        width: 174px;
        height: 174px;
        margin-right: 0;
        background-size: auto auto; } }
    @media print, screen and (min-width: 1000px) {
      .menu-summary__text:before {
        right: 30px; } }
  .menu-summary__text:after {
    top: 0;
    left: 40%;
    width: 87px;
    height: 96px;
    margin-left: -43px;
    background: url("/wp-content/themes/global-kitchen/img/menu/top/icon_index_menu01.png") no-repeat 0 0;
    background-size: 87px 96px; }
    @media screen and (min-width: 768px) {
      .menu-summary__text:after {
        top: -50px;
        left: 0;
        width: 173px;
        height: 192px;
        margin-left: 0;
        background-size: auto auto; } }
    @media print, screen and (min-width: 1000px) {
      .menu-summary__text:after {
        left: 50px; } }

/* menu example
--------------------------------------------------------- */
.menu-example {
  margin-top: 1em;
  padding: 2em;
  background-color: #f4ede3; }
  .menu-example__title {
    margin-bottom: 0.6em;
    color: #e86d00; }
  .menu-example__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .menu-example__item {
    position: relative;
    width: 32%;
    width: calc( (100% - 80px) / 3); }
    .menu-example__item:nth-of-type(n+4) {
      margin-top: 1em; }
  .menu-example__icon {
    display: block;
    width: 5em;
    height: 2.4em;
    margin: 0 0 0.6em 0;
    padding: 0 1em;
    line-height: 2.4em;
    border-radius: 0.5em;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .menu-example__icon {
        font-size: 16px; } }
  .menu-example__name {
    padding: 1em;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 700; }

.menu-example.col-two .menu-example__item {
  position: relative;
  width: 49%;
  width: calc( (100% - 40px) / 2); }
  @media print, screen and (min-width: 1000px) {
    .menu-example.col-two .menu-example__item {
      width: 355px; } }
  .menu-example.col-two .menu-example__item:nth-of-type(n+3) {
    margin-top: 1em; }

/* ---------------------------------------------------------
  Flow
--------------------------------------------------------- */
/* #flow-list
--------------------------------------------------------- */
/* #flow-list
--------------------------------------------------------- */
.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.5em 0 1em; }
  @media print, screen and (min-width: 1000px) {
    .flow-list {
      margin: 2em 0 1em; } }
  .flow-list__item {
    width: 48%;
    margin-top: 1em; }
    @media screen and (min-width: 576px) {
      .flow-list__item {
        width: 32%; } }
    @media screen and (min-width: 768px) {
      .flow-list__item {
        width: 15.9%; } }
    @media screen and (min-width: 768px) {
      .flow-list__item {
        width: 140px; } }
  .flow-list__step {
    padding: 0.3em 0.5em;
    background-color: #4c9d58;
    color: #f3ece1;
    text-align: center; }
  .flow-list__step-no {
    margin-left: 0.2em;
    font-size: 1.4em;
    font-weight: bold; }
  .flow-list__pic {
    margin: 1.2em 0 1em;
    text-align: center; }
  .flow-list__text {
    line-height: 1.2;
    font-weight: bold;
    text-align: center; }

/* step-color */
.flow-list.details {
  padding-bottom: 1.5em;
  border-bottom: 2px solid #f3ece1; }
  @media print, screen and (min-width: 1000px) {
    .flow-list.details {
      padding-bottom: 2em; } }
  .flow-list.details .flow-list__item:first-child .flow-list__step {
    background-color: #8aa241; }
  .flow-list.details .flow-list__item:nth-of-type(2) .flow-list__step {
    background-color: #7fa241; }
  .flow-list.details .flow-list__item:nth-of-type(3) .flow-list__step {
    background-color: #6aa241; }
  .flow-list.details .flow-list__item:nth-of-type(4) .flow-list__step {
    background-color: #56a241; }
  .flow-list.details .flow-list__item:nth-of-type(5) .flow-list__step {
    background-color: #41a241; }
  .flow-list.details .flow-list__item:nth-of-type(6) .flow-list__step {
    background-color: #41a252; }

/* icon-flow */
.icon-flow {
  fill: #4c9d58;
  max-width: 100px;
  max-height: 100px; }

/* #flow-detail
--------------------------------------------------------- */
.flow-detail__item {
  position: relative;
  margin-left: 1.2em;
  padding: 0 0 2em 2.4em; }
  @media screen and (min-width: 576px) {
    .flow-detail__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media print, screen and (min-width: 1000px) {
    .flow-detail__item {
      margin-left: 38px;
      padding: 0 0 2em 70px; } }
  .flow-detail__item:not(:last-child) {
    border-left: 8px solid #f3ece1; }
  .flow-detail__item:last-child {
    border-left: 8px solid #fff; }
  .flow-detail__item:before {
    position: absolute;
    top: 0;
    left: -1.4em;
    content: '1';
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    border-radius: 50%;
    background: #eb7f0c;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle; }
    @media print, screen and (min-width: 1000px) {
      .flow-detail__item:before {
        left: -41px;
        width: 76px;
        height: 76px;
        line-height: 76px;
        font-size: 32px; } }

.flow-detail__pic {
  margin-top: 1em;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .flow-detail__pic {
      width: 20%;
      margin-top: 0; } }
  @media print, screen and (min-width: 1000px) {
    .flow-detail__pic {
      width: 120px; } }

@media screen and (min-width: 576px) {
  .flow-detail__content {
    width: calc(100% - 22%); } }

@media print, screen and (min-width: 1000px) {
  .flow-detail__content {
    width: calc(100% - 140px); } }

.flow-detail__person {
  display: inline-block;
  padding: 0.2em 0.5em;
  border: 2px solid #4c9d58;
  color: #4c9d58;
  font-size: 0.8em; }

.flow-detail__hdg {
  margin: 0.4em 0 0.3em;
  font-size: 2rem; }

.flow-detail__text + .flow-detail__text {
  margin-top: 0.5em; }

.flow-detail__text p + p, .flow-detail__text p + dl, .flow-detail__text dl + p, .flow-detail__text ul + p, .flow-detail__text p + ul, .flow-detail__text dd + dt {
  margin-top: 0.8em; }

.flow-detail__text dt {
  margin-bottom: 0.3em;
  font-weight: bold; }

.flow-detail__item:nth-of-type(2):before {
  content: '2'; }

.flow-detail__item:nth-of-type(3):before {
  content: '3'; }

.flow-detail__item:nth-of-type(4):before {
  content: '4'; }

.flow-detail__item:nth-of-type(5):before {
  content: '5'; }

.flow-detail__item:nth-of-type(6):before {
  content: '6'; }

/* ---------------------------------------------------------
  Company
--------------------------------------------------------- */
/* philosophy
--------------------------------------------------------- */
.philosophy__title {
  color: #e86d00; }

.philosophy__list {
  margin: 1em; }

.philosophy__item {
  font-size: 1.8rem; }
  .philosophy__item:before {
    content: '\0025cf';
    margin-right: 1em;
    color: #e86d00; }

/* ---------------------------------------------------------
  Post
--------------------------------------------------------- */
/* #post-list
--------------------------------------------------------- */
.post-list {
  margin-right: -20px;
  margin-left: -20px;
  border-bottom: 1px solid #cfcfcf; }
  @media screen and (min-width: 768px) {
    .post-list {
      margin-right: 0;
      margin-left: 0; } }
  .post-list__description {
    width: 100%; }
  .post-list__link {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.2em 1em;
    border-top: 1px solid #cfcfcf;
    color: #3d3527;
    text-decoration: none; }
    .post-list__link:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .post-list__link {
        padding-right: 0;
        padding-left: 0; } }
    .post-list__link:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .post-list__thumb {
    width: 20%; }
    @media print, screen and (min-width: 1000px) {
      .post-list__thumb {
        width: 240px; } }
    .post-list__thumb + .post-list__description {
      width: calc(100% - 20%);
      padding-left: 2em; }
      @media print, screen and (min-width: 1000px) {
        .post-list__thumb + .post-list__description {
          width: calc(100% - 240px); } }
  .post-list__title {
    margin: 0.5em 0;
    font-size: 2rem; }
  .post-list__summary {
    font-size: 1.4rem; }
  .post-list__btn {
    padding-top: 1em;
    font-size: 1.5rem;
    text-align: right; }

.post-list__info,
.post-article__info {
  font-size: 1.4rem; }
  @media print, screen and (min-width: 1000px) {
    .post-list__info,
    .post-article__info {
      font-size: 14px; } }

.post-list__category,
.post-article__category {
  margin-left: 0.5em;
  padding: 0.3em 0.5em;
  background-color: #e8e8e8;
  color: #393939;
  text-decoration: none; }

/* #pagination
--------------------------------------------------------- */
.pagination {
  margin: 2em -20px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pagination {
      margin: 2em 0 0; } }
  .pagination a, .pagination span {
    display: inline-block;
    margin: 0 0.1em;
    padding: 0.8em;
    line-height: 1;
    background-color: #3d3527;
    color: #fff; }
  .pagination a {
    text-decoration: none;
    cursor: pointer; }
    .pagination a:hover {
      background-color: #4d4331;
      color: #fff;
      text-decoration: none; }
    .pagination a.icon-link {
      padding: 0.8em; }
      @media screen and (min-width: 768px) {
        .pagination a.icon-link {
          padding: 1em; } }
    .pagination a.next-link {
      position: relative;
      padding: 0.8em 0.2em 0.8em 0.7em; }
      .pagination a.next-link:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 1.3em;
        height: 2.6em;
        margin-right: -1.3em;
        background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #3d3527 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #3d3527 50.5%) no-repeat bottom right/100% 50%; }
      .pagination a.next-link:hover:after {
        background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #4d4331 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #4d4331 50.5%) no-repeat bottom right/100% 50%; }
    .pagination a.prev-link {
      position: relative;
      padding: 0.8em 0.7em 0.8em 0.2em; }
      .pagination a.prev-link:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 1.3em;
        height: 2.6em;
        margin-left: -1.3em;
        background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #3d3527 50.5%) no-repeat top right/100% 50%, linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #3d3527 50.5%) no-repeat bottom left/100% 50%; }
      .pagination a.prev-link:hover:after {
        background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #4d4331 50.5%) no-repeat top right/100% 50%, linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #4d4331 50.5%) no-repeat bottom left/100% 50%; }
  .pagination span.current {
    background-color: #e8e8e8;
    color: #393939; }

/* #post-article
--------------------------------------------------------- */
.post-article {
  margin: 0 -20px;
  padding: 1.5em;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf; }
  @media screen and (min-width: 768px) {
    .post-article {
      margin: 0; } }
  @media print, screen and (min-width: 1000px) {
    .post-article {
      padding: 40px; } }
  .post-article__title {
    margin: 0.8em 0;
    font-size: 2rem; }
    @media print, screen and (min-width: 1000px) {
      .post-article__title {
        font-size: 25px; } }

.post-article h2 {
  clear: both; }

/* #share-buttons
--------------------------------------------------------- */
.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.5em; }
  .share-buttons__item {
    width: 19%; }
    .share-buttons__item a {
      display: block;
      width: 100%;
      padding: 0.3em;
      border-radius: 0.3em;
      color: #fff !important;
      font-size: 1.3rem;
      text-decoration: none !important;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .share-buttons__item a {
          padding: 0.4em 0.2em; } }
  .share-buttons__item.twitter a {
    background-color: #1ea2f2; }
  .share-buttons__item.facebook a {
    background-color: #3c5998; }
  .share-buttons__item.googleplus a {
    background-color: #d4252a; }
  .share-buttons__item.hatena a {
    background-color: #008edd; }
  .share-buttons__item.pocket a {
    background-color: #e5495e; }
  .share-buttons__text {
    display: none; }
    @media screen and (min-width: 768px) {
      .share-buttons__text {
        display: inline-block;
        margin-left: 0.3em; } }

/* #related-article
--------------------------------------------------------- */
.related-article__link {
  color: #3d3527;
  text-decoration: none; }
  .related-article__link:hover {
    opacity: 0.8; }
    .related-article__link:hover .related-article__title,
    .related-article__link:hover .related-article__pic {
      opacity: 0.8; }

.related-article__pic {
  margin-bottom: 0.5em; }

.related-article__date {
  color: #9e9e9e;
  font-size: 1.3rem; }

.related-article__title {
  margin-top: 0.2em;
  line-height: 1.3;
  font-size: 1.6rem; }

.related-article.one-column .related-article__item + .related-article__item {
  margin-top: 0.5em;
  border-top: 1px solid #f3ece1; }

@media screen and (min-width: 576px) {
  .related-article.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media screen and (min-width: 576px) {
  .related-article.two-column .related-article__item {
    width: 32%; } }

@media screen and (max-width: 575px) {
  .related-article.two-column .related-article__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .related-article.two-column .related-article__pic {
    width: 30%; }
  .related-article.two-column .related-article__text {
    width: 66%; } }

/* #page-link
--------------------------------------------------------- */
.page-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2em; }
  .page-link__item a {
    position: relative;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer; }
    .page-link__item a:hover {
      color: #e86d00 !important; }
    .page-link__item a:before {
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      color: #e86d00;
      font-family: 'FontAwesome'; }
  .page-link__item.prev-link {
    text-align: left; }
    .page-link__item.prev-link a {
      padding-left: 1.2em; }
      .page-link__item.prev-link a:before {
        content: '\f053';
        left: 0; }
  .page-link__item.list {
    text-align: center; }
    .page-link__item.list a {
      padding-left: 1.2em; }
      .page-link__item.list a:before {
        content: '\f0ca';
        left: 0; }
  .page-link__item.next-link {
    text-align: right; }
    .page-link__item.next-link a {
      padding-right: 1.2em; }
      .page-link__item.next-link a:before {
        content: '\f054';
        right: 0; }

/* ---------------------------------------------------------
WordPress Native Styles
--------------------------------------------------------- */
p:not([class]) {
  display: block;
  margin: 1em 0 0; }

strong:not([class]) {
  font-weight: bold; }

em:not([class]) {
  font-style: italic; }

figure:not([class]) {
  margin: 1em 0;
  text-align: center; }

blockquote:not([class]) {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.alignleft {
  display: inline;
  float: left;
  margin: 0 1.5em 1.5em 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 1.5em 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* phone-call
--------------------------------------------------------- */
.phone-call {
  color: #3d3527 !important;
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
  .phone-call {
    pointer-events: none;
    text-decoration: none !important;
  }
}

/* mw_wp_form
--------------------------------------------------------- */
.mw_wp_form_confirm .hide-confirm {
  display: none;
}

/* Modal
--------------------------------------------------------- */
.modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modal-area__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modal-area__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 800px;
  max-height: 600px;
  overflow-y: auto;
  padding: 30px;
  background-color: #fff;
}
.modal-area__content {
  background-color: #fff;
}
.modal-area__close-btn {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.btn-modal {
  min-width: 300px;
  padding: 1em;
}
