@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
#	ベース
# ================================================================= */
@media all and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  /*-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	font-smoothing:antialiased;*/
  letter-spacing: normal;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  color: #000000;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

@media all and (min-width: 768px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 767px) {
  body, table, th, td, h1, h2, h3, h4, h5, h6 {
    font-size: 1.0rem;
  }
}

@media all and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.small {
  line-height: 1.5em;
}

@media all and (min-width: 768px) {
  .small {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .small {
    font-size: 0.75rem;
  }
}

a:not(.wp-block-post-content a),
button:not(.wp-block-post-content button) {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

img[src^='/wp-content/uploads/images/articles/'] {
  -o-object-fit: cover;
  object-fit: cover;
}

ul {
  list-style-type: none;
}

/* ページ内リンクのオフセット設定 */
h1, h2, h3, h4, h5, h6, .section-area {
  /* 固定ヘッダーの高さに合わせる */
}

@media all and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6, .section-area {
    scroll-margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, .section-area {
    scroll-margin-top: 90px;
  }
}

html {
  scroll-behavior: smooth;
}

/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

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

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

a:not([href]) {
  pointer-events: none;
}

a:not([href]):hover {
  opacity: 1.0 !important;
}

a:not([href]).dim {
  opacity: 0.6 !important;
}

.alnC {
  text-align: center !important;
}

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

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

.underline {
  border-bottom: 1px solid #22537d;
}

.list01 {
  list-style-type: none;
  margin: 0px 0px 0px 1.0em;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.0em;
}

.list01 li:before {
  content: "・";
}

.list02 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.list02 li {
  margin: 0px;
  padding: 0px;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.decimal-list {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

.decimal-list > li {
  margin-left: 1.0em;
}

.swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  visibility: visible;
  opacity: 1.0;
}

.swiper .loader {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.swiper.loading .swiper-wrapper .swiper-slide {
  visibility: hidden;
  opacity: 0;
}

.swiper.loading .loader {
  opacity: 1.0;
}

.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader,
.loader:after {
  border-radius: 50%;
}

@media all and (min-width: 768px) {
  .loader,
  .loader:after {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .loader,
  .loader:after {
    width: 60px;
    height: 60px;
  }
}

.grecaptcha-badge {
  top: auto !important;
  z-index: 999999;
}

body:not(.contact) .grecaptcha-badge {
  top: auto !important;
  z-index: 999999;
  display: none !important;
}

.compressor {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
}

.compressor:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.0em;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, white 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 1.0;
}

.compressor.open {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 9999vh !important;
  overflow: visible;
}

.compressor.open:after {
  opacity: 0;
}

.compressor.open + .compressor-open > span.open {
  display: none;
}

.compressor.open + .compressor-open > span.close {
  display: inline-block;
}

.compressor-open {
  margin-top: 1.0em;
  text-align: center;
  cursor: pointer;
}

.compressor-open > span {
  color: #262d52;
}

.compressor-open > span:hover {
  text-decoration: underline;
}

.compressor-open > span.open {
  display: inline-block;
}

.compressor-open > span.close {
  display: none;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.button01 {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  left: 0px;
  top: 0px;
  min-width: 250px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .button01 {
    min-width: 100%;
  }
}

.button01:after {
  display: block;
  content: "";
  background-image: url("../img/ic_arw01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  margin: auto 0px;
  width: 17px;
  height: 17px;
}

.button01:link, .button01:visited {
  color: #000000;
  text-decoration: none;
  opacity: 1.0;
}

.button01:hover, .button01:active {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}

.button02 {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  left: 0px;
  top: 0px;
  min-width: 380px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .button02 {
    min-width: 100%;
    font-size: 14px;
  }
}

.button02:after {
  display: block;
  content: "";
  background-image: url("../img/ic_arw01.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  margin: auto 0px;
  width: 17px;
  height: 17px;
}

.button02:link, .button02:visited {
  color: #000000;
  text-decoration: none;
  opacity: 1.0;
}

.button02:hover, .button02:active {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}

.button02.invert {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.button02.invert:after {
  background-image: url("../img/ic_arw01_fff.svg");
}

/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
html {
  height: 100%;
  scroll-behavior: smooth;
  --omori-pink: #e6007e;
  --omori-pink-soft: #ffe5f2;
  --omori-yellow: #fff100;
  --omori-blue: #00a9d6;
  --omori-orange: #f15a24;
  --omori-green: #22b573;
  --omori-red: #e60033;
  --omori-yellow2: #fff100;
  --omori-gray: #f5f5f5;
  --text-main: #222;
  --text-sub: #555;
  --shop-sanno: #23ac38;
  --shop-german: #0080cc;
  --shop-sannokoji: #e60012;
  --shop-omoriginza: #666666;
  --shop-omorieast: #9b2e8d;
  --shop-omorikotsupark: #ee7700;
  --shop-other: #deab3a;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}

html {
  height: 100%;
  background-color: #f0f0f0;
}

body {
  height: 100%;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  table,
  tbody,
  tr,
  th,
  td,
  div,
  span {
    background-image: url(../img/spacer.gif);
    background-color: transparent;
    max-height: 999999px;
  }
}

a:link, a:visited {
  color: #ff0000;
  text-decoration: underline;
}

a:hover, a:active {
  color: #ff0000;
  text-decoration: underline;
}

.loader {
  display: block;
  font-size: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9000px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.submit-loader {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  visibility: hidden;
  opacity: 0;
}

.submit-loader.show {
  visibility: visible;
  opacity: 1.0;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* simplebar用 */
@media only screen and (max-width: 767px) {
  .simplebar-wrapper {
    padding-bottom: 20px;
  }
  .simplebar-track {
    background: #dddddd;
    border-radius: 20px;
  }
  .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1.0;
  }
  .simplebar-track .simplebar-scrollbar::before {
    background: #262d52;
  }
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  a.hover:link,
  a.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
}

.anchor {
  pointer-events: none;
}

.anchor > * {
  pointer-events: auto;
}

@media all and (min-width: 768px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(70px + 20px) solid transparent !important;
    margin-top: calc(0px - 70px - 20px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .anchor {
    background-clip: padding-box !important;
    border-top: calc(90px + 20px) solid transparent !important;
    margin-top: calc(0px - 90px - 20px) !important;
  }
}

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

.mb4 {
  margin-bottom: 4px !important;
}

@media only screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 4px !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

@media only screen and (max-width: 767px) {
  .mb8 {
    margin-bottom: 8px !important;
  }
}

/* wrapper ------------------------------ */
#wrapper {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #wrapper {
    max-width: 100%;
  }
}

#to-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  display: none;
}

#to-pagetop > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 999px;
  background-color: rgba(222, 213, 193, 0.7);
  color: #000000;
  font-size: 30px;
  line-height: 1.0em;
}

@media only screen and (max-width: 767px) {
  #to-pagetop {
    width: 40px;
    height: 40px;
  }
  #to-pagetop > a {
    font-size: 20px;
  }
}

/* container ------------------------------ */
#container {
  /*.category-badge .cat-restaurant,
.category-badge .cat-izakaya {
  background: var(--omori-red);
}

.category-badge .cat-cafe,
.category-badge .cat-bakery,
.category-badge .cat-sweets {
  background: var(--omori-orange);
}

.category-badge .cat-shot-bar,
.category-badge .cat-karaoke-bar,
.category-badge .cat-wine-bar {
  background: #8e5aa7;
}

.category-badge .cat-retail,
.category-badge .cat-fashion,
.category-badge .cat-liquor-shop,
.category-badge .cat-convenience {
  background: var(--omori-green);
}

.category-badge .cat-service,
.category-badge .cat-buyback,
.category-badge .cat-school {
  background: var(--omori-blue);
}

.category-badge .cat-other {
  background: #777;
}*/
}

@media all and (min-width: 768px) {
  #container {
    padding: 0 40px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  #container {
    padding: 0 20px;
    padding-bottom: 40px;
  }
}

#container #fv {
  margin-bottom: 0;
}

#container #fv img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #container #fv {
    margin: 0 -20px;
    margin-bottom: 0;
  }
}

