/*add*/

/*
Theme Name: BeMyBiei
*/

/*! normalize.css v8.0.1 | 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.
 */

html .seasonPost{
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

.postCont a {
  color: #6CA1D7;
  overflow-wrap: break-word;
  word-break: break-all;
}

/**
 * 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 */
  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 */
}

/**
 * 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 {
  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"] {
  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;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.scrim:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #91999e;
  opacity: 0.35;
  display: block;
  mix-blend-mode: multiply;
}

html:not(:lang(ja)) .onlyJa {
  display: none;
}

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

.seasonPost p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1;
  margin: 0 0 2.4rem 0;
}

.seasonPost a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: #141414;
  word-break: break-word;
}

.seasonPost a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.seasonPost img,
.seasonPost picture {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fullwidth-inner {
  margin: 0 auto;
  padding: 0 0;
}

/*html {
  overflow-x: hidden;
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  color: #141414;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

html:lang(en) {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

html:lang(zn) {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

html:lang(tw) {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}*/

html.textSize__small {
  font-size: 50%;
}

html.textSize__large {
  font-size: 80%;
}

body .seasonPost {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1;
}

.main:not(.main__home) {
  margin: 4rem 0;
}

html {
  opacity: 1;
}

.seasonChildren__content {
  max-width: 840px;
  margin: 0 auto;
}

.section__about__inner table tbody tr {
  border-bottom: none !important;
}

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

/*common*/

.main:not(.main__home) {
  margin: 0 !important;
}

.breadcrumbs {
  margin-left: 0px !important;
  margin-bottom: 60px !important;
}

.button__fill--gray {
  background: #000000 !important;
}

.mobileNav__groups .mobileNav__heading a {
  color: #fff;
  text-decoration: none;
}

.mobileNav__groups .mobileNav__heading a h2 {
  font-size: 1.8rem;
}

.main.main__article__single .articleSingle__related a {
  position: relative;
}

