@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# html5doctor
# General purpose
# HTML5 definition
# BASE
# Typography
	## H1 H2 H3 H4 h5
# Elrements
	## Layout
	## Header
	## Sidebar
	## Footer
	## Title logo tagline
	## Date and time
	## List
	## Search
	## Table
# Anime
# Forms
# Navigation
	## Links
	## Menus
	## Pager
# Clearings
# Widgets
	## Widget dropdown
	## Widget search form
	## Widget tag cloud
# Content
	## Posts and pages
	## 404
	## Category
	## Related articl
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Other
	## fp_breadcrumb
	## Related article
	## Comment
	## SNS
# Media query
--------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

ins, mark {
  background-color: rgb(255, 255, 153);
  color: rgb(0, 0, 0);
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

.table-oh {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table {
  margin: 20px auto;
}
.conpany-table th {
  background: rgb(112, 112, 112);
  border: solid 1px rgb(204, 204, 204);
  color: rgb(255, 255, 255);
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
}
.conpany-table td {
  border: solid 1px rgb(204, 204, 204);
  padding: 10px;
  font-size: 14px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(204, 204, 204);
  margin: 1rem 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * General purpose
 */
.df {
  display: flex;
}

.frw {
  flex-flow: row wrap;
}

.fdc {
  flex-direction: column;
}

.fww {
  flex-wrap: wrap;
}

.jce {
  justify-content: flex-end;
}

.jcc {
  justify-content: center;
}

.jcs {
  justify-content: space-between;
}

.jca {
  justify-content: space-around;
}

.jcf {
  justify-content: flex-start;
}

.aif {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aib {
  align-items: baseline;
}

.asc {
  align-self: center;
}

.mb-md {
  margin-bottom: 50px;
}

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

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

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

.main-color {
  color: rgb(227, 0, 19);
}

.sub-color {
  color: rgb(0, 103, 191);
}

.c-black {
  color: rgb(26, 26, 26);
}

.c-white {
  color: rgb(255, 255, 255);
}

.vertiacl {
  writing-mode: vertical-rl;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.yuji-syuku {
  /* font-family: "Yuji Syuku", serif;
  font-weight: 400; */
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.biz-UDGothic {
  font-family: 'BIZ UDGothic', sans-serif;
  font-weight: 700;
}


.d-none {
  display: none;
}

/**
 * HTML5 definition
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

/**
 # Base
 */
* {
  margin: 0px;
  padding: 0px;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: rgb(27, 27, 27);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-size: 62.5%;
}

/**
 * Typography
 */
p {
  font-size: 16px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

abbr[title] {
  border-bottom: 1px dotted rgb(98, 98, 98);
}

b,
strong,
.strong {
  font-weight: bold;
}

dfn,
em,
em {
  font-style: italic;
  border-bottom: 1px dotted rgb(98, 98, 98);
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  white-space: pre-wrap;
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  padding: 0.05rem 0.4rem;
  border-radius: 3px;
  background: rgb(246, 246, 246);
  color: rgb(68, 68, 68);
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before,
q:after {
  content: "";
  content: none;
}

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

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

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

/* ---------- H1 H2 H3 H4 h5 ---------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 10px 0;
}

h2,
.h2 {
  font-size: 2.4em;
  line-height: 1.4;
  font-weight: bold;
  margin: 10px 0;
}

h3,
.h3 {
  font-size: 2.2em;
  font-weight: bold;
  margin: 10px 0;
}

h4,
.h4 {
  font-size: 20px;
  margin: 10px 0;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
}

.headline-h2 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
}
.headline-h2 img {
  padding-right: 0.3em;
}

.fz12 {
  font-size: 12px;
}

.postion-bottom {
  position: absolute;
  bottom: 1em;
}

.fz12em {
  font-size: 1.2em;
  font-weight: bold;
}

.fz10em {
  font-size: 0.8em;
}

.fzmid {
  font-size: 1.1em;
}

.fwb {
  font-weight: bold;
}



/**
* Elrements
*/
/* ----------	Layout ---------- */
.row {
  width: 1200px;
  margin: 0 auto;
}

.full-row {
  width: 100%;
}

.mb-wrap {
  margin-bottom: 50px;
}

.mb-head {
  margin-bottom: 20px;
}

.bg-color {
  background-color: rgb(227, 0, 19);
  color: rgb(255, 255, 255);
}

.has-sidebar-left #secondary {
  padding-right: 40px;
}

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

.one-column {
  width: 100%;
  margin: 0 auto 20px;
}

.two-column {
  width: 100%;
  margin: 0 auto 50px;
}

.two-column .column-in:nth-of-type(1) {
  width: 450px;
}

.two-column .column-in:nth-of-type(2) {
  width: 700px;
}

.three-column {
  width: calc(100% - 10px);
  margin: 0 auto;
  height: 550px;
  margin-bottom: 50px;
}

.three-column .column-in:nth-of-type(1) {
  width: 25%;
}

.three-column .column-in:nth-of-type(2) {
  width: 44%;
  margin: 0 3%;
}

.three-column .column-in:nth-of-type(3) {
  width: 25%;
}

.site-main {
  /* padding: 1%; */
}

.row .page-header {
  margin-top: 0;
  padding-top: 15px;
}

.has-sidebar-left #secondary {
  padding-right: 40px;
}

.no-sidebar {
  margin: 0 auto;
}

.full-width {
  width: 100%;
}


.info-wrap {
  background: rgb(255, 255, 255);
  padding: 3em;
}

.info-wrap .calender-icon {

}

.info-wrap a {

}

.info-wrap h4 {
  line-height: 1;
}

.info-wrap .more-link {
  display: flex;
  justify-content: center;
}

.info-wrap .more-link div {
  padding: 12px;
  font-size: 2em;
  line-height: 1;
  background: rgb(226, 0, 18);
  color: rgb(255, 255, 255);
  border-radius: 5px;
}

.info-wrap .info-date span {
  font-size: 1.6em;
  padding-left: 0.5em;
}

.info-wrap .info-excerpt {
  margin-bottom: 2em;
}

.recruit-wrap {
  background-color: rgb(22, 180, 254);
  color: rgb(255, 255, 255);
  border: 3px solid rgb(22, 180, 254);
}

.home .recruit-wrap {
  border: 2px solid rgb(116, 116, 116);
  padding: 10px 0;
}

.recruit-wrap h2 {
  display: flex;
  align-items: center;
}
.recruit-wrap img {
  padding-right: 0.2em;
}

.recruit-box {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
  padding: 3em;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: .5em;
}

.recuit-head {

}

.red-bg {
  background: #e30013;
  padding: 0.2em;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
  margin-right: 8px;
}

.black-bg {
  background: #535353;
  padding: 0.2em;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
  margin-right: 8px;
}

.recuit-icon {
  padding: 4px 0.45em;
}

.recuit-list {
  display: flex;
  align-items: flex-start;
}
.recruit-box p {
  font-size: 2.4em;
  display: flex;
  align-items: flex-start;
}

p.recruit-name {
  font-weight: bold;
  font-size: 4em;
}

.recruit-line {
  line-height: 1;
}

.recruit-address {
  font-size: 3em;
  line-height: 1;
}

.recruit .recuit-list {
  display: unset
}

.recruit .recruit-box p {
  margin-bottom: .3em;
  font-size: 16px;
}

.recruit .black-bg {
  padding: .5em;
  font-size: 14px;
}

.recruit-pum {
  border-bottom: 1px solid #4e4e4e;
  margin-bottom: 1em;
}

.recruit .row.recruit-row {
  width: 800px;
}

.recruit .headline-h2 {
  width: 800px;
  margin: 0 auto 10px;
}

.recruit .few {
  font-size: 16px;
}

.c-blue {
  color: rgb(22, 180, 254);
}

p.recruit-address {
  font-size: 2.5em;
  display: flex;
  flex-wrap: wrap;
}

.recruit-address img {
  width: 1.2em;
}



.qr_wrap .qr_box {
  display: flex;
  justify-content: space-between;
}
.qr_wrap .qr_box a {
  flex: 0 0 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.qr_wrap h2 {
  margin-bottom: 30px;
}

/* ---------- Content ---------- */
.post-content a {
  font-size: 1.2rem;
}

.content-wrap {
  width: 768px;
}

.top-lunch-box {
  /* background-color: rgb(255, 255, 255); */
}

.lunch-pickup {
  border-radius: 5px;
  border: 1px solid rgb(227, 0, 19);
  color: rgb(227, 0, 19);
  display: inline-block;
  line-height: 1;
  padding: 4px;
}

.lunch-subsparent {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  margin-bottom: 1em;
  justify-content: space-between;
}

.top-lunch-parent  .lunch-subsparent:last-child {
  margin-bottom: 0;
}

.lunch-subsparent .lunch-box .lunch-text h4 {
  margin: 0;
  padding-bottom: 0.4em;
  line-height: 1;
  text-shadow: -0.01rem 0.01rem rgb(26, 26, 26);
  line-height: 1.3;
}
.lunch-subsparent .lunch-5row .lunch-text {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.lunch-subsparent .lunch-5row .lunch-text h4 {
  padding-bottom: 0.4em;
  margin-top: 0.5em;
  font-size: 2.2em;
  line-height: 1.2;
}
.lunch-subsparent .lunch-5row .lunch-text .frw {
  gap: 0em 1em;
}
.lunch-subsparent .lunch-5row .lunch-text .lunch-pickup {
  margin-left: 0;
  color: rgb(227, 0, 19);
  font-size: 1em;
}
.lunch-cat {
  border: 10px solid;
  border-image-source: url("../assets/images/lunch-name.svg");
  border-image-slice: 50%;
  border-image-repeat: repeat;
  border-image-width: 100%;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 400;
  min-width: 3em;
  text-align: center;
}

.lunch-wrap {
  display: block;
  padding: 5em 0;
  position: relative; 
}

.bg-lunch-wrap {
  background-image: url("../assets/images/bg-min.jpg");
  background-repeat: repeat;
  display: block;
  background-size: contain;
  padding-top: 5em;
}

.lunch-price p {
  line-height: 1.6;
}

/* ---------- Header ---------- */
.main-visual {
  object-fit: cover;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.header-bg {
  position: relative;
  width: 100%;
  padding: 0;
  min-height: 0;
  z-index: 10;
  margin-bottom: 50px;
}

.header {
  background-color: rgb(75, 153, 181);
}

#inner-header {
  position: relative;
}

/* ---------- Sidebar ---------- */
.widget-wrap {
  width: 384px;
}

.widget-area {
  background-color: rgb(255, 255, 255);
}

.widget-area .inner {
  padding-top: 6%;
}

.recent-posts-wrapper .post {
  margin-bottom: 20px;
  width: 100%;
}

.recent-posts-wrapper .post .post-image {
  width: 40%;
  max-width: 100%;
  height: 80px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.recent-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}

.recent-posts-wrapper .post .post-content {
  margin-left: 42%;
}

#secondary .widget {
  margin-bottom: 1rem;
  overflow: hidden;
}

#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3%;
  margin-top: 0;
  color: rgb(255, 255, 255);
}

#secondary .widget-title {
  position: relative;
  padding-bottom: 2%;
  margin-bottom: 2%;
}

#secondary .widget-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgb(226, 226, 226);
}

.whatsnew {
  /* position: relative; */
}

.whatsnew h1 {
  position: relative;
  padding-left: 0.5em;
}

.whatsnew h1::before {
  content: "";
  position: absolute;
  border-left: 5px solid #da0011;
  left: 0;
  width: 10px;
  height: 1.5em;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  background: rgb(227, 0, 19);
  padding: 0 0 3em 0;
}

#footer-area {
  background-color: rgb(50, 57, 68);
  color: rgb(255, 255, 255);
}

.copyright {
  text-align: center;
}

.row .copyright > span {
  display: inline-block;
  margin-top: 0.5rem;
}

.scroll-to-top {
  background: rgb(54, 54, 54);
  background: rgba(179, 179, 179, 0.4);
  color: rgb(255, 255, 255);
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  width: 35px;
  border-radius: 50%;
  transition: background-color 0.6s linear;
}

.cat-item a:before {
  /* font-family: "Material Icons";
  content: "\e2c7";
  vertical-align: middle;
  font-size: 16px;
  margin-right: 0.2em; */
}

.copy {
  font-size: 1.4em;
  padding-top: 5em;
}

.footer-widget-wrap {
  margin: 0 auto;
  width: calc(100% - 10px);
}

.footer-widget {
  width: 100%;
  padding-left: 7em;
}

.footer-widget:last-child {
  padding-right: 7em;
}

/*---------- Title logo tagline ----------*/
#logo {
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
}

#logo h1 {
  margin: 0;
  font-size: 0;
}

#logo span a img {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#logo .site-name a img {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#logo .h1 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

#logo a {
  color: rgb(0, 0, 0);
  width: 100%;
}