#container nav#menu {
  background-color: #f9f0dd;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.15);
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 999;
}

#container nav#menu ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
}

#container nav#menu ul li {
  display: table-cell;
  min-width: 5.0em;
  height: 60px;
  border-right: 1px solid #454545;
  font-size: 1.0rem;
  line-height: 1.25em;
  vertical-align: top;
}

#container nav#menu ul li:first-child {
  border-left: 1px solid #454545;
}

#container nav#menu ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  #container nav#menu ul li a:hover {
    background-color: var(--omori-yellow2);
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #container nav#menu ul li {
    font-size: 0.825rem;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 767px) {
  #container nav#menu {
    border-bottom: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
  #container nav#menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  #container nav#menu ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: none;
    width: 33.3333%;
    height: 40px;
    border-bottom: 1px solid #454545;
    font-size: 0.7rem;
    line-height: 1.25em;
  }
  #container nav#menu ul li:first-child {
    border-left: none;
  }
  #container nav#menu ul li a {
    padding: 5px 5px;
  }
}

#container .cmn-heading {
  padding: 10px 20px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #454545;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.25em;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #container .cmn-heading {
    padding: 10px 10px 10px;
    border-radius: 14px;
    display: block;
    text-align: center;
    font-size: 1.125rem;
    margin-top: 50px;
  }
}