.articleSingle__related__text {
  position: absolute;
  bottom: 0;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related__image,
.main.main__article__single .articleSingle__related__image {
}

/*IE*/

select::-ms-expand {
  display: none;
}

/*colors*/

.color__select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.color__select div {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.color-blue,
.color-blue .bg--gray,
.color-blue .section__banner--top,
.color-blue .myBieiPeopleSingle__related,
.color-blue th,
.color-blue td,
.color-blue h2,
.color-blue h2 span,
.color-blue .section__historylist {
  background: #007bd0 !important;
  color: yellow !important;
  margin: auto;
}

.color-blue .eventSingle__term,
.color-blue .eventSingle__table__label {
  background: #007bd0 !important;
  color: yellow !important;
}

.color-blue .seasonChildren__content tr:first-child {
  border-top: 1px solid #f2f4f6 !important;
}

.color-blue tr {
  border-bottom: 1px solid #f2f4f6 !important;
}

.color-blue .seasonChildren__content td:first-child {
  border-right: 1px solid #f2f4f6 !important;
}

.color-blue h2,
.color-black h2,
.color-yellow h2 {
  padding-block-start: 0.83em;
  padding-block-end: 0.83em;
}

.color-blue .breadcrumbs__items,
.color-black .breadcrumbs__items,
.color-yellow .breadcrumbs__items {
  margin: 0 !important;
  padding: 0.8rem 0 !important;
}

.color-blue .urgent__box h2,
.color-black .urgent__box h2,
.color-yellow .urgent__box h2 {
  background: #ffe6e2 !important;
  color: #000 !important;
}

.color-blue .urgent__box p,
.color-yellow .urgent__box p,
.color-black .urgent__box p {
  color: #000 !important;
}

.color-blue a {
  color: #fff !important;
}

.color-blue .button__border {
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.color-blue .articleSingle__related,
.color-blue .calendar__event,
.color-blue .calendar__event:nth-of-type(2n),
.color-blue .archive__event .event__filter__term,
.color-blue .archive__event .event__list__term,
.color-blue .event__list__status {
  background: #007bd0 !important;
}

.color-black,
.color-black h2,
.color-black .section__banner--top,
.color-black .myBieiPeopleSingle__related,
.color-black th,
.color-black td,
.color-black .bg--gray,
.color-black h2 span,
.color-black .section__historylist,
.color-black .news__dateCat {
  background: #000 !important;
  color: #fff !important;
  margin: auto;
}

.color-black .eventSingle__term,
.color-black .eventSingle__table__label {
  background: #000 !important;
  color: #fff !important;
}

.color-black .seasonChildren__content tr:first-child {
  border-top: 1px solid #fff !important;
}

.color-black tr {
  border-bottom: 1px solid #fff !important;
}

.color-black .seasonChildren__content td:first-child {
  border-right: 1px solid #fff !important;
}

.color-black a {
  color: yellow !important;
}

.color-black .articleSingle__related,
.color-black .calendar__event,
.color-black .calendar__event:nth-of-type(2n),
.color-black .archive__event .event__filter__term,
.color-black .archive__event .event__list__term,
.color-black .event__list__status {
  background: black !important;
}

.color-yellow,
.color-yellow h2,
.color-yellow .section__banner--top,
.color-yellow .myBieiPeopleSingle__related,
.color-yellow th,
.color-yellow .bg--gray,
.color-yellow h2 span,
.color-yellow .section__historylist {
  background: yellow !important;
  color: #000 !important;
  margin: auto;
}

.color-yellow .eventSingle__term,
.color-yellow .eventSingle__table__label {
  background: yellow !important;
  color: #000 !important;
}

.color-yellow a {
  color: #007bd0 !important;
}

.color-yellow .articleSingle__related,
.color-yellow .calendar__event,
.color-yellow .calendar__event:nth-of-type(2n),
.color-yellow .archive__event .event__filter__term,
.color-yellow .archive__event .event__list__term,
.color-yellow .event__list__status {
  background: yellow !important;
}

.color-blue h,
.color-black h1,
.color-yellow h1 {
}

/*layout*/

.desktopInner {
  margin: 0 16px;
}

.articleSingle__store--info {
  display: flex;
  justify-content: center;
}

.store--link {
  width: auto !important;
  border: none;
  border-bottom: 1px solid #000;
  padding-left: 0px !important;
}

.store--link:after {
  right: -10px !important;
}

.layout__article--section ul li:first-child {
  border-top: 1px solid #000;
}

.layout__article--section ul li {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  max-width: 70%;
  margin: 0 auto;
}

.layout__article--section ul li .circle {
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  text-align: center;
  background: #007bd0;
  margin: 0 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.layout__article--section ul li .arrow {
  float: right;
  margin-right: 20px;
  color: #007bd0;
}

.layout__article--section ul li a {
  text-decoration: none;
}

h2 .circle {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  background: #007bd0;
  margin: 10px auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*button*/

.button:hover,
button:hover {
  cursor: pointer;
}

.button a {
  text-decoration: none;
}

.button {
  width: 240px;
  display: block !important;
  background: transparent;
  display: inline-block;
  padding: 1.2rem 3.2rem;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/wp3/wp-content/uploads/season/arrow.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 20px;
  margin-top: -5px;
}

.button__border {
  box-shadow: inset 0px 0px 0px 1px #5a5a5a;
}

.button__border--blue {
  color: white;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  background: #007bd0;
}

.button__border--blue:after {
  background-image: url("/wp3/wp-content/uploads/season/arrow-white.svg");
}

.button__fill {
  background: #5a5a5a;
  color: white;
}

.button__fill--blue {
  background: #007bd0;
  color: #fff;
}

.button__fill--blue:after {
  background-image: url("/wp3/wp-content/uploads/season/arrow-white.svg");
}

.button__fill--black {
  background: #141414;
}

.button__fill--black:after {
  background-image: none;
}

/*ttl*/

body .seasonPost{
  font-family: "TBGothic SL", sans-serif;
}

.seasonPost h1,
.seasonPost h2,
.seasonPost h3,
.seasonPost h4,
header nav {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}

.seasonPost h2 {
  font-size: 1.4em;
  margin: 20px 0;
}
.seasonPost h3 {
  font-size: 1.25em;
  margin: 15px 0;
}

.txt__ttl--01 {
}

.ttl__border--top--bottom,
.ttl__border--top--bottom--blue,
.ttl__border--bottom,
.ttl__fill--gray,
.ttl__small {
  text-align: center;
}

.ttl__border--top--bottom span {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 1.6rem;
  text-align: center;
  border: none;
  padding: 1.2rem 3.2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.ttl__border--top--bottom--blue span {
  display: inline-block;
  color: #007bd0;
  border-top: 1px solid #007bd0;
  border-bottom: 1px solid #007bd0;
}

.ttl__border--bottom span {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 1.6rem;
  text-align: center;
  border: none;
  border-bottom: 2px solid #000;
}

.ttl__border--bottom--blue span {
  border-bottom: 2px solid #007bd0;
}

.ttl__fill--gray span {
  margin: 0 auto;
  margin-bottom: 1.6rem;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 1.2rem 3.2rem;
  background: #f0f2f4;
}

.ttl__small span {
  font-size: 1.8rem;
}

.news__box {
  margin-top: 20px;
}

.news__inner,
.news-inner {
  max-width: 1000px !important;
}

.myBieiPeopleSingle__content__group .layout--01 .txt {
  margin: 0;
}

.myBieiPeopleSingle__content__left h2 {
  margin-top: 0px;
}

.textSize div:hover {
  cursor: pointer;
}

/*article*/

.articleArchive__group h3 {
  margin-top: 0px;
  margin: 16px 0 10px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.search__group--wrap h3 {
  margin-top: 0px;
  margin: 16px 0 10px;
  font-size: 1.8rem;
  line-height: 1.6;
}

/*top*/

.home .section__mybiei .items {
  justify-content: space-between;
}

.home .section__mybiei .items a {
  flex: 0 0 49%;
  max-height: 240px;
  text-decoration: none;
  margin-right: 2%;
  justify-content: space-between;
}

.home .section__mybiei .items a:nth-child(2n) {
  margin-right: 0;
}

/*article*/

.articleSingle__content dl {
  display: table;
  margin: 8px 0;
  font-size: 1.5rem;
}

.articleSingle__content dl dt,
.articleSingle__content dl dd {
  display: table-cell;
}

.articleSingle__content dl dt {
  min-width: 60px;
  text-align: left;
}

.articleSingle__content dl dd {
  padding-left: 20px;
}

.articleSingle__content .layout--02__left h2 {
  margin-top: 0px;
}

.main.main__article__single .articleSingle__content {
  padding-top: 0px !important;
}

/* bemybiei*/

.myBieiPeopleSingle__header .img img {
  margin: 0 auto;
}

.myBieiPeopleSingle__related__list a {
  max-height: 300px;
}

.bemybiei__inner {
}

.bemybiei__inner .layout--01 .img__box {
  margin: 2% auto;
}

.myBieiPeople__archive__list {
}

.myBieiPeople__archive__list a {
  flex: 0 0 49%;
  max-height: 240px;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 2%;
}

.myBieiPeople__archive__list a:nth-of-type(2n) {
  margin-right: 0;
}

/*history*/

.history__mainvis,
.about__mainvis {
  max-height: 700px;
  overflow: hidden;
}

/*search IE*/

.searchResults__heading,
.searchResults__query {
  display: none !important;
}

.searchResults__item {
  padding: 0 0 2.4rem 0 !important;
}

/*contact*/

.contact .contact__inner {
  margin: 0 16px;
}

.contact .contact__inner table {
  max-width: 850px;
  margin: 0 auto;
  border-collapse: collapse;
  border-bottom: 1px solid #dde2e5;
}

.contact .contact__inner table span {
  color: red;
  font-size: 1.1rem;
}

.contact .contact__inner table tr {
  display: block;
  border-bottom: none;
  border-top: 1px solid #dde2e5;
}

.contact .contact__inner table tr th {
  background: #f0f2f4;
  width: 150px;
  padding: 10px 0;
}

.contact .contact__inner table tr td {
  width: 60%;
  padding-left: 10px;
}

.contact .contact__inner table tr td input,
.contact .contact__inner table tr td textarea {
  width: 90%;
  border: 1px solid #dde2e5;
}

.contact .contact__inner table tr td textarea {
  border: 1px solid #dde2e5;
  margin: 20px auto;
}

.contact .contact__inner .submit {
  background: #007bd0;
  color: #fff;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  border: none;
  padding: 15px 0;
  margin-top: 20px;
}

.contact .contact__inner .submit:hover {
  cursor: pointer;
}

/*season*/

.section__season {
  margin-top: 0;
}

.season .section__season .item {
  flex: 1 1 49% !important;
  height: 185px;
}

.main.main__season__children .seasonChildren table {
  width: 100% !important;
  max-width: 400px;
}

.section__season .items a {
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.section__season .items a h3 {
  font-size: 2.8rem;
  line-height: 3rem;
}

.section__season .items span {
  display: block;
  font-size: 1.2rem;
}

/*event*/

.eventSingle__table {
  border-top: 1px solid #dde2e5 !important;
}

.eventSingle__table__label {
  background: #f0f2f4;
  border-right: 1px solid #dde2e5;
}

.eventSingle__table__row {
  border-bottom: 1px solid #dde2e5 !important;
}

.event__filter__term--current {
  color: #fff;
}

.archive__event .event__list {
  margin-top: 4rem !important;
}

.calendar .event__inner__box {
  display: flex;
  flex-direction: column-reverse;
}

.event__inner__box .color01 {
  background: #dbe9f6 !important;
  color: #000 !important;
}

.event__inner__box .color02 {
  background: #61b2e2 !important;
  color: #fff !important;
}

.event__inner__box .color03 {
  background: #0386d5 !important;
  color: #fff !important;
}

.event__inner__box .color04 {
  background: #04b3a3 !important;
  color: #fff !important;
}

.event__inner__box .color05 {
  background: #ffee76 !important;
  color: #000 !important;
}

.event__inner__box .color06 {
  background: #d4f3f1 !important;
  color: #000 !important;
}

/*footer*/

.footer__main__top h2 {
  font-size: 1.8rem;
  margin-top: 0px;
  margin-bottom: 5px;
}

.footer__bottom__top a.logo {
  flex: 0 0 20%;
}

/*event*/

.calendar__event:nth-of-type(2n) {
  background: #61b2e2;
  color: #fff;
}

.calendar__event:nth-of-type(3n) {
  background: #0386d5;
  color: #fff;
}

.event__filter__list a.current {
}

.event__filter__list a {
  text-decoration: none;
}

.event__list__image {
  max-height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.event__list__image img {
  width: 100%;
}

.eventSingle__content .acf-map {
  width: 100%;
  height: 150px;
}

/*season*/

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

.season .section__season .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 49%;
  flex: 1 1 49%;
  height: 185px;
}

.section__season__title {
  font-weight: bold;
  font-size: 2.1rem !important;
}

/*bybiei*/

.main__article__archive .articleArchive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 4rem 0;
  justify-content: space-between;
}

.main__article__archive .articleArchive__group {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 58% !important;
  flex: 0 0 58% !important;
}

.main__article__archive .articleArchive__group--image {
  flex: 0 0 40% !important;
}

/*layout*/

.layout__table {
  border-collapse: collapse;
  word-break: break-all;
  word-wrap: break-all;
}

.layout__table tr {
  display: table-row-group;
}

.layout__table td,
.layout__table th {
  padding: 5px 10px;
  border: 1px solid #141414;
}

.layout__table {
  margin: 15px auto;
}

.layout__table th {
  background: #dde2e5;
  text-align: center;
}

.layout__table td {
  background: #fff;
  flex: auto;
}

.layout__table td:first-child {
  background: #f0f2f4;
  border-right: 0px;
  display: table-cell;
  padding: 5px 10px;
}

.layout__table--left td:first-child {
}

/*history*/

.history__mainvis p {
  margin-bottom: 0px;
}

.section__history__inner .section__history__box {
  margin-top: 60px !important;
}

/*urgent*/

.urgent__area {
  margin: 0 auto;
  max-width: 900px;
  border: 2px solid #db8f9b;
  background: #ffe6e2;
  padding: 20px 30px;
}

.urgent__area h2 {
  text-align: center;
}

i.arrow {
  border: solid #141414;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

i.arrow__right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

i.arrow__left {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.button {
  background: transparent;
  display: inline-block;
  padding: 1.2rem 3.2rem;
  margin: 0 auto;
  line-height: 1;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("/wp3/wp-content/uploads/season/arrow.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 20px;
  margin-top: -5px;
}

.button__border {
  box-shadow: inset 0px 0px 0px 1px #5a5a5a;
}

.button__border--blue {
  color: white;
  box-shadow: inset 0px 0px 0px 1px #ffffff;
  backgound: #007bd0;
}

.button__border--blue:after {
  background-image: url("/wp3/wp-content/uploads/season/arrow-white.svg");
}

.button__fill {
  background: #5a5a5a;
  color: white;
}

.button__fill--blue {
  background: #007bd0;
}

.button__fill--blue:after {
  background-image: url("/wp3/wp-content/uploads/season/arrow-white.svg");
}

.button__fill--gray {
  background: #5a5a5a;
}

.button__fill--gray:after {
  background-image: url("/wp3/wp-content/uploads/season/arrow-white.svg");
}

.button__fill--black {
  background: #141414;
}

.button__fill--black:after {
  background-image: none;
}

.textSize {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
}

.textSize__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #5a5a5a;
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.textSize__item:nth-child(2) {
  border-right: none;
  border-left: none;
}

.textSize__selected {
  color: white;
  background: #007bd0;
}

.changeColor {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #5a5a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  font-size: 12px;
  padding: 0 0.4rem;
  word-wrap: anywhere;
}

.langSelect__wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.langSelect {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  background: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 12px;
  height: 24px;
  border: 1px solid #5a5a5a;
  background: #ffffff;
  border-radius: 0;
  padding: 0 0.8rem;
  line-height: 1.5;
}

.langSelect__arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #5a5a5a;
}

.mobileSearch {
  position: absolute;
  z-index: 100;
  width: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.mobileSearch__active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobileSearch .searchform__input {
  padding: 1.2rem 0.8rem;
  width: 100%;
  outline: none;
  border: none;
  border-top: 1px solid #dde2e5;
}

.mobileSearch .searchform__button {
  display: none;
}

.headerMobile .search {
  margin-left: 0.8rem;
}

.hero__wrapper {
  position: relative;
}

.heros {
  padding-bottom: 30px;
  position: relative;
}

.heros .swiper-container {
  width: 100%;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
}

.heros .swiper-slide {
  height: 480px;
  background-size: cover;
  background-position: center;
}

.heros .hero-thumbs {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
}

.heros .hero-thumbs .swiper-slide {
  height: 100%;
}

.heros .hero__daypart--morning {
  background-image: url("/wp3/wp-content/uploads/season/morning.jpg");
}

.heros .hero__daypart--afternoon {
  background-image: url("/wp3/wp-content/uploads/season/afternoon.jpg");
}

.heros .hero__daypart--night {
  background-image: url("/wp3/wp-content/uploads/season/night.jpg");
}

.heros .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.heros a {
  text-decoration: none;
}

.heros .hero__title {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 1;
  color: white;
  text-decoration: none;
  text-align: center;
  margin: 0 2.4rem;
}

.heros .hero__title--thumb {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
  z-index: 10;
  margin: 0 0.8rem;
}

.heros .hero-thumbs__wrap {
  position: relative;
  padding: 0 3.2rem;
  margin: 0 0.8rem;
  background: white;
  z-index: 10;
}

.heros .hero-thumbs {
  margin-top: -40px;
}

.heros .hero-thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
}

.heros .hero-thumbs .swiper-slide:hover {
  opacity: 0.8;
}

.heros .hero-thumbs .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.heros .hero-thumbs .swiper-slide-thumb-active {
  border-bottom: 4px solid #007bd0;
}

.heros .swiper-button-next,
.heros .swiper-button-prev {
  top: 40px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10;
}

.heros .swiper-button-next {
  right: 0;
}

.heros .swiper-button-prev {
  left: 0;
}

.heros .swiper-pagination {
  width: 100%;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heros .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 0.4rem;
}

.hero__wrapper .hero__widgets {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: rowr;
  flex-direction: rowr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0.8rem;
}

.hero__wrapper .hero__widgets .hero__widgets__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  color: #007bd0;
}

.hero__wrapper .hero__widgets .hero__clock {
  height: 38px;
  width: 190px;
  background: white;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__wrapper .hero__widgets .hero__weather {
  height: 38px;
  width: 190px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hero__wrapper .hero__widgets .weather__conditionIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__wrapper .hero__widgets .weather__icon {
  color: #007bd0;
  fill: #007bd0;
  width: 22px;
  height: 22px;
  margin: 0 0.4rem 0 0;
}

.hero__wrapper .hero__widgets .weather__icon__clouds {
  background-image: url("/wp3/wp-content/uploads/season/weather/clouds.svg");
  height: 22px;
}

.hero__wrapper .hero__widgets .weather__condition {
  text-transform: capitalize;
}

.hero__wrapper .hero__widgets .weather__temp__unit {
  margin-left: -4px;
}

.hero__wrapper .hero__widgets .hero__dayPart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.2rem;
}

.hero__wrapper .hero__widgets .hero__dayPart span {
  text-align: center;
  width: 78px;
  height: 26px;
  line-height: 26px;
  color: #007bd0;
  background: white;
  font-size: 1rem;
  font-weight: 700;
}

.hero__wrapper .hero__widgets .hero__dayPart span.dayPart--active {
  color: white;
  background: #007bd0;
}

.home__heading,
.archive__heading {
  display: block;
  margin: 0 auto;
  padding: 0 0.4rem 0.8rem;
  border-bottom: #007bd0 2px solid;
  margin-bottom: 4rem;
}

.archive__heading {
  border-bottom: none;
}

.calendar {
  border: 1px solid #141414;
  margin: 0 0.8rem;
}

.calendar a {
  text-decoration: none;
}

.calendar__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}

.calendar__pagination a {
  text-decoration: none;
}

.calendar__pagination span {
  font-size: 2.4rem;
  font-weight: 700;
}

.calendar__pagination span.yearString,
.calendar__pagination span.monthString {
  font-size: 1.4rem;
}

.calendar__pagination span.year {
  margin: 0 0.8rem;
}

.calendar__pagination span.season {
  margin: 0 0 0 0.8rem;
}

.calendar__pagination__next,
.calendar__pagination__prev {
  font-weight: 700;
  margin: 0 0.8rem;
}

.calendar__pagination__next a,
.calendar__pagination__prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calendar__pagination__next a .arrow__right,
.calendar__pagination__prev a .arrow__right {
  margin: 0 0 0 0.4rem;
}

.calendar__pagination__next a .arrow__left,
.calendar__pagination__prev a .arrow__left {
  margin: 0 0.4rem 0 0;
}

.calendar__dayOfTheWeeks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #dde2e5;
}

.calendar__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.calendar__week:not(:last-child) {
  border-bottom: 1px solid #dde2e5;
}

.calendar__week--first {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.calendar__main {
  border-top: 1px solid #dde2e5;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.calendar__day,
.calendar__dayOfTheWeek {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  overflow: hidden;
}

.calendar__day {
  min-height: 100px;
}

.calendar__day:not(:last-child) {
  border-right: 1px solid #dde2e5;
}

.calendar__day--first {
  border-left: 1px solid #dde2e5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 7 + 1px);
  flex: 0 0 calc(100% / 7 + 1px);
}

.calendar__day--last {
  border-right: 1px solid #dde2e5;
}

.calendar__dayOfTheWeek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.calendar__dayOfTheWeek.calendar__dayOfTheWeek--sat {
  color: #36a0da;
}
.calendar__dayOfTheWeek.calendar__dayOfTheWeek--sun {
  color: #e95242;
}

.calendar__dayOfTheWeek:not(:last-child) {
  border-right: 1px solid #dde2e5;
}

.calendar__dayNum {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.calendar__dayNum--sat {
  color: #36a0da;
}

.calendar__dayNum--sun {
  color: #e95242;
}

.calendar__event {
  display: block;
  background: #dbe9f6;
  margin: 0 0 1.6rem 0;
  padding: 0.2rem 0.4rem;
}

.calendar__title,
.calendar__time {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__page {
  width: 36px;
  height: 36px;
  display: block;
  border: 1px solid #5a5a5a;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__page--current {
  background: #007bd0;
  border: 1px solid #007bd0;
  color: white;
}

.breadcrumbs {
  margin: 0 16px;
}

.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 0.8rem 0;
}

.breadcrumbs__item {
  margin: 0 0.4rem 0 0;
}

.breadcrumbs__sep {
  margin: 0 0.4rem 0 0.4rem;
  display: block;
}

.breadcrumbs a {
  text-decoration: none;
}

.eventSingle__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
}

.eventSingle__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #5a5a5a;
}

.eventSingle__table__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.6rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.eventSingle__table__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 1.6rem 2.4rem;
}

.eventSingle__table__content a,
.eventSingle__table__content span {
  display: block;
}

table tbody {
  font-size: 1.4rem;
}

table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #5a5a5a;
  width: auto !important;
  height: auto !important;
}

table tbody tr td {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 1.6rem 2.4rem;
  width: auto !important;
  height: auto !important;
}

table tbody tr td a,
table tbody tr td span {
  display: block;
}

table tbody tr td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #dde2e5;
  padding: 1.6rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border-right: 1px solid #5a5a5a;
}

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

.txt--blue {
  color: #007bd0;
}

.txt__catch {
  font-size: 2.8rem;
  line-height: 3.3rem;
}

.txt__ttl--01 {
}

.txt__ttl--02 {
  font-size: 2.8rem;
  line-height: 4rem;
}

.txt__ttl--03 {
  font-size: 2.1rem;
  line-height: 3rem;
}

.txt__content {
  font-size: 1.6rem;
  line-height: 3rem;
}

.txt__bread,
.txt__caption {
  font-size: 1.3rem;
}

.bg--gray {
  background: #f0f2f4;
  padding: 5px 20px 20px;
  display: table;
}

.border--black {
  border: 1px solid #545454;
}

.layout--01 {
  margin: 0 auto;
}

.layout--01 img {
  margin: 0 auto;
  width: 100%;
}

.layout--01 .txt {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}

.layout--01 .img__box {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout--01 .img__box .img {
  max-width: 49%;
  height: 100%;
  margin: 0;
}

.layout--02__left,
.layout--02__right {
  display: block;
}

@media only screen and (min-width: 48em) {
  br.mobile {
    display: none;
  }
  .desktopInner {
    display: block;
    margin: 0 auto;
    max-width: 1240px;
  }
}

@media only screen and (min-width: 48em) {
  .textSize__item {
    color: white;
    border: 1px solid white;
  }
  .textSize__selected {
    color: #007bd0;
    background: white;
  }
}

@media only screen and (min-width: 48em) {
  .langSelect {
    border: 1px solid white;
    background: #007bd0;
    color: white;
  }
  .langSelect__arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    border-top: 4px solid white;
  }
}

@media only screen and (min-width: 48em) {
  .mobileSearch {
    display: none;
  }
  .headerDesktop .searchform {
    position: relative;
  }
  .headerDesktop .searchform__input {
    background: white;
    border: none;
    width: 100%;
    height: 26px;
  }
  .headerDesktop .searchform__button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
  }
  .headerDesktop .searchform__button__icon {
    position: absolute;
    top: 2px;
    right: 8px;
    height: 25px;
    width: auto;
  }
}

@media only screen and (min-width: 48em) {
  .layout--02 {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout--02__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout--02__left .img__box {
    margin-right: 30px;
  }
  .layout--02__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .layout--02__right .img__box {
    margin-left: 30px;
  }
  .layout--03,
  .layout--04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout--03 .content__box,
  .layout--04 .content__box {
    max-width: 32%;
    margin: 0;
  }
  .layout--04 .content__box {
    max-width: 24%;
    margin: 0;
  }
}

.mobileNav {
  display: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background: #007bd0;
  min-height: 100vh;
  position: fixed;
  width: 95vw;
  top: 0;
  right: 0;
  z-index: 10000;
}

.mobileNav__active {
  display: block;
}

.mobileNav__close {
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 1.2rem;
  width: 42px;
  height: 42px;
}

.mobileNav__groups {
  position: absolute;
  top: 100px;
  left: 5%;
  width: 90%;
}

.mobileNav__group {
  border-top: 1px solid white;
  padding: 2rem 0 0 00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mobileNav__group--about {
  border-bottom: 1px solid white;
}

.mobileNav__heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.mobileNav__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.mobileNav__list li {
  line-height: 1.5;
  margin: 0 0 2.4rem 0;
}

.mobileNav__list a {
  text-decoration: none;
  color: white;
}

.mobileNav__socials__heading {
  padding: 6rem 0 0 0;
  display: block;
}

.mobileNav__socials__heading img {
  text-align: center;
  margin: 0 auto;
}

.mobileNav__socials__list {
  padding: 2rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobileNav__socials__list li:nth-child(2) {
  margin: 0 1.6rem;
}

.mobileNav__contact {
  display: block;
  margin: 4rem 0 4rem 0;
}

.headerDesktop {
  display: none;
}

.header {
  background: #007bd0;
}

.headerMobile {
  position: relative;
  margin-bottom: 0.8rem;
}

.headerMobile__top {
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerMobile__top__center {
  margin-top: 14px;
}

.headerMobile__top__center a {
  display: block;
}

.headerMobile__top__right {
  cursor: pointer;
  position: fixed;
  background: #007bd0;
  top: 0;
  right: 0;
  margin-top: 10px;
  width: 64px;
  height: 64px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerMobile__bottom {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px 0;
}

.headerMobile__bottom > .changeColor {
  margin: 0 0.4rem;
}

.headerMobile__bottom * {
  word-break: keep-all;
}

.headerMobile .search {
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  .changeColor {
    border: 1px solid white;
    color: white;
  }
}

@media only screen and (min-width: 48em) {
  .heros .swiper-button-next,
  .heros .swiper-button-prev,
  .heros .swiper-pagination {
    display: none;
  }
  .heros .swiper-container {
    height: 700px;
  }
  .heros .swiper-slide {
    height: 700px;
  }
  .heros .hero-thumbs {
    height: 120px;
  }
  .heros .hero-thumbs__wrap {
    margin: 0 4rem;
  }
  .heros .hero__title {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: 1;
  }
  .heros .hero__title--thumb {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 48em) {
  .headerMobile {
    display: none;
  }
  .headerMobile__top__right {
    display: none;
  }
  .headerDesktop {
    display: block;
    position: relative;
    height: 200px;
    width: 100%;
  }
  .headerDesktop__inner {
    margin: 0 auto;
    position: relative;
  }
  .headerDesktop__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
  }
  .headerDesktop__top__logo {
    margin: 24px 0 0 0;
  }
  .headerDesktop__top__logo img {
    width: 290px;
    height: auto;
    display: block;
  }
  .headerDesktop__nav {
    position: relative;
  }
  .headerDesktop__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerDesktop__nav__item {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 2.2rem;
  }
  .headerDesktop__nav__item a {
    text-decoration: none;
    color: white;
  }
  .headerDesktop__nav__item--article .desktopArticleCats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    padding: 1.4rem 0;
  }
  .headerDesktop__nav__item--article .desktopArticleCats__wrap {
    display: none;
    position: absolute;
    top: 25px;
    left: 25%;
    width: 50%;
    z-index: 100;
    padding: 45px 0 0 0;
  }
  .headerDesktop__nav__item--article .desktopArticleCats__icon {
    margin: 0 1.4rem 0 0;
  }
  .headerDesktop__nav__item--article .desktopArticleCats__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
  .headerDesktop__nav__item--article .desktopArticleCats__item a {
    color: #007bd0;
    margin: 0 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerDesktop__nav__item--article:hover .desktopArticleCats__wrap {
    display: block;
  }
  .headerDesktop__widgets {
    position: absolute;
    top: 4rem;
    right: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 340px;
  }
  .headerDesktop__widgets__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0.4rem 0;
  }
  .headerDesktop__widgets__top > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .headerDesktop__widgets__top > *:nth-child(2) {
    margin: 0 1.6rem;
  }
}

.section__banner--top {
  margin: 0 3rem;
}

.section__banner--top .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__banner--top .item {
  margin: 0 0 2.4rem;
}

.section__banner--top .link {
  display: block;
}

.footer__main {
  background: #f0f2f4;
}

.footer__main__inner {
  margin: 0 3rem;
  padding: 50px 0;
}

.footer__main__banner {
  padding-bottom: 2.4rem;
}

.footer__main__banner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__main__banner .item {
  margin: 0 0 2.4rem;
}

.footer__main__banner .link {
  display: block;
}

.footer__main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__main .footer__group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  font-size: 1.4rem;
  margin: 0 0 2.4rem 0;
}

.footer__main .footer__group .footer__heading {
  margin: 0 0 1.6rem 0;
}

.footer__main .footer__group .footer__heading--news {
  margin-top: 1.6rem;
}

.footer__main .footer__group a {
  text-decoration: none;
}

.footer__main .footer__group--socials {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 26px 0 50px 0;
}

.footer__main .footer__group--socials .footer__heading {
  margin: 0 auto 2.4rem auto;
}

.footer__main .footer__group--socials ul.socials {
}

.footer__main .footer__group--socials ul.socials li:not(:last-child) {
  margin: 0 2.4rem 0 0;
}

.footer__main__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__main__bottom .footer__group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.footer__main__bottom .footer__group .footer__heading {
  margin: 0 auto 1.6rem auto;
}

.footer__main__bottom .footer__group--newsletter p {
  font-size: 1.2rem;
}

.footer__main__bottom .footer__group--newsletter .txt__ttl--03 {
  text-align: center;
}

.footer__main__bottom .footer__group--newsletter .button {
  margin: 0 auto;
  display: block;
  width: 200px;
  font-size: 1.6rem;
}

.footer__bottom {
  background: #007bd0;
  color: white;
  padding-bottom: 30px;
}

.footer__bottom a:not(.button) {
  color: white;
  text-decoration: none;
  display: block;
}

.footer__bottom .footer__logo {
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

.footer__bottom__inner {
  margin: 0 5.6rem;
}

.footer__bottom__inner span {
  display: block;
}

.footer__bottom__inner span.name {
  font-size: 1.8rem;
}

.footer__bottom__inner span.address {
  font-size: 1.4rem;
}

.footer__bottom__inner span.tel {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}

.footer__bottom__inner a.maps {
  font-size: 1.2rem;
}

.footer__bottom__inner a.button {
  width: 100%;
  margin-bottom: 1.2rem;
}

.footer__bottom__inner a.privacyPolicy {
  font-size: 1.2rem;
  text-align: center;
}

.footer__bottom span.copy {
  font-size: 1.2rem;
  text-align: center;
  margin: 4rem auto 0 auto;
  display: block;
}

.home .section {
  margin-top: 5.6rem;
}

.home .section .button {
  width: 320px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.6rem;
}

.home .section__news {
  padding-bottom: 30px;
  position: relative;
}

.home .section__news .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 0 0 30px 0;
}

.home .section__news .swiper-slide {
  height: auto;
  width: 80%;
  opacity: 0.5;
}

.home .section__news .swiper-slide-active {
  opacity: 1;
}

.home .section__news .swiper-slide a {
  text-decoration: none;
}

.home .section__news .swiper-slide .image,
.home .section__news .swiper-slide .image img {
  height: auto;
  background-size: cover;
  background-position: center;
}

.home .section__news .news__dateCat {
  color: #5a5a5a;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.83;
  letter-spacing: 1;
  margin: 0.4rem 0 0.4rem 0;
}

.home .section__news .news__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.home .section__news .news__excerpt p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.home .section__news .swiper-button-next,
.home .section__news .swiper-button-prev {
  top: 40%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10;
}

.home .section__news .swiper-button-next {
  right: 0;
}

.home .section__news .swiper-button-prev {
  left: 0;
}

.home .section__category .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home .section__category .item {
  text-decoration: none;
  margin: 0 0 2.4rem 0;
}

.home .section__category .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 250px;
}

.home .section__category .image--tasty {
  background-image: url("/wp3/wp-content/uploads/season/tasty.jpg");
}

.home .section__category .image--fun {
  background-image: url("/wp3/wp-content/uploads/season/fun.jpg");
}

.home .section__category .image--beauty {
  background-image: url("/wp3/wp-content/uploads/season/beauty.jpg");
}

.home .section__category .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home .section__category .icon {
  width: auto;
  height: 100px;
  z-index: 10;
}

.home .section__category .texts {
  background: #007bd0;
  color: white;
  padding: 0 1.6rem 1.6rem;
}

.home .section__category .title {
  font-size: 2.8rem;
  text-align: center;
  padding: 0.8rem 0;
}

.home .section__category .text {
  font-size: 1.4rem;
}

.home .section__season .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .section__season .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 185px;
}

.home .section__season .item:nth-child(1),
.home .section__season .item:nth-child(2) {
  padding-bottom: 0.4rem;
}

.home .section__season .item:nth-child(1),
.home .section__season .item:nth-child(3) {
  padding-right: 0.4rem;
}

.home .section__season .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.home .section__season .image--spring {
  background-image: url("/wp3/wp-content/uploads/season/spring.jpg");
}

.home .section__season .image--summer {
  background-image: url("/wp3/wp-content/uploads/season/summer.jpg");
}

.home .section__season .image--autumn {
  background-image: url("/wp3/wp-content/uploads/season/autumn.jpg");
}

.home .section__season .image--winter {
  background-image: url("/wp3/wp-content/uploads/season/winter.jpg");
}

.home .section__season .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home .section__season .icon {
  width: auto;
  height: 50px;
  z-index: 10;
}

.home .section__mybiei .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 3.6rem 0;
}

.home .section__mybiei .item {
  margin: 0 0 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 180px;
}

.home .section__mybiei .image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 55%;
}

.home .section__mybiei .text {
  width: 45%;
  background-color: #f0f2f4;
  color: #5a5a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.6rem 0 1.6rem;
}

.home .section__mybiei .text .occupation {
  font-size: 1.4rem;
  line-height: 1.5;
}

.home .section__mybiei .text .san {
  font-size: 1.4rem;
}

.home .section__mybiei .text .name {
  font-size: 2rem;
}

@media only screen and (min-width: 48em) {
  .hero__wrapper .hero__widgets .hero__widgets__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero__wrapper .hero__widgets .hero__weather {
    margin: 0 0.8rem;
  }
  .hero__wrapper .hero__widgets .hero__dayPart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero__wrapper .hero__widgets .hero__dayPart span {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 48em) {
  .section__banner--top {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .section__banner--top .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section__banner--top .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
  .footer__main__banner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__main__banner .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__main__top {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer__main .footer__group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
  }
  .footer__main .footer__group:nth-child(1),
  .footer__main .footer__group:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
  }
  .footer__main .footer__group:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .footer__main .footer__group:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
  .footer__main .footer__group--socials {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
  }
  .footer__main .footer__group--socials .footer__heading {
    margin-left: 0;
    margin-right: 0;
  }
  .footer__main .footer__group.footer__group--newsletter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2.4rem auto 0 auto;
    text-align: center;
    max-width: 600px;
  }
  .footer__main .footer__group--newsletter p {
    text-align: left;
  }
  .footer__main .footer__group--newsletter .txt__ttl--03 {
    text-align: center;
  }
  .footer__bottom__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 740px;
    margin: 0 auto;
  }
  .footer__bottom__top .footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .footer__bottom__inner {
    margin-top: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__bottom__inner span.address {
    display: inline-block;
  }
  .footer__bottom__inner a.maps {
    display: inline-block;
  }
  .footer__bottom__inner a.button {
    width: 160px;
  }
  span.copy {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 48em) {
  .home .section {
    margin-top: 12rem;
  }

  .home .section__season {
    margin-top: 12rem;
  }

  .home .section__news {
    position: relative;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
  }
  .home .section__news .swiper {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
  }
  .home .section__news .swiper-slide {
    opacity: 1;
  }
  .home .section__news .swiper-container {
    margin: 0 auto;
    overflow: visible;
  }
  .home .section__news .swiper-button-next,
  .home .section__news .swiper-button-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 40%;
  }
  .home .section__news .swiper-pagination {
    display: none;
  }
  .home .section__news__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home .section__news__buttons .button {
    margin: 0 1.6rem;
  }
  .home .section__category .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home .section__category .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    height: 100%;
  }
  .home .section__category .item:nth-child(2) {
    margin: 0 1.6rem;
  }
  .home .section__category .item .text {
    min-height: 84px;
  }
  .home .section__season .item {
    height: 270px;
  }
  .home .section__mybiei .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .home .section__mybiei .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    height: 240px;
  }
  .home .section__mybiei .item:nth-child(2) {
    margin: 0 1.6rem;
  }
}

.searchResults__heading {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
}

.searchResults__query {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
}

.searchResults__list {
  margin: 4rem auto;
  max-width: 700px;
  display: block;
}

.searchResults__item {
  margin-bottom: 2.4rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #f0f2f4;
  text-decoration: none;
  display: block;
}

.searchResults__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.searchResults__excerpt p {
  margin: 0;
}

.main.main__404 ._404__inner {
  margin: 20vh auto;
}

.main.main__404 span,
.main.main__404 a {
  font-size: 2rem;
  display: block;
  text-align: center;
  text-decoration: none;
}

.main.main__season__children {
  margin-top: 0;
}

.main.main__season__children .seasonChildren__header {
  display: block;
}

.main.main__season__children .seasonChildren__header__image {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main.main__season__children .seasonChildren__header__text {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  color: #fff;
  text-align: center;
  /*font-size: 2.4rem;*/
}

.main.main__season__children .seasonChildren__header__text span {
  display: block;
  font-size: 1.3rem;
}

.main.main__season__children .seasonChildren table {
  width: 400px;
  margin: 0 auto;
}

.main.main__season__children .seasonChildren table > * {
  text-align: center;
}

.main.main__season__children .seasonChildren table tr:first-child {
  border-top: 1px solid #5a5a5a;
}

.main.main__season__children .seasonChildren table td:first-child {
  background: #f0f2f4;
}

.main.main__season__children .seasonChildren__related {
  margin: 4rem auto;
}

.main.main__season__children .seasonChildren__related__heading {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 2.4rem;
}

.main.main__season__children .seasonChildren__related a {
  text-decoration: none;
}

.main.main__season__children .seasonChildren__related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3.6rem 16px;
}

.main.main__season__children .seasonChildren__related__item {
  -ms-flex: 100%;
  flex: 100%;
}

.main.main__season__children .seasonChildren__related__image {
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
}

.main.main__season__children .seasonChildren__related__bottom {
  padding: 0.8rem 0 0 0;
}

.main.main__season__children .seasonChildren__related__term {
  background: #007bd0;
  color: white;
  padding: 0.4rem 0.8rem;
}

.main.main__season__children .seasonChildren__related__text {
  font-weight: 700;
  font-size: 1.8rem;
}
.main.main__season__children .section__season__title {
  font-size: 3rem;
  margin: 2.4rem auto;
  display: block;
  text-align: center;
}

.main.main__season__children .section__season .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main.main__season__children .section__season .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 185px;
}

