/*
Theme Name: jinen-g
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jinen-g
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

jinen-g is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import "vendor/basis/dist/css/basis.css";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
  overflow-x: hidden;
}

body {
  color: #282828;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13px;
  line-height: 1.8;
  overflow-x: hidden;
}
@media (min-width: 40em) {
  body {
    font-size: 14px;
  }
}

a {
  color: #282828;
  text-decoration: none;
}
a:hover {
  color: #bf7a4c;
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

/**
 * Wordpress native styles
 */
.aligncenter,
.alignright,
.alignleft {
  display: block;
  margin: 8px auto;
}

/*GoogleMap対策*/
.gm-style [aria-hidden="true"] {
  display: inline;
}

._c-container {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 40em) {
  ._c-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

._c-row--nogutter {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 40em) {
._c-row--nogutter {
  margin-right: auto;
  margin-left: auto;
}
}

/*全幅*/
.c-fullwidth {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}
.c-fullwidth:after {
  content: '';
  display: table;
  clear: both;
}

/*ボタン*/
.c-btn {
  font-size: 16px;
  margin: 2px;
  padding: 10px 20px;
  display: block;
  background-color: #4b4b4b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  position: relative;
  max-width: 100%;
  min-width: 100%;
  border: none;
  white-space: pre-wrap;
}
@media (min-width: 40em) {
  .c-btn {
    display: inline-block;
    min-width: 300px;
    max-width: auto;
  }
}
.c-btn:hover {
  color: #fff;
  text-decoration: none;
}
.c-btn::before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: #fff;
  display: block;
}
.c-btn:hover::before {
  opacity: 0.25;
}
.c-btn--large {
  padding: 15px 25px;
  font-size: 22px;
}
.c-btn--block {
  display: block;
}
.c-btn--transparent {
  background-color: transparent;
  color: inherit;
}
.c-btn--border {
  padding: 8px 0;
  border: 1px solid #555;
}
.c-btn--border-white {
  border: 1px solid #fff;
  color: #fff;
}
.c-btn--border-gray {
  border: 1px solid #4b4b4b;
  color: #4b4b4b;
}
.c-btn--border-gray:hover {
  color: #4b4b4b;
}
.c-btn--red {
  background-color: #761b21;
}

/**
 * ヘッダー
 */
.p-header {
  height: 55px;
  padding: 12px 0;
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 64em) {
  .p-header {
    margin-left: 0;
    margin-right: 0;
    height: 88px;
  }
}
/*サイトタイトル*/
.p-sitetitle {
  margin-left: 12px;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 221px;
  background: url(assets/img/sitetitle.png) center left no-repeat;
  background-size: contain;
}
@media (min-width: 64em) {
  .p-sitetitle {
    margin-left: 64px;
  }
}
.p-sitetitle a {
  display: block;
  height: 100%;
}
/*ハンバーガーメニュー*/
.p-globalmenu__toggle {
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
@media (min-width: 64em) {
  .p-globalmenu__toggle {
    display: none;
  }
}
.p-globalmenu__toggle div {
  position: relative;
}
.p-globalmenu__toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #282828;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.p-globalmenu__toggle span:nth-child(1) {
  top: 0;
}
.p-globalmenu__toggle span:nth-child(2) {
  top: 11px;
}
.p-globalmenu__toggle span:nth-child(3) {
  top: 22px;
}
.p-globalmenu__toggle--open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(45deg);
}
.p-globalmenu__toggle--open span:nth-child(2) {
  width: 0;
  left: 50%;
}
.p-globalmenu__toggle--open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-45deg);
}
/*グローバルメニュー*/
.p-globalmenu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 55px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
.p-globalmenu__list li a {
  padding: 20px 0;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 64em) {
  .p-globalmenu {
    display: block;
    left: auto;
    right: 50px;
    top: 50%;
    border: none;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-globalmenu__div {
    display: inline-block;
  }
  .p-globalmenu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #dcdcdc;
  }
  .p-globalmenu__list li {
    display: inline-block;
    margin-left: -0.5em;
  }
  .p-globalmenu__list li a {
    padding: 0 40px;
    border-right: 1px solid #dcdcdc;
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #282828;
  }
}

/**
 * 検索
 */
.p-searchbox {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
}
.p-searchbox__toggle {
  display: none;
}
@media (min-width: 64em) {
  .p-searchbox {
    margin-left: -0.5em;
    padding: 0;
    padding-left: 20px;
    border: none;
    display: inline-block;
    position: relative;
  }
  .p-searchbox__toggle {
    display: inline-block;
  }
  .p-searchbox__body {
    background-color: #FFF;
    width: 300px;
    position: absolute;
    top: -3px;
    right: 25px;
    display: none;
  }
}
.cse form.gsc-search-box, form.gsc-search-box {
  padding: 0 !important;
  margin: 0 !important;
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding-right: 3px !important;
}
.cse input.gsc-input, input.gsc-input {
  padding: 0 6px !important;
}
.gsc-clear-button {
  display: none;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
}