#container .cmn-heading.kikan {
  background-color: #e73d90;
}

#container .cmn-heading.chusen {
  background-color: #eb5c1b;
}

#container .cmn-heading.shohin {
  background-color: #e60012;
}

#container .cmn-heading.shop {
  background-color: #f894bf;
}

#container .cmn-heading.howto {
  background-color: #a67322;
}

#container .cmn-heading.shusai {
  background-color: #00a0e9;
}

#container .kikan-image {
  text-align: center;
}

#container .kikan-image img {
  max-width: 800px;
  width: 90%;
  height: auto;
}

#container .chusen-image {
  text-align: center;
  margin-bottom: 20px;
}

#container .chusen-image img {
  max-width: 800px;
  width: 90%;
  height: auto;
}

#container .chusen-map {
  text-align: center;
  margin-bottom: 20px;
}

#container .chusen-map img {
  max-width: 400px;
  width: 70%;
  height: auto;
}

#container .chusen-button {
  text-align: center;
}

#container .chusen-button a {
  min-width: 60%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35em;
  padding: 0.5em 1.0em;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  background: var(--omori-yellow2);
  border-radius: 999px;
  font-size: 1.25rem;
  line-height: 1.0em;
}

@media only screen and (max-width: 767px) {
  #container .chusen-button a {
    font-size: 1.0rem;
  }
}

#container .chusen-button a::before {
  content: "▶";
  font-size: 0.78em;
}

#container .shohin-image {
  text-align: center;
}

#container .shohin-image img {
  max-width: 800px;
  width: 90%;
  height: auto;
}

#container .howto-image {
  text-align: center;
}

#container .howto-image img {
  max-width: 800px;
  width: 90%;
  height: auto;
}

#container .shusai-image1 {
  text-align: center;
}

#container .shusai-image1 img {
  max-width: 400px;
  width: 70%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #container .shusai-image1 img {
    width: 80%;
  }
}

#container .shusai-image2 {
  text-align: center;
  margin-top: 40px;
}

#container .shusai-image2 img {
  max-width: 400px;
  width: 70%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #container .shusai-image2 img {
    width: 80%;
  }
}

#container .shusai-button {
  text-align: center;
  margin-top: 15px;
}

#container .shusai-button a {
  width: 100%;
  max-width: 360px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35em;
  padding: 0.5em 1.0em;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  background: var(--omori-yellow2);
  border-radius: 999px;
  font-size: 1.25rem;
  line-height: 1.0em;
}

@media only screen and (max-width: 767px) {
  #container .shusai-button a {
    font-size: 1.0rem;
  }
}

#container .shusai-button a::before {
  content: "▶";
  font-size: 0.78em;
}

@media only screen and (max-width: 767px) {
  #container .shusai-button a {
    max-width: 70%;
    font-size: 0.85rem;
    line-height: 1.0em;
  }
}

#container #area-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 1.0em 0 0.5em;
  max-width: 800px;
  margin: 0 auto;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  text-align: center;
  margin-bottom: 20px;
}

#container #area-nav > li {
  margin: 0 1.5em 1.0em;
  padding: 0;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.25em;
  display: inline-block;
}

#container #area-nav > li a {
  text-decoration: underline;
}

#container #area-nav > li a.sanno {
  color: var(--shop-sanno) !important;
}

#container #area-nav > li a.german {
  color: var(--shop-german) !important;
}

#container #area-nav > li a.sannokoji {
  color: var(--shop-sannokoji) !important;
}

#container #area-nav > li a.omoriginza {
  color: var(--shop-omoriginza) !important;
}

#container #area-nav > li a.omorieast {
  color: var(--shop-omorieast) !important;
}

#container #area-nav > li a.omorikotsupark {
  color: var(--shop-omorikotsupark) !important;
}

#container #area-nav > li a.other {
  color: var(--shop-other) !important;
}

#container #area-nav > li a.dim {
  opacity: 0.3 !important;
}

@media only screen and (max-width: 767px) {
  #container #area-nav > li {
    font-size: 0.7rem;
    margin: 0 0.5em 1.0em;
  }
}

#container #areamap {
  text-align: center;
  max-width: 600px;
  aspect-ratio: 1020 / 1148;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

#container #areamap img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

#container map area {
  pointer-events: auto;
}

#container #areamap-caption {
  font-weight: bold;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.25em;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#container #areamap-caption > span {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--omori-yellow2);
  color: #000000;
}

@media only screen and (max-width: 767px) {
  #container #areamap-caption {
    font-size: 1.25rem;
  }
}

#container .flag-image {
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.25em;
  margin-bottom: 20px;
}