.main.main__season__children .section__season .item:nth-child(1),
.main.main__season__children .section__season .item:nth-child(2) {
  padding-bottom: 0.4rem;
}

.main.main__season__children .section__season .item:nth-child(1),
.main.main__season__children .section__season .item:nth-child(3) {
  padding-right: 0.4rem;
}

.main.main__season__children .section__season .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.main.main__season__children .section__season .image--spring {
  background-image: url("/wp3/wp-content/uploads/season/spring.jpg");
}

.main.main__season__children .section__season .image--summer {
  background-image: url("/wp3/wp-content/uploads/season/summer.jpg");
}

.main.main__season__children .section__season .image--autumn {
  background-image: url("/wp3/wp-content/uploads/season/autumn.jpg");
}

.main.main__season__children .section__season .image--winter {
  background-image: url("/wp3/wp-content/uploads/season/winter.jpg");
}

.main.main__season__children .section__season .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.main.main__season__children .section__season .icon {
  width: auto;
  height: 50px;
  z-index: 10;
}

.eventSingle__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.eventSingle__term {
  border-radius: 4px;
  background: #dbe9f6;
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 1.6rem 0 0;
}

.eventSingle__term a {
  text-decoration: none;
}

.eventSingle__application {
  background: #f0f2f4;
  margin: 4rem 0;
  padding-bottom: 1.6rem;
}