#logo a:hover {
  color: rgb(70, 130, 180);
}

#logo.footer-logo {
  margin: 0 auto 40px;
}

#logo .footer-logo-box {
  display: flex;
  flex-direction: column;
}

#logo .footer-logo-box .custom-logo {
  width: 150px;
}

#logo .footer-logo-box a {
  margin-bottom: 1em;
}

#logo .footer-logo-box .address-img {
  width: 270px;
}

.tagline {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

/* ---------- Search ---------- */
.site-navigation-inner .nav-search input:focus,
.header-search-icon:focus {
  outline: none;
}

.nav-search {
  position: relative;
  padding-top: 6px;
  padding-bottom: 10px;
  width: 80%;
}

.nav-search input {
  border: 0;
}

.nav-search input {
  border: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
  color: rgb(102, 102, 102);
  border: 1px solid rgb(153, 153, 153);
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  padding: 2% 5%;
  font-size: 1.4em;
}

.nav-search button {
  position: absolute;
  font-size: 2rem;
  right: 10px;
  top: 3px;
  border: 0;
  background: none;
}

article.post .post-categories a,
.post-inner-content .cat-item a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: rgb(226, 226, 226);
  color: rgb(134, 134, 134);
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.3rem 0.5rem;
  min-width: 8rem;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  display: inline-block;
}

.entry-summary p {
  width: 62%;
}

.search-images {
  margin-bottom: 2%;
}

/* Date and time */
.entry-date {
  font-size: 0.8rem;
  font-weight: normal;
}

.entry-date svg {
  margin-right: 0.5em;
}

.updated svg {
  margin-right: 0.5em;
}

.updated {
  font-size: 0.8rem;
  font-weight: normal;
}

/* ---------- List ----------- */

ul {
  list-style-type: none;
}

ol {
  list-style: decimal;
}

.entry-content ul,
.entry-content ol {
  padding: 1em 0;
}

.entry-content ul li {
  position: relative;
  padding-left: 0;
  margin: 0.2% 0;
  font-size: 16px;
}