#container .flag-image img {
  max-width: 140px;
  height: auto;
  margin-right: 20px;
}

#container .flag-image > span {
  display: block;
}

@media only screen and (max-width: 767px) {
  #container .flag-image {
    border-radius: 14px;
    display: block;
    text-align: center;
    font-size: 1.125rem;
  }
  #container .flag-image img {
    max-width: 40%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0px;
  }
}

#container .shop-list {
  /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;*/
  color: var(--text-main);
  line-height: 1.8;
}

#container .shop-list * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container .section-area {
  position: relative;
  margin: 0 0 48px;
  padding: 28px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fffdf2));
  background: -webkit-linear-gradient(top, #fff 0%, #fffdf2 100%);
  background: linear-gradient(180deg, #fff 0%, #fffdf2 100%);
  border: 3px solid #f3dfaa;
  border-radius: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #container .section-area {
    border-radius: 18px;
    padding: 28px 14px;
  }
}

#container .section-area::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 28px;
  width: 88px;
  height: 18px;
  background: var(--omori-yellow);
  border-radius: 999px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

#container .section-area > .heading {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  padding: 0.45em 1.25em;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  background: var(--omori-pink);
  border-radius: 999px;
  -webkit-box-shadow: 0 5px 0 rgba(181, 138, 74, 0.32);
  box-shadow: 0 5px 0 rgba(181, 138, 74, 0.32);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #container .section-area > .heading {
    border-radius: 16px;
    padding: 0.5em 0.5em;
    font-size: 1.5rem;
    width: calc(100% + 8px + 8px);
    margin-left: -8px;
    margin-right: -8px;
  }
}

#container .section-area > .heading.sanno {
  background-color: var(--shop-sanno);
}

#container .section-area > .heading.german {
  background-color: var(--shop-german);
}

#container .section-area > .heading.sannokoji {
  background-color: var(--shop-sannokoji);
}

#container .section-area > .heading.omoriginza {
  background-color: var(--shop-omoriginza);
}

#container .section-area > .heading.omorieast {
  background-color: var(--shop-omorieast);
}

#container .section-area > .heading.omorikotsupark {
  background-color: var(--shop-omorikotsupark);
}

#container .section-area > .heading.other {
  background-color: var(--shop-other);
}

#container .item-shop {
  margin: 0 0 18px;
  padding: 20px 22px;
  background: #fff;
  border: 2px solid #eeeeee;
  border-left: 8px solid var(--omori-pink);
  border-radius: 18px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #container .item-shop {
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  #container .item-shop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 8px;
    border-radius: 14px;
  }
}

#container .item-shop.sanno {
  border-left-color: var(--shop-sanno);
}

#container .item-shop.german {
  border-left-color: var(--shop-german);
}

#container .item-shop.sannokoji {
  border-left-color: var(--shop-sannokoji);
}

#container .item-shop.omoriginza {
  border-left-color: var(--shop-omoriginza);
}

#container .item-shop.omorieast {
  border-left-color: var(--shop-omorieast);
}

#container .item-shop.omorikotsupark {
  border-left-color: var(--shop-omorikotsupark);
}

#container .item-shop.other {
  border-left-color: var(--shop-other);
}

#container .item-shop:last-child {
  margin-bottom: 0;
}

#container .item-shop > .heading {
  margin: 0 0 10px;
  color: var(--text-main);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  #container .item-shop > .heading {
    font-size: 1.325rem;
  }
}

#container .category-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

#container .category-badge li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 28px;
  padding: 0.18em 0.85em;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #454545;
  border-radius: 999px;
}

#container .item-shop .map,
#container .item-shop .url,
#container .item-shop .summary {
  margin: 10px 0 0;
}

#container .item-shop .map a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.35em;
  padding: 0.38em 0.85em;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  background: var(--omori-yellow2);
  border-radius: 999px;
  font-size: 0.9rem;
}

#container .item-shop .map a::before {
  content: "▶";
  font-size: 0.78em;
}

#container .item-shop .map a:hover,
#container .item-shop .map a:focus {
  opacity: 0.82;
}

#container .item-shop .url {
  padding: 12px 14px;
  color: var(--text-sub);
  font-size: 0.75rem;
  background: var(--omori-gray);
  border-radius: 12px;
}

#container .item-shop .url a {
  color: #0069aa;
  text-decoration: underline;
  word-break: break-all;
}

#container .item-shop .summary {
  color: var(--text-main);
  font-size: 0.75rem;
  line-height: 1.5em;
}

/* # =================================================================
#	フッター
# ================================================================= */
/* # =================================================================
#	印刷用
# ================================================================= */
@media print {
  #head {
    position: absolute;
  }
  .recruit-nav {
    position: absolute;
  }
}

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