.eventSingle__application__heading {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  display: block;
  padding: 2rem 0;
}

.eventSingle__application__groups {
  max-width: 1240px;
  margin: 0 auto 2.4rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eventSingle__application__group {
  margin: 0 2.4rem;
}

.eventSingle__application__source,
.eventSingle__application__sourceLink {
  text-align: center;
  display: block;
}

.eventSingle__application .button {
  margin: 0 0 2.4rem 0;
  min-width: 320px;
}

.archive__event .calendar {
  margin: 0 0.8rem 5.6rem 0.8rem;
}

.archive__event .event__filter__heading {
  font-size: 2.4rem;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 0 auto 2.4rem auto;
}

.archive__event .event__filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.archive__event .event__filter__term {
  margin: 0 0.8rem;
  padding: 0.4rem 1.6rem;
  background: #dbe9f6;
  font-size: 1.6rem;
  font-weight: 700;
}

.archive__event .event__filter__term a {
  text-decoration: none;
}

.archive__event .event__filter__term--current {
  background: #007bd0;
}

.archive__event .event__filter__term--current a {
  color: white;
}

.archive__event .event__list {
  margin: 4rem 16px 0 16px;
}

.archive__event .event__list__item {
  border-bottom: 1px solid #141414;
  padding: 0 0 4rem 0;
  margin: 0 0 4rem 0;
}

.archive__event .event__list__item a {
  text-decoration: none;
  display: block;
}

.archive__event .event__list__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.archive__event .event__list__status {
  background: #f0f2f4;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.4rem 1.6rem;
  display: inline-block;
  margin: 0 0 0.8rem 0;
}

.archive__event .event__list__status--available {
  background: #007bd0;
  color: white;
}

.archive__event .event__list__status--waiting {
  background: #dbe9f6;
}

.archive__event .event__list__date {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}

.archive__event .event__list__title {
  margin: 0 0 1.6rem 0;
  line-height: 1.4;
}

.archive__event .event__list__image {
  margin: 0 0 1.6rem 0;
}

.archive__event .event__list__excerpt {
  margin: 0 0 1.6rem 0;
  font-size: 1.4rem;
}

.archive__event .event__list__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.archive__event .event__list__term {
  border-radius: 4px;
  background: #dbe9f6;
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 1.6rem 0 0;
}

.archive__event .event__list__term a {
  text-decoration: none;
}

.main.main__article__single {
  margin-top: 0;
}

.main.main__article__single .articleSingle__header {
  display: block;
}

.main.main__article__single .articleSingle__header__image {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main.main__article__single .articleSingle__header__text {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 1;
  color: white;
  text-align: center;
}

.main.main__article__single .articleSingle__inner {
  /*padding: 0 16px;*/
}

.main.main__article__single .articleSingle__content {
  padding: 4rem 0;
}

.main.main__article__single .articleSingle__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2rem 0;
}

.main.main__article__single .articleSingle__term {
  border-radius: 4px;
  background: #dbe9f6;
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 1.6rem 0 0;
}

.main.main__article__single .articleSingle__term a {
  text-decoration: none;
}

.main.main__article__single .articleSingle__related {
  margin: 2.4rem 0;
  padding: 4rem 0;
  background: #f0f2f4;
}

.main.main__article__single .articleSingle__related a {
  text-decoration: none;
}

.main.main__article__single .articleSingle__related__heading {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  display: block;
}

.main.main__article__single .articleSingle__related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 3.6rem 16px;
}