.entry-content li > ul,
.entry-contentli > ol {
  margin-left: 1.5em;
}

.entry-content ol {
  counter-reset: number;
}

.entry-content ol:last-child {
  padding-bottom: 0;
}

.entry-content ol li {
  list-style: none;
  position: relative;
  padding-left: 1.8rem;
  padding-bottom: 1em;
  font-size: 16px;
}

.entry-content ol li:last-child {
  padding-bottom: 0;
}

.entry-content ol li::before {
  counter-increment: number;
  content: counter(number);
  background: rgb(92, 107, 128);
  color: rgb(255, 255, 255);
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.7rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}

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

.entry-content dt,
.entry-content dd {
  font-size: 16px;
}

/* ---------- Table ---------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td {
  padding: 5px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: rgb(153, 153, 153);
  border-left-color: rgb(153, 153, 153);
  font-size: 13px;
  line-height: 18px;
}

table th {
  padding: 5px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: rgb(153, 153, 153);
  border-left-color: rgb(153, 153, 153);
  font-size: 13px;
}

.post table {
  border-top: 1px rgb(153, 153, 153) solid;
  border-right: 1px rgb(153, 153, 153) solid;
  margin-bottom: 20px;
  width: 100%;
}

.post table tr td {
  font-size: 16px;
}

.post table tr:nth-child(even) {
  background-color: rgba(220, 220, 220, 0.2);
}

.post .notab table tr:nth-child(even) {
  background-color: transparent;
}

#main .post table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: rgb(153, 153, 153);
  border-right-color: rgb(153, 153, 153);
  color: rgb(51, 51, 51);
}

#main .notab table {
  border: none;
  width: initial;
  max-width: initial;
}

#main .notab table th {
  border: none;
}

/**
 # Anime
 */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
}

#page-top:hover {
  opacity: 0.8;
  transition: all 0.6s;
}

#page-top p {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: all 0.6s;
  border-radius: 50%;
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  position: relative;
  width: 3em;
}
#page-top p img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#page-top p .gotop01 {
  z-index: 1;
}
#page-top p .gotop02 {
  right: 50%;
  transform: translateX(50%);
  top: -10em;
  transition: 0.6s;
}
#page-top p .gotop03 {
  z-index: -1;
}
#page-top a {
  color: rgb(51, 51, 51);
}

#move-page-top {
  display: block;
  cursor: pointer;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  z-index: 10000;
}
#loading .brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.loading-bar {
  width: 100px;
  height: 2px;
  background-color: rgb(214, 206, 194);
  border-radius: 10px;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  margin: 1em auto 0;
}
div.loading-bar::after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  background-color: rgb(227, 0, 19);
  transform: translateX(-20px);
  animation: loop 2s ease infinite;
}
@keyframes loop {
  0%,100% {
    transform: translateX(-28px);
  }
  50% {
    transform: translateX(78px)
  }
}
/* The MIT License (MIT)

Copyright (c) 2022 by LEGR4N7 (https://codepen.io/legr4n7/pen/BaJJoxb)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. */



/* ---------- Slider ---------- */
.top-silder img {
  width: 100%;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
}

.prev-arrow {
  left: 12px;
  z-index: 9999;
  color: rgb(255, 255, 255);
  font-size: 50px;
}

.next-arrow {
  right: 12px;
  z-index: 9999;
  color: rgb(255, 255, 255);
  font-size: 50px;
}

/**
 * Forms
 */
fieldset {
  border: 1px solid rgb(192, 192, 192);
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.contact-box p {
  width: 100%;
  display: flex;
  align-items: baseline;
}

.contact-box label {
  color: rgb(0, 0, 0);
  width: 100%;
}

.contact-box .Required {
  color: rgb(0, 0, 0);
}

.contact-box .required-check {
  color: rgb(230, 0, 19);
  font-size: 0.6em;
  margin-left: 0.6em;
  border: 1px solid rgb(230, 0, 19);
  border-radius: 5px;
  padding: 1px 7px;
}

.contact-box .box2 {
  width: 100%;
}

.submit-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  bottom: 5em;
}

.submit-wrap .wpcf7-submit {
  width: 300px;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0;
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(51, 51, 51);
  border-radius: 100%;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: rgb(127, 191, 255);
  box-shadow: inset 0 0 0 3px rgb(255, 255, 255);
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
}

span.wpcf7-list-item {
  position: relative;
  flex-basis: 49%;
  width: 100%;
  width: 172px;
  margin-bottom: 1em;
}

span.wpcf7-list-item::selection {
  background-color: rgb(245, 245, 220);
}

.wpcf7-list-item-label {
  color: rgb(51, 51, 51);
  cursor: pointer;
  font-size: 13px;
  color: rgb(255, 255, 255);
  background-color: rgb(181, 181, 181);
  padding: 1em;
  border-radius: 0.3em;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label:before {
  content: "";
  background: rgb(255, 255, 255);
  border-radius: 100%;
  border: 1px solid rgb(136, 136, 136);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0 0 0 4px rgb(181, 181, 181);
}

.contact input:checked + .wpcf7-list-item-label {
  background-color: rgb(102, 102, 102);
  transition: all 0.6s;
}

.wpcf7-list-item-labe:hover {
  background-color: rgb(102, 102, 102);
}

.wpcf7-form-control.wpcf7-radio {
  flex-wrap: wrap;
  display: flex;
  /* gap: 2em; */
  width: 100%;
  justify-content: space-between;
}

/**
* Navigation 
*/
/* ---------- Links ---------- */
a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 0.6s;
  background: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
  color: rgb(19, 101, 156);
  transition: all 1s ease;
}

a:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}

/* ---------- Menus ---------- */
.menu li {
  position: relative;
}

.menu a {
  color: rgb(51, 51, 51);
  font-size: 12px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu a::after {
  position: absolute;
  bottom: 0;
  left: 10%;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(255, 255, 255);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.6s;
  width: 80%;
}

.main-menu li,
.footer-menu li {
  letter-spacing: 1px;
  padding: 15px 0;
}

.main-menu li:first-child,
.footer-menu li:first-child {
  padding-left: 0;
}

.main-menu li:last-child,
.footer-menu li:first-child {
  padding-right: 0;
}

.footer-menu li {
  width: 100%;
}

.main-menu a,
.footer-menu a {
  font-size: 1.2em;
  width: 100%;
}

#menu-global-menu {
  width: 400px;
  margin: 0 auto;
}

.tel-wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: end;
}



.tel-box {
  gap: 1em;
}

.head-address {
  font-size: 15px;
}

.time-lost {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  color: rgb(255, 0, 0);
  padding: 0.1em 0.6em;
  margin-left: 0.5em;
  font-size: 0.9em;
}

.main-menu .sub-menu a {
  background: rgb(221, 221, 221);
}

.footer-menu .sub-menu a {
  background: rgb(221, 221, 221);
}

.main-menu a span {
  font-size: 1em;
  width: 78px;
}

.menu-icon_a {
  height: 60px;
}

.footer-menu-class .menu-icon_a {
  height:50px;
}

.main-menu .menu-item-has-children,
.footer-menu .menu-item-has-children {
  position: relative;
}

.main-menu .menu-item-has-children::after,
.footer-menu .menu-item-has-children::after {
  font-family: "Material Icons";
  content: "\e5c5";
  position: absolute;
  right: 0;
  top: calc(50% - 18px);
  font-size: 22px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-menu .menu-item-has-children:hover .sub-menu,
.footer-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  position: absolute;
  top: 100%;
  width: 100%;
  visibility: visible;
}

