@charset "UTF-8";
/******************************************************************
Theme Name: Machida Clip Original
Theme URI: https://machidaclip.com/
Description: Machida Clip専用テーマ
Version: 1.0
Author: Ken Tanaka
Author URI: https://0903.jp/
License:
License URI:
******************************************************************/
/* ====================================================================== */
/* =変数 */
/* ====================================================================== */
/* =読み込み */
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

html {
  box-sizing: border-box;
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section {
  display: block;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

nav ol, nav ul {
  list-style: none;
}

pre {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

code, kbd, samp {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

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

table {
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

[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;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[aria-disabled] {
  cursor: default;
}

/*手直し*/
*, *::before, *::after {
  box-sizing: border-box;
}

dd {
  margin: 0;
}

cite, address, em {
  font-style: normal;
}

/* 基本レイアウト */
/* ====================================================================== */
/* =basic */
html {
  width: 100%;
  height: 100%;
  text-align: center;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  line-height: 1.8;
  color: #533;
  background: #fff;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  background: rgb(255, 255, 255);
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}
body .admin-bar {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body .admin-bar {
    margin-top: 46px;
  }
}
@media screen and (max-width: 20em) {
  body {
    font-size: calc(1em + 1vw);
  }
}

html #wpadminbar {
  position: fixed;
}

::-moz-selection {
  background: RGBA(180, 160, 153, 0.5);
  color: inherit;
}

::selection {
  background: RGBA(180, 160, 153, 0.5);
  color: inherit;
}

.entry {
  width: 100%;
  background: rgb(255, 255, 255);
}

a {
  color: #2979ff;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  color: #827717;
  text-decoration: none;
}

a:visited {
  color: #6200ea;
  text-decoration: none;
}

.main p a {
  padding-bottom: 2px;
  border-bottom: dotted 2px RGBA(180, 160, 153, 0.7);
  transition: 0.5s;
}

.main p a:hover {
  border-bottom: dotted 2px RGBA(180, 160, 153, 1);
}

p a:focus {
  outline: none;
  background: #cef;
}

.main a:focus:not(.author--social) {
  outline: none;
  background: rgba(255, 213, 83, 0.5);
}

[href="#main"] {
  position: absolute;
  top: 0;
  right: 100%;
}

[href="#main"]:focus {
  right: auto;
}

input {
  transition: 1s;
  -webkit-appearance: none;
}

::-moz-placeholder {
  color: #533;
  font-size: 0.8em;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-weight: bold;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

::placeholder {
  color: #533;
  font-size: 0.8em;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-weight: bold;
  transition: 0.2s;
}

::-webkit-input-placeholder {
  font-size: 0.8em;
  font-weight: bold;
  color: #533;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

::-moz-placeholder {
  font-size: 0.8em;
  font-weight: bold;
  color: #533;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

input:focus::-webkit-input-placeholder {
  color: #533;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}

figure {
  margin: 0;
}

img {
  transition: 0.2s;
}

a img {
  border: none;
}

hr {
  clear: both;
  margin: 3rem;
}

figcaption {
  text-align: center;
}

.fa-fw {
  margin: 0.3em;
}

.u-p {
  display: block;
  margin: 1em 0;
}

.u-list {
  margin-left: 2em;
  list-style: disc;
}

.u-prev,
.u-next {
  display: block;
  margin: 0;
  padding: 1em;
}

.u-prev {
  text-align: left;
}

.u-next {
  text-align: right;
}
@media screen and (max-width: 64em) {
  .u-next {
    margin-top: 0;
  }
}

.u-btn {
  display: block;
  margin: 40px auto;
  text-align: center;
}

.u-btn a {
  display: inline-block;
  margin: 10px auto;
  padding: 0.55em 2em 0.3em 2em;
  text-decoration: none;
  font-size: 1.5rem;
  color: #333;
  border: solid 2px #333;
  border-radius: 30px;
}

.u-btn a:hover {
  color: #fff;
  background: #333;
}

.u-sign {
  text-align: right;
}

.entry .u-nav {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.u-nav .u-nav__item {
  display: inline-block;
  padding: 0.5em 0;
}

.u-nav .u-nav__item::before {
  content: " | ";
}

.u-nav .u-nav__item:first-child::before {
  content: none;
}

.u-nav .u-nav__item a {
  display: inline-block;
  padding: 0.5em 1em;
}

.u-clear {
  clear: both;
}

.u-space {
  display: none;
  height: 2rem;
  border: none;
}

.u-strong {
  display: block;
  text-align: center;
  font-family: "ヒラギノUD丸ゴ W6 JIS2004", sans-serif;
  font-size: 1.4rem;
}

/* =レスポンシブ */
.u-rwd,
.u-rwd--se {
  display: none;
}

@media screen and (max-width: 40em) { /* 640px */
  .u-rwd {
    display: inline;
  }
}
@media screen and (max-width: 20em) { /* iPhoneSE */
  .u-rwd--se {
    display: inline;
  }
}
.img--rwd {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 40em) { /* 640px */
  .u-rwd--hide {
    display: none; /* モバイルで消す */
  }
}
.img--m {
  max-width: 640px;
}

/* =nav */
.nav a {
  display: inline-block;
  color: #444;
  text-decoration: none;
}

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

.cf::before,
.cf::after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf::after {
  clear: both;
}

/* fontawesome */
.main .svg-inline--fa {
  display: inline-block;
  margin: 0 0.3em;
}

.main .fa-external-link {
  margin: 0;
}

.fa-quote-right {
  text-align: right;
}

.fa-exclamation-triangle {
  color: #f00;
}

/* アコーディオンボタン */
.accordionBtn {
  display: block;
  width: 10rem;
  max-width: 800px;
  margin: 1.5rem auto;
  padding: 0.3em 1em;
  text-align: center;
  font-size: 0.9rem;
  color: RGB(62, 39, 35);
  background: #f4eee9;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.accordionBtn svg {
  transition: 1s;
}
.accordionBtn:hover {
  color: #000;
  background: #f1e9e2;
}
.accordionBtn.active {
  display: block;
  width: 18rem;
  margin-bottom: -15px;
  border-radius: 5px 5px 0 0;
}
.accordionBtn.active svg {
  transform: rotateX(180deg);
}

/* 検索対象がない場合に表示される「○○はありませんでした」 */
.box1 {
  margin: 2rem auto;
  padding: 2rem;
  max-width: 50rem;
  text-align: center;
  border: solid 10px RGBA(161, 136, 127, 0.1);
}
@media screen and (max-width: 30em) {
  .box1 { /* 480px */
    padding: 1rem;
  }
}

/* モーダルウィンドウ */
body.modal-open .modal {
  display: flex !important;
  height: 100%;
}
body.modal-open .modal .modal-dialog {
  margin: auto;
}

/* メニューの部分 */
.mod li {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
}

.mod li a {
  margin: 2%;
}

/* ボタンの部分 */
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4px;
  margin: 2px 10px 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--primary,
a.btn--primary {
  color: #FFF;
  background-color: #007bff;
}

.btn--primary:visited,
a.btn--primary:visited {
  color: #FFF;
  background: #007bff;
}

.btn--primary:hover,
a.btn--primary:hover {
  color: #FFF;
  background: #0062cc;
}

.btn--secondary,
a.btn--secondary {
  color: #FFF;
  background-color: #6c757d;
}

.btn--secondary:visited,
a.btn--secondary:visited {
  color: #FFF;
  background: #6c757d;
}

.btn--secondary:hover,
a.btn--secondary:hover {
  color: #FFF;
  background: #6c757d;
}

.article-panel {
  display: none;
}
.article-panel.active {
  display: block;
}

/* アイコン（アクセス、タイム、予算、定休日） */
.cls-1 {
  fill: #3e2723;
}

.cls-2 {
  fill: #fff;
}

/*スライダー調整*/
.sp-arrow.sp-next-arrow {
  margin-top: 0;
}

li,
dt,
dd,
br,
th,
td {
  margin-top: 0;
}

/* ヘッダー関連 */
/* ====================================================================== */
.header-spacer {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 60px;
  max-height: 161px;
  transition: 0.1s;
}
@media (max-width: 480px) {
  .header-spacer {
    height: 41px;
  }
}

body.is-mobile.home .header-spacer {
  height: 161px;
}

body.is-mobile.hide-banner .header-spacer {
  height: 41px;
}

/* グローバルヘッダ */
.globalHeader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: all 0.1s;
  z-index: 5;
  transform: translate3d(0, 0, 0);
}

.globalHeader__comment {
  margin-top: 10px;
  margin-bottom: -6px;
  font-size: 11px;
  text-align: center;
}
@media (max-width: 370px) {
  .globalHeader__comment {
    font-size: 4px;
  }
}

/* 管理バー出現対応 */
.admin-bar .globalHeader {
  top: 32px;
}

.globalHeader__inner {
  display: grid;
  justify-content: center;
  align-items: center;
}

.globalHeader__logo--wrap {
  display: block;
  padding: calc(0.4rem + 0.5vw);
  padding-top: 0px;
}

.globalHeader__logo {
  display: block;
  height: 1.7rem;
  transition: 0.2s;
}
.globalHeader__logo:active {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

/* グローバルナビ */
.globalTab {
  position: relative;
  display: block;
  background: #FFF;
  border-bottom: solid 3px #d0A900;
}

#globalTab-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  text-align: start;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1024px) {
  #globalTab-list {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: normal;
    margin: 0px 20px;
  }
}
@media screen and (max-width: 640px) {
  #globalTab-list {
    margin: 0;
  }
}

.globalTab-link {
  padding: 0;
  white-space: nowrap;
  margin-bottom: -3px;
}
.globalTab-link a {
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 20vw;
  max-width: 12rem;
  margin: 0px;
  padding: 0.3em 0em;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .globalTab-link a {
    padding: 3px 1px;
    width: 16.6666666667vw;
  }
}
.globalTab-link a:active {
  background-color: #aaa;
  text-decoration: none;
  margin: 5px 0px -5px 0px;
}
.globalTab-link a.current {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: #fff;
  background: #d0A900;
}

/* 以下ページでタブ非表示 *
** ランチ検索一覧, 飲み検索一覧, 焼肉検索一覧, カフェ検索一覧, ラーメン検索一覧
** マチダクリップからのお知らせ
*/
.page-template-page-search .globalTab,
.page-template-page-search-nomi .globalTab,
.page-template-page-search-yakiniku .globalTab,
.page-template-page-search-cafe .globalTab,
.page-template-page-search-ramen .globalTab,
.page-template-page-search-gourmet .globalTab,
.page-template-page-keeplist-job .globalTab,
[data-url^="/announcement"] .globalTab {
  display: none;
}

/* 隠れる演出 */
.globalHeader.hide {
  top: -180px;
}

/* トップページにあるコンテンツ */
/* ====================================================================== */
/* TOP キャッチコピー部分 */
.search-box {
  position: relative;
  height: 15vh;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*  @media (max-width: 480px) {
      min-height: 70px;
    }  
    @media (max-width: 375px) {
      min-height: 55px;
      height: 10vh;
    }
  */
}
.search-box .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 0.1s;
  max-width: inherit;
}
.search-box .catchcopy {
  z-index: 1;
  max-height: 125px;
}
@media (max-width: 480px) {
  .search-box .catchcopy {
    width: 90%;
    position: absolute;
    top: 4%;
  }
}
.search-box .search-heading, .search-box .search-subheading {
  position: relative;
  z-index: 1;
  color: #533;
  font-size: 24pt;
  line-height: 1em;
  text-align: center;
  padding: 0 5px;
  text-shadow: none;
  font-family: "ヒラギノUD丸ゴ W6 JIS2004", sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #533;
  -webkit-text-fill-color: #533;
}
.search-box .search-heading {
  margin: 5px 0;
}
.search-box .search-subheading {
  margin: 5px 0;
}
@media (max-width: 640px) {
  .search-box .search-heading {
    font-size: 21pt;
  }
  .search-box .search-subheading {
    font-size: 21pt;
  }
}
@media (max-width: 480px) {
  .search-box .search-heading {
    font-size: 15pt;
  }
  .search-box .search-subheading {
    font-size: 15pt;
  }
}
@media (max-width: 320px) {
  .search-box .search-heading {
    font-size: 12pt;
  }
  .search-box .search-subheading {
    font-size: 12pt;
  }
}

/* キャンペーンバナー */
/* SNS インスタは _entry-ui.scss で記載 */
/* SNS Follow */
.top-sns .follow__img {
  display: none;
}

.follow-wrap {
  display: block;
  max-width: 34em;
  margin: 2rem auto;
  padding: 0 2rem;
  text-align: center;
}
.follow-wrap .follow__img {
  width: 230px;
  height: auto;
}
.follow-wrap .txt {
  margin: 1rem 0;
  color: #ee7797;
}
@media screen and (max-width: 20em) {
  .follow-wrap .txt { /* iPhoneSE */
    font-size: 0.85rem;
  }
}

.snsfollow {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.snsfollow li {
  display: inline-block;
  margin: 0.5rem 0.2rem;
  padding: 0;
}

.instagram {
  background-color: rgb(224, 53, 102);
  line-height: 12px;
  border-radius: 5px;
}

.twitter {
  background-color: rgb(29, 161, 242);
  line-height: 12px;
  border-radius: 5px;
}

.instagram a, .twitter a {
  color: #fff;
  display: block;
  padding: 0.3em 1.2em 0.3em 0.8em;
  vertical-align: middle;
}
.instagram a::after, .twitter a::after {
  content: "フォロー";
}

/* ゼルビア */
.zelvia {
  text-align: center;
}

/* 導線(求人情報) */
.recruit p {
  font-size: 1.1em;
  text-align: center;
  padding-top: 1rem;
}

/* ジャンル一覧 */
.front-links {
  display: block;
  max-width: 1200px;
  margin: 5rem auto;
  border-top: solid 1px #ccc;
  padding-bottom: 7rem;
}
.front-links .menu {
  text-align: left;
  list-style: none;
  padding: 0;
}

.menu-item {
  display: flex;
  padding: 0.3rem;
}
@media screen and (max-width: 40em) {
  .menu-item { /* 640px */
    display: block;
  }
}
.menu-item > a {
  position: relative;
  flex: 0 0 20%;
  width: 20%;
  min-width: 10rem;
  padding: 1rem 1.5rem;
  font: 1rem "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: #211;
  border: none;
}

.sub-menu {
  margin: 0;
  padding: 1rem 1rem;
  list-style: none;
}
.sub-menu li {
  display: inline-block;
  padding: 0.3rem 0.1rem;
}
.sub-menu li a {
  margin: 0.3rem;
  padding: 0.4em 1em;
  font-size: 0.9rem;
  color: RGBA(62, 39, 35, 1);
  background: RGBA(161, 136, 127, 0.2);
  border-radius: 1.3em;
}
.sub-menu li a:hover {
  background: RGBA(161, 136, 127, 0.5);
}

.front-links h2 {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .front-links h2 {
    font-size: 14pt;
    margin-bottom: 10px;
  }
}

/* 記事内の基本スタイル */
/* ====================================================================== */
.post--header,
.page--header,
.articleBody,
#FancierAuthorBox,
.page--footer,
.author--wrap {
  margin: auto;
  max-width: 50rem;
  text-align: left;
}

@media screen and (max-width: 64em) {
  .post--header {
    line-height: 1;
  }
}

.title--l {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.6;
  text-align: center;
  font-size: 1.9rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (max-width: 64em) {
  .title--l {
    font-size: 1.4rem;
  }
}

.title--l a {
  color: #111;
}

/* 固定ページ */
.header--meta {
  float: right;
  margin: 1rem 0;
}

.header--meta__author .avatar img {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
}

.header--meta__author .avatar img:hover {
  transform: scale(2);
}

.header--meta__author .avatar img:active {
  transform: scale(1.8);
}

.header--meta a,
.header--meta a:visited {
  color: #533;
}

.meta__date,
.header--meta__author {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 0.8rem;
  text-align: right;
}

.date__item {
  color: #999;
}

/*更新日のフォント変更*/
.header_update {
  padding: 10px 0 0;
}

/* 記事のパーツ */
.authorphp__img img {
  margin: 2rem auto;
  width: 150px;
  height: 150px;
  border-radius: 3px;
}

/* 記事のパーツ */
.title--pre {
  display: block;
  padding: 0;
  text-align: center;
  color: RGBA(180, 160, 153, 0.7);
}

.entry p {
  line-height: 1.8;
  font-size: 1.05rem;
}

.entry p strong,
.entry li strong {
  margin: 0 0.1em;
  padding: 0.2em 0;
  color: #100;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
  background: linear-gradient(RGBA(255, 255, 255, 0.6) 65%, RGBA(255, 250, 40, 0.6));
}

.entry > img,
.entry p > img {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.entry h2 {
  padding: 0.2em 1rem;
  line-height: 1.3;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1.9rem;
  font-feature-settings: "palt";
  color: RGBA(62, 39, 35, 1);
  border: double 10px RGBA(161, 136, 127, 0.2);
  border-radius: 0.3rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.entry h3 {
  margin-top: 4rem;
  font-size: 1.5rem;
  color: #111;
  border-bottom: dotted 1px RGBA(101, 82, 79, 0.5);
  font-feature-settings: "palt";
}

.entry h3 a {
  color: #111;
}

.entry h4 {
  margin-bottom: -0.8em;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
  font-size: 1.3rem;
  color: #111;
}

.entry img.size-full {
  width: 90%;
  height: auto;
  margin-left: 5%;
  border-radius: 3px;
}
@media screen and (min-width: 40em) {
  .entry img.size-full {
    display: block;
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: zoom-in;
    transition: all 0.2s;
  }
  .entry img.size-full.active {
    transform: scale(1.4);
  }
}

.entry img.img--full {
  width: 100%;
  height: auto;
}

.entry > ul,
.entry > ol {
  list-style-position: outside;
  margin-left: 1em;
}

.articleBody * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 40em) {
  .articleBody * + * { /* 640px */
    margin-top: 1rem;
  }
}

.entry .articleBody li {
  margin-top: 0.5em;
}

.articleBody p:empty {
  display: none;
}

@media screen and (max-width: 64em) { /* PC用最大幅以下なら */
  .entry img,
  .entry p > img {
    margin-top: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .entry h3,
  .entry h4,
  .entry h5,
  .entry h6,
  .entry p,
  .header--meta__author,
  .meta__date {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 40em) { /* 640px */
  .entry h2 {
    font-size: 1.4rem;
  }
  .entry h3 {
    font-size: 1.2rem;
  }
  .entry h4 {
    margin-bottom: 0;
    padding-top: 0.8em;
    font-size: 1.2rem;
  }
  .entry p {
    font-size: 1rem;
  }
  .author--wrap {
    grid-template-areas: "img" "txt" "social" "recent";
    padding: 1rem;
    grid-template-columns: 1fr;
    grid-gap: 0 1rem;
  }
  .author__img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .author__title,
  .author__org {
    text-align: center;
  }
  .entry .author--wrap .author__social {
    display: block;
    width: 100%;
    margin: 1rem auto;
    padding: 1rem;
    text-align: center;
  }
  .author__social li {
    display: inline-block;
    padding: 0.5rem;
  }
  .author__title {
    margin: 0.5rem 0;
  }
  .entry .author--recent__title {
    margin: 0;
  }
  .entry .author--recent__item a {
    font-size: 0.9rem;
  }
}
/* スライダー調整 */
.sp-thumbnail-container {
  margin-top: 0;
}

.sp-selected-thumbnail {
  border: solid 4px #ddd;
}

.sp-slide {
  margin-top: 10px;
}
.sp-slide .sp-image {
  margin: 0 auto !important;
}

.sp-buttons {
  margin-top: 0;
}

.sp-button {
  width: 10px !important;
  height: 10px !important;
}

.sp-caption-container {
  font-size: 1.05rem;
}
@media screen and (max-width: 40em) {
  .sp-caption-container {
    font-size: 1rem;
  }
}

.sp--wrap {
  margin: 0 1.5rem;
}

/* 固定ショートカットリンク */
.nav--fix {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  margin: 0 auto;
}

.nav--fix__inner {
  margin-bottom: -10rem;
  padding: 0.3rem;
  background: rgba(62, 39, 35, 0.5);
  transition: 0.2s;
}
.nav--fix__inner.active {
  margin-bottom: 0;
  padding-bottom: 1.2rem;
}
.nav--fix__inner > div {
  transition: 0.3s;
  display: inline-block;
}
.nav--fix__inner a {
  display: inline-block;
  margin: 0.3rem;
  padding: 0.5em 1.5em;
  font-size: 0.8rem;
  color: #333;
  letter-spacing: 0.2em;
  background: #f3f3f3;
  border-radius: 3px;
  transition: 0.3s;
}
@media screen and (max-width: 30em) {
  .nav--fix__inner a {
    font-size: 0.65rem;
    padding: 0.5rem 0.35rem;
  }
}
.nav--fix__inner a:hover {
  letter-spacing: 0.3em;
  transform: scale(1.05);
}
.nav--fix__inner a:active {
  background: #ccc;
  transform: scale(1);
}
.nav--fix__inner a svg {
  margin-right: 0.5em;
}

.single .nav--fix {
  display: block;
}

/*戻るボタン*/
.go-back {
  display: inline-block;
  position: absolute;
  left: 8px;
  font-size: 11pt;
  border: none;
  padding: 0 0.3rem;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .go-back {
    font-size: 10pt;
  }
}

/* 投稿記事内のスタイル                                               */
/* 主に、以下テンプレートのスタイル                                       */
/* - デフォルトテンプレート                                               */
/* - ストアメニューあり : .post-template-single-restaurant                */
/* - ストアメニューあり（保存：オリジナル） : .post-template-single-store */
/* ====================================================================== */
.main--post {
  position: relative;
  z-index: 0;
  background-color: RGBA(161, 136, 127, 0.01);
  overflow: hidden;
}

/* 記事のヘッダ */
.header__thumbnail {
  width: 100%;
  height: auto;
  padding: 1rem;
  text-align: center;
  border-bottom: solid 1px RGBA(161, 136, 127, 0.1);
}

.header__thumbnail img {
  width: 100%;
  max-width: 37em;
  height: auto;
  margin: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  border-radius: 2px;
  animation-duration: 0.8s;
}

.post-template-single-restaurant .header__thumbnail img,
.post-template-single-store .header__thumbnail img {
  max-width: 28em;
}

.post-template-single-restaurant .title--l {
  padding: 0 1rem 1rem 1rem;
}

/* smenu=map or coupon の場合 */
[data-url*="smenu=map"] .title--l,
[data-url*="smenu=coupon"] .title--l {
  line-height: 1.5;
  font-size: 1.3rem;
}

/*カテゴリー*/
.post-categories {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 64em) {
  .post-categories {
    margin: 1rem;
  }
}

.post-categories li {
  float: left;
  font-size: 0.8em;
}

.catetxt a {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.1em 1.2em;
  font-size: 0.65em;
  color: RGBA(62, 39, 35, 1);
}

.post-categories a {
  font-size: 0.8em;
  animation-duration: 0.8s;
}

/* カテゴリ（親） */
.catetxt__parent a {
  border: solid 1px RGBA(161, 136, 127, 0.5);
  border-radius: 1.2em;
}

/* カテゴリ（子・孫） */
.post-categories li:nth-child(1) a {
  animation-delay: 0.1s;
}

.post-categories li:nth-child(2) a {
  animation-delay: 0.2s;
}

.post-categories li:nth-child(3) a {
  animation-delay: 0.3s;
}

.post-categories li:nth-child(4) a {
  animation-delay: 0.4s;
}

.catetxt__child a,
.catetxt__gchild a {
  background: RGBA(161, 136, 127, 0.2);
  border-radius: 1em;
}

/*UIカテゴリ表示*/
.ui-category .catetxt__child:before {
  content: ">";
}

/* ストアメニュー */
.smenu {
  display: block;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.95);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  transition: 0.1s;
}
.smenu.fixed {
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: solid 1px #ccc;
  opacity: 1;
  transition: 0.3s;
  transform: translateZ(1px);
}
.smenu.hide {
  opacity: 0;
  z-index: -3;
}
.smenu ul {
  display: flex;
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.smenu li {
  flex: auto;
  margin: 0;
  padding: 0;
  align-content: center;
  border-right: solid 1px #ddd;
}
.smenu li:first-child {
  border-left: solid 1px #ddd;
}
.smenu li.gourmet {
  width: 25%;
}
.smenu li:nth-child(5) {
  border-left: solid 1px #ddd;
}
.smenu li:nth-child(n+5) {
  border-top: solid 1px #ddd;
}
.smenu li.active {
  background: #d0a900;
}
.smenu a {
  display: block;
  padding: 0.7rem 0.3rem;
  text-align: center;
  line-height: 1.5;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: calc(0.65rem + 0.2vw);
  color: #3d2722;
  transition: 0.2s;
}

.gourmet a.active {
  background: #d0A900;
}

/* ストア--写真・動画 */
.photo-g {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px 40px;
  height: auto;
  overflow: hidden;
}

.each-photo {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: top;
  margin: unset !important;
}

.photo-more {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 30px;
  padding-top: 70px;
  text-align: center;
  line-height: 2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
  cursor: pointer;
}

.photo-close {
  position: absolute;
  background: none;
  text-align: center;
}

/* ストア--レポート */
.post-template-single-restaurant .entry p,
.post-template-single-store .entry p {
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* ストア--基本情報 */
.map_block {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.entry .wrap--basic_info {
  margin-top: 3rem;
}
.entry .wrap--basic_info table {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.entry iframe {
  margin-top: 3rem;
}
.entry img {
  font-size: 1.05rem;
}

/* ストア--クーポン */
.wrap--coupon {
  max-width: 50rem;
  margin: 3rem auto 0 auto;
}

.coupons-block {
  margin-top: 2rem;
}

.coupon-header {
  height: 40px;
  margin-bottom: 30px;
}
.coupon-header span {
  float: left;
  height: 40px;
  margin: 0;
  border-bottom: 2px solid #ddd;
}
.coupon-header .left-spacer {
  width: 10%;
}
.coupon-header .label {
  display: inline-flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 14pt;
  border-bottom: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 640px) {
  .coupon-header .label {
    width: 35%;
    font-size: 12pt;
  }
}
@media (max-width: 480px) {
  .coupon-header .label {
    width: 45%;
    font-size: 11pt;
  }
}
.coupon-header .lunch {
  color: #990e2a;
  border-top: 4px solid #ddd;
}
.coupon-header .dinner {
  color: #990e2a;
  border-top: 4px solid #ddd;
}
.coupon-header .right-spacer {
  width: 65%;
}
@media (max-width: 640px) {
  .coupon-header .right-spacer {
    width: 55%;
  }
}
@media (max-width: 480px) {
  .coupon-header .right-spacer {
    width: 45%;
  }
}

.coupon-issuer {
  display: flex;
  flex-direction: row;
  margin: 0 20px 20px 20px;
  box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 640px) {
  .coupon-issuer {
    display: block;
    margin: 1rem 10px;
  }
}

.issuer {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 25%;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .issuer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 10px 7px;
    border-width: 1px;
    width: 100%;
  }
}
.issuer a {
  margin-top: 0;
  text-align: center;
  display: inline-block;
}
@media (max-width: 640px) {
  .issuer a {
    margin-top: 0;
  }
}
.issuer button {
  color: #fff;
  font-size: 10pt;
  margin: 0;
  padding: 0.3em 1.2em;
  outline: none;
  border-radius: 2em;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.issuer button .link-icon {
  font-size: 13pt;
  margin: 0 0 0 5px;
  vertical-align: text-bottom;
}

.issuer-name {
  color: #3e2723;
  font-size: 13pt;
  text-align: center;
  line-height: 1em;
  white-space: nowrap;
  margin: 0 0 10px 0;
}
@media (max-width: 640px) {
  .issuer-name {
    display: inline-block;
    font-size: 13pt;
    text-align: left;
    margin: 5px 0 0 0;
  }
}

.coupon-content {
  flex-grow: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 20px 30px;
  border: 3px solid #3e2723;
  background-color: #fff;
}
@media (max-width: 640px) {
  .coupon-content {
    display: block;
    padding: 10px 15px;
  }
}
.coupon-content p {
  color: #282828;
  font-size: 12pt;
  text-align: left;
  line-height: 1.8em;
  margin: 0;
}
.coupon-content p:before {
  content: "・";
  font-size: 24pt;
  vertical-align: middle;
}
.coupon-content th {
  width: 20% !important;
}
.coupon-content td {
  width: 80% !important;
}

.coupon-footer {
  margin-top: 20px;
}

.coupon-disclaimer {
  font-size: 11pt;
  text-align: center;
}
.coupon-disclaimer.no-coupons {
  display: block;
  padding: 3rem;
  margin: 3rem auto;
  text-align: center;
  border: 1px solid #aaa;
}
@media (max-width: 480px) {
  .coupon-disclaimer {
    font-size: 9pt;
    text-align: left;
  }
}

/* =関連リンク */
.links {
  padding: 2rem;
  border: solid 10px RGBA(161, 136, 127, 0.1);
  border-radius: 0.3rem;
}

.entry .links h2 {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  border: none;
}

.entry .links::before {
  content: none;
}

.entry .links ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.entry .links li {
  margin: 0;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 0.9rem;
  border-bottom: dotted 1px RGBA(101, 82, 79, 0.2);
}

.entry .links a {
  display: flex;
  padding: 0.5rem 0;
  line-height: 1.5;
}

/* =リード文 */
.lead {
  display: block;
  width: 100%;
  max-width: 38em;
  margin: 2rem auto 4rem auto;
  padding: 1rem 0;
  text-align: justify;
  border-top: double 10px RGBA(101, 82, 79, 0.15);
  border-bottom: double 10px RGBA(101, 82, 79, 0.15);
}

/* =まとめ文 */
.matome {
  display: block;
  padding: 1.5rem 3rem;
  color: RGBA(62, 39, 35, 1);
  background: RGBA(161, 136, 127, 0.05);
  border: dotted 1px RGBA(161, 136, 127, 0.07);
  border-radius: 3px;
}

/* ボタン（記事に誘導） */
.btn--link {
  display: block;
  margin: 2.5rem auto 1.5rem auto;
  padding: 0 2rem;
  text-align: center;
}
.btn--link a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em 1.5em 0.6em 0.7em;
  line-height: 1.5;
  color: black;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 0.9rem;
  background: RGBA(255, 202, 40, 1);
  border-radius: 2em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn--link a svg {
  color: #fff;
}
.btn--link a:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.btn--link a:active {
  transform: scale(1.01);
  transition: 0.1s;
}

/*ログイン・会員登録ボタン・Googleボタン*/
.google-button, .reservation-button, .user-coupon, .coupon-back {
  margin: 0 auto;
  padding: 0.5rem 0;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: space-around;
  max-width: 220px;
  background-color: #d0A900;
  border: none;
  border-radius: 0.5em;
}
.google-button a, .reservation-button a, .user-coupon a, .coupon-back a {
  color: #fff;
  font-weight: bold;
}

.user-coupon, .coupon-back {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}

.user-coupon:visited, .coupon-back:visited {
  color: #fff;
}

/* fancier-author-box（もくじ） */
#toc_container {
  margin-top: 0;
}

.toc_list {
  margin: 3rem 0 0 0;
  padding: 2rem;
  list-style: none;
  border: solid 10px RGBA(161, 136, 127, 0.1);
  border-radius: 0.3rem;
}

.entry .toc_list li {
  margin: 0;
  line-height: 1.4;
  font-size: 1rem;
}

.toc_list a {
  display: flex;
  align-items: center;
  padding: 0;
  color: RGBA(101, 82, 79, 1);
  font-feature-settings: "palt";
  border-bottom: dotted 1px RGBA(101, 82, 79, 0.2);
}

.toc_list a:hover {
  border-bottom: dotted 1px RGBA(101, 82, 79, 0.7);
}

.toc_number {
  display: block;
  padding: 0 1rem;
  font-size: 1.7rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: RGBA(161, 136, 127, 1);
}

.entry .toc_list li ul {
  margin-top: 0;
}

.entry .toc_list li ul .toc_number {
  opacity: 0;
}

#toc__basic_info,
#toc__links {
  display: none;
}

/* =記事のfooter */
.post--footer {
  margin-top: 2rem;
}

.footer__tag {
  margin-top: 4rem;
  text-align: center;
}

.tagLink {
  display: inline-block;
  margin: 0.45rem 0.2rem;
  padding: 0.1em 1em;
  font-size: 0.85em;
  color: #2979ff;
  border: solid 1px RGBA(161, 136, 127, 0.2);
  border-radius: 1rem;
  transition: 0.2s;
}

.tagLink:hover {
  border: solid 1px RGBA(161, 136, 127, 0.8);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.tagLink:active {
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.tagLink:hover a,
.tagLink a:visited {
  color: #2979ff;
}

.tagLink a:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 64em) { /* PC用最大幅以下なら */
  .table--wrap {
    margin-left: 1rem;
    margin-right: 1rem;
    overflow-x: auto;
  }
  .toc_list,
  .links {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 40em) {
  .links {
    padding: 1rem;
  }
  .toc_list {
    padding: 1rem;
  }
  .entry .toc_list li,
  .entry .ts-fab-wrapper li {
    line-height: 1;
    font-size: 0.9rem;
  }
  .entry .toc_list a {
    padding: 0.5rem 0;
    line-height: 1.4;
  }
  .toc_number {
    padding: 0 1rem 0 0.5rem;
  }
  .matome {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.5rem 0.5rem;
    text-align: justify;
  }
}
.entry .embed-container iframe,
.entry iframe[src*="google.com/maps/embed"] {
  width: 100% !important;
  height: 100vw !important;
  max-height: 50em !important;
  border-radius: 0.2rem;
  pointer-events: auto;
}

.entry > iframe,
.embed-container {
  margin-top: 2rem !important;
}

.articleBody .nav--street_view {
  margin: 2rem;
  text-align: center;
  line-height: 1;
}

.entry .articleBody .nav--street_view a {
  display: inline-block;
  margin: 0;
  padding: 1em;
}

/* =ricoh-thetaを正方形に */
.entry .ricoh-theta-spherical-image,
.entry .ricoh-theta-iframe {
  width: 100% !important;
  height: 100vw !important;
  max-height: 50em !important;
}

.entry .ricoh-theta-iframe {
  margin-top: 0;
  border-radius: 0.2rem;
}

/* 段組 */
.col {
  display: flex;
  justify-content: space-between;
  background: #eee;
}

.entry .articleBody .col + br {
  display: none;
  visibility: hidden;
}

.entry .col img {
  width: 50%;
  height: 50%;
}

.entry .col .embed-container iframe,
.entry .col iframe[src*="google.com/maps/embed"] {
  margin: 0;
  width: 50% !important;
  height: auto !important;
}

/* YouTubeレスポンシブ対応 */
.rll-youtube-player iframe {
  margin-top: 0 !important;
}

/* NOSEO用投稿記事のスタイル                                                    */
/* ====================================================================== */
/* コンテンツ NOSEO記事（グルメ用）用に変更 */
.post-template-single-gourmet .articleBody {
  margin: auto;
  max-width: 50rem;
  text-align: left;
}
.post-template-single-gourmet .matome, .post-template-single-gourmet .cf, .post-template-single-gourmet .writer-announce, .post-template-single-gourmet .u--writer, .post-template-single-gourmet .supervisor-announce {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

/* 公式情報から背景区別 
.before-more {
  margin: auto;
  max-width: 50rem;
}
.after-more {
  background-color: #E0F7FA;
  h1{
    background-color: #80DEEA;
    color: #fff;
    text-align: center;
    height: 5rem;
    line-height: 5rem;
  }
}
.after-content {
  margin: auto;
  max-width: 50rem;
}
*/
/* fancier-author-box（もくじ）NOSEO記事用に変更（ラーメン以外） */
.post-template-single-gourmet .toc_list {
  display: none;
}

.post-template-single-ui-restaurant,
.post-template-single-izakaya,
.post-template-single-quick,
.post-template-single-yakiniku,
.post-template-single-cafe,
.post-template-single-photolist {
  /*.post-template-single-gourmet */
}
.post-template-single-ui-restaurant .toc_list,
.post-template-single-izakaya .toc_list,
.post-template-single-quick .toc_list,
.post-template-single-yakiniku .toc_list,
.post-template-single-cafe .toc_list,
.post-template-single-photolist .toc_list {
  border: none;
  border-radius: 0;
  border-bottom: double 3px #ddd;
  border-top: double 3px #ddd;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.2rem 0;
  text-align: center;
  margin: 0 0.5rem 0;
}
.post-template-single-ui-restaurant .toc_list li,
.post-template-single-izakaya .toc_list li,
.post-template-single-quick .toc_list li,
.post-template-single-yakiniku .toc_list li,
.post-template-single-cafe .toc_list li,
.post-template-single-photolist .toc_list li {
  margin: 0;
  line-height: 1.4;
  font-size: calc(0.7rem + 0.2vw);
  font-weight: normal;
  display: inline-block;
}
.post-template-single-ui-restaurant .toc_list a,
.post-template-single-izakaya .toc_list a,
.post-template-single-quick .toc_list a,
.post-template-single-yakiniku .toc_list a,
.post-template-single-cafe .toc_list a,
.post-template-single-photolist .toc_list a {
  padding: 0.5rem;
  border-bottom: none;
}
.post-template-single-ui-restaurant .toc_list a:hover,
.post-template-single-izakaya .toc_list a:hover,
.post-template-single-quick .toc_list a:hover,
.post-template-single-yakiniku .toc_list a:hover,
.post-template-single-cafe .toc_list a:hover,
.post-template-single-photolist .toc_list a:hover {
  background-color: #ef9a9a;
  color: #fff;
  border-radius: 0.5rem;
}
.post-template-single-ui-restaurant .toc_list .default,
.post-template-single-izakaya .toc_list .default,
.post-template-single-quick .toc_list .default,
.post-template-single-yakiniku .toc_list .default,
.post-template-single-cafe .toc_list .default,
.post-template-single-photolist .toc_list .default {
  background-color: #ef9a9a;
  color: #fff;
  border-radius: 0.5rem;
}
.post-template-single-ui-restaurant .toc_list:hover .default:not(:hover),
.post-template-single-izakaya .toc_list:hover .default:not(:hover),
.post-template-single-quick .toc_list:hover .default:not(:hover),
.post-template-single-yakiniku .toc_list:hover .default:not(:hover),
.post-template-single-cafe .toc_list:hover .default:not(:hover),
.post-template-single-photolist .toc_list:hover .default:not(:hover) {
  background-color: #fff;
  color: #65524f;
}
.post-template-single-ui-restaurant .toc_number,
.post-template-single-izakaya .toc_number,
.post-template-single-quick .toc_number,
.post-template-single-yakiniku .toc_number,
.post-template-single-cafe .toc_number,
.post-template-single-photolist .toc_number {
  display: none;
}

/* 各パーツをNOSEO記事用に変更 */
.post-template-single-ui-restaurant,
.post-template-single-izakaya,
.post-template-single-quick,
.post-template-single-yakiniku,
.post-template-single-ramen,
.post-template-single-cafe,
.post-template-single-gourmet {
  /*カテゴリー表示*/
}
.post-template-single-ui-restaurant .title--l,
.post-template-single-izakaya .title--l,
.post-template-single-quick .title--l,
.post-template-single-yakiniku .title--l,
.post-template-single-ramen .title--l,
.post-template-single-cafe .title--l,
.post-template-single-gourmet .title--l {
  padding: 5px 10px 5px 10px;
  background-color: white;
  border-bottom: solid 1px #ddd;
  width: 100%;
  font-size: 1.9rem;
}
@media screen and (max-width: 64em) {
  .post-template-single-ui-restaurant .title--l,
  .post-template-single-izakaya .title--l,
  .post-template-single-quick .title--l,
  .post-template-single-yakiniku .title--l,
  .post-template-single-ramen .title--l,
  .post-template-single-cafe .title--l,
  .post-template-single-gourmet .title--l {
    font-size: 1.1rem;
    font-weight: 700;
  }
}
.post-template-single-ui-restaurant .title--l.fixed,
.post-template-single-izakaya .title--l.fixed,
.post-template-single-quick .title--l.fixed,
.post-template-single-yakiniku .title--l.fixed,
.post-template-single-ramen .title--l.fixed,
.post-template-single-cafe .title--l.fixed,
.post-template-single-gourmet .title--l.fixed {
  z-index: 4;
  position: fixed;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-template-single-ui-restaurant .title--pre,
.post-template-single-izakaya .title--pre,
.post-template-single-quick .title--pre,
.post-template-single-yakiniku .title--pre,
.post-template-single-ramen .title--pre,
.post-template-single-cafe .title--pre,
.post-template-single-gourmet .title--pre {
  margin: 0.5rem;
}
.post-template-single-ui-restaurant h2,
.post-template-single-izakaya h2,
.post-template-single-quick h2,
.post-template-single-yakiniku h2,
.post-template-single-ramen h2,
.post-template-single-cafe h2,
.post-template-single-gourmet h2 {
  border: none;
  border-left: solid 7px;
  border-color: #955676;
  border-radius: initial;
  margin: 0 0.5rem;
}
@media screen and (max-width: 64em) {
  .post-template-single-ui-restaurant h2,
  .post-template-single-izakaya h2,
  .post-template-single-quick h2,
  .post-template-single-yakiniku h2,
  .post-template-single-ramen h2,
  .post-template-single-cafe h2,
  .post-template-single-gourmet h2 {
    font-size: 1.1rem;
  }
}
.post-template-single-ui-restaurant h3,
.post-template-single-izakaya h3,
.post-template-single-quick h3,
.post-template-single-yakiniku h3,
.post-template-single-ramen h3,
.post-template-single-cafe h3,
.post-template-single-gourmet h3 {
  margin-top: 1.5rem;
  border-bottom: solid 3px;
  border-color: #955676;
  font-size: 1.2rem;
}
@media screen and (max-width: 64em) {
  .post-template-single-ui-restaurant h3,
  .post-template-single-izakaya h3,
  .post-template-single-quick h3,
  .post-template-single-yakiniku h3,
  .post-template-single-ramen h3,
  .post-template-single-cafe h3,
  .post-template-single-gourmet h3 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.post-template-single-ui-restaurant .links h2,
.post-template-single-izakaya .links h2,
.post-template-single-quick .links h2,
.post-template-single-yakiniku .links h2,
.post-template-single-ramen .links h2,
.post-template-single-cafe .links h2,
.post-template-single-gourmet .links h2 {
  border: none !important;
}
@media screen and (max-width: 40em) {
  .post-template-single-ui-restaurant .post-categories,
  .post-template-single-izakaya .post-categories,
  .post-template-single-quick .post-categories,
  .post-template-single-yakiniku .post-categories,
  .post-template-single-ramen .post-categories,
  .post-template-single-cafe .post-categories,
  .post-template-single-gourmet .post-categories {
    margin-top: 0.1rem;
    margin-bottom: 0rem;
  }
}

/*h2の色変更 */
.post-template-single-gourmet h2 {
  border-color: #ddd;
  font-weight: bold;
}
.post-template-single-gourmet h3 {
  border-color: #ddd;
}

/* smenuの上のhead情報 */
.head_info {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.3rem 1rem 0 0.3rem;
  max-width: 50rem;
  align-items: center;
}

/* smenuの上　予算、定休日、アクセス表示 */
.shop--wrap {
  margin: auto;
  max-width: 50rem;
}

.shop-info {
  text-align: right;
  margin-bottom: 0.5rem;
}
.shop-info span {
  display: inline-block;
  font-size: 0.8rem;
  vertical-align: middle;
}
.shop-info svg {
  transform: translateY(-1px);
}
@media screen and (max-width: 64em) {
  .shop-info {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 40em) {
  .shop-info {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1.1;
  }
  .shop-info svg {
    transform: none;
  }
}

/* 居酒屋UI修正*/
/*smenu上の基本情報*/
.post-template-single-izakaya .shop-info,
.post-template-single-yakiniku .shop-info {
  text-align: left;
}
.post-template-single-izakaya .u-next,
.post-template-single-yakiniku .u-next {
  display: block;
  margin: 0;
  padding: 1em;
  border-bottom: dotted 1px rgba(101, 82, 79, 0.25);
}
.post-template-single-izakaya .u-next a,
.post-template-single-yakiniku .u-next a {
  padding-right: 1rem;
}

.info_map {
  text-align: center;
  float: right;
  line-height: 1.1;
  position: relative;
  top: -0.1rem;
}
.info_map a {
  color: #1470CC;
}
.info_map a:visited {
  color: #802680;
}

.info_lunch,
.info_dinner,
.info_holiday,
.info_access {
  padding-left: 2px;
}

/* 編集部より */
.u--writer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.writer-photo {
  margin-left: 1rem;
}
.writer-photo img {
  margin: 0;
  border-radius: 50%;
  min-width: 100px;
}

.profile, .profile2 {
  padding: 0.5rem;
  background-color: #EFE7EB;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}
.profile p, .profile2 p {
  margin: 0;
  font-size: 0.8rem;
}
.profile p strong, .profile2 p strong {
  color: #533;
  background: none;
  font-size: 1.1rem;
}

.more {
  position: absolute;
  margin: 0%;
  text-align: right;
  font-size: 0.8rem;
  background-color: #efe7eb;
  bottom: 0.5rem;
  padding-left: 2px;
  right: 8px;
}

.close {
  position: static;
  margin: 0%;
  text-align: right;
  font-size: 0.8rem;
  color: #0000ff;
  background-color: #efe7eb;
  bottom: 0.5rem;
  padding-left: 2px;
  right: 8px;
}

.d_none {
  display: none;
}

.u--balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  max-width: 50rem;
  color: #553333;
  font-size: 0.8rem;
  background: #FFF;
  border: solid 2px #553333;
  box-sizing: border-box;
  border-radius: 15px;
}
.u--balloon:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 8%;
  margin-left: -15px;
  border: 11px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.u--balloon:after {
  content: "";
  position: absolute;
  top: -26px;
  left: 8%;
  margin-left: -17px;
  border: 13px solid transparent;
  border-bottom: 13px solid #553333;
  z-index: 1;
}

@media screen and (max-width: 64em) {
  .u--balloon {
    margin: 1.5em 1rem;
    font-size: 0.7rem;
  }
  .u--balloon::before {
    left: 8%;
  }
}
@media screen and (max-width: 40em) {
  .u--balloon::before {
    left: 12%;
  }
  .u--balloon::after {
    left: 12%;
  }
}
@media screen and (max-width: 30em) {
  .u--balloon::before {
    left: 18%;
  }
  .u--balloon::after {
    left: 18%;
  }
}
/* 予算スタイル */
.u--budget {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 64em) {
  .u--budget {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 40em) {
  .u--budget {
    font-size: 1.1rem;
  }
}

/* 記事トップのスライダー */
.slider-top {
  width: 100%;
  overflow: hidden;
  margin: auto;
  max-width: 50rem;
  margin-top: 0.5rem;
}

.slide-top {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slide-top::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slide-top::-webkit-scrollbar-thumb {
  background-color: rgb(62, 39, 35);
  border-radius: 10px;
}
.slide-top::-webkit-scrollbar-track {
  background: transparent;
}
.slide-top > div {
  scroll-snap-align: start;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-top img {
  max-width: inherit;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 40em) {
  .slide-top img {
    width: 200px;
    height: 200px;
  }
}

/*居酒屋利用シーン*/
.u--scene {
  display: inline-block;
  margin-left: 4.5%;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  height: 40px;
  background-color: #eee;
  border-radius: 20px;
  width: 27.5%;
  border: solid 3px #955676;
  color: #955676;
}
@media (max-width: 30em) {
  .u--scene {
    font-size: 0.77rem;
  }
}

.u--scene-about {
  text-align: center;
  color: #aaa;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* 投稿者、監修者情報 */
.writer-announce {
  font-weight: bold;
  margin: 0.5rem 0rem 0rem 1rem;
}

.supervisor-announce {
  font-weight: bold;
  margin: 4rem 0rem 0rem 1rem;
}

/* メニュー */
.price-footer {
  margin-top: 20px;
}

.price-prepare {
  font-size: 11pt;
  text-align: center;
  display: block;
  padding: 3rem;
  margin: 3rem auto;
  text-align: center;
  border: 1px solid #aaa;
}
@media (max-width: 480px) {
  .price-prepare {
    font-size: 9pt;
  }
}

/* 座席 */
.seat-footer {
  margin-top: 20px;
}

.seat-prepare {
  font-size: 11pt;
  text-align: center;
  display: block;
  padding: 3rem;
  margin: 3rem auto;
  text-align: center;
  border: 1px solid #aaa;
}
@media (max-width: 480px) {
  .seat-prepare {
    font-size: 9pt;
  }
}

/* 写真 */
.insta-footer {
  margin-top: 20px;
}

.insta-prepare {
  font-size: 11pt;
  text-align: center;
  display: block;
  padding: 3rem;
  margin: 3rem auto;
  text-align: center;
  border: 1px solid #aaa;
}
@media (max-width: 480px) {
  .insta-prepare {
    font-size: 9pt;
  }
}

.insta_block {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.insta-announcement1 {
  font-size: 0.8rem !important;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.insta-announcement2 {
  font-size: 0.8rem !important;
  margin-bottom: 0;
}

/*instafeed レイアウト変更*/
.instagram-top-wrap {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.sb_instagram_header {
  margin: 0.5rem 0 0 !important;
}

.sb_instagram_header .sbi_header_link {
  display: flex;
  align-items: center;
}

.sbi_header_text {
  padding-top: 0 !important;
}

.sbi_bio_info {
  display: none;
}

.sbi_bio {
  font-size: 0.8rem !important;
}

#sbi_images {
  margin-top: 0 !important;
}

@media (max-width: 40em) {
  .sbi_header_img_hover {
    border-radius: 25px;
  }
}

/*メニュー */
.wrap--price {
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

/*メニュー内のコース*/
.course-menu summary {
  display: block;
  margin-top: 0px;
  position: relative;
}
.course-menu summary::-webkit-details-marker {
  display: none;
}
.course-menu summary h4 {
  border-bottom: dotted 1px rgba(101, 82, 79, 0.25);
  font-size: 1.3rem;
}
.course-menu summary h5 {
  padding-top: 1rem;
  font-size: 1rem;
  color: #E73820;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0px;
}
.course-menu summary p {
  font-size: 0.9rem;
  border-bottom: dotted 1px rgba(101, 82, 79, 0.25);
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 40em) {
  .course-menu summary h4 {
    font-size: 1.2rem;
  }
  .course-menu summary h5 {
    padding-top: 0px;
    font-size: 0.9rem;
  }
  .course-menu summary p {
    font-size: 0.8rem;
  }
}

.detail {
  float: right;
  font-size: 0.7rem;
  margin-right: 2rem;
  border: solid 1px rgba(101, 82, 79, 0.5);
  padding: 0 0.2rem;
  border-radius: 5px;
}
@media screen and (max-width: 40em) {
  .detail {
    margin-top: 0.8rem;
  }
}

.course-contents {
  margin-top: 0px;
  font-size: 0.9rem;
}
@media screen and (max-width: 40em) {
  .course-contents {
    font-size: 0.8rem;
  }
}

.c-group {
  margin-top: 0.5rem;
  border-bottom: dotted 1px rgba(101, 82, 79, 0.25);
}
@media screen and (max-width: 40em) {
  .c-group {
    margin-bottom: 0.3rem;
  }
}

.course {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 40em) {
  .course {
    display: block;
  }
}
.course p {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  margin-left: 3rem;
  word-break: break-all;
  font-size: 0.9rem;
}
@media screen and (max-width: 40em) {
  .course p {
    font-size: 0.8rem;
  }
}

.c-title {
  margin-right: 0rem;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  line-height: 1.4rem;
  text-align: center;
  width: 7rem;
  min-width: 7rem;
  background-color: #ece7e5;
  font-weight: bold;
}
@media screen and (max-width: 60em) {
  .c-title {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 40em) {
  .c-title {
    width: 6rem;
    min-width: 6rem;
  }
}

/* メニューのスライダ― */
.slider-top-menu {
  width: 100%;
  overflow: hidden;
  margin: auto;
  margin-top: 0.5rem;
}

.slide-top-menu {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.slide-top-menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slide-top-menu::-webkit-scrollbar-thumb {
  background-color: rgb(62, 39, 35);
  border-radius: 10px;
}
.slide-top-menu::-webkit-scrollbar-track {
  background: transparent;
}
.slide-top-menu > div {
  margin: 0px;
  scroll-snap-align: start;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-top-menu img {
  max-width: inherit;
  margin: 0px;
}

/* 口コミ */
.kuchikomis {
  margin: 2rem 1rem;
  max-width: 50rem;
  text-align: left;
  border: solid 1px #ddd;
  position: relative;
}

.k_post {
  display: flex;
  justify-content: space-between;
  background: rgba(239, 154, 154, 0.1098039216);
  font-size: 0.9rem;
  padding: 0.3rem;
}

.k_name {
  align-self: center;
  margin: 0 0.5rem;
  font-weight: 700;
}

.k_date {
  align-self: center;
  margin: 0 0.5rem;
}

/*---------------------------------------------*/
.kuchikomis .wrapper {
  margin: 0.5rem auto;
  line-height: 1.5;
}
.kuchikomis .k_text {
  overflow: hidden;
  line-height: 1.5;
  font-size: 0.9rem;
  margin: 1rem;
}
.kuchikomis .show_more {
  position: absolute;
  bottom: 0px;
  height: 1.8rem;
  text-align: right;
  font-size: 0.9rem;
  margin: 0;
  background-color: #fff;
  bottom: 0.5rem;
  padding-left: 2px;
  right: 8px;
}
.kuchikomis .k_close {
  position: static;
  margin: 0%;
  text-align: right;
  font-size: 0.9rem;
  color: #2979ff;
  bottom: 0.5rem;
  padding: 2px 1rem;
  right: 8px;
}
.kuchikomis .k_d_none {
  display: none;
}

/* フッター関連 */
/* ====================================================================== */
/* =globalFooter */
.globalFooter {
  display: block;
  width: 100%;
  text-align: center;
  margin: 4rem 0 0 0;
  padding: 6rem 2rem 8rem 2rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: RGBA(255, 255, 255, 0.8);
  background: #d0A900;
  border-top: dotted 2px rgb(255, 255, 255);
}

/*  @keyframes bg-color{
    0% { background-color:RGBA(239,154,154,1); }
    20% { background-color:RGBA(206,147,216,1); }
    40% { background-color:RGBA(128,222,234,1); }
    60% { background-color:RGBA(192,202,51,1); }
    80% { background-color:RGBA(255,202,40,1); }
    100% { background-color:RGBA(239,154,154,1); }
  }
*/
.globalFooter a {
  display: inline-block;
  color: RGBA(255, 255, 255, 0.8);
  font-size: 1.1em;
}

.globalFooter__logo {
  width: 55%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
}

.globalFooter__logo img {
  width: 240px;
  height: 40px;
}

.globalFooter__tagline {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: RGBA(62, 39, 35, 1);
  letter-spacing: 0.2em;
}

/* sublinks */
.globalFooter__links {
  max-width: 50em;
  list-style: none;
  margin: 1em auto 5em auto;
  padding: 0;
  text-align: center;
  letter-spacing: 0.1em;
}

.globalFooter__links li {
  display: inline-block;
  padding: 1em 2em;
}

.globalFooter__copyright,
.globalFooter__copyright a {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: RGBA(62, 39, 35, 1);
}

/* =pageTop */
.pageNav {
  position: fixed;
  bottom: -80px;
  z-index: 1000;
  transition: 0.2s;
}

.pageNav a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 1.5;
  text-align: center;
  font-size: 2.5rem;
  color: #533;
  text-decoration: none;
  border: solid 1px #533;
  border-radius: 50%;
  cursor: pointer;
}

.pageNav a:active {
  color: #533;
  border: solid 1px #533;
  transform: scale(1);
}

.pageTop,
.pageTop.active {
  right: 25px;
}

.pageTop.active {
  bottom: 70px;
}

.pageBack,
.pageBack.active {
  left: 25px;
}

.pageBack.active {
  bottom: 70px;
}

@media screen and (max-width: 40em) { /* 640px */
  .globalFooter {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .globalFooter__logo {
    width: 90%;
    max-width: 600px;
  }
  .globalFooter__links {
    display: block;
    max-width: 100%;
  }
  .globalFooter__links li {
    width: 100%;
    padding: 0.5em;
    font-size: 1.1em;
  }
  .pageTop.active {
    right: 15px;
    bottom: 70px;
  }
  .pageBack.active {
    left: 15px;
    bottom: 70px;
  }
}
@media screen and (max-width: 20em) { /* iPhoneSE */
  .single .pageTop.active {
    right: 0;
  }
  .single .pageBack.active {
    left: 0;
  }
}
/* スマホのフッターメニュー */
ul.footer_menu {
  margin: 0 auto;
  padding: 12px 0;
  width: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

ul.footer_menu li {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  font-size: 13px;
  line-height: 15px;
}

ul.footer_menu li a i {
  font-size: 24px;
}

ul.footer_menu li a {
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
}

.footer_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 9999999999;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* PCのフッターメニュー */
ul.footer_menu_pc {
  /*  margin: 0 auto;*/
  padding: 12px 20%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  text-align: center;
}

ul.footer_menu_pc li {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  font-size: 13px;
  line-height: 15px;
}

ul.footer_menu_pc li a i {
  font-size: 24px;
}

ul.footer_menu_pc li a {
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
}

.footer_menu_pc {
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  z-index: 999;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

[data-url^="/announcement"] .globalFooter {
  display: none;
}

/* 検索関連 */
/* ====================================================================== */
/* TOPの検索 */
.home-filters {
  background-color: #ece7e5;
}
.home-filters .filter-section {
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .home-filters .filter-section {
    max-width: 95%;
  }
}
.home-filters .tax-button {
  float: left;
  width: 31.333%;
  color: #3e2723;
  height: 3em;
  font-size: 12pt;
  line-height: 1.2em;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin: 3px 1%;
  padding: 0 0.7em;
  border: none;
  outline: none;
  border-radius: 13px;
  vertical-align: middle;
  background-color: #fff;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
}
.home-filters .tax-button.active {
  color: #fff;
  background-color: #3e2723;
}
@media (max-width: 480px) {
  .home-filters .tax-button {
    font-size: 10pt;
  }
  .home-filters .tax-button span {
    display: block;
    opacity: 0;
    line-height: 0;
  }
}
@media (max-width: 320px) {
  .home-filters .tax-button {
    font-size: 9pt;
  }
}
@media (max-width: 991px) {
  .home-filters .map-wrap {
    margin-top: 30px;
  }
}
.home-filters .map-button {
  z-index: 3;
  position: absolute;
  color: #fff;
  font-size: 10pt;
  line-height: 1em;
  border: none;
  outline: none;
  border-radius: 2em;
  background-color: #aaaaaa;
  padding: 0.7em 2em 0.5em 2em;
  box-shadow: 0 5px 13px -1px rgba(0, 0, 0, 0.6);
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
}
.home-filters .map-button.left {
  top: 15%;
  left: 15%;
}
.home-filters .map-button.right {
  top: 70%;
  left: 75%;
}
.home-filters .map-button.central {
  top: 15%;
  left: 65%;
}
.home-filters .map-button.other {
  top: 80%;
  left: 10%;
}
.home-filters .map-button.active {
  background-color: #3e2723;
}
@media (max-width: 480px) {
  .home-filters .map-button {
    font-size: 8pt;
    padding: 0.7em 1.5em 0.5em 1.5em;
  }
  .home-filters .map-button.left {
    top: 15%;
    left: 8%;
  }
  .home-filters .map-button.right {
    top: 70%;
    left: 68%;
  }
  .home-filters .map-button.central {
    top: 10%;
    left: 60%;
  }
  .home-filters .map-button.other {
    top: 82%;
    left: 2%;
  }
}
.home-filters .control-bar {
  padding: 15px 20px;
  text-align: center;
}
.home-filters .control-bar.sticky {
  z-index: 3;
  position: fixed;
  left: 0;
  bottom: 58px;
  width: 100%;
}
@media (max-width: 640px) {
  .home-filters .control-bar {
    padding: 5px 0;
  }
}
.home-filters .filter-go-wrap {
  display: inline-block;
  width: 70%;
}
.home-filters .filter-go {
  color: #fff;
  height: 3em;
  font-size: 12pt;
  line-height: 1em;
  margin: 4px 2px;
  padding: 0 4.5em;
  outline: none;
  border-radius: 13px;
  border: none;
  vertical-align: middle;
  background-color: #d0A900;
  display: inline-flex;
  align-items: center;
  /*アニメーションの設定*/
  transition: all 0.3s;
}
.home-filters .filter-go:active {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}
@media (max-width: 640px) {
  .home-filters .filter-go {
    font-size: 11pt;
    padding: 0.2em 1.2em;
    height: auto;
  }
}

.filter-body {
  margin-top: 1%;
}

.map-image {
  z-index: 0;
  display: block;
  width: 100%;
}
.map-image.map-overlay {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.2s;
}
.map-image.active {
  opacity: 1;
}

.text-search-block {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .text-search-block {
    width: 90%;
  }
}

.search-form {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  display: flex;
  background-color: #ece7e5;
}

.search-group {
  width: 80%;
  margin: 0;
  display: flex;
  background-color: #ece7e5;
  align-items: center;
}
.search-group .text_field {
  width: 100%;
}
.search-group input[type=text] {
  z-index: 1;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 0.8rem;
  line-height: 1em;
  text-align: left;
  border: none;
  padding-left: 10px;
  outline: none;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif !important;
  transition: all 0s;
}
@media screen and (max-width: 640px) {
  .search-group input[type=text] {
    font-size: 16px;
  }
}
.search-group input[type=text]::-moz-placeholder {
  font-size: 0.8rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.4);
}
.search-group input[type=text]::placeholder {
  font-size: 0.8rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.4);
}

.search-form .clearButton {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  padding: 0;
  text-align: center;
  position: inherit;
  margin-top: 5.5px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .search-form .clearButton {
    width: 30px;
  }
}

.search-form .icon-wrap {
  z-index: 2;
  height: 100%;
  width: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  padding: 2px 0px 0px 0px;
  color: #007bff;
  margin-top: 8.5px;
  margin-right: 9px;
}
.search-form .icon-wrap:active {
  color: #6200ea;
}

.results_list li {
  list-style: none;
  font-size: 0.8rem;
  text-align: left;
  margin: 5px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.results_list li:hover {
  background-color: #D0A900;
}

.results_list {
  padding: 0.5rem;
  border-top: solid 1px;
  border-color: white;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 130%;
}

.prediction_list li {
  list-style: none;
  position: relative;
  font-size: 0.8rem;
  text-align: left;
  margin: 5px;
  background-color: #ece7e5;
  padding: 5px 10px;
  border-radius: 0.6rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.prediction_list li:hover {
  background-color: #D0A900;
}

.prediction_list {
  display: block;
  width: 100%;
  flex-wrap: wrap;
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  margin: 1rem 0;
  padding: 1rem 0 2rem;
  z-index: 1;
}

.search-assistance-block {
  max-width: 1140px;
  text-align: start;
  margin: auto;
}

.genre-button {
  border: solid 1px rgba(161, 136, 127, 0.5);
  border-radius: 1.2em;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.75px 0.2rem 0px 0.2rem;
  font-size: 0.8rem;
  color: rgb(62, 39, 35);
  height: auto;
  box-shadow: 2px 1px 1px #ece7e5;
}
@media (max-width: 640px) {
  .genre-button {
    font-size: 0.7rem;
  }
}
.genre-button:hover {
  font-weight: 600;
}
.genre-button:active {
  margin: 0px 8.775px 0px 3.2px;
  padding: 0;
  border: solid 1px rgba(161, 136, 127, 0.5);
}
.genre-button:focus {
  outline: none;
}

#other-search {
  border: solid 1px rgba(161, 136, 127, 0.5);
  border-radius: 1.2em;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.75px 0.2rem 0px 0.2rem;
  font-size: 0.8rem;
  color: #2979ff;
  height: auto;
  box-shadow: 2px 1px 1px #ece7e5;
}
@media (max-width: 640px) {
  #other-search {
    font-size: 0.7rem;
  }
}
#other-search:hover {
  font-weight: 600;
}
#other-search:active {
  margin: 0px 8.775px 0px 3.2px;
  padding: 0;
  border: solid 1px rgba(161, 136, 127, 0.5);
}
#other-search:focus {
  outline: none;
}

.entry-count {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 0.8rem;
  text-align: start;
}
@media screen and (max-width: 1180px) {
  .entry-count {
    margin: 0px 30px;
  }
}

/* 検索一覧スライダーの検索 */
body.admin-bar .filter-slide-out {
  top: 32px;
}

.filter-slide-out {
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  max-width: 400px;
  padding: 5px;
  background-color: #f6f7f8;
  border-top: 2px solid #3c2721;
  border-left: 2px solid #3d2722;
  box-shadow: -3px 0 11px -3px rgba(0, 0, 0, 0.4);
}
.filter-slide-out .control-bar {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 58px;
  padding: 10px;
  background-color: #3c2721;
  display: block;
  justify-content: space-around;
  text-align: center;
}
.filter-slide-out .filter-go-wrap {
  display: inline-block;
  justify-content: center;
}
.filter-slide-out .filter-go {
  color: #3e2723;
  height: 2.5em;
  font-size: 12pt;
  line-height: 1em;
  margin: 4px 0 0 0;
  padding: 0 1.3em;
  outline: none;
  border-radius: 13px;
  border: 1px solid #fff;
  vertical-align: middle;
  background-color: #fff;
}
.filter-slide-out .filter-go:active {
  box-shadow: 0 1px 10px white;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.filter-slide-out.closed {
  transform: translate(120%, 0);
}

.filter-reset-wrap {
  display: inline-block;
  margin-right: 30px;
}

.filter-reset {
  color: #fff;
  height: 2.5em;
  font-size: 12pt;
  line-height: 1em;
  margin: 4px 2px;
  padding: 0 1.8em;
  outline: none;
  border-radius: 13px;
  border: 1px solid #fff;
  vertical-align: middle;
  background-color: transparent;
}
.filter-reset:hover {
  box-shadow: 0 0 9px 0px rgb(255, 255, 255);
}

.slide-closer {
  padding: 3px 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background-color: #3c2721;
}

.slide-out-inner {
  position: absolute;
  top: 40px;
  left: 5px;
  right: 5px;
  bottom: 152px;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.search-text-inner {
  position: relative;
  margin: 0;
}
.search-text-inner.fixed {
  position: fixed;
}
.search-text-inner .icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.3em;
  font-size: 12pt;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #3d2722;
}
.search-text-inner .icon-wrap:active {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}
.search-text-inner input[type=text] {
  width: 100%;
  color: #000;
  font-size: 14pt;
  text-align: left;
  padding-right: 1.5em;
  outline: none;
  border-radius: 0;
  padding: 4px 32px 4px 0.3em;
  border: 1px solid black;
  transition: all 0.1s;
}
.search-text-inner input[type=text]:focus {
  box-shadow: 0 0 3px 0px #3e2723;
}
.search-text-inner input[type=text]::-moz-placeholder {
  color: #c3b0b0;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
}
.search-text-inner input[type=text]::placeholder {
  color: #c3b0b0;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
}

.search-icon {
  color: #fff;
  text-align: center;
}

.clearButton {
  position: absolute;
  cursor: pointer;
  right: 3rem;
  top: 0.4rem;
}

.search-filters {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-top: none;
}
.search-filters.open {
  border-color: #ece7e5;
}
.search-filters .filter-section {
  padding: 20px 0;
}
.search-filters .filter-section .tax-button, .search-filters .filter-section .map-button {
  float: left;
  width: 31%;
  color: #3e2723;
  height: 3em;
  font-size: 10pt;
  line-height: 1.2em;
  word-break: keep-all;
  margin: 5px 1%;
  padding: 0 0.7em;
  border: none;
  outline: none;
  border-radius: 13px;
  vertical-align: middle;
  background-color: #ece7e5;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
}
.search-filters .filter-section .tax-button.active, .search-filters .filter-section .map-button.active {
  color: #fff;
  background-color: #3e2723;
}
@media (max-width: 480px) {
  .search-filters .filter-section .tax-button, .search-filters .filter-section .map-button {
    width: 48%;
    margin: 3px 1%;
  }
  .search-filters .filter-section .tax-button span, .search-filters .filter-section .map-button span {
    display: block;
    opacity: 0;
    line-height: 0;
  }
}
@media (max-width: 320px) {
  .search-filters .filter-section .tax-button, .search-filters .filter-section .map-button {
    font-size: 9px;
  }
}
.search-filters .map-wrap {
  margin-top: 10px;
}

.search-filters-inner {
  display: block;
  position: relative;
  padding: 15px 5px;
}

.filter-section .map {
  position: relative;
}

/* TOPとスライダーの検索フィールド共有 */
.filter-section .label-wrap {
  padding: 0;
  margin: 0 1% 5px 1%;
  text-align: left;
}
.filter-section label {
  display: flex;
  color: #3e2723;
  font-size: 13pt;
  margin: 0;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  align-items: center;
}
.filter-section .label-icon {
  display: inline-block;
  font-size: 14pt;
  margin-right: 5px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.filter-section .label-icon.map-marker {
  margin-top: -3px;
}
.filter-section .map {
  position: relative;
}
@media (max-width: 1024px) {
  .filter-section {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .filter-section {
    padding: 5px 0;
  }
}

.double-column {
  float: left;
  display: inline-block;
  width: 48%;
  margin: 0 1%;
}
@media (max-width: 991px) {
  .double-column {
    float: none;
    display: block;
    width: 98%;
    margin: 0 0 0 1%;
  }
}

.filter-count {
  display: block;
  color: #fff;
  font-size: 11pt;
  text-align: center;
  line-height: 1em;
  margin: 0 0 2px;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 640px) {
  .filter-count {
    font-size: 10pt;
    margin: 0 0 2px 0;
  }
}

.filter-count .count {
  display: inline-block;
  color: #3d2722;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  vertical-align: baseline;
  font-size: 11pt;
  line-height: 1em;
  text-align: center;
  margin-right: 5px;
  padding-top: 0.5em;
}
@media (max-width: 640px) {
  .filter-count .count {
    margin-left: 0;
  }
}

/* TOP一覧 */
.main-content .search-results {
  max-width: 1140px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s;
  content-visibility: auto;
}
@media (max-width: 1024px) {
  .main-content .search-results {
    margin: 0 20px;
  }
}
@media (max-width: 1180px) {
  .main-content .search-results {
    margin: 0px 20px;
  }
}
.main-content .search-results.show-results {
  opacity: 1;
}

/* 検索一覧 */
section.search-content {
  padding: 10px 0;
  text-align: left;
}
section.search-content .filter-area {
  position: relative;
}
section.search-content .filter-area.fixed {
  position: fixed;
}
section.search-content .filter-area.fixed-hide {
  display: none;
}

.search-content .search-results {
  max-width: 1140px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (max-width: 1024px) {
  .search-content .search-results {
    margin: 0 20px;
  }
}
@media (max-width: 640px) {
  .search-content .search-results {
    margin: 0;
  }
}
.search-content .search-results.show-results {
  opacity: 1;
}

.result-header-wrapper {
  margin-bottom: 10px;
  padding: 10px 25px 0 25px;
  background-color: #ece7e5;
  width: 100%;
}
@media (max-width: 640px) {
  .result-header-wrapper {
    padding: 10px 10px 0;
  }
}
.result-header-wrapper.transparent {
  opacity: 0;
}
.result-header-wrapper.fixed {
  z-index: 3;
  position: fixed;
  left: 0;
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 10px 25px 0;
  background-color: #ece7e5;
}
@media (min-width: 1025px) {
  .result-header-wrapper.fixed {
    left: unset;
    width: 1140px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .result-header-wrapper.fixed {
    width: 100%;
    padding: 5px 10px;
    margin: 0;
  }
}
.result-header-wrapper.fixed-hide {
  top: -200px !important;
}

.search-area {
  padding: 5px 5px 3px;
  font-size: 14px;
  display: inline-grid;
  grid-template-columns: 0.5fr 9fr 0.5fr;
  border: 1px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  border-color: #3e2723;
  background-color: #fff;
  align-items: center;
  width: 92%;
}
@media (max-width: 640px) {
  .search-area {
    width: 88%;
  }
}
.search-area .re-search {
  display: contents;
}
.search-area .mark {
  color: #fa05e8;
  margin-right: 1rem;
}
.search-area .key-area {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.re-search {
  color: #955676;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5rem;
}

.search-num {
  font-size: 10pt;
}

.restaurants {
  padding: 0 15px;
  margin: 0;
  background-color: #ece7e5;
}

.restaurant {
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  background-color: #ece7e5;
}
@media (max-width: 640px) {
  .restaurant {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .restaurant:first-child {
    padding-top: 15px;
  }
}
.restaurant .inner {
  opacity: 1;
  padding: 20px;
  border: 1px solid #999;
  background-color: #fff;
}
.restaurant .inner:active {
  background-color: #aaa;
}
.restaurant .inner:active :before {
  border-right: 12px solid #aaa;
}
@media (max-width: 640px) {
  .restaurant .inner {
    line-height: normal;
    padding: 5px 15px 15px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
  }
}
.restaurant a {
  color: #3E2723;
}
.restaurant a.perma {
  text-decoration: underline;
}
.restaurant a:visited {
  color: #3E2723;
}
.restaurant h2 {
  font-size: 16pt;
  text-align: left;
  margin: 0;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
}
@media (max-width: 640px) {
  .restaurant h2 {
    font-size: 1rem;
  }
}
.restaurant h3 {
  color: #686868;
  font-size: 12pt;
  text-align: left;
  margin: 0;
}
@media (max-width: 640px) {
  .restaurant h3 {
    font-size: 11pt;
  }
}
.restaurant .summary-tax {
  display: inline-block;
  color: #686868;
  font-size: 0.7rem;
  line-height: 1em;
  margin: 0 5px 5px 0;
  padding: 0;
}
.restaurant .summary-tax:last-child {
  margin-right: 0;
}
.restaurant .photos {
  width: 100%;
  margin: 5px 0 3px;
}
.restaurant .photo-nav .next,
.restaurant .photo-nav .prev {
  z-index: 3;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 24pt;
  text-align: center;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
}
.restaurant .photo-nav .next.swiper-button-disabled,
.restaurant .photo-nav .prev.swiper-button-disabled {
  display: none;
}
.restaurant .photo-nav .next {
  right: 3px;
}
.restaurant .photo-nav .prev {
  left: 3px;
}
.restaurant .swiper-wrapper {
  transition-timing-function: linear !important;
}
.restaurant .photo-wrapper {
  position: relative;
}
.restaurant .photo {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 640px) {
  .restaurant .photo {
    height: 150px;
  }
}

.access, .times {
  margin-bottom: 0px;
}

.access-icon,
.times-icon,
.info_budget-icon,
.holiday-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.access-details {
  display: inline-block;
  color: #3E2723;
  font-size: 0.8rem;
  text-align: left;
  margin: 0;
}
@media (max-width: 640px) {
  .access-details {
    font-size: 0.7rem;
  }
}

.times-details,
.info_budget-details,
.holiday-details {
  display: inline-block;
  color: #3E2723;
  font-size: 0.8rem;
  text-align: left;
  margin: 0;
}
.times-details .lunch, .times-details .lunch-normal, .times-details .lunch-yen, .times-details .dinner,
.info_budget-details .lunch,
.info_budget-details .lunch-normal,
.info_budget-details .lunch-yen,
.info_budget-details .dinner,
.holiday-details .lunch,
.holiday-details .lunch-normal,
.holiday-details .lunch-yen,
.holiday-details .dinner {
  margin-right: 20px;
}
@media (max-width: 640px) {
  .times-details,
  .info_budget-details,
  .holiday-details {
    font-size: 0.7rem;
  }
}

.front-coupon {
  margin-top: 1rem;
  border-top: 1px solid black;
}

.front-coupon-text {
  margin-top: 1rem;
}
.front-coupon-text .coupon-details {
  border-bottom: 1px solid black;
}
.front-coupon-text h6 {
  font-size: 16px;
  margin-bottom: 0;
}

.gourmet-search-coupon {
  margin-top: 1rem;
}

.gourmet-search-coupon h6 {
  margin-top: 0;
  padding-top: 1rem;
  border-top: 1px solid black;
}

.gourmet-search-coupon a:last-of-type h6 {
  border-bottom: 1px solid black;
  padding-bottom: 0.3rem;
}

.each-coupon {
  width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.each-coupon .coupon-text {
  font-size: 16px;
  margin-bottom: 0.3rem;
}

@media (max-width: 640px) {
  .each-coupon .coupon-text, .front-coupon-text h6 {
    font-size: 13px;
  }
  .gourmet-search-coupon h6, .front-coupon h6 {
    padding-top: 0.5rem;
  }
  .front-coupon-text {
    margin-top: 0;
  }
}
.accordion-btn {
  z-index: 3;
  padding: 12px;
  width: 100%;
  height: 30px;
  cursor: pointer;
  font-size: 13px;
}

.close-btn {
  background: none;
}

.coupon-details {
  text-align: right;
  color: #990E2A;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}

.usage_scenes {
  color: #3E2723;
  font-size: 0.8rem;
  margin: 0;
}

.popular-menu {
  padding: 0 1em;
  padding-left: 0.3em;
  margin: 0;
  border: solid 2px #3E2723;
  width: 100%;
  display: inline-block;
}
@media (max-width: 480px) {
  .popular-menu {
    padding-left: 0.5em;
  }
}

.popular-dish {
  margin-top: 0.2em;
  text-align: left;
  float: left;
  display: inline-block;
}
.popular-dish h3 {
  color: #533;
}
.popular-dish p {
  font-size: 0.8rem;
  margin-bottom: 0.2em;
}
@media (max-width: 480px) {
  .popular-dish p {
    font-size: 0.7rem;
  }
}

.popular-price {
  color: #f82d2d;
}

.popular-link {
  margin: 1em 0.3em;
  padding: 0;
  vertical-align: middle;
  float: right;
}
.popular-link:hover {
  font-weight: bold;
}

.balloon5 {
  width: 100%;
  margin: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
}
.balloon5 img {
  width: 100%;
  height: auto;
  border: solid 3px #3E2723;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.balloon5 .editor-name {
  text-align: center;
  margin: 2px;
}
@media (max-width: 640px) {
  .balloon5 .editor-name {
    font-size: 0.8rem;
  }
}
.balloon5 .editor-profile {
  text-align: center;
  font-size: 0.8rem;
}
@media (max-width: 640px) {
  .balloon5 .editor-profile {
    font-size: 0.7rem !important;
  }
}
.balloon5 .chatting {
  width: 100%;
}
.balloon5 .comments {
  display: inline-block;
  position: relative;
  margin: 0 0 0 15px;
  padding: 5px 10px;
  border-radius: 12px;
  border: solid 3px #555;
}
.balloon5 .comments:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -10px;
  margin-top: -13px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.balloon5 .comments:before:active {
  border-right: 12px solid #aaa;
}
.balloon5 .comments:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -16px;
  margin-top: -14px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}
.balloon5 .comments p {
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .balloon5 .comments {
    font-size: 0.7rem;
  }
}

.ramen_img {
  height: 200px;
}

.ramencard {
  display: grid;
  grid-template-areas: "img title" "img exp";
  grid-template-columns: 220px;
  text-align: left;
}
@media (max-width: 640px) {
  .ramencard {
    display: block;
  }
}

.ramencard_img {
  grid-area: img;
  text-align: start;
}
@media (max-width: 640px) {
  .ramencard_img {
    display: flex;
    justify-content: center;
  }
}

.ramencard_exp {
  grid-area: exp;
}

/* FEプラグイン基本 */
[id^=feas-searchform-] {
  display: block;
  max-width: 800px;
  margin: -10px auto 0 auto;
  padding: 0.3rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  background: #f4eee9;
  border-radius: 5px;
}
@media screen and (max-width: 40em) {
  [id^=feas-searchform-] {
    margin: -10px 5px 0px 5px;
  }
}
[id^=feas-searchform-] b {
  display: block;
  font-size: 0.8rem;
}

/* フリーワード */
.search__freeword {
  width: 40%;
  margin: 0 auto 1rem auto;
}
@media screen and (max-width: 40em) {
  .search__freeword {
    width: 80%;
  }
}
.search__freeword [type=text] {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.2em 1.5em;
  font-size: 0.9rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: #111;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 1.5em;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.search__freeword [type=text]:hover {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2);
}
.search__freeword [type=text]:focus {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
  outline: none;
}

/* チェックボックス */
.search__checkbox {
  margin-top: -5px;
}

.checkbox--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.checkbox--wrap > label {
  flex: 0 0 calc((100% - 30px) / 3);
  position: relative;
  margin: 5px;
  padding: 0.7rem 0.5rem 0.7rem 2.6rem;
  line-height: 1.4;
  text-align: left;
  font-size: calc(0.8rem + 0.1vw);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 40em) {
  .checkbox--wrap > label {
    flex: 0 0 calc((100% - 20px) / 2);
    padding: 0.6rem 0.3rem 0.7rem 2.5rem;
  }
}
@media screen and (max-width: 30em) {
  .checkbox--wrap > label {
    padding: 0.6rem 0.3rem 0.7rem 2.2rem;
    font-size: 0.7rem;
  }
}
.checkbox--wrap > label:hover {
  transform: scale(1.04);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
}
.checkbox--wrap > label:active {
  transform: scale(1);
}
.checkbox--wrap > label input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.checkbox--wrap > label input + span::after {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 1.9em;
  display: block;
  width: 0.7em;
  height: 1.4em;
  border-right: 3px solid orange;
  border-bottom: 3px solid orange;
  transform: rotate(-200deg) scale(1.3);
  filter: blur(5px);
  opacity: 0;
  transition: 0.2s;
}
.checkbox--wrap > label input:checked + span::after {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 1.55em;
  filter: blur(0);
  opacity: 1;
  transform: rotate(45deg);
}
.checkbox--wrap > label span i {
  font-style: normal;
  font-size: 0.8em;
  color: #999;
}
.checkbox--wrap > label span::before {
  position: absolute;
  top: 0.7em;
  left: 0.9em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #999;
  border-radius: 3px;
  content: "";
}

/* 検索ボタン */
.search__submit [type=submit] {
  display: block;
  border: none;
  margin: 0.5rem auto;
  padding: 0.2em 1.7em 0.2em 2.5em;
  text-align: center;
  font-size: 1rem;
  color: RGB(62, 39, 35);
  letter-spacing: 0.8em;
  cursor: pointer;
  background: #d0A900;
  border-radius: 1.4em;
  transition: 0.2s;
}
.search__submit [type=submit]:hover {
  color: RGB(62, 39, 35);
  transform: scale(1.05);
}
.search__submit [type=submit]:focus {
  transform: scale(1);
}

.freeword-only {
  margin-top: 15px;
}
.freeword-only b,
.freeword-only .search__checkbox,
.freeword-only .search__radio {
  display: none;
}
.freeword-only .search__freeword {
  display: flex;
  width: 50%;
  margin: 8px auto 1rem auto;
}
@media screen and (max-width: 40em) {
  .freeword-only .search__freeword {
    width: 80%;
  }
}
.freeword-only .search__freeword [type=text] {
  margin: 0;
  border-radius: 1.5em 0 0 1.5rem;
  border: solid 2px #f4eee9;
}
.freeword-only input[type=submit] {
  display: none;
}
.freeword-only [type=submit] {
  border: none;
  margin: 0;
  padding: 0.2em 1em 0.2rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: RGB(62, 39, 35);
  cursor: pointer;
  background: #d0a900;
  border-radius: 0 1.5em 1.5em 0;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.freeword-only [type=submit]:hover {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2);
}
.freeword-only [type=submit]:focus {
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.3);
  outline: none;
}

.checkbox-only .search__freeword {
  display: none;
}

/* ジャンル一覧 > カフェ/ラーメンの検索結果 */
.title--searchResult {
  margin: 1rem auto;
  padding: 1rem 1rem 0 1rem;
  line-height: 1.6;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8rem + 0.5vmax, 1.3rem);
  color: RGB(62, 39, 35);
  font-feature-settings: "palt";
}
.title--searchResult a {
  color: RGB(62, 39, 35);
}
.title--searchResult span {
  display: inline-block;
  padding: 0 0 0 0.2em;
}
.title--searchResult span:not(:last-child):after {
  content: ",";
  display: inline-block;
  padding: 0 0.05em;
  color: rgb(209, 197, 193);
}

.job-search-content {
  width: 100%;
  padding: 10px 15px;
  max-width: 1140px;
  margin: auto;
}

.job-search-content .re-search {
  margin-left: auto;
}

#job_search_terms {
  height: 100px;
  width: 100%;
  background-color: rgb(240, 240, 240);
  position: relative;
  color: #553333;
  font-weight: 400;
}

.job-search-terms-question-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 65px;
  left: calc(100% - 35px);
}

.job-search-area-table {
  width: 100%;
  height: 100%;
}

#job_search_area_genre_content p, #job_search_area_favorite_content p, #job_search_area_company_name_content p {
  width: calc(100% - 35px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100px;
  max-width: none;
  min-width: 100%;
  margin: 0;
}

#job_search_area_genre_icon, #job_search_area_favorite_icon, #job_search_area_company_name_icon {
  width: 35px;
  height: 33.3333333333px;
  padding-left: 0.4rem;
}

.job-search-num-order-wrapper {
  height: 20px;
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
}

#job_order_pulldown {
  border: 1px solid rgb(85, 51, 51);
  border-radius: 15px;
  font-size: 10pt;
  height: 20px;
}

.job-search-num {
  line-height: 2;
  font-size: 10pt;
  height: 20px;
}

.jobs {
  padding: 0 15px;
  margin-top: 2rem;
  background-color: #ece7e5;
}

.job {
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  background-color: #ece7e5;
}
@media (max-width: 640px) {
  .job {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .job:first-child {
    padding-top: 15px;
  }
}
.job .inner {
  opacity: 1;
  padding: 20px 20px 0px 20px;
  border: 1px solid #999;
  background-color: #fff;
}
.job .inner:active {
  background-color: #aaa;
}
.job .inner:active :before {
  border-right: 12px solid #aaa;
}
@media (max-width: 640px) {
  .job .inner {
    line-height: normal;
    padding: 5px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
  }
}
.job a {
  color: #3E2723;
}
.job a.perma {
  text-decoration: none;
}
.job a:visited {
  color: #3E2723;
}
.job h2 {
  font-size: 16pt;
  text-align: left;
  margin-top: 5px;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .job h2 {
    font-size: 1rem;
  }
}
.job h3 {
  color: #686868;
  font-size: 12pt;
  text-align: left;
  margin: 0;
}
@media (max-width: 640px) {
  .job h3 {
    font-size: 11pt;
  }
}

.r-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 810px) {
  .r-top {
    display: block;
  }
}

.job-photo {
  margin: auto;
  display: flex;
  grid-column: 1/2;
  grid-row: 1/3;
}

.r-picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 384px;
  margin: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 640px) {
  .r-picture {
    width: 80%;
  }
}

.r-title {
  margin: 10px 10px 10px 20px;
}
.r-title p {
  margin-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .r-title p {
    font-size: 0.7rem;
  }
}

.r-center {
  margin: 10px 10px 10px 20px;
  grid-column: 2/3;
  grid-row: 2/3;
}

.access, .times {
  margin-bottom: 0px;
}

.occupation-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.occupation-details,
.salary-details,
.workingday-details,
.j-access-details {
  display: block;
  color: #3E2723;
  font-size: 1rem;
  text-align: left;
  margin: 0;
}
.occupation-details .occupation, .occupation-details .salary,
.salary-details .occupation,
.salary-details .salary,
.workingday-details .occupation,
.workingday-details .salary,
.j-access-details .occupation,
.j-access-details .salary {
  margin-right: 20px;
}
@media (max-width: 640px) {
  .occupation-details,
  .salary-details,
  .workingday-details,
  .j-access-details {
    font-size: 0.7rem;
  }
}

.r-bottom {
  text-align: center;
}

.ouboform {
  border-radius: 1rem;
  border: solid 1px;
  width: 15rem;
  background-color: #d0a900;
  color: #fff;
}
@media (max-width: 640px) {
  .ouboform {
    width: 90%;
    word-break: normal;
  }
}

/* テーブル関連                                                    */
/* ====================================================================== */
.entry table {
  margin-top: 1rem;
  border: none;
  border-top: dotted 1px RGBA(101, 82, 79, 0.25);
  font-size: 1.05rem;
}

.entry th,
.entry td {
  padding: 0.5em 1em;
  border: none;
  border-bottom: dotted 1px RGBA(101, 82, 79, 0.25);
  white-space: normal;
}
@media screen and (max-width: 40em) {
  .entry th,
  .entry td {
    padding: 0.5em;
  }
}
@media screen and (max-width: 30em) {
  .entry th,
  .entry td {
    font-size: 0.9rem;
  }
}

.entry th {
  white-space: nowrap;
  max-width: 30%;
  background: RGBA(161, 136, 127, 0.2);
  color: RGBA(161, 136, 127, 1);
}

.entry td:first-child {
  max-width: 30%;
}

@media screen and (max-width: 30em) { /* 480px */
  .entry th p,
  .entry td p {
    padding: 0.1em;
    font-size: 0.9rem;
  }
  .entry td ul {
    margin: 0.5em;
    line-height: 1.5;
  }
}
.entry td ul ul {
  margin-left: 2em;
}

.entry > iframe {
  margin-top: 1rem;
}

.entry .articleBody table {
  min-width: 100%;
}

.entry .articleBody table ul,
.entry .articleBody table ol {
  margin: 0;
}

.entry .articleBody table li {
  margin: 0;
}

.entry .articleBody table p {
  margin: 0;
}

.entry .articleBody table b,
.entry .articleBody table strong {
  font-family: "ヒラギノUD丸ゴ W6 JIS2004", sans-serif;
}

/* =tableバリエーション */
@media screen and (max-width: 40em) {
  .main table {
    font-size: 1rem;
  }
}
.table--basic {
  margin: 2rem 0;
}
@media screen and (max-width: 40em) {
  .table--basic {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.table--basic .table--wrap {
  margin: 0;
  padding: 4px;
  background: RGBA(161, 136, 127, 0.2);
  border-radius: 4px;
  overflow-x: auto;
}

.table--basic table {
  margin: 0;
  background: RGBA(161, 136, 127, 0.2);
  border: none;
}

.entry .articleBody .table--basic tr:nth-child(even) {
  background: RGBA(255, 255, 255, 0.98);
  border: none;
}

.entry .articleBody .table--basic tr:nth-child(odd) {
  background: RGBA(255, 255, 255, 0.82);
  border: none;
}

.entry .articleBody .table--basic th {
  background: RGBA(161, 136, 127, 0.05);
  border: none;
}

.entry .articleBody .table--basic td {
  background: none;
  border: none;
}

/* =table cyan */
.table--basic.cyan table,
.table--basic.cyan .table--wrap {
  background: rgba(145, 203, 250, 0.7);
}

.entry .articleBody .cyan th {
  background: rgba(145, 203, 250, 0.7);
  color: RGBA(255, 255, 255, 0.9);
}

/* お店の売りテーブル */
.table--recommend th {
  color: #533;
  background: #efe7eb;
  white-space: normal;
  text-align: center;
}
.table--recommend td img {
  margin: 0;
  min-width: 100px;
}
.table--recommend td:first-child {
  text-align: center;
  max-width: 10%;
}

@media screen and (max-width: 40em) {
  .table--recommend td {
    font-size: 0.8rem;
  }
  .table--recommend td img {
    height: auto;
  }
}
/* 予算テーブル */
.table--budget td img {
  margin: 0;
}

@media screen and (max-width: 40em) {
  .table--budget td {
    font-size: 0.8rem;
  }
  .table--budget td img {
    width: 95px;
    height: 95px;
  }
}
/*比較テーブル*/
.entry .articleBody .table--basic.ref table {
  table-layout: fixed;
}

.entry .articleBody .table--basic.ref thead th {
  background: rgb(255, 255, 255);
  font-weight: bold;
  font-family: "ヒラギノUD丸ゴ W6 JIS2004", sans-serif;
  text-align: center;
  color: #444;
}

.entry .articleBody .table--basic.ref td {
  text-align: center;
}

.entry .articleBody .table--basic.ref th,
.entry .articleBody .table--basic.ref td {
  border-right: solid 1px rgba(0, 0, 0, 0.05);
}

/*比較テーブル（ランキング）*/
.entry .articleBody .table--basic.rank thead th::before {
  display: block;
  margin: 0.2em;
  padding: 0.2em;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1.5em;
  color: RGBA(161, 136, 127, 1);
}

.entry .articleBody .table--basic.rank thead th:nth-child(2)::before {
  content: "1";
}

.entry .articleBody .table--basic.rank thead th:nth-child(3)::before {
  content: "2";
}

.entry .articleBody .table--basic.rank thead th:nth-child(4)::before {
  content: "3";
}

.entry .articleBody .table--basic.rank thead th:nth-child(5)::before {
  content: "4";
}

.entry .articleBody .table--basic.rank thead th:nth-child(6)::before {
  content: "5";
}

.entry .articleBody .table--basic.rank thead th:nth-child(7)::before {
  content: "6";
}

.entry .articleBody .table--basic.rank thead th:nth-child(8)::before {
  content: "7";
}

.entry .articleBody .table--basic.rank thead th:nth-child(9)::before {
  content: "8";
}

.entry .articleBody .table--basic.rank thead th:nth-child(10)::before {
  content: "9";
}

.entry .articleBody .table--basic.rank thead th:nth-child(11)::before {
  content: "10";
}

/*テーブル（ラーメン）*/
.table--ramen {
  margin: 2rem 0;
}
@media screen and (max-width: 40em) {
  .table--ramen {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.table--ramen .table--wrap {
  margin: 0;
  padding: 4px;
  background: RGBA(161, 136, 127, 0.2);
  border-radius: 4px;
  overflow-x: auto;
}

.table--ramen table {
  margin: 0;
  background: #fff;
  border-top: none;
}

.table--ramen caption {
  margin: 0;
  padding: 1rem;
  font-size: 0.8rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: RGBA(255, 202, 41, 1);
  background: #fff;
}

.articleBody .table--ramen .ramen_store_name {
  display: block;
  font-size: 1.5rem;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
  color: #111;
}

.table--ramen th {
  font-size: 1.3rem;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
  color: rgb(62, 39, 35);
  background: RGBA(255, 202, 41, 0.1);
}

.table--ramen th,
.table--ramen td {
  border-top: solid 1px RGBA(161, 136, 127, 0.2);
  border-bottom: none;
}

.table--ramen ul {
  padding: 0;
  list-style: none;
}

.ramen__li {
  padding: 0.5em;
  font-size: 0.9rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  color: #111;
}

.ramen__li__label {
  font-size: 0.8em;
  margin: 0 0.8em 0 0;
  color: rgb(62, 39, 35);
  padding: 0.3em 1em;
  background: rgba(255, 202, 41, 0.5);
  border-radius: 1em 0 0 1em;
}

@media screen and (max-width: 40em) { /* 640px */
  .articleBody .table--ramen .ramen_store_name {
    font-size: 1.2rem;
  }
  .table--ramen th {
    font-size: 0.9rem;
  }
  .ramen__li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 20em) { /* iPhoneSE */
  .table--ramen th,
  .table--ramen td {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .entry .table--ramen th {
    padding: 0.1rem 1rem;
  }
  .table--ramen td {
    border-top: none;
  }
}
/* おすすめポイント、おすすめシーン */
.recommend_point .table--wrap,
.recommend_scene .table--wrap {
  text-align: left;
  margin-left: 2rem;
}

.recommend_point td,
.recommend_scene td {
  display: inline-block;
  margin: 3px;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  height: 40px;
  background-color: #eee;
  color: #aaa;
  border-radius: 10px;
  width: 30%;
}

.recommend_point td:first-child,
.recommend_scene td:first-child {
  max-width: none;
}

.recommend_point .checked {
  background-color: #955676;
  color: #fff;
}

.recommend_scene .checked {
  border: solid 3px #955676;
  background-color: #eee;
  color: #955676;
}

/* ジャンル一覧のスタイル                                               */
/* ====================================================================== */
body.category h1.title {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.category .title--cards {
  display: block;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header__cate--parent {
  max-width: 50em;
  margin-top: 2rem auto;
}

.header__cate--child {
  display: block;
  max-width: 50em;
  margin: 1rem auto;
  padding: 0 2rem;
  list-style: none;
  text-align: center;
}
.header__cate--child .cat-item {
  display: inline-block;
  padding: 0.5rem 0.2rem;
}
.header__cate--child .cat-item a {
  display: inline-block;
  padding: 0.2em 1em;
  font-size: 0.9rem;
  color: RGBA(62, 39, 35, 1);
  background: RGBA(161, 136, 127, 0.2);
  border-radius: 1em;
}
.header__cate--child .cat-item a:hover {
  transform: scale(1.05);
  color: black;
  background: RGBA(161, 136, 127, 0.5);
}
.header__cate--child .cat-item.current-cat a {
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
  background: #d0a900;
}

/* ======= 一覧 =============================================================== */
/* カテゴリ */
/* 親カテゴリを表示しないパターン */
.archive.category-ramen .catetxt__parent,
[data-url*="fe_form_no=1"] .catetxt__parent,
[data-url*="fe_form_no=4"] .catetxt__parent,
[data-url^="/ramen/"]:not(.single) .catetxt__parent {
  display: none;
}

.archive.category-cafe .catetxt__parent,
[data-url*="fe_form_no=12"] .catetxt__parent,
[data-url*="fe_form_no=11"] .catetxt__parent,
[data-url^="/cafe/"]:not(.single) .catetxt__parent {
  display: none;
}

.title--cards {
  margin-top: 1rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 0.8rem;
}
.title--cards em {
  display: inline-block;
  margin: 0 0.3em 0 0.5em;
  font-size: 1.7em;
  letter-spacing: 0.1em;
}

.cards {
  margin: 0.5rem auto;
  width: 100%;
  max-width: 50em;
}

.card {
  display: grid;
  grid-template-areas: "img title link" "img exp link" "img category link";
  align-items: center;
  padding: 1rem 0;
  text-align: left;
  border-bottom: dotted 1px RGBA(161, 136, 127, 0.5);
}

.card__img {
  grid-area: img;
}

.card__title {
  grid-area: title;
}

.card__exp {
  grid-area: exp;
}

.card__category {
  grid-area: category;
}

.card__link {
  grid-area: link;
}

.card:first-child {
  border-top: dotted 1px RGBA(161, 136, 127, 0.5);
}

.card__img {
  padding-right: 2rem;
}
.card__img a {
  display: block;
  width: 13rem;
  height: 13rem;
  overflow: hidden;
  border-radius: 3px;
}
.card__img img {
  width: auto;
  height: 13rem;
  transition: 0.3s;
}
.card__img img:hover {
  transform: scale(1.2);
}

.card__category {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card__category li {
  display: inline-block;
}

.card__category img {
  width: 3rem;
  height: auto;
}

.card__title,
.card__title a {
  margin: 0;
  line-height: 1.5;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  text-align: left;
  color: #211;
}

.card__exp {
  line-height: 1.5;
  text-align: justify;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 0.8rem;
}

.card__link a {
  display: block;
  height: 100%;
  padding: 0;
  text-align: right;
  color: RGBA(161, 136, 127, 0.3);
}

.card__link a:hover {
  color: RGBA(161, 136, 127, 1);
  transform: scale(1.2);
}

.card__link a:focus {
  background: none;
}

.main .card__link .svg-inline--fa {
  margin-right: 0;
}

@media screen and (max-width: 64em) {
  /* 最大幅以下なら */
  .cards {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 40em) {
  /* 640px */
  .card {
    grid-template-areas: "title title title" "img exp exp" "img category link";
    align-items: start;
    grid-template-columns: 7rem 1fr 1.2rem;
    grid-gap: 0.5rem 1rem;
  }
  .card__img {
    padding: 0;
  }
  .card__img a {
    width: 7rem;
    height: 7rem;
  }
  .card__img img {
    height: 7rem;
  }
  .card__title,
  .card__title a {
    font-size: 1rem;
  }
  .card__exp {
    font-size: 0.7rem;
  }
  .card__link a {
    margin: 0;
    padding: 0;
    font-size: 0.5em;
  }
}
/* ====================================================================== */
/* =ページナビ */
.pagination {
  text-align: center;
}
.pagination .screen-reader-text {
  margin: 0;
  padding: 0;
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagination .nav-links {
  margin: 1rem auto;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: 0 0.1em;
  padding: 0.66rem 0 0 0;
  color: RGBA(161, 136, 127, 1);
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
}
.pagination .nav-links .page-numbers:hover:not(.dots):not(.current) {
  background: RGBA(161, 136, 127, 0.2);
}
.pagination .nav-links .page-numbers:active:not(.dots):not(.current) {
  color: RGBA(255, 255, 255, 1);
  background: RGBA(161, 136, 127, 0.5);
}
.pagination .nav-links .page-numbers.current {
  text-decoration: none;
  border: solid 1px RGBA(161, 136, 127, 1);
}

/* キープリスト */
.return {
  margin-top: 1rem;
  margin-bottom: auto;
  color: #533;
}

.keep {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
}

.not-keep {
  text-align: center;
}

@media screen and (max-width: 500px) {
  /* 最大幅以下なら */
  /*   .thumnail_keep {
         width: 100%;
     }*/
  .keep {
    font-size: 1em;
  }
  .return {
    font-size: 10px;
  }
}
/* クーポンTOP,検索一覧関連 */
/* ====================================================================== */
.coupon-result-count {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .coupon-result-count {
    font-size: 14px;
    margin-right: auto;
    text-align: left;
  }
}
@media screen and (min-width: 640px) {
  .coupon-result-count .coupon-result-count {
    margin-left: 2rem;
  }
}

.coupon__container {
  display: flex;
  flex-direction: column; /* 上下に要素を配置 */
  border: 4px solid #990e2a; /* 枠線を赤に設定 */
}

.coupon__name {
  background-color: #990e2a; /* 背景色を赤に */
  color: white; /* 文字色を白に */
  padding: 10px;
  text-align: left;
}

.coupon__content {
  background-color: white; /* 背景色を白に */
  color: black; /* 文字色を黒に */
  padding: 10px;
  text-align: left;
  border-top: 1px solid #990e2a; /* 上の枠線を赤に */
}

/* 2列に並べるためのスタイル */
.coupon-container {
  display: flex; /* flexboxを使用 */
  flex-wrap: wrap; /* 要素を複数列に折り返す */
  justify-content: flex-start; /* アイテムを左寄せ */
}

/* 交互に並ぶようにするためのスタイル */
.coupon--item {
  width: calc(50% - 10px); /* 各クーポンの幅を50%に設定し、余白を考慮 */
}

.coupon--item:nth-child(odd) {
  margin-right: 10px; /* 奇数番目のアイテムは右の余白をなくす */
}

.coupon--item:nth-child(even) {
  margin-left: 10px; /* 偶数番目のアイテムは左の余白をなくす */
}

.coupon-wrapper {
  padding: 0 15%; /* 左右の10%の余白 */
}

.store-coupon {
  margin-top: 1rem;
}

/* 画面幅480px以下の場合（1列レイアウト） */
@media (max-width: 480px) {
  .coupon--item {
    width: 100%; /* 1列レイアウトの場合、幅を100%に設定 */
    margin-right: 0; /* 右の余白をなくす */
  }
  .coupon--item:nth-child(odd) {
    margin-right: 0px; /* 奇数番目のアイテムは右の余白をなくす */
  }
  .coupon--item:nth-child(even) {
    margin-left: 0px; /* 偶数番目のアイテムは右の余白をなくす */
  }
  .coupon-wrapper {
    padding: 0 5%; /* 左右の10%の余白 */
  }
}
/* 関連エントリー */
/* ====================================================================== */
/* 関連エントリー（広告付き） */
.title--related--ad {
  margin: 2rem auto 0 auto;
  padding: 0.2em 1rem;
  line-height: 1.3;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  color: RGBA(62, 39, 35, 1);
  text-align: center; /* OUTCOME */
}

.related--wrap {
  max-width: 50rem;
  margin: 1rem auto;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  list-style: none;
}
@media screen and (max-width: 40em) {
  .related--wrap {
    padding: 0 1rem;
  }
}

.related__item {
  padding: 1rem 0;
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: flex-start;
}
.related__item:first-child {
  border-top: solid 1px #ccc;
}
.related__item:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}
.related__item a {
  color: #111;
}
.related__item a:hover {
  color: #f67;
}

.related__img {
  flex: 1 1 15%;
  padding-right: 1rem;
}
.related__img img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}
@media screen and (max-width: 40em) {
  .related__img {
    flex: 1 1 25%;
  }
}

.related__txt {
  flex: 1 1 85%;
}
@media screen and (max-width: 40em) {
  .related__txt {
    flex: 1 1 75%;
  }
}
.related__txt .title a {
  display: block;
}
.related__txt .txt {
  margin-top: 1em;
  font-size: 0.8em;
  color: #888;
}
.related__txt .ads {
  padding: 0.2em 0.5em;
  border: solid 1px #ccc;
  border-radius: 0.3em;
}
.related__txt .cate {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related__txt .cate li {
  display: inline-block;
  margin-right: 0.1em;
}

/* 関連エントリー （初期仕様） */
.title--related {
  margin-top: 6rem;
}

/* その他コンテンツ */
/* ====================================================================== */
/* ジャンル一覧の結果 */
.title--m {
  margin-top: 1rem;
  padding: 0.2em 0.7rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 2rem;
  color: RGBA(62, 39, 35, 1);
  font-feature-settings: "palt";
}

.title--m a {
  color: RGBA(62, 39, 35, 1);
}

/* タグ一覧 */
.img--category img {
  width: 15%;
  height: auto;
}

/* ポリシー・利用規約 */
[data-url^="/terms"] .title--l,
[data-url^="/storeterms"] .title--l,
[data-url^="/privacy"] .title--l {
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  [data-url^="/terms"] .title--l,
  [data-url^="/storeterms"] .title--l,
  [data-url^="/privacy"] .title--l {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
}
[data-url^="/terms"] .articleBody,
[data-url^="/storeterms"] .articleBody,
[data-url^="/privacy"] .articleBody {
  padding: 0 1rem 4rem 1rem;
}
[data-url^="/terms"] h2,
[data-url^="/storeterms"] h2,
[data-url^="/privacy"] h2 {
  margin: 2rem 0 0 0;
  padding: 0;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
}
[data-url^="/terms"] h2::before,
[data-url^="/storeterms"] h2::before,
[data-url^="/privacy"] h2::before {
  display: none;
}
[data-url^="/terms"] .title--pre,
[data-url^="/storeterms"] .title--pre,
[data-url^="/privacy"] .title--pre {
  display: none;
}
[data-url^="/terms"] ol,
[data-url^="/storeterms"] ol,
[data-url^="/privacy"] ol {
  padding-left: 1.6rem;
}
[data-url^="/terms"] p, [data-url^="/terms"] li,
[data-url^="/storeterms"] p,
[data-url^="/storeterms"] li,
[data-url^="/privacy"] p,
[data-url^="/privacy"] li {
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  [data-url^="/terms"] p, [data-url^="/terms"] li,
  [data-url^="/storeterms"] p,
  [data-url^="/storeterms"] li,
  [data-url^="/privacy"] p,
  [data-url^="/privacy"] li {
    font-size: 0.8rem;
  }
}
[data-url^="/terms"] p,
[data-url^="/storeterms"] p,
[data-url^="/privacy"] p {
  margin-top: 1rem;
}

[data-url^="/terms"] ol {
  list-style-type: none;
}
[data-url^="/terms"] ol > li {
  counter-increment: cnt;
  text-indent: -2rem;
}
[data-url^="/terms"] ol > li::before {
  content: "(" counter(cnt) ") ";
}
[data-url^="/terms"] ol ul > li {
  text-indent: 0;
}

/* マチダクリップからのお知らせ */
.announce {
  font-size: 14px;
  background: #a3a4a5;
  height: 28.8px;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  margin: 0;
}

.no-announcement {
  margin: 2rem;
  font-size: 0.8rem;
}

.title-announce {
  flex: auto;
}

[data-url^="/announcement"] article {
  margin: 1rem;
  border-bottom: dotted 1px rgba(161, 136, 127, 0.5);
}
[data-url^="/announcement"] .title {
  font-size: 1rem;
  margin: 1rem;
  border-bottom: solid 2px rgba(161, 136, 127, 0.5);
  display: flex;
}
[data-url^="/announcement"] .title a {
  color: black;
}
[data-url^="/announcement"] .articleBody {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
[data-url^="/announcement"] .articleBody li {
  margin-left: 2rem;
}

/* FAQ */
.toggle_contents {
  margin: 5px;
}
.toggle_contents h2 {
  text-align: left;
  padding: 5px 0 0 0;
  font-size: 1.2rem;
}

.faq_category {
  font-weight: bold;
  font-size: 1rem;
  line-height: 42px;
  margin: 10px;
  padding: 0 0 0 10px;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  background: #f1f1f1;
}
.faq_category:hover {
  color: #56ace1;
}
.faq_category:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/btn_arrow.png) no-repeat right top;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.faq_category .open:after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s;
}

.acd-content {
  padding: 10px;
  margin-left: 20px;
  text-align: left;
}

.help-title {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  width: 100%;
}

.help {
  margin-left: 1rem;
  margin-right: 1rem;
}
.help ul, .help ol {
  margin-left: 1rem;
  margin-right: 1rem;
}
.help h2 {
  border: none;
  border-left: solid 7px;
  border-color: #955676;
  border-radius: initial;
  margin: 0 0.5rem;
}
.help h3 {
  margin-top: 1.5rem;
  border-bottom: solid 3px;
  border-color: #955676;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
}

/* ライター個人ページ */
.pan-list {
  margin: 0.5rem;
}

.writer {
  border-bottom: none !important;
}

.introduction-writer {
  margin: 0.5rem auto;
  width: 100%;
  max-width: 50em;
  align-items: center;
}
@media screen and (max-width: 64em) {
  .introduction-writer {
    padding: 0 1rem;
  }
}
.introduction-writer .editor-name {
  margin-left: 2rem;
}
.introduction-writer .editor-profile {
  padding: 1rem 0.5rem;
}

.article--number {
  font-weight: bold;
  display: block;
  margin: 0.5rem auto;
}

/* ライター一覧ページ */
.writers {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, 300px);
  margin-top: 20px;
  padding: 0px 3rem;
}
.writers .editor-name {
  font-weight: bold;
  text-align: center;
}
.writers .writer-photo {
  text-align: center;
}

/* アスメルフォーム */
.asumeruform {
  width: 95%;
  margin: 0 auto;
}
.asumeruform .formTable {
  border-collapse: collapse;
  margin: 0 0 10px;
  table-layout: fixed;
  border-color: #ccc;
}
.asumeruform table th {
  width: 30%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #ffffcc;
  text-align: left;
  vertical-align: middle;
  font-size: 1rem;
  color: #000;
}
.asumeruform table td {
  padding: 10px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1rem;
}
.asumeruform input {
  font-size: 1.05rem;
}
.asumeruform .inputSelect {
  padding: 3px;
  font-size: 1rem;
  color: #000;
}
.asumeruform .inputText.inputTextShortest {
  width: 55%;
  margin: 5px 0 5px 15px;
}
.asumeruform .inputText.inputTextLong {
  width: 98%;
}
.asumeruform textarea {
  font-size: 12px;
  height: 150px;
  padding: 3px;
}
.asumeruform input[type=radio i] {
  background-color: initial;
  cursor: default;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  margin: 3px 10px 0 5px;
  padding: initial;
  border: initial;
  vertical-align: text-bottom;
}
.asumeruform .formBtn {
  font-size: 1.1rem;
  width: 40%;
  height: 35px;
  padding: 4px 8px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 2px #ccc;
}
.asumeruform .center-text {
  text-align: center;
}
.asumeruform .asumeruform span.require {
  color: red;
  font-weight: bold;
}

/* 予約フォーム */
.articleBody #booking-form * + * {
  margin-top: 0;
}

/* 管理バー */
#wpadminbar {
  color: #ccc !important;
  background: #999 !important;
}

#wpadminbar #wp-admin-bar-autoptimize-default #wp-admin-bar-autoptimize-cache-info .ab-item {
  height: auto;
}

/* プリント用 */
@media print {
  .globalHeader {
    position: absolute;
    top: 0;
  }
  #main {
    width: 90%;
    margin: auto;
    padding-top: 170px;
  }
  .bar,
  .pageNav {
    display: none;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* Animate.css調整 */
.fs__title {
  animation-delay: 0.5s;
}

@keyframes waitingBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bounceIn {
  animation-duration: 0.5s;
  animation-name: bounceIn;
}

@keyframes bouncecount {
  0% {
    transform: translate(0, 0);
    box-shadow: none;
  }
  25% {
    transform: translate(0, -0.3em);
    box-shadow: 0 0 13px 0px rgb(255, 255, 255);
  }
  50% {
    transform: translate(0, 0.3em);
    box-shadow: 0 0 13px 0px rgb(255, 255, 255);
  }
  75% {
    transform: translate(0, -0.3em);
    box-shadow: 0 0 13px 0px rgb(255, 255, 255);
  }
  100% {
    transform: translate(0, 0);
    box-shadow: none;
  }
}
/* ヒーローエリア 例：ラーメン */
/* 特集関連 */
/* ====================================================================== */
/* TOP特集　スライドあり*/
.title-featured--wrap {
  margin: auto;
  overflow: hidden;
  font-family: "ヒラギノUD丸ゴ W4 JIS2004", sans-serif;
  margin-bottom: 7px;
}

.title--top-next {
  float: right;
  margin-right: 1rem;
}

.title--top-featured {
  display: inline-block;
  padding: 0.2em 1rem;
  line-height: 1.3;
  color: #3e2723;
  font-size: 13pt;
  margin: 0;
  position: relative;
  left: 3.4rem;
}
@media (max-width: 991px) {
  .title--top-featured {
    display: block;
    text-align: left;
    position: static;
  }
}

.top-featured--wrap {
  margin: 0.2em auto;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  overflow-x: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .top-featured--wrap {
    margin: 0.2em;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .top-featured--wrap::-webkit-scrollbar {
    width: 10px;
  }
  .top-featured--wrap::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
  .top-featured--wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
}

.top-featured__item {
  display: inline-block;
  flex: 0 0 12.5%;
}
.top-featured__item:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}

.top-featured__img {
  padding: 0 0.5rem;
}
@media (max-width: 640px) {
  .top-featured__img {
    padding: 0 0.2rem;
  }
}
.top-featured__img img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .top-featured__img img {
    max-width: 140px;
    max-height: 140px;
  }
}
@media (max-width: 640px) {
  .top-featured__img img {
    max-width: 100px;
    max-height: 100px;
  }
}

/* 飲み特集一覧ページ　*/
.featured--wrap {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  -moz-column-count: 3;
       column-count: 3;
  display: flex;
  flex-wrap: wrap;
}

.featured__item {
  display: inline-block;
  flex: 0 0 33.3333333333%;
}
.featured__item:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}

.featured__img {
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.featured__img img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}

.featured__txt {
  font-size: 0.9rem;
  color: #3e2723;
  margin-top: 0.5rem;
}
.featured__txt a {
  color: #111;
  display: block;
  text-align: left;
  padding: 0 0.4rem;
}
.featured__txt a:hover {
  color: #f67;
}

/* 特集一覧の戻るボタン*/
.title-back-wrap {
  float: left;
}

.title-back {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.title-back::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #3e2723;
  border-radius: 50%;
}
.title-back::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #3e2723;
  border-right: 1px solid #3e2723;
  transform: rotate(225deg);
}

/* 閲覧履歴／ブックマーク関連 */
/* ====================================================================== */
/* 閲覧履歴・ブックマークのタイトル */
[data-url^="/history"] .page--header, [data-url^="/history-nomi"] .page--header, [data-url^="/history-yakiniku"] .page--header,
[data-url^="/bookmark"] .page--header, [data-url^="/bookmark-nomi"] .page--header, [data-url^="/bookmark-yakiniku"] .page--header {
  display: none;
}

.title-read {
  padding: 5px 10px 5px 10px;
  background-color: white;
  width: 100%;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5); /* 追加 */
}
.title-read.fixed {
  z-index: 4;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 48rem; /* 修正 */
}
@media screen and (max-width: 640px) {
  .title-read.fixed { /* 追加 */
    max-width: 50rem;
  }
}

.title-read-job.fixed {
  max-width: 100%;
}

.title-read-list {
  justify-content: center;
  white-space: nowrap;
  overflow-x: auto;
}
@media (max-width: 640px) {
  .title-read-list {
    justify-content: start;
  }
}

.title-read-link {
  padding: 0;
  white-space: nowrap;
}
.title-read-link a {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 2px 10px 2px 0;
  font-size: 14px;
  width: 90px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border-color: #6c757d;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.title-read-link a.current {
  color: #fff;
  background-color: #56ACE1;
  line-height: 2.2;
}

/* ブックマークの全削除モーダル */
.swal2-container {
  z-index: 200000 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0;
  display: none;
}

/* 閲覧履歴／ブックマークを検索一覧 */
.restaurant .table--wrap {
  margin: 0;
}

/* 店舗個別記事のシェアボタンにおけるiPhone対応 */
*:focus {
  outline: none;
}

/* 求人TOP */
.main-content {
  max-width: 1140px;
  margin: 0 auto;
}

.top-job-help {
  margin-right: 1rem;
}
@media (max-width: 640px) {
  .top-job-help {
    font-size: 0.8rem;
    margin-right: 0;
  }
}

.keeplist-wrap {
  text-align: right;
}

.job-search-content .keeplist-wrap {
  text-align: right;
}

button.keeplist {
  align-items: center;
  height: auto;
  border-radius: 0.4rem;
  font-weight: 600;
  padding: 0.2rem 1.2rem;
  color: #fff;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(143, 142, 142, 0.15) !important;
  background: #3e2723;
  margin: 5px;
}

.keep-count {
  display: block;
  color: #fff;
  font-size: 11pt;
  text-align: center;
  line-height: 1em;
  margin: 0 0 2px;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 640px) {
  .keep-count {
    font-size: 10pt;
    margin: 0 0 2px 0;
  }
}

.keep-count .count {
  display: inline-block;
  color: #3d2722;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  vertical-align: baseline;
  font-size: 11pt;
  line-height: 1em;
  text-align: center;
  margin-right: 5px;
  padding-top: 0.5em;
}
@media (max-width: 640px) {
  .keep-count .count {
    margin-left: 0;
  }
}

button:hover {
  background: #65504d;
}

.release-icon {
  font-size: 40px;
  color: #4B4B4B;
  vertical-align: middle;
}

.keep-icon {
  font-size: 40px;
  color: #d0a900;
  vertical-align: middle;
}

.tax-wrap {
  margin: 10px auto;
}

.tax-wrap .accordion-one {
  margin: 0 auto;
}

.tax-wrap .accordion_one .accordion_header {
  background-color: #fff;
  color: #3e2723;
  font-size: 20px;
  padding: 20px 9%;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border: 2px solid #3e2723;
}

.tax-wrap .accordion_one .accordion_header .arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
  float: right;
}

.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3e2723;
  border-right: solid 2px #3e2723;
  position: absolute;
  left: 10px;
  top: 8px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.tax-wrap .accordion_one .accordion_header.open .arrow.arrow-bottom::before {
  transform: rotate(-45deg);
}

.tax-wrap .accordion_one .accordion_inner {
  display: none;
  padding: 15px;
  border-left: 2px solid #3e2723;
  border-right: 2px solid #3e2723;
  border-bottom: 2px solid #3e2723;
  box-sizing: border-box;
  background-color: #ece7e5;
}

@media screen and (max-width: 1024px) {
  .tax-wrap .accordion_one .accordion_header {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tax-wrap .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
#job-text-search {
  margin: 20px auto;
  max-width: 1140px;
}

#job-related {
  max-width: 1140px;
  margin: 0 auto;
}

.title--job-top {
  margin: 0 auto;
  padding: 0.2em 1rem;
  line-height: 1.3;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  color: RGBA(62, 39, 35, 1);
  text-align: left;
}

.jobrelated--wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1rem auto;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  list-style: none;
}
@media screen and (max-width: 40em) {
  .jobrelated--wrap {
    padding: 0 1rem;
  }
}

.jobrelated__item {
  padding: 1rem 0;
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: flex-start;
}
.jobrelated__item:first-child {
  border-top: solid 1px #ccc;
}
.jobrelated__item:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}
.jobrelated__item a {
  color: #111;
}
.jobrelated__item a:hover {
  color: #f67;
}

.jobrelated__img {
  flex: 1 1 15%;
  padding-right: 1rem;
}
.jobrelated__img img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}
@media screen and (max-width: 40em) {
  .jobrelated__img {
    flex: 1 1 25%;
  }
}

.jobrelated__txt {
  flex: 1 1 85%;
}
@media screen and (max-width: 40em) {
  .jobrelated__txt {
    flex: 1 1 75%;
  }
}
.jobrelated__txt .title a {
  display: block;
}

/* 求人個別投稿ページ */
@media only screen and (max-width: 767px) {
  .single-cpt_job .job-header {
    font-size: 0.9rem;
    padding-left: 0.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .single-cpt_job h1 {
    font-size: 1rem;
  }
}

.single-cpt_job .title--pre {
  margin: 0.5rem;
}

.single-cpt_job h2 {
  border: none;
  border-left: solid 7px;
  border-color: #ddd;
  font-weight: 700;
  border-radius: initial;
  margin: 0 0.5rem;
}
@media screen and (max-width: 64em) {
  .single-cpt_job h2 {
    font-size: 1.1rem;
  }
}

.single-cpt_job h3 {
  margin-top: 1.5rem;
  border-bottom: solid 3px;
  border-color: #ddd;
  font-size: 1.2rem;
}
@media screen and (max-width: 64em) {
  .single-cpt_job h3 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.job-texterea {
  white-space: pre-wrap;
}

.company-details-container {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .company-details-container {
    display: block;
  }
}

.image-container {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .image-container {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.image-container img {
  max-width: 100%;
  height: auto;
}

.table-container {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .table-container {
    width: 100%;
    display: block;
  }
}

.job-th {
  white-space: normal;
  width: 100px;
  min-width: 100px;
  background: #efe7eb;
  font-size: 1.05rem;
}
@media only screen and (max-width: 767px) {
  .job-th {
    width: 85px;
    min-width: 85px;
    font-size: 0.8rem;
  }
}

.job-td {
  font-size: 1.05rem;
  white-space: pre-wrap !important;
}
@media only screen and (max-width: 767px) {
  .job-td {
    font-size: 0.8rem;
  }
}

.rating-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.rating-item {
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  line-height: 1.5rem;
}

.rating-symbol-0 {
  display: inline-block;
  font-size: 24px;
  margin: 0 1px;
  color: lightgray;
}

.rating-text {
  font-size: 11px;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  writing-mode: horizontal-tb;
}

.rating-text-left {
  line-height: 1.1;
  grid-row: 2/3;
  grid-column: 1/2;
  text-align: right;
  font-size: 12px;
  margin: 0 5px;
  writing-mode: horizontal-tb;
}

.rating-text-right {
  line-height: 1.1;
  grid-row: 2/3;
  grid-column: 3/4;
  text-align: left;
  font-size: 12px;
  margin: 0 5px;
  writing-mode: horizontal-tb;
}

.rating-symbol-box {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: 0;
  text-align: center;
}

.rating-symbol {
  display: inline-block;
  font-size: 24px;
  margin: 0 2px;
  color: lightgray;
}

.symbol-active {
  color: #d0a900;
}

.job-info {
  display: flex;
}

.job-recommend_point {
  margin: 0 10px;
  text-align: center;
}

.j-recommend_point {
  display: inline-block;
  margin: 0.1rem;
  text-align: center;
  font-size: 0.7rem;
  min-width: 110px;
  padding: 5px;
  border-radius: 10px;
  background-color: #990E2A;
  color: #fff;
}

/* 続きを読む 
.info_box *, .info_box *:before, .info_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info_box {
  position: relative;
}
.info_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px; // グラデーションの高さ 
  cursor: pointer;
  text-align: center;
  // 以下グラデーションは背景を自身のサイトに合わせて設定してください 
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.info_box input:checked + label {
  background: inherit; // 開いた時にグラデーションを消す 
}
.info_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: ' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #ef9a9a;
  font-size: .9rem;
}
.info_box input {
  display: none;
}
.info_box .info_container {
  overflow: hidden;
  height: 250px; // 開く前に見えている部分の高さ 
  transition: all 0.5s;
}
.info_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 
}
.info_box input:checked + label:after {
  font-family: FontAwesome;
  content: ' 閉じる';
}
.info_box input:checked ~ .info_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 
  transition: all 0.5s;
} */
.info_box {
  position: relative;
  overflow: hidden;
}

.info_box_more {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  text-align: center;
  line-height: 2em;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
  cursor: pointer;
}

.is-open .info_box_more {
  background: transparent;
  position: relative;
  height: 50px;
}

.info_box_more::before {
  content: "続きをよむ";
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 2.5rem;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #d0a900;
  font-size: 0.9rem;
}

.is-active .info_box_more::before {
  content: "閉じる";
}

/* エントリーフォーム */
.r_entryform {
  margin: 1rem auto;
  width: 100%;
  font-size: 80%;
}

.r_entry_item {
  padding: 0.25rem;
  display: table;
}

.r_entry_item p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.r_entry_input {
  margin: auto;
  padding-right: 0;
  padding-left: 1px;
}

.r_entry_input_area {
  padding: 0 16px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}

.r_entry input[type=text]::-moz-placeholder {
  font-size: 0.75rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.4);
}

.r_entry input[type=text]::placeholder {
  font-size: 0.75rem;
  font-family: "ヒラギノUD丸ゴ W3 JIS2004", sans-serif;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.4);
}

.r_entry_birth, .r_entry_occupation {
  margin-top: 0;
  padding-left: 5px;
  padding-right: 10px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  height: 50px;
}

.r_entry_gender {
  margin: 0 auto;
  height: 50px;
  vertical-align: middle;
  -webkit-appearance: radio;
}

.r_entry_input .radio {
  display: block;
  float: left;
  margin: 1px;
  width: 33%;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
}

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