.main.main__article__single .articleSingle__related__item {
  /* margin: 0 0 2.4rem 0; */
  /*2021-08-16 修正*/
  margin: 0 0.5em 2.4rem 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main.main__article__single .articleSingle__related__image {
  background-size: cover;
  background-position: center;
  height: 240px;
  width: 100%;
}

.main.main__article__single .articleSingle__related__text {
  width: 100%;
  background-color: #007bd0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1.8rem;
  line-height: 1.8;
  font-size: 1.4rem;
}

.main__article__archive .articleArchive {
  padding: 0 16px;
}

.main__article__archive .articleArchive__heading {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 1;
  text-align: center;
  display: block;
  margin: 0 auto 4rem auto;
  font-weight: 700;
}

.main__article__archive .articleArchive__link {
  text-decoration: none;
  display: block;
  flex-basis: calc(50% - 2rem);
}

.main__article__archive .articleArchive__item {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 4rem 0;
}

.main__article__archive .articleArchive__group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.main__article__archive .articleArchive__group--image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.main__article__archive .articleArchive__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2rem 0;
}

.main__article__archive .articleArchive__term {
  border-radius: 4px;
  background: #dbe9f6;
  padding: 0.4rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 1.6rem 0 0;
}

.main__article__archive .articleArchive__term a {
  text-decoration: none;
}