.main-menu li a:hover::after,
.main-menu li:not(.sub-menu).current_page_item a::after,
.footer-menu li a:hover::after,
.footer-menu li:not(.sub-menu).current_page_item a::after {
  transform: scale(1, 1);
}

.main-menu .sub-menu,
.footer-menu .sub-menu {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
  overflow: hidden;
  visibility: hidden;
}

.main-menu .sub-menu .menu-item,
.footer-menu .sub-menu .menu-item {
  padding-left: 16px;
}

.main-menu .sub-menu .menu-item,
.footer-menu .sub-menu .menu-item {
  margin: 0;
  width: 100%;
  padding-right: 0;
}

.menu-sub-text {
  font-size: 1em;
}

.footer-menu-wrap {
  padding-bottom: 2em;
}

.footer-menu ul:not(.sub-menu) > li > a {
  background: rgb(227, 0, 19);
}

.footer-menu .sub-menu li {
  padding: 0;
}

.footer-menu .sub-menu a {
  font-size: 15px;
}

.footer-menu a {
  background-color: rgb(230, 230, 230);
}

.footer-menu li a:hover::after,
.main-menu li:not(.sub-menu).current_page_item a::after {
  transform: scale(1, 1);
}

.footer-tag-wrap {
  text-align: center;
}

.footer-tag-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-tag-tel {
  width: 20em;
}

.footer-tag-address {
  margin-top: 2em;
  margin-bottom: 3em;
  color: rgb(255, 255, 255);
}

.pc-menu-warp {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(255, 255, 255);
  position: relative;
}

.menu-a {
  /* position: absolute;
  bottom: -3px; */
}

.post-navigation a,
.paging-navigation a {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-navigation a:hover,
.paging-navigation a:hover {
  text-decoration: none;
}

.paging-navigation {
  margin-top: 1.6rem;
  margin-bottom: 1.6em;
  text-transform: uppercase;
}

.navbar.navbar-default {
  background-color: rgb(255, 255, 255);
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  font-weight: 400;
  min-height: auto;
  padding: 0;
  box-shadow: 0 0 2px rgb(227, 227, 227);
}

.navbar-default .navbar-nav > li > a {
  color: rgb(28, 32, 42);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 20px 0;
  margin-right: 25px;
  line-height: 2.6;
  letter-spacing: 1px;
}

.site-name {
  display: inline-block;
  margin: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: rgb(70, 130, 180);
  background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: white;
  background-color: rgb(70, 130, 180);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: rgb(70, 130, 180);
}

.navbar-collapse {
  padding: 0;
}

.nav-search {
  padding: 18px 0;
}

.nav-search input {
  border: 0;
}

.dropdown-menu {
  box-shadow: none;
  border: 1px solid rgb(238, 238, 238) !important;
  font-size: 13px;
}

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: rgb(70, 130, 180);
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: rgb(255, 255, 255);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: rgb(218, 218, 218);
}

@media (min-width: 979px) {
  ul.nav li.menu-item-has-children:hover > ul.dropdown-menu {
    display: block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
  padding: 10px 15px;
  color: rgb(99, 100, 103);
  border-bottom: 1px solid rgb(238, 238, 238);
}

.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
}

.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle {
  margin-top: 10px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.nav.navbar-nav {
  /* float: left; */
}

ul.nav ul ul {
  margin: -2px 0 0 14px;
  border-radius: 0 4px 4px 4px;
  padding: 0;
}

/* ---------- Pager ---------- */
.navigation,
.page-links {
  text-align: center;
}

.navigation h2,
.page-links h2 {
  display: none;
}

.navigation h1,
.page-links h2 {
  display: none;
}

.nav-links a,
.nav-links span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 2rem;
  font-size: 16px;
  font-weight: normal;
  padding: 0.2rem 0.5rem;
  min-width: 1rem;
  color: rgb(70, 130, 180);
  border: 1px solid rgb(234, 237, 242);
  display: inline-block;
}

.paging-navigation i, .paging-navigation a {
  font-style: normal;
}

.paging-navigation i:hover, .paging-navigation a:hover {
  opacity: 0.8;
}

.nav-links span {
  cursor: default;
  color: rgb(92, 107, 128);
}

.page-links span {
  background: rgb(234, 234, 234);
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border: 1px solid rgb(206, 206, 206);
  border-radius: 3px;
  font-size: 1.3rem;
}

/**
* Clearings
*/
.cf {
  zoom: 1;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

/**
 * Widgets
 */
.widget-area a {
  /* font-size: 16px; */
}

.widget {
  margin-bottom: 1.5rem;
  width: 100%;
  margin: 0 auto;
}

.widget a {
  text-decoration: none;
  color: rgb(102, 102, 102);
  font-size: 16px;
}

.widget .post-image a {
  text-decoration: none;
  color: rgb(102, 102, 102);
  display: block;
  padding: 1% 1% 1% 1%;
}

.widget a:hover {
  color: rgb(70, 130, 180);
}

.widget-title {
  background: rgb(132, 132, 132);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 1%;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

aside .widget-title {
  background: rgb(132, 132, 132);
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 1%;
  margin-bottom: 0.75rem;
  margin-top: 1%;
}

.inner .widget .widget-title span {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  padding: 3% 0 1% 3%;
  font-size: 1.2rem;
}

.widget-title ul li a {
  font-size: 16px;
}

.widget_archive ul li a {
  font-size: 16px;
}

.widget_categories {
  font-size: 16px;
}

#secondary .widget .post-content a {
  font-size: 16px;
}

.widget .post-content span {
  font-size: 16px;
}

.widget .post-content > span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  padding: 0;
  font-size: 0.9rem;
  opacity: 0.8;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.cats-widget ul li a {
  font-size: 1.2rem;
}

.footer-widget-title {
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  padding: 3px;
  margin-bottom: 0.75rem;
  margin-top: 0;
  text-align: left;
}

.widget .footer-widget-title span {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  padding: 3% 0 1.5% 3%;
  font-size: 1.2rem;
}

footer .widget a {
  color: rgb(247, 247, 247);
}

footer .widget a:hover {
  text-decoration: none;
}

footer #wp-calendar > tbody > tr:nth-of-type(odd) {
  background-color: rgb(99, 99, 99);
}

/* ---------- Widget dropdown ----------- */
.widget select {
  margin-top: 1rem;
  width: 100%;
  max-width: 100%;
}

/* ドロップダウンにした時のlabelを非表示 */
.widget.widget_categories label,
.widget.widget_archive label {
  display: none;
}

/* リスト 下の階層 */
.widget.widget_nav_menu li ul,
.widget.widget_pages li ul,
.widget.widget_categories li ul {
  padding: 0;
  margin: 0;
}

.widget.widget_nav_menu li ul a,
.widget.widget_pages li ul a,
.widget.widget_categories li ul a {
  padding-left: 0.8rem;
}

.widget.widget_nav_menu li ul ul a,
.widget.widget_pages li ul ul a,
.widget.widget_categories li ul ul a {
  padding-left: 1.6rem;
}

.widget.widget_nav_menu li ul li:last-child,
.widget.widget_pages li ul li:last-child,
.widget.widget_categories li ul li:last-child {
  border: none;
}

.widget.widget_nav_menu li ul li a,
.widget.widget_pages li ul li a {
  padding-left: 0.5rem;
}

.widget.widget_nav_menu li ul li a:before,
.widget.widget_pages li ul li a:before {
  content: "− ";
}