/**
 * ページトップ
 */
.p-totop {
  padding: 5px 0;
  display: block;
  color: #FFF;
  font-size: 12px;
}
@media (min-width: 40em) {
  .p-totop {
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    text-align: center;
  }
  .p-totop span {
    display: none;
  }
}
.p-totop:hover {
  color: #FFF;
  text-decoration: none;
}
.p-totop:before {
  font-family: 'FontAwesome';
  content: '\f106';
  font-size: 20px;
  margin-right: 10px;
}
@media (min-width: 40em) {
  .p-totop:before {
    margin: 0;
    display: block;
    font-size: 40px;
    line-height: 55px;
  }
}

/**
 * フッター
 */
.p-footer {
  background-color: #232323;
  color: #fff;
  text-align: center;
}
.p-footer__info {
  padding: 25px 0;
}
@media (min-width: 40em) {
  .p-footer__info {
    padding: 35px 0;
  }
}
.p-footer__logo {
  background: url(assets/img/footer-jinenlogo.png) center top no-repeat;
  -webkit-background-size: 160px auto;
       -o-background-size: 160px auto;
          background-size: 160px auto;
  font-size: 24px;
  height: 41px;
}
@media (min-width: 40em) {
  .p-footer__logo {
    -webkit-background-size: 180px auto;
         -o-background-size: 180px auto;
            background-size: 180px auto;
    height: 46px;
  }
}
.p-footer__address {
  font-size: 14px;
}
.p-footer__copyright {
  border-top: 1px solid #3c3c3c;
  font-size: 10px;
  padding: 20px 0;
  color: #c8c8c8;
}
@media (min-width: 40em) {
  .p-footer__copyright {
    font-size: 12px;
  }
}

/*ボトムメニュー*/
.p-bottommenu {
  padding: 15px 0;
  background-color: #323232;
}
.p-bottommenu__list li {
  display: inline-block;
}
.p-bottommenu__list li a {
  border-right: 1px solid #7b7b7b;
  padding: 0 26px;
  color: #fff;
  text-decoration: none;
}
.p-bottommenu__list li:last-child a {
  border-right: none;
}

/*404ページ*/
.p-404 {
  padding: 50px 10px;
  text-align: center;
}
.p-404__heading {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.p-404__text {
  margin-bottom: 20px;
}

/**
 * サイトメイン
 */
/*テーブル*/
.site-main table {
  border-top: 1px solid #d6d5d5;
  width: 100%;
  border-collapse: collapse;
}
.site-main table th,
.site-main table td {
  border-bottom: 1px solid #d6d5d5;
  padding: 10px 15px;
}
.site-main table th {
  font-weight: bold;
  text-align: left;
}
.site-main table.header-filled th {
  background-color: #f2f2f2;
}
.site-main table.table-responsive th,
.site-main table.table-responsive td {
  display: block;
}
.site-main table.table-responsive th {
  border-bottom-width: 0;
  padding-bottom: 0px;
}
.site-main table.table-responsive td {
  border-top-width: 0;
  padding-top: 5px;
  padding-left: 30px;
}
@media (min-width: 40em) {
  .site-main table th,
  .site-main table td {
    padding: 15px 30px;
  }
  .site-main table.table-responsive th,
  .site-main table.table-responsive td {
    display: table-cell;
    border-width: 1px;
    padding: 15px 30px;
  }
}

.site-main h2 {
  margin-bottom: 21px;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 32px;
}
@media (min-width: 40em) {
  .site-main h2 {
    margin-bottom: 30px;
    padding-top: 50px;
    font-size: 30px;
    line-height: 1.8;
  }
}
.site-main h2.underline {
  padding-bottom: 18px;
}
.site-main h2.underline:after {
  content: '';
  height: 2px;
  border-left: 75px solid #636363;
  border-right: 75px solid #c9a95f;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-main h3 {
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: bold;
}

.site-main h4 {
  margin-bottom: 7px;
  font-size: 19px;
  color: #761B21;
  font-weight: bold;
}

.site-main h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 10px 5px 7px;
  border-bottom: 1px solid #c2c2c2;
}
@media (min-width: 40em) {
  .site-main h5 {
    font-size: 18px;
  }
}

/*リンク*/
.site-main a {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.site-main a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #fff;
}
.site-main a:hover:before {
  opacity: 0.25;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.6em;
}

.entry-header {
  display: none;
}

/**
 * コンテンツヘッダー
 */
.p-contentsheader {
  background-color: #231F1E;
  background-image: url(assets/img/contentsheader-bg.png);
  -webkit-background-size: 214px auto;
       -o-background-size: 214px auto;
          background-size: 214px auto;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  height: 80px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 80px;
}