.myBieiPeople__archive__heading {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 4rem;
}

.myBieiPeople__archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 3.6rem 0;
}

.myBieiPeople__archive__item {
  margin: 0 0 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 180px;
}

.myBieiPeople__archive__image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 60%;
}

.myBieiPeople__archive__text {
  width: 40%;
  background-color: #f0f2f4;
  color: #5a5a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.6rem 0 1.6rem;
}

.myBieiPeople__archive__occupation {
  font-size: 1.4rem;
  line-height: 1.5;
}

.myBieiPeople__archive__san {
  font-size: 1.4rem;
}

.myBieiPeople__archive__name {
  font-size: 2rem;
}

.history__banner {
  margin-bottom: 4rem;
}

.main.main__myBieiPeople__single {
  margin-top: 0;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__header {
  display: block;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__header__image {
  width: 100%;
  height: 56vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__header__text {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 1;
  color: white;
  text-align: center;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__content {
  margin: 4rem 0;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__content__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 4rem 0;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__content__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 0 1.6rem 0 0;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__content__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__content__right p {
  font-size: 1.2rem;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__content__subheading {
  font-weight: bold;
  font-size: 1.2rem;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related {
  margin: 2.4rem 0;
  padding: 4rem 0;
  background: #f0f2f4;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related a {
  text-decoration: none;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related__heading {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  display: block;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 3.6rem 16px;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related__item {
  margin: 0 0 2.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related__image {
  background-size: cover;
  background-position: center;
  height: 240px;
  width: 100%;
}

.main.main__myBieiPeople__single .myBieiPeopleSingle__related__text {
  width: 100%;
  background-color: #007bd0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.4rem;
}

.sitemap__inner {
  margin: 0 16px;
}

.sitemap__inner__box {
  margin-top: 4rem;
}

.sitemap__inner__box a {
  position: relative;
}

.section {
  margin-top: 5.6rem;
}

.season .section__season .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.season .section__season .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 185px;
}

.season .section__season .item:nth-child(1),
.season .section__season .item:nth-child(2) {
  padding-bottom: 0.4rem;
}

.season .section__season .item:nth-child(1),
.season .section__season .item:nth-child(3) {
  padding-right: 0.4rem;
}

.season .section__season .image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.season .section__season .image--spring {
  background-image: url("/wp3/wp-content/uploads/season/spring.jpg");
}

.season .section__season .image--summer {
  background-image: url("/wp3/wp-content/uploads/season/summer.jpg");
}

.season .section__season .image--autumn {
  background-image: url("/wp3/wp-content/uploads/season/autumn.jpg");
}

.season .section__season .image--winter {
  background-image: url("/wp3/wp-content/uploads/season/winter.jpg");
}

.season .section__season .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.season .section__season .icon {
  width: auto;
  height: 50px;
  z-index: 10;
}

.policy__inner {
  margin: 0 16px;
}

.partner__inner {
  margin: 0 16px;
}

.partner__inner article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner__inner article .banner {
  max-width: 32%;
  margin-bottom: 2%;
}

.news__inner {
  margin: 0 16px;
}

.news__box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.news__box .thumb {
  width: 125px;
  overflow: hidden;
  margin-right: 20px;
}

.news__box .thumb img {
  width: 100%;
}

.news__box figcaption {
  margin-left: 10px;
}

.news__box figcaption dl {
  margin: 0;
}

.news__box figcaption dt {
  font-size: 12px;
}

.news__box figcaption dd {
  font-size: 13px;
  margin-left: 0px;
}

.link h1 {
  text-align: center;
  margin-bottom: 0;
}

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

.link .link_inner .link_txt {
  margin: 0 10px;
}

.link .link_inner .link_txt:hover {
  opacity: 0.8;
}

.section__history__inner {
  margin: 0 16px;
}

.history__mainvis {
  position: relative;
}

.history__mainvis .img img {
  width: 100%;
}

.history__mainvis .ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10rem;
  color: #fff;
  font-size: 3.3rem;
}

.section__history__inner h2 span {
  color: #fff;
  background: #007bd0;
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.section__history__inner .section__history__box {
  margin-top: 120px;
}

.section__history__inner .section__history__box h2 {
  line-height: 1.6;
  margin: 0 0 3rem;
}

.section__history__inner .section__history__box .txt {
  margin: 20px auto;
}

.section__history__inner .section__history__box .button {
  width: 240px;
  margin: 0 auto;
  display: block;
}

.section__history__inner .layout--01 .img__box {
  margin: 1% 0;
}

.section__history__inner .layout--01 .img__box .img {
  max-width: 49.5% !important;
}

.section__history__inner .layout--02__left {
  margin-top: 1%;
}

.section__history__inner .layout--02__right {
  margin-top: 60px;
}

.section__historylist {
  background: #f0f2f4;
  padding-top: 20px;
  margin-top: 12rem;
  margin-bottom: 6rem;
  overflow: hidden;
}

.section__historylist .list__box {
  display: table;
}

.section__historylist .list__box .year {
  width: 150px;
  padding-right: 20px;
  display: table-cell;
}

.section__historylist .list__box .detail {
  padding-left: 20px;
  display: table-cell;
}

.section__historylist .upper .detail {
  position: relative;
}

.section__historylist .upper .detail:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 3000px;
  background-color: #dfe2e5;
}

.section__historylist .upper .detail p {
  margin-left: 20px;
}

.section__bemybiei__inner {
  margin: 0 16px;
}

.section__bemybiei__inner h2 span {
  color: #fff;
  background: #007bd0;
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.section__bemybiei__inner .section__bemybiei__box h2 {
  line-height: 4.9rem;
}

.section__bemybiei__inner .section__bemybiei__box .txt {
  margin: 20px auto;
}

.section__bemybiei__inner .section__bemybiei__box .button {
  width: 240px;
  margin: 0 auto;
  display: block;
}

.section__bemybiei__inner .layout--01 .img__box {
  margin: 1% 0;
}

.section__bemybiei__inner .layout--01 .img__box .img {
  max-width: 49.5% !important;
}

.section__bemybiei__people {
  margin-top: 120px;
}

.section__bemybiei__people a {
  text-decoration: none;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
}

.section__bemybiei__people .articleSingle__related__item {
  margin: 0 0 2.4rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.section__bemybiei__people .articleSingle__related__image {
  overflow: hidden;
}

.section__bemybiei__people .articleSingle__related__image img {
  width: 100%;
}

.section__bemybiei__people .articleSingle__related__text {
  width: 100%;
  background-color: #007bd0;
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.4rem;
}

.section__about__inner {
  margin: 0 16px;
}

.about__mainvis {
  position: relative;
}

.about__mainvis .img img {
  width: 100%;
}

.about__mainvis .ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15.2rem;
  color: #fff;
  font-size: 3.3rem;
}

.section__about .bg--gray {
  margin-top: 60px;
}

.section__strategy {
  margin-top: 120px;
}

.section__strategy .strategy__area {
  display: block;
}

.section__strategy .strategy__area .strategy__box {
  margin: 0 auto 20px auto;
  border: double 6px #007bd0;
}

.section__strategy .strategy__area .strategy__box__inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.section__strategy .strategy__area .strategy__box h2 {
  margin: 0 auto;
  color: #007bd0;
  text-align: center;
  border-bottom: 1px solid #007bd0;
}

.section__company {
  margin-top: 120px;
}

.section__company table {
  border-collapse: collapse;
  margin: 0 auto;
  border-bottom: 1px solid #dde2e5;
}

.section__company tr {
  display: block;
  border-top: 1px solid #dde2e5;
}

.section__company tr td {
  padding-left: 10px;
}

.section__company tr th {
  background: #f0f2f4;
  width: 100%;
  display: block;
  padding: 10px 0;
}

.swiper-slide .image {
  max-height: 155px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 48em) {
  .main.main__season__children .seasonChildren__related__item {
    margin: 0 0 2.4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}

@media only screen and (min-width: 48em) {
  .main.main__season__children .section__season {
    margin: 8rem 0;
  }
}

@media only screen and (min-width: 48em) {
  .main.main__season__children .seasonChildren__header__image {
    height: 700px;
  }
  .main.main__season__children .seasonChildren__header__text {
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: 1;
    color: #fff;
  }
  .main.main__season__children .section__season .item {
    height: 270px;
  }
}

@media only screen and (min-width: 48em) {
  .archive__event .event__list {
    max-width: 1024px;
    display: block;
    margin: 0 auto;
  }
  .archive__event .event__list__groups {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .archive__event .event__list__group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .archive__event .event__list__group--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

@media only screen and (min-width: 48em) {
  .main.main__article__single .articleSingle__header__image {
    height: 700px;
  }
  .main.main__article__single .articleSingle__header__text {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: 1;
  }
  .main.main__article__single .articleSingle__related__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    /* justify-content: space-around; */
    /*2021-08-16 修正*/
    justify-content: center;
  }
  .main.main__article__single .articleSingle__related__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
  .main.main__article__single .articleSingle__related__image {
    height: 300px;
  }
}

@media only screen and (min-width: 48em) {
  .main__article__archive .articleArchive__list {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 48em) {
  .myBieiPeople__archive__list {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .myBieiPeople__archive__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    height: 240px;
  }
  .myBieiPeople__archive__item:nth-child(2) {
    margin: 0 1.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .archive__event .event__list {
    max-width: 1024px;
    display: block;
    margin: 0 auto;
  }
  .archive__event .event__list__groups {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .archive__event .event__list__group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
  .archive__event .event__list__group--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

@media only screen and (min-width: 48em) {
  .main.main__myBieiPeople__single .myBieiPeopleSingle__header__text {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: 1;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__related__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 3.2rem 10rem 0;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__related__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__related__image {
    height: 300px;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__content {
    margin: 4rem 0;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__content__group {
    margin: 0 0 8rem 0;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__content__left {
    padding: 0 4rem 0 0;
  }
}

@media only screen and (min-width: 48em) {
  .sitemap__inner {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .policy__inner {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .partner__inner {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .news__inner {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .section__history__inner {
    max-width: 1240px;
    margin: 0 auto;
  }
  .layout--02__right .txt__box {
    width: 40%;
  }

  .history__mainvis {
    position: relative;
  }
  .history__mainvis .img img {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .history__mainvis .ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15.2rem;
    color: #fff;
    font-size: 5.2rem;
  }
  .section__history__box .txt {
    margin: 20px auto;
  }
  .section__history__box .right__txt {
    width: 74%;
  }
}

@media only screen and (min-width: 48em) {
  .section__bemybiei__inner {
    max-width: 1240px;
    margin: 0 auto;
  }
  .articleSingle__related__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 48em) {
  .bemybiei__mainvis {
    position: relative;
  }
  .bemybiei__mainvis .img img {
    width: 100%;
  }
  .bemybiei__mainvis .ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10rem;
    color: #fff;
    font-size: 5.2rem;
  }
  .section__bemybiei__box .txt {
    margin: 20px auto;
  }
  .section__bemybiei__box .right__txt {
    width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  /*common*/
  body {
    min-width: 1020px;
  }
  .desktopInner {
    width: 90%;
    max-width: 1000px;
    padding-bottom: 80px;
  }
  .section__banner--top {
  }
  .txt__ttl--01 {
    /*    font-size: 3.6rem;
    line-height: 4.6rem;*/
    font-size: 2.8rem;
    line-height: 1.7;
    padding: 60px 0;
  }
  .section__banner--top {
    margin-bottom: 3.2rem !important;
  }
  /* top*/
  .home .section__category .item,
  .home .section__mybiei .item {
    flex: 0 0 32.45% !important;
  }
  .layout--01,
  .layout--02,
  .layout--03,
  .layout--04,
  .layout--02__left,
  .layout--02__right {
    margin: 30px auto !important;
  }
  .layout--02 {
    justify-content: space-between;
  }
  .layout--02 .content__box {
    width: 49%;
  }
  .border--black {
    display: table;
    padding: 0 20px 20px;
  }
  .main.main__article__single .articleSingle__related__list {
    width: 1000px;
    margin: 0 auto !important;
    margin-top: 3.6rem !important;
    max-height: 300px;
  }

  /*contact*/
  .contact .home__heading {
    max-width: 850px;
  }
  .contact .contact__inner table {
    width: 850px;
  }
  .contact .contact__inner {
    margin: 0 auto;
  }
  .contact .contact__inner table tr {
    display: block;
    border-bottom: none;
    border-top: 1px solid #dde2e5;
  }
  .contact .contact__inner table tr th {
    background: #f0f2f4;
    width: 250px;
    padding: 10px 0;
  }
  .contact .contact__inner table tr td {
    width: 600px;
    padding-left: 10px;
  }
  .contact .contact__inner table tr td input,
  .contact .contact__inner table tr td textarea {
    width: 90%;
  }
  .contact .contact__inner table tr td textarea {
    margin: 20px auto;
  }
  /*header icon*/
  .headerDesktop .searchform__button__icon {
    position: absolute;
    top: 4px !important;
    right: 8px;
    height: 25px;
    width: 16px !important;
  }
  /*event*/
  .archive__event .event__list__group {
    margin-left: 5%;
    max-width: 55%;
  }
  .archive__event .event__list__group--image {
    margin-left: 5%;
    max-width: 45%;
  }
  .eventSingle__content .acf-map {
    width: 100%;
    height: 350px;
  }
  .articleSingle__content .layout--02__left .img__box {
    width: 50%;
  }
  .articleSingle__content .layout--02__left .txt__box {
    max-width: 45%;
  }
}

@media only screen and (min-width: 48em) {
  .section__about__inner {
    margin: 0 auto;
  }
  .section__company tr th {
    background: #f0f2f4;
    width: 250px;
    display: table-cell;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 48em) {
  .about__mainvis {
    position: relative;
  }
  .about__mainvis .img img {
    width: 100%;
    max-width: 1500px;
    margin: -80px auto 0;
  }
  .about__mainvis .ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3.2rem;
    color: #fff;
    font-size: 5.2rem;
  }
  .section__strategy .strategy__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section__strategy .strategy__area .strategy__box {
    width: 49%;
    border: double 6px #007bd0;
  }
  .section__strategy .strategy__area .strategy__box__inner {
    width: 80%;
    margin: 0 auto;
  }
  .section__strategy .strategy__area .strategy__box h2 {
    margin: 0 auto;
    color: #007bd0;
    text-align: center;
    border-bottom: 1px solid #007bd0;
  }
  .section__company table {
    width: 100%;
  }
  .search__group--wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .searchResults__item {
    text-decoration: none;
    display: block;
    flex-basis: calc(50% - 2rem);
  }
  .event__movie {
    margin: 0 0 80px;
    width: 100%;
  }
  .myBieiPeopleSingle__header .img.PC {
    display: block;
  }
  .myBieiPeopleSingle__header .img.SP {
    display: none;
  }
  .section__bemybiei__box .PC img {
    display: block;
  }
  .section__bemybiei__box .SP img {
    display: none;
  }
  .myBieiPeople__archive__mainImage .PC img {
    display: block;
  }
  .myBieiPeople__archive__mainImage .SP img {
    display: none;
  }
  .about__mainvis .PC img {
    display: block;
  }
  .about__mainvis .SP img {
    display: none;
  }
  .search_theme_mainImage .PC img {
    display: block;
  }
  .search_theme_mainImage .SP img {
    display: none;
  }
  .articleArchive__mainImage .PC img {
    display: block;
  }
  .articleArchive__mainImage .SP img {
    display: none;
  }
}

/*SP ADD*/

@media only screen and (max-width: 47.9em) {
  body {
    line-height: 1.8;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .txt__ttl--03 {
    font-size: 1.8rem;
  }
  .footer__main {
    margin: 6rem 0 0 0;
  }
  .footer__main .footer__group--socials {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
  }
  .footer__main .footer__group {
    margin: 0;
  }
  .footer__main .footer__group ul {
    margin: 0 0 2.4rem;
  }
  .langSelect {
    font-size: 11px;
  }
  .mobileNav__groups .mobileNav__heading a h2 {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.5;
  }
  .mobileNav__socials__heading {
    padding: 2rem 0 0 0;
  }
  .mobileNav__contact {
    margin: 2rem auto;
  }
  .mobileNav__list {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    font-size: 1.5rem;
  }
  .mobileNav__list li {
    margin: 0 0 1.6rem 0;
  }
  .mobileNav__heading {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .home .section__category .title {
    font-size: 2rem;
    text-align: center;
    padding: 0.4rem 0;
  }
  .section__season .items a h3 {
    font-size: 2rem;
  }
  .home .section__mybiei .image {
    width: 48%;
  }
  .home .section__mybiei .text {
    width: 52%;
  }
  .home .section__mybiei .items {
    margin: 0;
  }
  .breadcrumbs {
    margin-bottom: 30px !important;
  }
  .headerMobile__top__center {
    width: 160px;
  }

  /*season*/
  .main.main__season__children .seasonChildren__header__image {
    height: 240px;
  }
  .main.main__season__children .seasonChildren__header__text h2,
  .history__mainvis .ttl {
    font-size: 16px;
  }
  .main.main__season__children .seasonChildren__related__list {
    margin: 0;
  }
  .main.main__season__children .seasonChildren__related a {
    margin: 0 0 3rem;
  }
  .main.main__season__children .seasonChildren__related__bottom {
    padding: 5px 0 0;
  }
  .main.main__season__children .seasonChildren__related__text {
    font-size: 1.6rem;
  }
  .main.main__season__children .seasonChildren__related {
    margin: 4rem auto 0;
  }
  /*article*/
  .articleArchive__group h3 {
    margin-top: 0px;
    margin: 0.5rem 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .search__group--wrap h3 {
    margin-top: 0px;
    margin: 0.5rem 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .articleArchive__mainImage + h1 {
    margin: 3rem 0;
  }
  .main.main__article__single .articleSingle__content {
    padding: 2rem 0;
  }
  .txt__content {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .articleSingle__content dl {
    font-size: 1.4rem;
  }
  .event__movie {
    margin: 0 auto 30px;
    /* max-width: 100%; */
    max-width: 80%;
    height: auto;
    display: block;
  }
  .archive__event .event__filter__term {
    margin: 0 0.8rem 1rem;
    padding: 0.2rem 1rem;
    background: #dbe9f6;
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .archive__event .event__filter__list {
    justify-content: left;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .archive__event .event__list {
    margin: 0;
  }
  .archive__event .event__list__status {
    /* background: #f0f2f4; */
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.2em 1.6rem;
    display: inline-block;
    margin: 0 0 0.8rem 0;
  }
  .calendar__pagination span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .interview_leadText {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
  .myBieiPeople__archive__image {
    width: 45%;
  }
  .myBieiPeople__archive__text {
    width: 55%;
    padding: 0 1.2rem;
  }
  .myBieiPeople__archive__name {
    font-size: 1.8rem;
  }
  .myBieiPeopleSingle__header .img.PC {
    display: none;
  }
  .myBieiPeopleSingle__header .img.SP {
    display: block;
  }

  .section__bemybiei__box .PC img {
    display: none;
  }
  .section__bemybiei__box .SP img {
    display: block;
  }
  .myBieiPeople__archive__mainImage .PC img {
    display: none;
  }
  .myBieiPeople__archive__mainImage .SP img {
    display: block;
  }
  .about__mainvis .PC img {
    display: none;
  }
  .about__mainvis .SP img {
    display: block;
  }

  .search_theme_mainImage .PC img {
    display: none;
  }
  .search_theme_mainImage .SP img {
    display: block;
  }
  .articleArchive__mainImage .PC img {
    display: none;
  }
  .articleArchive__mainImage .SP img {
    display: block;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__content__group {
    display: block;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__content__left {
    padding: 0;
  }
  .section__history__inner .section__history__box .txt {
    margin: 15px auto;
  }
  .section__history__inner .section__history__box h2 {
    line-height: 1.8;
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
  }
  .section__historylist .list__box {
    display: block;
  }
  .section__historylist .list__box .year {
    width: 100%;
    padding-right: 0px;
    display: block;
    margin: 3rem 0 0.5rem;
    border-bottom: solid 2px #dfe2e5;
    padding: 0 0 0.5rem;
  }
  .section__historylist .list__box .detail {
    padding-left: 0px;
    display: block;
  }
  .section__historylist .upper .detail:before {
    display: none;
  }
  .section__historylist {
    margin-top: 6rem;
    padding-bottom: 40px;
  }
  .section__historylist .txt__ttl--02 {
    font-size: 1.8rem;
    line-height: 1rem;
  }
  .section__strategy {
    margin-top: 60px;
  }
  .section__strategy .txt__ttl--02 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .section__strategy .strategy__area .strategy__box__inner {
    width: 100%;
    padding: 24px 16px;
  }
  .section__company {
    margin-top: 60px;
  }
  .partner__inner article .banner {
    max-width: 100%;
    margin-bottom: 2%;
  }
  .sitemap__inner__box .txt__ttl--02 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
  }
  .sitemap__inner__box {
    margin-top: 2rem;
  }
  .home__heading,
  .archive__heading {
    margin-bottom: 1.6rem;
  }
  .main__article__archive .articleArchive {
    padding: 0;
  }
  .archive__event .event__filter__term--current {
    background: #007bd0;
  }
  .eventSingle__table__row {
    display: block;
  }
  .eventSingle__table__label {
    padding: 0.3rem 0 0.3rem 1rem;
    justify-content: left;
  }
  .eventSingle__table__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 100%;
    padding: 0.8rem 1.2rem;
  }
  .eventSingle__application__heading {
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
  .eventSingle__application .button {
    margin: 0 0 2.4rem 0;
    min-width: 290px;
  }
  .eventSingle__application__groups {
    margin: 0 auto;
  }
  .section__history__inner .section__history__box {
    margin-top: 40px !important;
  }
  .history__mainvis .ttl {
    height: 4rem;
  }
  .main.main__myBieiPeople__single .myBieiPeopleSingle__related a {
    margin: 0 16px 20px;
    max-height: 200px;
  }
  .footer__main__top h2 {
    font-size: 1.4rem;
  }
  .footer__main .footer__group:nth-child(2n) {
    margin: 0 0 2.4rem 2%;
  }
  .home .section .button {
    max-width: 90%;
  }
  /**/
}
/**/

.interview_leadText {
  margin: 5rem 0;
}

/*history add*/

.myBieiHistoryrelated {
  background: #f0f2f4;
  text-decoration: none;
  display: block;
}
.myBieiHistoryrelated.column01 {
  width: 40%;
  margin: 3rem auto 6rem;
}

.myBieiHistoryrelated__image {
  background-size: cover;
  background-position: 0 -10px;
  height: 180px;
  width: 100%;
}

.myBieiHistoryrelated__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9rem;
  position: relative;
}

.myBieiHistoryrelated__text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(/wp3/wp-content/uploads/season/arrow.svg);
  background-repeat: no-repeat;
  width: 38px;
  height: 20px;
  margin-top: -5px;
}
.section__history__inner .layout--02__right.aoiike {
  margin: 7rem 0 7rem 0 !important;
}

.myBieiHistoryrelated__text .myBieiPeople__archive__name {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 48em) {
  .myBieiHistoryrelated.column01 {
    width: 100%;
    margin: 1rem auto 2rem;
  }
  .myBieiHistoryrelated__image {
    background-size: cover;
    background-position: top center;
    height: 130px;
    width: 100%;
  }
  .myBieiHistoryrelated__text .catch {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    width: 94%;
  }
  .myBieiPeople__archive__occupation {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0.5rem 0 0;
  }
  .myBieiHistoryrelated__text {
    align-items: baseline;
    padding: 0.9rem 4rem 0.9rem 1.5rem;
  }
  .myBieiHistoryrelated__text:after {
    width: 32px;
  }
  .section__history__inner .layout--02__right.aoiike {
    margin: 4rem 0 4rem 0 !important;
  }
}

.footerRuleBanner {
  margin: -12px auto 36px;
  width: 500px;
}
.footerRuleBanner img {
  width: 500px;
  height: auto;
  display: block;
}
.footerRuleBanner a:hover {
  display: block;
  opacity: 0.7;
}

@media only screen and (max-width: 48em) {
  .footerRuleBanner {
    margin: 0 auto 2.4rem;
    width: 318px;
  }
  .footerRuleBanner img {
    width: 318px;
    height: auto;
    display: block;
  }
}

/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  /**/
  .headerDesktop {
    display: none;
  }
  .headerMobile {
    display: block;
  }
  .headerMobile__top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .textSize__item {
    color: #141414;
    border: 1px solid #5a5a5a;
  }
  .changeColor {
    border: 1px solid #5a5a5a;
    color: #141414;
  }
  .textSize__selected {
    color: white;
    background: #007bd0;
  }
  body {
    min-width: 0;
  }
  .langSelect {
    border: 1px solid #5a5a5a;
    background: #fff;
    color: inherit;
  }
  .langSelect__arrow {
    border-top: 4px solid #5a5a5a;
  }

  /*Tablet end*/
}


/*投稿ページのfont-weight調整 20201207*/
.content b,
.content strong{
  font-family: tbudgothic-std, sans-serif;
}

/*過ごし方movie追加 20220630*/
.articleArchive__mainMovie{
  margin: 20px 0 40px 0;
}
@media only screen and (min-width: 48em) {
  .articleArchive__mainMovie{
    margin: 40px 0 80px 0;
  }
}
.articleArchive__mainMovieBottom{
  margin: -20px 0 40px 0;
}
@media only screen and (min-width: 48em) {
  .articleArchive__mainMovieBottom{
    margin: -40px 0 80px 0;
  }
}

/*TOP movie追加 20220630*/
.home_movieArea{
  margin: 5.6rem 0 3rem 0;
}
@media only screen and (min-width: 48em) {
  .home_movieArea{
    margin: 12rem 0 5.6rem 0;
  }
}
.home_movieAreaMargin{
  margin: 2.5rem 0;
}

/*TOP movie追加 20220712*/
.home_movieArea .p-videoBox{
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .home_movieArea .p-videoBox{
    margin-bottom: 20px;
  }
}