/* ----------  Widget search form ----------  */
.input-group-btn:last-child > .btn {
  font-size: 12px;
  opacity: 1;
  padding: 8px 20px;
  line-height: 16px;
}

.btn-default,
.label-default,
.woocommerce #respond input#submit,
.btn.btn-default,
button,
.input-group-btn:last-child > .btn,
input[type=submit] {
  background: rgb(227, 0, 19);
  border-color: transparent;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
  transition: background-color 0.6s linear;
  padding: 0.8rem 1em;
}

.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=url],
.widget input[type=password],
.widget input[type=search],
.widget textarea,
.widget select {
  padding: 0.6em 0.7em;
  width: 84%;
  width: 23.43em;
}

.widget.widget_search .searchform {
  position: relative;
  height: 40px;
}

.widget.widget_search input[type=search] {
  position: absolute;
}

.widget.widget_search button {
  border: 0;
  background: none;
  font-size: 0.9rem;
  padding: 0 1rem;
}

.widget.widget_calendar table {
  width: 100%;
  text-align: center;
}

/* ---------- Widget tag cloud ---------- */
.tagcloud {
  margin: 0;
}

.tagcloud a {
  padding: 0.1rem 0.5rem;
  margin: 0 0.1rem 0.2rem 0;
  display: inline-block;
  font-size: 12px !important;
  background: rgba(51, 51, 51, 0.55);
  color: rgb(255, 255, 255);
}

/**
 * Media
 */
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  transition: all 1s ease;
}

img:hover {
  opacity: 0.8;
  transition: all 1s ease;
}

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

figure {
  margin: 0;
}

.eyecatch {
  width: 36%;
  overflow: hidden;
}

.eyecatch img {
  height: 170px;
  object-fit: cover;
}

.eyecatch a {
  display: block;
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.eyecatch a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.gallery {
  margin-bottom: 2rem !important;
}

.single-featured {
  transition: opacity 0.6s linear;
  display: block;
  margin: auto;
}

.single-featured:hover {
  opacity: 0.8;
}

.single-featured-no-post {
  color: rgb(70, 130, 180);
  background-image: url(assets/images/no-images.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.6s linear;
  display: block;
  margin: auto;
}

.single-featured-no-post:hover {
  opacity: 0.8;
}

.wp-caption {
  border: 1px solid rgb(221, 221, 221);
  margin-bottom: 1.5rem;
  margin-top: 2%;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.posted-on .entry-title p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
}

.posted-on span time {
  margin-right: 1em;
}

.posted-on-span {
  display: flex;
  flex-wrap: wrap;
}

/* ---------- Caption --------- */
.wp-caption-text {
  font-size: 1.4em;
  padding: 5px 0 5px 5px;
}

/**
 * Posts and pages
 */
.entry-content h1 {
  margin: 1em 0;
}

.entry-content h2 {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

.entry-content h3 {
  margin: 1em 0;
}

.entry-content h4 {
  margin: 1em 0;
}

.entry-content h5 {
  margin: 1em 0;
}

.related-post h2 a {
  margin: 0;
  font-size: 0.85rem;
}

blockquote {
  color: #333333;
  margin: 2rem 0;
  font-size: 20px;
  paddingrgb(51, 51, 51)1.7rem 1rem;
  position: relative;
}

.entry-content blockquote:before {
  font-family: "FontAwesome";
  content: "\f10d";
  position: absolute;
  width: 1rem;
  height: 1rem;
  padding-top: 0.25rem;
  border-radius: 50%;
  display: block;
  text-align: center;
  left: 0.1rem;
  top: 0.1rem;
  font-size: 1.2rem;
  color: rgb(153, 153, 153);
}

.entry-content blockquote:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  width: 1rem;
  height: 1rem;
  padding-bottom: 0.25rem;
  border-radius: 50%;
  display: block;
  text-align: center;
  right: 0.1rem;
  bottom: 0.1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: rgb(153, 153, 153);
}

.content-area .entry-content p {
  padding: 15px 0;
}

.single-category {
  margin: 0;
  padding: 0;
}

.entry-title {
  padding-top: 0;
  margin-top: 10px;
}

.related-list .entry-title {
  margin: 0;
}

.related-list .entry-title {
  line-height: 1.2;
}

.entry-title a {
  margin-right: 10px;
  word-wrap: break-word;
  width: 100%;
}

article.post .post-categories {
  position: relative;
  font-size: 12px;
  list-style: none;
}

.post-inner-content .cat-item {
  position: relative;
  font-size: 12px;
  list-style: none;
}

.post-categories li a {
  margin-right: 10px;
}

article.post {
  width: 100%;
  margin-bottom: 1.5em;
}

article.post:first-child .post-inner-content {
  padding-top: 0;
}

.post-inner-content-search {
  padding: 0;
}

.hentry {
  margin: 0;
}

.entry-content .entry-inner .posted-on {
  display: block;
  padding-bottom: 1em;
}

.article-row a:hover {
  background: rgb(246, 246, 246);
}

.article-row article div a:hover {
  background: rgb(246, 246, 246);
}

/* ---------- 404 ---------- */
.page-content p {
  color: rgb(206, 0, 0);
  font-weight: 900;
  line-height: 1.75;
}

/* ---------- Category ---------- */
.single-category li a {
  background: rgb(140, 140, 140);
  color: rgb(255, 255, 255);
  padding: 0.2rem 0.4rem;
  font-size: 0.7rem;
}

/**
 * Other
 */
/* ---------- fp_breadcrumb ---------- */
#fp_breadcrumb {
  list-style: none;
  margin: 0 0 1em 0;
  overflow: hidden;
  /* border-bottom: 1px solid rgb(247, 247, 247); */
  word-break: break-word;
  background-color: rgb(255, 255, 255);
}

#fp_breadcrumb li {
  display: inline-block;
  margin-right: 0.2rem;
  /* float: left; */
}

#fp_breadcrumb li a {
  font-size: 0.7rem;
  color: rgb(202, 202, 202);
  vertical-align: middle;
}

#fp_breadcrumb .item-current span {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(146, 146, 146);
  vertical-align: sub;
}

#fp_breadcrumb .separator {
  font-size: 15px;
  font-weight: 100;
  color: rgb(204, 204, 204);
  vertical-align: middle;
}

/* ----------  Related article ----------  */
.related-images {
  min-height: 180px;
  width: 49%;
  margin: 0;
  position: relative;
}

.related-images dt {
  padding-bottom: 1em;
}

.related-no-image {
  padding-bottom: 1em;
}

.related-no-image {
  height: 180px;
  object-fit: cover;
}

.related-images .single-category .cat-item a {
  text-align: left;
  display: block;
  background: rgb(195, 195, 195);
  color: rgb(68, 68, 68);
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.3rem 0.5rem;
  min-width: 8rem;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  width: 100%;
}

/* ----------  Comment ---------- */
.comment-form .form-submit {
  margin: 0;
  padding-top: 0.5rem;
}

.comment-form #submit {
  height: 35px;
  background: rgb(242, 242, 242);
  border: 0;
  border-radius: 0;
  padding: 0 80px;
  text-transform: uppercase;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  word-break: break-word;
}

.post-navigation .nav-previous,
.paging-navigation .nav-previous {
}

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

/* ---------- SNS ---------- */
.sns {
  margin: 0 auto;
  text-align: center;
}

.sns ul,
.sns ol {
  list-style: none;
  padding-left: 0;
}

.sns li {
  list-style: none;
  width: 20%;
}