@media (min-width: 40em) {
  .p-contentsheader {
    height: 215px;
    font-size: 33px;
    line-height: 215px;
    -webkit-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
  }
}

/**
 * こだわり
 */
.p-kodawari {
  padding-top: 53%;
  padding-bottom: 60px;
  background:
    url(assets/img/kodawari-bg.png) center 35px no-repeat,
    url(assets/img/kodawari-bg.gif);
  -webkit-background-size: 55% auto;
       -o-background-size: 55% auto;
          background-size: 55% auto;
}
@media (min-width: 40em) {
  .p-kodawari {
    padding-top: 42%;
    background:
      url(assets/img/kodawari-bg.png) center 55px no-repeat,
      url(assets/img/kodawari-bg.gif);
    -webkit-background-size: 50% auto;
         -o-background-size: 50% auto;
            background-size: 50% auto;
  }
}
@media (min-width: 64em) {
  .p-kodawari {
    padding-top: 400px;
    background:
      url(assets/img/kodawari-bg.png) center 55px no-repeat,
      url(assets/img/kodawari-bg.gif);
    -webkit-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
  }
}
.p-kodawari__item {
  text-align: center;
}
.p-kodawari__image {
  margin-bottom: 25px;
}
@media (min-width: 40em) {
  .p-kodawari__image a:before {
    border-radius: 100%;
  }
}
.p-kodawari__image img {
  border-radius: 100%;
  max-width: 65%;
}
@media (min-width: 40em) {
  .p-kodawari__image img {
    max-width: 100%;
  }
}
.p-kodawari__heading {
  font-size: 25px;
  font-weight: bold;
}
.p-kodawari__text {
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 40em) {
  .p-kodawari__text {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-kodawari-menu__item {
  position: relative;
  display: block;
}
.p-kodawari-menu__hover,
.p-kodawari-menu__hover a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-kodawari-menu__hover a {
  text-indent: -9999px;
  opacity: 0;
  background-color: rgba(255,255,255,0.75);
  -webkit-transition: all .6s ease;
     -moz-transition: all .6s ease;
      -ms-transition: all .6s ease;
       -o-transition: all .6s ease;
          transition: all .6s ease;
}
.p-kodawari-menu__hover:hover a {
  opacity: 1;
}
.p-kodawari-menu__inner {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all .6s ease;
     -moz-transition: all .6s ease;
      -ms-transition: all .6s ease;
       -o-transition: all .6s ease;
          transition: all .6s ease;
}
@media (min-width: 40em) {
  .p-kodawari-menu__inner {
    font-size: 33px;
  }
}
.p-kodawari-menu__hover:hover .p-kodawari-menu__inner {
  opacity: 1;

}

.c-kodawari-meal {
  padding: 10px;
}
.c-kodawari-meal__heading {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 40em) {
  .c-kodawari-meal__heading {
    font-size: 20px;
  }
}
.c-kodawari-meal__text {
  font-size: 10px;
}
@media (min-width: 40em) {
  .c-kodawari-meal__text {
    font-size: 14px;
  }
}

/**
 * 店舗紹介
 */
.c-tenpo-slider__item {
  padding: 5px;
}

/**
 * トップページ店舗紹介
 */
@media (min-width: 40em) {
  .c-tenpo-slider .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

/**
 * トップページお知らせ
 */
.c-information-block {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 40em) {
  .c-information-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-information-block__item {
  padding: 20px 0 0 0;
}
@media (min-width: 40em) {
  .c-information-block__item {
    padding-bottom: 40px;
  }
}
@media (min-width: 40em) {
  .c-information-block--list .c-information-block__item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
  }
}
.c-information-block__item a {
  text-decoration: none;
  display: block;
}
.c-information-block__thumbnail {
  height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ebebeb;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
@media (min-width: 40em) {
  .c-information-block__thumbnail {
    height: 160px;
    margin-bottom: 24px;
  }
  .c-information-block--list .c-information-block__thumbnail {
    height: 120px;
  }
}
@media (min-width: 64em) {
  .c-information-block__thumbnail {
    height: 225px;
  }
  .c-information-block--list .c-information-block__thumbnail {
    height: 160px;
  }
}
.c-information-block__thumbnail--contain {
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.c-information-block__thumbnail img {
  display: none;
}
.c-information-block__date {
  font-size: 15px;
  color: #aa8b4d;
}
.c-information-block__tag {
  width: 100px;
  font-size: 12px;
  background-color: #b9755f;
  text-align: center;
  color: #FFF;
  display: inline-block;
  margin-left: 5px;
}
.c-information-block__tag.yadoshita {
  background-color: #6698c1;
}
.c-information-block__tag.gozaro {
  background-color: #777ba7;
}
.c-information-block__tag.hanare {
  background-color: #c18641;
}
.c-information-block__tag.zabo {
  background-color: #869a5f;
}
.c-information-block__tag.jinen {
  background-color: #b89b5f;
}
@media (min-width: 64em) {
  .c-information-block__tag {
    margin-left: 20px;
  }
}
.c-information-block__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
}
@media (min-width: 64em) {
  .c-information-block__title {
    font-size: 16px;
  }
}
.c-information-block__description {
  font-size: 13px;
}
.c-information-block__button {
  margin-top: 40px;
}
@media (min-width: 40em) {
  .c-information-block__button {
    margin-top: 0;
  }
}

/**
 * 料理スライダー
 */
.c-meal-slider {

}
.c-meal-slider__item {
  padding: 10px;
  color: #fff;
}
.c-meal-slider__photo {
  margin-bottom: 24px;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 64em) {
  .c-meal-slider__photo {
    height: 340px;
  }
}
.c-meal-slider__photolink {
  display: block;
  height: 100%;
  width: 100%;
}
.c-meal-slider__photo img {
  display: none !important;
}
.c-meal-slider__title {
  margin-bottom: 10px;
  border-left: 2px solid #be9b4d;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
}
.c-meal-slider__description {
  font-size: 13px;
}
.c-meal-slider .slick-dots li button:before {
  opacity: 1;
  font-size: 14px;
  color: #828282;
}
.c-meal-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #be9b4d;
}

/**
 * 店舗写真
 */
.c-tenpophoto-slider {

}
.c-tenpophoto-slider__link {
  display: block !important;
  overflow: hidden;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-tenpophoto-slider__link img {
  display: none !important;
}
.c-tenpophoto-slider .slick-dots {
  padding: 0;
  bottom: -35px;
}
.c-tenpophoto-slider .slick-dots li button:before {
  opacity: 1;
  font-size: 14px;
  color: #828282;
}
.c-tenpophoto-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #be9b4d;
}

/**
 * 画像ブロック
 */
.c-imageblock {
  position: relative;
}
.c-imageblock::after {
  display: table;
  clear: both;
  content: '';
}
.c-imageblock__coverlink {
  text-decoration: none;
  display: block !important;
  position: absolute !important;
  text-indent: -9999px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-imageblock__image {
  margin-bottom: 10px;
  text-align: center;
}
.c-imageblock__heading {
  font-size: 18px;
  font-weight: bold;
}
.c-imageblock__text {
  font-size: 14px;
}
@media (min-width: 40em) {
  .c-imageblock {
  }
}

.c-borderblock {
  padding: 10px;
  border: 1px solid #4b4b4b;
}
@media (min-width: 40em) {
  .c-borderblock {
    padding: 25px;
  }
}

.c-pager {
  text-align: center;
  margin-top: 2em;
}
.page-numbers {
  padding: 6px 15px;
  border: 1px solid #ccc;
  display: inline-block;
}
.page-numbers.current {
  border: 1px solid #282828;
}

.c-nophoto {
  background-color: #ddd;
  height: 100%;
  width: 100%;
  position: relative;
}
.c-nophoto:after {
  font-size: 16px;
  content: 'No Photo';
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-text-left-sm {
  text-align: left;
}
@media (min-width: 40em) {
  .u-text-left-sm {
    text-align: inherit;
  }
}

.u-indentation {
  text-indent: 1em;
}

.o-course_amount {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media (min-width: 40em) {
  .o-course_amount {
    width: auto;
    margin-left: auto;
  }
}

.o-cookingtext-left-md {
  text-align: left;
}
@media (min-width: 40em) {
  .o-cookingtext-left-md {
    text-align: center;
    font-size: 16px;
  }
  .o-kodawari-text {
    font-size: 16px;
  }
}

h3.o-kodawari_h3 {
  font-size: 18px;
}
@media (min-width: 40em) {
  h3.o-kodawari_h3 {
    font-size: 23px;
  }
}
.o-kodawari_text--big {
  font-size: 16px;
}
@media (min-width: 40em) {
  .o-kodawari_text--big {
    font-size: 18px;
  }
}
.o-kodawari-point {
  max-width: 132px;
}
.o-kodawari-point img {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .u-ml--md-auto {
  margin-left: auto;
  }
}
.o-kodawari-unagi {
  width: 60%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 40em) {
  .o-kodawari-unagi {
    width: auto;
    margin-right: 0;
    margin-top: 0;
  }
}
.u-my--auto {
  margin-top: auto;
  margin-bottom: auto;
}
/*--- ブラウザ全幅 ---*/
.u-fullwidth {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 40em) {
  .u-fullwidth {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
@media (min-width: 75rem) {
  .u-fullwidth {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media (max-width: 39.999999em) {
  .u-fullwidth-sp {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}