.sns .twitter a {
  background: rgb(85, 172, 238);
  box-shadow: 0 3px 0 rgb(0, 146, 202);
}

.sns .facebook a {
  background: rgb(59, 89, 152);
  box-shadow: 0 3px 0 rgb(44, 67, 115);
}

.sns .googleplus a {
  background: rgb(220, 78, 65);
  box-shadow: 0 3px 0 rgb(173, 58, 45);
}

.sns .pocket a {
  background: rgb(240, 62, 81);
  box-shadow: 0 3px 0 rgb(192, 57, 43);
}

.sns .hatebu a {
  background: rgb(0, 165, 222);
  box-shadow: 0 3px 0 rgb(67, 99, 139);
  padding-bottom: 13px;
}

.sns .line a {
  background: rgb(37, 175, 0);
  box-shadow: 0 3px 0 rgb(18, 158, 48);
}

.sns .instagram a {
  background: rgb(185, 156, 2);
  box-shadow: 0 3px 0 rgb(103, 67, 1);
}

.sns .linkedin a {
  background: rgb(185, 156, 2);
  box-shadow: 0 3px 0 rgb(103, 67, 1);
}

.sns .tumblr a {
  background: rgb(35, 86, 132);
  box-shadow: 0 3px 0 rgb(14, 2, 80);
}

.sns .feedly a {
  background: rgb(135, 192, 64);
  box-shadow: 0 3px 0 rgb(116, 164, 54);
}

.sns li a {
  font-size: 80%;
  position: relative;
  display: block;
  padding: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.sns-last {
  margin: 0 auto;
  text-align: center;
}

.sns-last ul {
  list-style: none;
}

.sns-last li {
  /* float: left; */
  list-style: none;
  width: 33.3%;
  padding-bottom: 10px;
}

.sns-last ol,
.sns-last ul {
  padding-left: 0;
  list-style-type: none;
}

.sns-last .twitter-last a {
  background: rgb(85, 172, 238);
  box-shadow: 0 4px 0 rgb(0, 146, 202);
}

.sns-last .facebook-last a {
  background: rgb(59, 89, 152);
  box-shadow: 0 4px 0 rgb(44, 67, 115);
}

.sns-last .googleplus-last a {
  background: rgb(220, 78, 65);
  box-shadow: 0 4px 0 rgb(173, 58, 45);
}

.sns-last .pocket-last a {
  background: rgb(240, 62, 81);
  box-shadow: 0 4px 0 rgb(192, 57, 43);
  padding-bottom: 9px;
}

.sns-last .hatebu-last a {
  background: rgb(0, 165, 222);
  box-shadow: 0 4px 0 rgb(67, 99, 139);
  padding-bottom: 12px;
}

.sns-last .line-last a {
  background: rgb(37, 175, 0);
  box-shadow: 0 4px 0 rgb(18, 158, 48);
}

.sns-last .instagram-last a {
  background: rgb(185, 156, 2);
  box-shadow: 0 4px 0 rgb(103, 67, 1);
}

.sns-last .linkedin-last a {
  background: rgb(185, 156, 2);
  box-shadow: 0 4px 0 rgb(103, 67, 1);
}

.sns-last .tumblr-last a {
  background: rgb(35, 86, 132);
  box-shadow: 0 4px 0 rgb(14, 2, 80);
}

.sns-last .feedly-last a {
  background: rgb(135, 192, 64);
  box-shadow: 0 4px 0 rgb(116, 164, 54);
  padding-bottom: 11px;
}

.sns-last li a {
  font-size: 80%;
  position: relative;
  display: block;
  padding: 10px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

/* ---------- line はてぶアイコン----------*/
@font-face {
  font-family: "icomoon";
  src: url("./font/icomoon/fonts/icomoon.eot?h1k4b9");
  src: url("./font/icomoon/fonts/icomoon.eot?h1k4b9#iefix") format("rembedded-opentype"), url("./font/icomoon/fonts/icomoon.ttf?h1k4b9") format("truetype"), url("./font/icomoon/fonts/icomoon.woff?h1k4b9") format("woff"), url("./font/icomoon/fonts/icomoon.svg?h1k4b9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.9rem;
  /* フォントリーディング */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * タブとして必要な設定
 */
.panels > .panel {
  display: none;
}

.panels > .panel.active {
  display: flex;
}

/*
 * デザイン
 */
.tabs {
  margin-top: 20px;
}

.tab {
  display: inline-block;
  padding: 5px 10px;
}

.tab.active {
  color: rgb(255, 0, 0);
  background: rgb(238, 238, 238);
}

.panels {
  margin-top: -1px;
}

.panels .panel {
  padding: 10px;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}



.tab-wrap p {
  transition: all 0.6s;
  position: relative;
  color: rgb(0, 0, 0);
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 0 24px 0 0;
}

.tab-wrap p::before {
  left: 0.13em;
  width: 1.8em;
  height: 2.2em;
}
.tab-wrap p::after {
  top: 0;
  right: -1.2em;
  width: 1.8em;
  height: 2.1em;
}
.lunch .tab-wrap p::after {
  width: unset;
}
.tab-wrap p::before, .tab-wrap p::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transition: all 0.6s;
}
.tab-wrap span {
  position: relative;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  z-index: 20;
  transition: all 0.6s;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}
.tab-wrap span::before {
  background-image: url("../assets/images/test.svg");
  left: -0.4em;
  top: 0;
  width: calc(100% + 0.5em);
  background-size: contain;
  left: -0.4em;
  top: 0;
  background-size: cover;
  width: calc(100% + 0.5em);
  width: 100%;
  height: 2em;
  height: 2.18em;
}
.tab-wrap span::after {
  background-image: url("../assets/images/test2.svg");
  right: -0.8em;
  top: 0;
  background-size: cover;
  width: 1.4em;
  height: 2.18em;
}
.tab-wrap span::before, .tab-wrap span::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  transition: all 0.6s;
}



.tab-wrap .tabs-tab_isActive span::before {
  background-image: url("../assets/images/test-a.svg");
}
.tab-wrap .tabs-tab_isActive span::after {
  background-image: url("../assets/images/test-b.svg");
}
.tabs {
  display: block;
}

.tabs-tab {
  display: inline-block;
  cursor: pointer;
}

.tabs-tab:hover,
.tabs-tab_isActive {
  box-shadow: inset 0 0 0 rgba(210, 203, 201, 0.7);
  color: rgb(255, 229, 156);
}

.panels {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* gap: 10px; */
}

.panels-panel {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgb(255, 255, 255); */
}

.panels-panel_isActive {
  opacity: 1;
  position: relative;
  transition: opacity 0.6s ease;
}

.panels-panel-content {
  padding: 10px;
}

.panels-panel_isActive .panels-panel-content {
  -webkit-animation: fade 0.4s linear;
}

.intro {
  margin: 0 0 20px;
  color: rgb(255, 255, 255);
  font-size: 3.5em;
  text-transform: uppercase;
  font-family: "Sanchez", serif;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 4px 4px 0px rgb(169, 58, 52);
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lunch-29 {
  opacity: 1;
  position: relative;
}

#tabs-tab_8 {
  position: relative;
}

#tabs-tab_8::before {
  content: "11時～16時限定";
  width: 100%;
  color: #1a1a1a;
  z-index: 30;
  display: block;
  font-size: 12px;
  /* bottom: -0.8em; */
  bottom: -1em;
  text-align: end;
  padding-right: 2em;
  color: rgb(255, 255, 255);
}

.lunch-commnet {
  margin-top: 5px;
}

.job-listing .df {
  /* flex-wrap: wrap; */
  align-items: flex-start;
  border-bottom: 1px solid rgb(83, 83, 83);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* PC */
@media only screen and (min-width: 48.1em) {

  .all-lunch {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }

  .all-lunch a {
    font-size: 16px;
    color: rgb(226, 0, 18);
    margin: 10px 0;
  }

  .site-footer {
    margin-top: 5em;
  }

  .panels {
    /* margin-left: -8px; */
  }
  .head-wrap #logo {
    /* margin-right: auto; */
  }

  .head-wrap {
    justify-content: space-between;
  }

  .tel-wrap {
    margin-left: 1.3em;
  }

  .table-padding span:nth-child(n+2) {
    padding-left: 10px;
  }

  .footer-menu-wrap #menu-global-menu {
    width: 56em;
  }
  .menu .main-menu-class a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact .site-main {
    width: 980px;
    margin: 0 auto;
  }
  .bg-lunch-wrap {
    margin-bottom: 5em;
  }

  .wpcf7-form-control-wrap  {
    width: 750px;
  }

  .contact-box .box1 {
    width: 750px;
  }

  .contact-box2 {
    flex-basis: 750px;
    gap: 0 1em;
    display: flex;
    flex-direction: column;
  }

  .contact-box {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5em;
  }

  .panels-panel {
    /* flex-basis: 20%; */
    min-width: 232px;
    max-width: 232px;
    /* margin-left: 8px; */

    margin-left: 4px;
    margin-right: 4px;

    margin-bottom: 8px;
  }

  .panels-panel:nth-child(5n) {
    /* margin-left: 0; */
  }

  .recruit-wrap h2 {
    /* font-size: 5em; */
    font-size: 3em;
    padding-left: 20px;
  }
  .home .recruit-wrap a {
    color: #fff;
  }
  
  .recruit .recruit-wrap h2 {
    font-size: 2.2em;
  }

  .recruit .recruit-wrap .recuit-head {
    padding-left: 0;
    margin-bottom: 1em;
    flex: 0 0 200px;
    margin-right: 10px;
  }
  .recruit .recruit-wrap h2.recuit-head {
    margin-top: 0;
    font-size: 16px;
    padding-bottom: 10px;

  }
  .recruit .recruit-wrap p.recuit-head {
    margin-bottom: 5px;
  }

  .recuit-top {
    /* margin-top: 10px; */
  }

  .recruit .red-bg {
    width: 100%;
    padding: 5px;
  }

  #page-top p:hover .gotop02 {
    top: -11.6em;
  }

  .lunch-subsparent .lunch-text {
    padding-left: 1em;
    padding-bottom: 1em;
  }

  .home .lunch-subsparent .lunch-text {
    padding-bottom: 1.5em;
    /* background: rgb(255, 255, 255); */
  }
  
  .top-lunch-box h4 {
    padding-top: 0.6em;
    font-size: 2.4em;
  }

  .top-lunch-box {
    width: 290px;
  }

  #logo img {
    width: 100px;
  }

  .site-logo {
    padding: 1em;
    padding-right: 2em;
  }

  br.br-pc {
    display: none;
  }

  .slide-img-pc {
    display: block;
  }

  .slide-img-sp {
    display: none;
  }

  .tagline {
    width: 20em;
    text-align: left;
    font-size: 14px;
  }

  .main-menu li:first-child, .footer-menu li:first-child {
    border-left: 1px solid rgb(255, 255, 255);
  }
  .main-menu li, .footer-menu li {
    border-right: 1px solid white;
    width: 140px;
  }
  /* #ffffffhsl(0, 0%, 100%)hwb(0 100% 0%)rgb(255, 255, 255) */

  .post-inner-content .eyecatch {
    width: 100%;
  }

  .post-inner-content .eyecatch img {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: bottom;
  }

  /* Related article */
  .nav-search {
    padding: 18px 0;
    width: 100%;
  }

  .navbar-header {
  }

  .nav-search button {
    font-size: 1.5rem;
    top: 18px;
    background: none;
  }

  .navbar-collapse.collapse {
    max-width: 80%;
    width: 71%;
  }

  .related-images {
    min-height: 180px;
    width: 180px;
    position: relative;
  }

  header.posted-on time.updated {
    margin: 0;
  }

  .posted-on {
    display: flex;
  }

  .recent-posts-wrapper .post .post-image {
    width: 40%;
    display: block;
    background-color: #f3f3f3;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .posted-on span time {
    font-size: 1.6em;
  }

  .entry-content .crayon-syntax {
    width: 94%;
  }

  .pc-none {
    display: none;
  }

  .recruit-box .pc-none {
    display: none;
  }

  /* Slider */
  .top-silder img {
    max-width: 1920px;
  }

  .silder {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48.1em) and (max-width: 64em) {
  .footer-widget {
    width: 25%;
    padding-left: 2em;
  }

  .footer-widget:last-child {
    padding-left: 2em;
    padding-right: 2em;
  }
}
/* SP */
@media (max-width: 48em) {
  .home .recruit-wrap {
    padding: 0;
  }
  .recruit-wrap a {
    color: rgb(255, 255, 255);
  }

  .recruit-wrap a[href^="tel:"] {
    color: rgb(175, 2, 2);
  }


  .all-lunch {
    display: flex;
    flex-direction: column;
  }

  .all-lunch a {
    font-size: 16px;
    color: rgb(226, 0, 18);
    margin-bottom: 10px;
    text-align: right;
  }
  
  .recruit .row.recruit-row {
    width: 100%;
  }
  .recruit .headline-h2 {
    width: 100%;
  }
  .recruit .recruit-wrap h2.recuit-head {
    padding: 0;
    margin-top: 0;
  }
  .recruit  .red-bg {
    width: 6em;
    line-height: 1.3;
    font-size: 16px
  }
  .recruit-address a {
    font-size: 1.6em;
  }
  
  .job-listing .df {
    align-items: flex-start;
  }

  .span.wpcf7-list-item {
    flex-basis: 48.5%;
  }

  .recruit-address img {
    width: 1.3em;
  }
  .tab-wrap {
    width: 98%;
    margin-left: 1em;
  }

  .last-tb td:last-child {
    border-bottom: solid 1px rgb(204, 204, 204);
    width: 100%;
  }
  .conpany-table {
    width: 100%;
  }
  .conpany-table th,
  .conpany-table td {
    border-bottom: none;
    display: block;
    width: 100%;
    text-align: left;
  }


  .drawer-menu {
    color: rgb(27, 27, 27);
  }

  .drawer-menu > li {
    padding: 2em 0;
  }

  .contact-box2 {
    flex-direction: column;
  }

  .submit-wrap .wpcf7-submit {
    width: 100%;
    border-radius: 5px;
  }

  .wpcf7-form-control.wpcf7-radio {
    /* gap: 1em; */
  }

  .contact-box .box2 {
    width: 100%;
  }

  .contact-box {
    flex-direction: column;
    gap: 4px 0;
    margin-top: 1em;
  }

  .contact-gap {
    flex-direction: column;
  }

  .submit-wrap {
    margin-top: 1em;
  }

  .wpcf7 br {
    display: none;
  }

  .contact-box {
    color:  rgb(26, 26, 26);
  }

  .contact-box label {
    width: 100%;
  }

  .panels-panel {
    width: calc(49% + 0.1em);
    margin-bottom: 6px;
  }

  .panels {
    justify-content: space-between;
  }
  .header-bg {
    margin-bottom: 20px;
  }

  .drawer-menu-title .sp-menu-warp {
    display: block;
    color: rgb(227, 0, 19);
  }
  .drawer-menu-title .sp-menu-warp .menu-icon_a img {
    width: 1.5em;
  }
  .drawer-menu-title .sp-menu-warp .menu-a {
    padding-left: 1em;
  }

  .site-footer .drawer-menu {
    display: flex;
    justify-content: space-around;
  }

  .qr_wrap .qr_box {
    flex-wrap: wrap;
    gap: 10px;
  }
  .qr_wrap .qr_box a {
    flex: 0 0 48%;
  }

  .recruit-box {
    flex-direction: column;
    gap: 0.5em;
    padding: 1em 1em 2em 1em;
  }
  .recruit-box .fz12em {
    font-size: 0.8em;
    width: 6em;
  }
  .recruit-box .fz12em + span {
    font-size: 0.7em;
  }
  .recruit-box .fz12em + span + span {
    font-size: 0.6em;
  }
  .recruit-box p {
    align-items: baseline;
    font-size: 2em;
  }
  .recruit-box .sp-recruittext {
    font-size: 16px;
    padding-left: 9em;
    line-height: 1;
  }
  .recruit-box .recruit-circle img {
    display: none;
  }
  .recruit-box .recruit-circle02 {
    line-height: 1;
  }

  .recruit-wrap h2 {
    font-size: 2em;
    padding-left: 0.4em;
  }
  .recruit-wrap h2 img {
    padding-right: 0.6em;
  }

  .lunch-subsparent {
    margin-bottom: 2em;
  }
  .lunch-subsparent:last-child {
    margin-bottom: 0;
  }

  #page-top p {
    width: 2em;
  }
  #page-top p .gotop02 {
    width: 0.6em;
    top: -6em;
  }
  .headline-h2 {
    font-size: 3em;
  }



  .lunch-subsparent .lunch-box .lunch-text {
    padding-left: 0.5em;
    padding-bottom: 1em;
  }
  .lunch-subsparent .lunch-box .lunch-text h4 {
    margin-top: 0.3em;
    font-size: 1.6em;
  }
  .lunch-subsparent .lunch-box .lunch-text .frw {
    flex-direction: column;
    display: inline-block;
  }
  .lunch-pickup {
    margin-top: 0.5em;
    margin-left: 0;
    font-size: 1.4em;
  }

  .top-lunch-box {
    width: calc(49% + 0.1em);
    margin-bottom: 6px;
  }

  #logo {
    flex-direction: column;
  }
  #logo img {
    width: 100px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .sp-head-wrap {
    flex-direction: column;
  }

  .tel-wrap {
    gap: 0.3em;
    align-items: end;
    margin-bottom: 1.5em;
  }



  .tel-box {
    gap: 5px;
    margin: 0 auto;
    align-items: end;
  }

  .tel-box .tel-box-timeicon {
    width: 1.7em;
    height: 1.7em;
  }

  .tel-box .tel-box-time {
    width: 7em;
  }

  .tel-item {
    border-radius: 6px;
    border: 1px solid rgb(255, 255, 255);
    padding: 0.9em 0;
    width: 85vw;
    align-items: center;
    background: rgb(255, 255, 255);
    justify-content: center;
  }
  .tel-item .tel-item-logo {
    width: 2em;
  }

  .tel-item-a {
    width: 50vw;
  }

  .time-lost {
    font-size: 10px;
  }

  .slide-img-pc {
    display: none;
  }

  .slide-img-sp {
    display: block;
  }

  .posted-on-span {
    flex-direction: column;
  }

  .entry-content .entry-inner .posted-on {
    padding-bottom: 0;
  }

  .blog .eyecatch {
    width: 100%;
    height: auto;
  }

  .blog .entry-content h2 {
    margin-bottom: 0;
  }

  .eyecatch {
    width: 100%;
  }

  .eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 1em;
  }

  #page-top {
    right: 10px;
  }

  br.br-sp {
    display: none;
  }

  .row {
    width: calc(100% - 10px);
  }

  .one-column {
    margin: 0 auto 20px;
  }

  .mb-wrap {
    margin-bottom: 20px;
  }

  .bg-lunch-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .two-column {
    margin: 0 auto 30px;
    flex-direction: column;
  }

  .two-column .column-in:nth-of-type(1) {
    width: 100%;
  }

  .two-column .column-in:nth-of-type(2) {
    width: 100%;
  }

  .three-column {
    margin-bottom: 30px;
  }

  .sp-wrap {
    width: calc(100% - 10px);
    max-width: 0 auto;
  }

  .mb-md {
    margin-bottom: 30px;
  }

  .sp-none {
    display: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(70, 130, 180);
  }

  .navbar-collapse {
    background: rgb(255, 255, 255);
    float: none;
    position: absolute;
    top: 51px;
    left: 0;
    padding: 0 15px;
    width: 100% !important;
    z-index: 999;
  }

  .navbar-nav {
    margin: 0;
  }

  .sns .hatebu a {
    padding-bottom: 10px;
  }

  .sns-last .hatebu-last a {
    padding-bottom: 11px;
  }

  .sns-last .pocket-last a {
    padding-bottom: 11px;
  }

  .dropdown-menu {
    display: block;
    position: relative;
    min-width: 100%;
    border: 0 none !important;
    padding-bottom: 15px !important;
  }

  .dropdown-menu > li:first-child > a {
    padding-top: 0;
  }

  .dropdown-menu > li > a {
    border-bottom: 0 none;
  }

  .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: rgb(70, 130, 180);
  }

  .nav.navbar-nav {
    float: none;
  }

  .navbar > .row .navbar-brand {
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-toggle {
    border: 0;
    border-radius: 0;
    margin: 0;
  }

  .pull-right {
    float: none !important;
  }

  .pull-left {
    float: none !important;
  }

  .flex-caption {
    display: none;
  }

  .content-wrap {
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  .widget-wrap {
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  .footer-widget {
    padding: 0;
    padding-bottom: 2em;
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  .footer-widget-wrap {
    flex-wrap: wrap;
  }

  .footer-menu-class-sp li {
    background: rgb(227, 0, 19);
    border-top: unset;
  }

  .footer-menu-class-sp a {
    display: block;
    font-size: 1.5em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
  }

  .footer-menu-class-sp span {
    white-space: nowrap;
    white-space: nowrap;
  }

  #site-footer .site-name {
    display: flex;
    flex-direction: column;
  }

  #site-footer .site-name .address-img {
    width: 70vw;
    max-width: 500px;
  }

  .copy {
    padding-top: 2em;
  }

  .drawer-nav br {
    display: none;
  }
}

/* Tablet */
@media (max-width: 85.375em) and (min-width: 48.1em) {
  .navbar-header {
    float: right;
  }
  


  .nav-search {
    float: right;
    padding: 18px 0;
    width: 100%;
  }

  input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
    border-radius: 1px;
  }

  .nav-search button {
    font-size: 1.5rem;
    top: 18px;
    background: none;
  }
}

@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .tel-box {
      margin-bottom: 1em;
    }
    .tel-item-logo, .tel-box-timeicon {
      margin-right: 1em;
    }
    .tab-wrap p {
      padding: 0 35px 10px 0;
    }
    #tabs-tab_8::before {
      bottom: -0.1em;
    }
    /* .panels {
      justify-content: space-between;
    }
    .panels-panel {
      margin-bottom: 1em;
    } */
  }
}