@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
     HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined in IE 8/9.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
   * Correct `inline-block` display not defined in IE 8/9.
   */
audio,
canvas,
video {
  display: inline-block;
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address styling not present in IE 8/9.
   */
[hidden] {
  display: none;
}

/* ==========================================================================
     Base
     ========================================================================== */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *  user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */
body {
  margin: 0;
}

/* ==========================================================================
     Links
     ========================================================================== */
/**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
a:focus {
  outline: thin dotted;
}

/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
     Typography
     ========================================================================== */
/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari 5, and Chrome.
   */
h1 {
  /* font-size: 2em; */
  /* margin: 0.67em 0; */
}

/**
   * Address styling not present in IE 8/9, Safari 5, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari 5 and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Correct font family set oddly in Safari 5 and Chrome.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
   * Improve readability of pre-formatted text in all browsers.
   */
pre {
  white-space: pre-wrap;
}

/**
   * Set consistent quote types.
   */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
     Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9.
   */
img {
  border: 0;
}

/**
   * Correct overflow displayed oddly in IE 9.
   */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
     Figures
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari 5.
   */
figure {
  margin: 0;
}

/* ==========================================================================
     Forms
     ========================================================================== */
/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
button,
input {
  line-height: normal;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *  and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *  `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *  (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * 1. Remove default vertical scrollbar in IE 8/9.
   * 2. Improve readability and alignment in all browsers.
   */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
     Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
html {
  overflow-y: scroll;
}

fieldset, img {
  border: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
}

caption {
  display: none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 320px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #221815;
  letter-spacing: .05em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  /*PCサイトをスマホで見た時の文字サイズ固定*/
  font-family: 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;
}

body.en-US {
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

caption, th {
  text-align: left;
}

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

a {
  color: #9faaa9;
  text-decoration: underline;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

button {
  cursor: pointer;
}

/* ==========================================================================
Layout
========================================================================== */
/* header
----------------------------------------------------------------- */

.l-header__inner {
  margin: 0 auto;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.l-header--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px;
}

.l-header--right__btn {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.l-header--right__btn__item {
  margin-right: 15px;
}

.l-header--right__btn__item:last-child {
  margin-right: 0;
}

.l-header--right__list {
  display: -ms-flexbox;
  display: flex;
}

.l-header--right__list__item {
  margin-right: 16px;
}

.l-header--right__list__item:last-child {
  margin-right: 0;
}

.l-header--bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 10px 25px;
}

.l-header--bottom > * {
  max-width: 100%;
  min-height: 0%;
}

.l-header--bottom__btn {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #d32f2f;
}

.l-header__logo {
  min-width: 280px;
  max-width: 280px;
}

.l-header__event__title {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #9faaa9;
}

.l-header__event__content {
  font-weight: bold;
}

/* global nav
----------------------------------------------------------------- */
.l-gnav {
  position: relative;
  z-index: 9999;
  width: 100%;
}

.l-gnav__list {
  margin: 0 auto;
  padding: 0 10px;
}

.l-gnav__list__item__inner {
  position: relative;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #727171;
  text-decoration: none;
  cursor: pointer;
}

.l-gnav--sub {
  display: none;
}

.l-gnav--sub__list {
  margin: 0 auto;
  padding: 0 10px;
}

.l-gnav--sub__list__item a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.2;
  text-decoration: none;
}

.l-gnav--sub__list__image {
  margin: 0;
}

.c-box--image .l-gnav--sub__list__image img {
  width: 100%;
}

.c-box--icon .l-gnav--sub__list__image {
  position: relative;
  overflow: hidden;
  padding-top: 66.57%;
}

.c-box--icon .l-gnav--sub__list__image i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 1em;
  font-size: 90px;
  font-size: 9rem;
  color: #9faaa9;
  text-align: center;
}

.l-gnav--sub__list__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 153px;
  font-size: 70px;
  font-size: 7rem;
  color: #9faaa9;
}

.l-gnav__btn {
  position: fixed;
  top: 7px;
  right: 5px;
  z-index: 100;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  display: block;
  width: 30px;
  height: 28px;
  margin: auto;
  padding: 0;
  transition: .4s;
}

.l-gnav__btn span {
  display: block;
  position: absolute;
  left: 4px;
  width: 22px;
  height: 2px;
  background-color: #9faaa9;
  transition: .4s;
}

.l-gnav__btn span:nth-of-type(1) {
  top: 5px;
}

.l-gnav__btn span:nth-of-type(2) {
  top: 13px;
}

.l-gnav__btn span:nth-of-type(3) {
  bottom: 5px;
}

.l-gnav__btn.js-close span:nth-of-type(1) {
  transform: translateY(8px) rotate(-315deg);
}

.l-gnav__btn.js-close span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.l-gnav__btn.js-close span:nth-of-type(3) {
  transform: translateY(-8px) rotate(315deg);
}

/* footer
----------------------------------------------------------------- */
.l-footer__inner {
  margin: 0 auto;
  padding: 0 10px;
}

.l-footer--top {
  padding: 40px 0 60px;
  background-color: #3e3a39;
}

.l-footer__nav__list {
  display: -ms-flexbox;
  display: flex;
}

.l-footer__nav__list__item {
  -ms-flex: 1;
      flex: 1;
  margin-right: 10px;
}

.l-footer__nav__list__item:last-child {
  margin-right: 0;
}

.l-footer__nav__list__item__inner {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  transition: .4s;
}

.l-footer__nav__list__item > a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.l-footer__nav--sub {
  margin-top: 30px;
}

.l-footer__nav--sub__item {
  margin-bottom: 8px;
  line-height: 1.1;
}

.l-footer__nav--sub__item a {
  font-size: 11px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: .4s;
}

.l-footer__nav--sub__item a:hover {
  color: #fff;
}

.l-footer--center {
  padding: 45px 0;
  color: #fff;
  background-color: #221815;
}

.l-footer--center__inner {
  display: -ms-flexbox;
  display: flex;
}

.l-footer--center-left {
  display: -ms-flexbox;
  display: flex;
}

.l-footer--center-left__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 16px;
}

.l-footer--center-left__item:last-child {
  margin-right: 0;
}

.l-footer--center-left__link {
  position: relative;
  display: inline-block;
  padding: 4px 14px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #221815;
  text-decoration: none;
}

#footer .l-footer--center-left__link {
  color: #3e3a39;
}

.l-footer--center-left__link:last-child {
  padding-right: 0;
}

.l-footer--center-left__link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1.5em;
  margin: auto;
  background-color: #221815;
}

#footer .l-footer--center-left__link:before {
  background-color: #3e3a39;
}

.l-footer--bottom {
  padding: 20px 0;
  background-color: #fff;
}

.l-footer__mutual__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.l-footer__mutual__list__item {
  margin: 0 7px;
}

.l-footer__mutual__list__item img {
  display: block;
  width: auto;
  max-width: inherit;
  max-height: 45px;
}

/* content
----------------------------------------------------------------- */
.l-content {
  margin: 0 auto;
  padding: 0 10px;
}

.l-main {
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 60px;
}

#home .l-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* sidebar
----------------------------------------------------------------- */

.l-sidebar__block {
  margin: 30px 0;
}

.l-sidebar__block:first-child {
  margin-top: 0;
}

.l-sidebar__block:last-child {
  margin-bottom: 0;
}

.l-sidebar__block > *:first-child {
  margin-top: 0;
}

.l-sidebar__block > *:last-child {
  margin-bottom: 0;
}

.l-sidebar__block__inner > *:first-child {
  margin-top: 0;
}

.l-sidebar__block__inner > *:last-child {
  margin-bottom: 0;
}

.l-sidebar__title {
  position: relative;
  font-weight: bold;
}

.l-sidebar__list--textlink__item {
  border-bottom: 1px dashed #b5b6b6;
}

.l-sidebar__list--textlink__item a {
  position: relative;
  display: block;
  padding: 15px 5px 15px 30px;
  color: #333;
  text-decoration: none;
}

.l-sidebar__list--textlink__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #9faaa9;
  position: absolute;
  top: 23px;
  left: 16px;
}

.l-sidebar__list--banner__item {
  border-bottom: 1px solid #b5b6b6;
}

.l-sidebar__list--banner__item a {
  position: relative;
  display: block;
  padding: 10px 0;
  text-align: center;
}

.l-sidebar__free {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.l-sidebar__free > *:first-child {
  margin-top: 0;
}

.l-sidebar__free > *:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/* section
----------------------------------------------------------------- */
.c-section {
  padding: 60px 0;
}

.c-section > *:first-child {
  margin-top: 0;
}

.c-section > *:last-child {
  margin-bottom: 0;
}

.c-section__inner {
  margin: 0 auto;
  padding: 0 10px;
}

.c-section__inner > *:first-child {
  margin-top: 0;
}

.c-section__inner > *:last-child {
  margin-bottom: 0;
}

.c-section--md {
  margin: 0 auto;
}

.c-section--md > *:first-child {
  margin-top: 0;
}

.c-section--md > *:last-child {
  margin-bottom: 0;
}

.c-section__title {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
}

/* button
----------------------------------------------------------------- */
.c-btn--default, .c-btn--danger {
  position: relative;
  display: inline-block;
  min-width: 280px;
  padding: 20px 2em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.c-btn--default:before, .c-btn--danger:before {
  content: '\f105';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  -ms-flex: 0 0 14px;
      flex: 0 0 14px;
  height: 1em;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  background-size: 100% auto;
}

.c-btn--block.c-btn--default, .c-btn--block.c-btn--danger {
  display: block;
  width: 600px;
  margin: 40px auto;
}

.c-btn--sm.c-btn--default, .c-btn--sm.c-btn--danger {
  min-width: inherit;
  padding: 10px 45px;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-grid__item .c-btn--default, .c-grid__item .c-btn--danger {
  display: block;
}

.c-btn--icon-default, .c-btn--icon-danger {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.c-btn--icon-default i, .c-btn--icon-danger i {
  margin-left: 20px;
}

.c-btn--block.c-btn--icon-default, .c-btn--block.c-btn--icon-danger {
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 40px auto;
}

.c-grid__item .c-btn--icon-default, .c-grid__item .c-btn--icon-danger {
  display: -ms-flexbox;
  display: flex;
}

.c-btn--triangle-default, .c-btn--triangle-danger {
  position: relative;
  display: inline-block;
  padding: 10px 18px 10px 34px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.c-btn--triangle-default:before, .c-btn--triangle-danger:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.c-btn--block.c-btn--triangle-default, .c-btn--block.c-btn--triangle-danger {
  display: block;
}

.c-btn--address-default, .c-btn--address-danger {
  position: relative;
  display: inline-block;
  min-width: 280px;
  padding: 20px 70px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.c-btn--address-default:before, .c-btn--address-danger:before {
  content: '\f138';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 1em;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

.c-btn--block.c-btn--address-default, .c-btn--block.c-btn--address-danger {
  display: block;
  min-width: inherit;
}

.c-btn--default {
  color: #fff;
  background-color: #9faaa9;
}

.c-btn--danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--icon-default {
  color: #fff;
  background-color: #9faaa9;
}

.c-btn--icon-danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--triangle-default {
  color: #fff;
  background-color: #9faaa9;
}

.c-btn--triangle-danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--address-default {
  color: #fff;
  background-color: #f47900;
}

.c-btn--address-danger {
  color: #fff;
  background-color: #d32f2f;
}

.c-btn--more {
  display: inline-block;
  padding: 5px 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9faaa9;
  text-align: center;
  text-decoration: none;
  border: 1px solid #9faaa9;
}

.c-btn--more.c-btn--block {
  display: block;
  width: 200px;
  padding: 10px;
  margin: 30px auto;
}

.c-btn--sns {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding-left: 2px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  background-color: #221815;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}

#footer .c-btn--sns {
  color: #221815;
  background-color: #3e3a39;
}

.c-btn--sns:last-child {
  margin-right: 0;
}

.c-btn--sns i {
  display: block;
  line-height: 1;
}

.c-btn--sidebar {
  display: block;
  margin: 10px 0;
}

/* box
----------------------------------------------------------------- */
.c-box {
  position: relative;
}

.c-box > a {
  display: block;
  height: 100%;
  color: #221815;
  text-decoration: none;
}

.c-box--image {
  background-color: #fafafa;
}

.c-box--icon {
  box-shadow: inset 0 0 0 1px #9faaa9;
}

.c-box--image .c-box__image {
  text-align: center;
}

.c-box--icon .c-box__image {
  position: relative;
  overflow: hidden;
  padding-top: 66.57%;
}

.c-box--icon .c-box__image i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 1em;
  font-size: 90px;
  font-size: 9rem;
  color: #9faaa9;
  text-align: center;
}

.c-box__content {
  padding: 16px 20px 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.c-box__content > *:first-child {
  margin-top: 0;
}

.c-box__content > *:last-child {
  margin-bottom: 0;
}

.c-entry .c-box__content > *:first-child {
  margin-top: 0;
}

.c-entry .c-box__content > *:last-child {
  margin-bottom: 0;
}

.c-box__status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
}

.c-box--border {
  padding: 25px 30px;
  border: 1px solid #b5b6b6;
}

.c-box--border > *:first-child {
  margin-top: 0;
}

.c-box--border > *:last-child {
  margin-bottom: 0;
}

/* column
----------------------------------------------------------------- */
.c-col {
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
}

.c-col .c-col__item {
  margin-right: 20px;
}

.c-col .c-col__item:last-child {
  margin-right: 0;
}

.c-col--pc {
  margin: 50px 0;
}

.c-col__item > *:first-child {
  margin-top: 0;
}

.c-col__item > *:last-child {
  margin-bottom: 0;
}

/* grid
----------------------------------------------------------------- */
.c-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}

.c-grid__item > *:first-child {
  margin-top: 0;
}

.c-grid__item > *:last-child {
  margin-bottom: 0;
}

.c-grid--1 {
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-grid--1 .c-grid__item {
  width: 100%;
  margin: 0 0 20px;
}

.c-grid--1 .c-grid__item:last-child {
  margin-bottom: 0;
}

/* title
----------------------------------------------------------------- */
.c-title--h1 {
  position: relative;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 42px;
  font-size: 4.2rem;
  color: #221815;
}

.c-title--h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
}

.c-title--h1 span {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.c-title--h1 span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 3px;
  background-color: #9faaa9;
}

.c-title--h2, .c-entry h2,
.c-entry .c-title--h2 {
  margin: 40px 0 20px;
  padding: 0 0 5px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #9faaa9;
  border-bottom: 1px solid #9faaa9;
}

.c-title--h2:before, .c-entry h2:before,
.c-entry .c-title--h2:before, .c-title--h2:after, .c-entry h2:after,
.c-entry .c-title--h2:after {
  display: none;
}

.c-title--h3, .c-entry h3,
.c-entry .c-title--h3 {
  position: relative;
  margin: 30px 0 20px;
  padding: 0 0 5px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #221815;
  border: none;
}

.c-title--h3:before, .c-entry h3:before,
.c-entry .c-title--h3:before {
  content: '';
  position: absolute;
  top: inherit;
  bottom: 0;
  right: inherit;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  padding: 0;
  background-color: #221815;
  border-radius: 0;
  transform: none;
}

.c-title--h3:after, .c-entry h3:after,
.c-entry .c-title--h3:after {
  display: none;
}

.c-title--h4, .c-entry h4,
.c-entry .c-title--h4 {
  margin: 30px 0 20px;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #898989;
  border: none;
}

.c-title--h4:before, .c-entry h4:before,
.c-entry .c-title--h4:before, .c-title--h4:after, .c-entry h4:after,
.c-entry .c-title--h4:after {
  display: none;
}

.c-title--h5, .c-entry h5,
.c-entry .c-title--h5 {
  position: relative;
  margin: 20px 0 15px;
  padding: 0 0 0 1.6em;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #727171;
  border: none;
}

.c-title--h5:before, .c-entry h5:before,
.c-entry .c-title--h5:before {
  content: '\f138';
  position: absolute;
  top: .5em;
  bottom: inherit;
  right: inherit;
  left: 0;
  width: 1em;
  height: 1em;
  padding-left: .1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  color: #9faaa9;
  border-radius: 50%;
  transform: translateY(-0.3em);
}

.c-title--h5:after, .c-entry h5:after,
.c-entry .c-title--h5:after {
  display: none;
}

.c-title--h6, .c-entry h6,
.c-entry .c-title--h6 {
  position: relative;
  margin: 20px 0 15px;
  padding: 0 0 0 1.1em;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9fa0a0;
  border: none;
}

.c-title--h6:before, .c-entry h6:before,
.c-entry .c-title--h6:before {
  content: '\f105';
  position: absolute;
  top: .5em;
  bottom: inherit;
  right: inherit;
  left: 0;
  display: block;
  width: auto;
  height: 1em;
  padding: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  color: #9faaa9;
  background: none;
  border-radius: 0;
  transform-origin: top left;
  transform: scale(0.714) translateY(-0.25em);
}

.c-title--h6:after, .c-entry h6:after,
.c-entry .c-title--h6:after {
  display: none;
}

.c-title--grid, .c-entry .c-title--grid {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 26px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #221815;
  border: none;
}

.c-title--grid:before, .c-entry .c-title--grid:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: inherit;
  right: inherit;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  padding: 0;
  background-color: #9faaa9;
  border-radius: 0;
  transform: none;
}

.c-title--grid:after, .c-entry .c-title--grid:after {
  display: none;
}

.c-title--box, .c-entry .c-title--box {
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  color: #9faaa9;
  text-align: center;
  border: none;
}

.c-title--box:before, .c-entry .c-title--box:before, .c-title--box:after, .c-entry .c-title--box:after {
  display: none;
}

/* list
----------------------------------------------------------------- */
.c-list--disc__item,
.c-list--disc li {
  position: relative;
  padding-left: 1.1em;
}

.c-list--disc__item:before,
.c-list--disc li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.c-list--arrow__item,
.c-list--arrow li {
  position: relative;
  padding-left: 1.1em;
}

.c-list--arrow__item:before,
.c-list--arrow li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px;
  border-color: transparent transparent transparent #9faaa9;
  position: absolute;
  top: .5em;
  left: 0;
}

.c-list--decimal {
  padding-left: 1.5em;
  list-style: decimal;
}

.c-list--dl dt {
  color: #9fa0a0;
}

.c-list--dl dd {
  margin-bottom: 15px;
}

.c-list--dl dd:last-child {
  margin-bottom: 0;
}

.c-list--dl-lg {
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
}

.c-list--dl-lg__row,
.c-list--dl-lg dl {
  margin: 0 0 25px;
}

.c-list--dl-lg__row:last-child,
.c-list--dl-lg dl:last-child {
  margin-bottom: 0;
}

.c-list--dl-lg__head > *:first-child, .c-list--dl-lg__data > *:first-child {
  margin-top: 0;
}

.c-list--dl-lg__head > *:last-child, .c-list--dl-lg__data > *:last-child {
  margin-bottom: 0;
}

.c-list--dl-lg__head,
.c-list--dl-lg dt {
  width: 18%;
  margin-right: 20px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #9faaa9;
}

/* table
----------------------------------------------------------------- */
.c-table, .c-entry table {
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
}

.c-table thead th, .c-entry table thead th,
.c-table thead td,
.c-entry table thead td {
  color: #fff;
  text-align: center;
  background-color: #9faaa9;
}

.c-table thead th, .c-entry table thead th {
  width: auto !important;
}

.c-table th, .c-entry table th,
.c-table td,
.c-entry table td {
  padding: 15px 18px;
  vertical-align: top;
  border: 1px solid #b5b6b6;
}

.c-table th > *:first-child, .c-entry table th > *:first-child,
.c-table td > *:first-child,
.c-entry table td > *:first-child {
  margin-top: 0;
}

.c-table th > *:last-child, .c-entry table th > *:last-child,
.c-table td > *:last-child,
.c-entry table td > *:last-child {
  margin-bottom: 0;
}

.c-table th, .c-entry table th {
  width: 280px !important;
  font-weight: bold;
  background-color: #e7f6f5;
}

.c-table--overflow {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin: 50px 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.c-table--overflow table {
  margin: 0;
  min-width: 100%;
}

.c-entry table {
  width: 100% !important;
}

/* code
----------------------------------------------------------------- */
.c-code {
  display: block;
  width: 100%;
  margin: 60px 0;
  margin: 1.2em 0;
  font-size: 12px;
  font-size: 1.2rem;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
}

.c-code code {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2em 3em;
  background-color: #fff;
  border: 1px solid #b5b6b6;
}

/* figure
----------------------------------------------------------------- */
.c-figure,
.wp-caption {
  max-width: 100%;
}

.c-figure__text,
.c-figure .wp-caption-text,
.wp-caption__text,
.wp-caption .wp-caption-text {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-entry p {
  margin: .8em 0;
}

.c-entry ul,
.c-entry ol,
.c-entry dl {
  margin: 1.5em 0;
}

.c-entry strong {
  font-weight: bold;
}

.c-entry em {
  font-weight: bold;
  color: #d32f2f;
}

.c-entry .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-entry > *:first-child {
  margin-top: 0;
}

.c-entry > *:last-child {
  margin-bottom: 0;
}

/* Project
----------------------------------------------------------------- */
/* breadcrumbs
----------------------------------------------------------------- */
.p-breadcrumb {
  margin-bottom: 50px;
  padding: 18px 0;
  border-bottom: 1px solid #b5b6b6;
}

.p-breadcrumb__inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0 10px;
}

.p-breadcrumb__item {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.p-breadcrumb__item:last-child {
  padding-right: 0;
}

.p-breadcrumb__item:last-child:before, .p-breadcrumb__item:last-child:after {
  display: none;
}

.p-breadcrumb__item a {
  font-weight: bold;
  color: #666;
}

/* language 翻訳
----------------------------------------------------------------- */
ul.bogo-language-switcher {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

ul.bogo-language-switcher li {
  position: relative;
  padding: 4px 14px;
}

ul.bogo-language-switcher li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1.5em;
  margin: auto;
  background-color: #221815;
}

#footer ul.bogo-language-switcher li:before {
  background-color: #3e3a39;
}

ul.bogo-language-switcher li.current {
  display: none;
}

#footer ul.bogo-language-switcher li {
  color: #3e3a39;
}

ul.bogo-language-switcher li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #221815;
  text-decoration: none;
}

ul.bogo-language-switcher li a:before {
  display: none;
}

#footer ul.bogo-language-switcher li a {
  color: #3e3a39;
}

/* slick
----------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slide
----------------------------------------------------------------- */
.p-slide {
  margin-bottom: 45px;
  padding: 0 50px;
}

.p-slide .slick-prev {
  left: -4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 9px;
  border-color: transparent #727171 transparent transparent;
}

.p-slide .slick-next {
  right: -4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 9px;
  border-color: transparent transparent transparent #727171;
}

.p-slide .slick-dots {
  bottom: -33px;
}

.p-slide__hero {
  background-color: rgba(241, 241, 241, 0.4);
}

.p-slide__hero__item {
  display: block !important;
}

.p-slide__hero__item img {
  display: block;
  width: 100%;
}

.p-slide__hero .slick-arrow {
  width: 30px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-slide__hero .slick-prev {
  left: 50px;
  background-image: url(../img/slide-prev.png);
}

.p-slide__hero .slick-next {
  right: 50px;
  background-image: url(../img/slide-next.png);
}

.p-slide__hero .slick-dots {
  bottom: 15px;
}

.p-slide__hero .slick-dots li:last-child {
  margin-right: 0;
}

.p-slide__hero .slick-dots li.slick-active button {
  background-color: #221815;
}

.p-slide__hero .slick-dots button {
  background-color: rgba(34, 24, 21, 0.35);
}

/* arrow */
.slick-arrow {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  margin: auto;
  padding: 0;
}

/* dots */
.slick-dots {
  position: absolute;
  bottom: -33px;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
}

.slick-dots li {
  margin-right: 15px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background-color: #221815;
}

.slick-dots button {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  background-color: #a9a5a4;
  border-radius: 50%;
}

/* tag
----------------------------------------------------------------- */
.p-tag {
  display: inline-block;
  padding: 5px 16px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  text-decoration: none;
  background-color: #eee;
  border-radius: 3px;
}

.p-tag__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -6px -10px 0 0;
}

.p-tag__list__item {
  margin: 6px 10px 0 0;
}

/* nav
----------------------------------------------------------------- */
.p-nav--pagelink {
  margin: 60px 0 40px;
}

.p-nav--pagelink__list__item {
  position: relative;
  padding: 2px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.p-nav--pagelink__list__item:last-child:after {
  display: none;
}

.p-nav--pagelink__list__item a {
  position: relative;
  display: block;
  padding-left: 26px;
  color: #221815;
  text-decoration: none;
}

.p-nav--pagelink__list__item a:before {
  content: '\f107';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  color: #9faaa9;
}

/* pager
----------------------------------------------------------------- */
.p-pager {
  margin: 60px 0;
}

.p-pager__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.p-pager__list__item {
  margin: 0 6px;
  line-height: 1;
}

.p-pager__list__item a {
  display: block;
  padding: 12px;
  color: #221815;
  text-decoration: none;
  background-color: #f1f1f1;
}

.p-pager__list__item.current a {
  background-color: #727171;
}

.p-pager__list__item.first-page a, .p-pager__list__item.last-page a, .p-pager__list__item.current a {
  pointer-events: none;
}

.p-pager__list__item.first-page, .p-pager__list__item.last-page {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* gallery
----------------------------------------------------------------- */
.p-gallery {
  margin: 50px 0;
}

.p-gallery__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pswp {
  z-index: 9999;
}

.pswp__bg {
  opacity: .75 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

/* address
----------------------------------------------------------------- */
.p-address {
  margin: 60px 0;
  border: 6px solid #f1f1f1;
}

.p-address__title {
  margin: 0 !important;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #001453;
  text-align: center;
  background-color: #f1f1f1;
}

.p-address__inner {
  padding: 30px 40px;
}

.p-address__inner > *:first-child {
  margin-top: 0;
}

.p-address__inner > *:last-child {
  margin-bottom: 0;
}

.p-address__list {
  margin: 0 !important;
  padding: 10px 10px 10px 20px;
  border-left: 3px solid #9faaa9;
}

.p-address__list__name {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #9faaa9;
}

.p-address__list--btn__item {
  margin-bottom: 20px;
}

.p-address__list--btn__item:last-child {
  margin-bottom: 0;
}

.p-address--sm {
  margin: 60px 0;
  padding: 25px 40px;
  background-color: rgba(239, 152, 38, 0.15);
}

.p-address--sm__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-address--lg {
  padding: 40px 0;
  background-color: #f1f1f1;
}

.p-address--lg__inner {
  margin: 0 auto;
  padding: 0 10px;
  margin: 0 auto;
}

.p-address--lg__title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #001453;
  text-align: center;
}

.p-address--lg__list {
  text-align: center;
}

.p-address--lg__list__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.p-address--lg__list--btn {
  margin-top: 40px;
}

.p-address--lg__list--btn__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/* schedule
----------------------------------------------------------------- */
.p-schedule {
  margin: 70px 0;
}

.p-schedule > *:first-child {
  margin-top: 0;
}

.p-schedule > *:last-child {
  margin-bottom: 0;
}

.p-schedule__year {
  margin: 20px 0;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: rgba(0, 20, 83, 0.5);
  text-align: center;
}

.p-schedule__list, .c-entry .p-schedule__list {
  position: relative;
  min-height: 100px;
  margin: 0 0 48px;
  padding: 9px 0 0 50px;
}

.p-schedule__list:last-child {
  margin-bottom: 0;
}

.p-schedule__list:last-child:after {
  display: none !important;
}

.p-schedule__list:before, .c-entry .p-schedule__list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
}

.p-schedule__list:after, .c-entry .p-schedule__list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 56px;
  border-color: #001453 transparent transparent transparent;
  position: absolute;
  bottom: -65px;
  right: 0;
  left: 0;
  margin: auto;
}

.p-schedule__list__month {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100px;
  height: 100px;
  font-weight: bold;
  font-size: 24px !important;
  font-size: 2.4rem !important;
  color: #fff !important;
  background-color: #001453;
  border-radius: 50%;
}

.color1 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.1);
}

.color2 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.2);
}

.color3 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.3);
}

.color4 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.4);
}

.color5 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.5);
}

.color6 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.6);
}

.color7 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.7);
}

.color8 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.8);
}

.color9 .p-schedule__list__month {
  background-color: rgba(0, 20, 83, 0.9);
}

.accent .p-schedule__list__month {
  background-color: #9faaa9;
}

.p-schedule__list__content {
  min-height: 80px;
  padding: 20px 10px 20px 80px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #001453;
  border: 1px solid rgba(0, 20, 83, 0.4);
}

.p-schedule__list__content > *:first-child {
  margin-top: 0;
}

.p-schedule__list__content > *:last-child {
  margin-bottom: 0;
}

.accent .p-schedule__list__content {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  font-size: 3rem;
  color: #9faaa9;
  background-color: rgba(159, 170, 169, 0.2);
  border: none;
}

/* 同時開催展
----------------------------------------------------------------- */
.p-relevent {
  position: relative;
  margin: 80px 0 60px;
  padding: 35px 20px 25px;
  border: 1px solid #9fa0a0;
}

.p-relevent__title,
.p-relevent h2 {
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  padding: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.p-relevent__title span,
.p-relevent h2 span {
  display: inline-block;
  min-width: 200px;
  max-width: 400px;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #9fa0a0;
  border-radius: 40px;
}

.p-relevent__list,
.p-relevent ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0;
}

.p-relevent__list__item,
.p-relevent__list li,
.p-relevent ul__item,
.p-relevent ul li {
  width: calc(14.285714% - 5px);
  margin: 10px 5px 0 0;
  text-align: center;
}

.p-relevent__list__item:last-child,
.p-relevent__list li:last-child,
.p-relevent ul__item:last-child,
.p-relevent ul li:last-child {
  margin-right: 0;
}

/* archive
----------------------------------------------------------------- */
.p-archive__list__item {
  margin-bottom: 2px;
  padding: 12px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f1f1f1;
}

.p-archive__list__item:last-child {
  margin-bottom: 0;
}

.c-entry .p-archive__list__title {
  margin-top: 0;
  margin-bottom: 0;
}

.p-archive__slide {
  padding: 30px 0;
  background-color: #f1f1f1;
}

.p-archive__slide__title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #727171;
  text-align: center;
}

.p-archive__slide__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 35px;
  height: 1px;
  margin: auto;
  background-color: #9faaa9;
}

.p-archive__slide__item a {
  color: #221815;
  text-decoration: none;
}

.p-archive__slide__item .p-article__time {
  margin: 0;
}

.p-archive__slide__btn {
  margin-top: 60px;
}

.p-archive__slide__btn .c-btn--more {
  margin-top: 0;
  margin-bottom: 0;
}

/* article
----------------------------------------------------------------- */
.p-article__header {
  margin-bottom: 40px;
}

.p-article__time {
  display: block;
  margin: 2px 26px 0 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #71706f;
}

/* top
----------------------------------------------------------------- */
.p-top__hero--bottom {
  margin: 0 auto;
  padding: 0 10px;
}

.p-top__banner {
  margin-bottom: 56px;
}

.p-top__banner__item {
  margin-bottom: 10px;
  text-align: center;
}

.p-top__banner__item:last-child {
  margin-bottom: 0;
}

.p-top__relevent {
  margin: 0;
}

.p-top__content {
  margin-top: 60px;
  margin-bottom: 70px;
}

.p-top__free {
  padding: 60px 0 80px;
}

.p-top__media {
  margin-bottom: 80px;
}

.p-top__media__image {
  margin-right: 45px;
}

.p-top__media__content {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-top__media__title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  color: #9faaa9;
}

.p-top__results {
  position: relative;
  margin: 0 0 80px;
  padding: 63px 10px 50px;
  border: 1px solid #9faaa9;
}

.p-top__results__title {
  position: absolute;
  top: -21px;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #9faaa9;
  text-align: center;
}

.p-top__results__title__inner {
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
}

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

.p-top__results__data:nth-of-type(1n) {
  color: #d32f2f;
}

.p-top__results__data:nth-of-type(2n) {
  color: #37469d;
}

.p-top__results__data:nth-of-type(3n) {
  color: #ef9826;
}

.p-top__results__data:nth-of-type(2n) {
  color: #009eb1;
}

.p-top__results__data__title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #727171;
}

.p-top__results__data__content {
  font-weight: 100;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

.p-top__results__data__num {
  margin-right: 9px;
  font-weight: bold;
  font-size: 60px;
  font-size: 6rem;
}

.p-top__links {
  padding: 50px 0;
  border-top: 1px solid #b5b6b6;
}

.p-top__links__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.p-top__links__list__item {
  -ms-flex: 1;
      flex: 1;
  margin-right: 70px;
}

.p-top__links__list__item img {
  width: auto;
  max-width: inherit;
  height: 44px;
}

/* ==========================================================================
Utility
========================================================================== */
/* align
----------------------------------------------------------------- */
.u-align--center {
  text-align: center;
}

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

.u-align--left {
  text-align-last: auto;
}

.u-align--vertical-middle {
  vertical-align: middle;
}

.u-align--vertical-top {
  vertical-align: top;
}

.u-align--vertical-bottom {
  vertical-align: bottom;
}

.u-align--vertical-baseline {
  vertical-align: baseline;
}

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

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex
----------------------------------------------------------------- */
.u-flex {
  display: -ms-flexbox;
  display: flex;
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-flex--column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.u-flex--column > * {
  max-width: 100%;
  min-height: 0%;
}

.u-flex--ai-center {
  -ms-flex-align: center;
      align-items: center;
}

.u-flex--ai-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.u-flex--ai-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.u-flex--ai-base {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.u-flex--ai-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.u-flex--as-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.u-flex--as-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.u-flex--as-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.u-flex--as-base {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.u-flex--as-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.u-flex--jc-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.u-flex--jc-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.u-flex--jc-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.u-flex--jc-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex--jc-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.u-flex--order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.u-flex--order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.u-flex--order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.u-flex--order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.u-flex--order-5 {
  -ms-flex-order: 5;
      order: 5;
}

/* display
----------------------------------------------------------------- */

/* margin, padding
----------------------------------------------------------------- */
.u-mg--0 {
  margin: 0 !important;
}

.u-mg--t-0 {
  margin-top: 0 !important;
}

.u-mg--t-xl {
  margin-top: 90px !important;
}

.u-mg--t-lg {
  margin-top: 70px !important;
}

.u-mg--t-md {
  margin-top: 50px !important;
}

.u-mg--t-sm {
  margin-top: 20px !important;
}

.u-mg--t-xs {
  margin-top: 10px !important;
}

.u-mg--r-0 {
  margin-right: 0 !important;
}

.u-mg--r-xl {
  margin-right: 90px !important;
}

.u-mg--r-lg {
  margin-right: 70px !important;
}

.u-mg--r-md {
  margin-right: 50px !important;
}

.u-mg--r-sm {
  margin-right: 20px !important;
}

.u-mg--r-xs {
  margin-right: 10px !important;
}

.u-mg--b-0 {
  margin-bottom: 0 !important;
}

.u-mg--b-xl {
  margin-bottom: 90px !important;
}

.u-mg--b-lg {
  margin-bottom: 70px !important;
}

.u-mg--b-md {
  margin-bottom: 50px !important;
}

.u-mg--b-sm {
  margin-bottom: 20px !important;
}

.u-mg--b-xs {
  margin-bottom: 10px !important;
}

.u-mg--l-0 {
  margin-left: 0 !important;
}

.u-mg--l-xl {
  margin-left: 90px !important;
}

.u-mg--l-lg {
  margin-left: 70px !important;
}

.u-mg--l-md {
  margin-left: 50px !important;
}

.u-mg--l-sm {
  margin-left: 20px !important;
}

.u-mg--l-xs {
  margin-left: 10px !important;
}

.u-mg--t-auto {
  margin-top: auto !important;
}

.u-mg--r-auto {
  margin-right: auto !important;
}

.u-mg--b-auto {
  margin-bottom: auto !important;
}

.u-mg--l-auto {
  margin-left: auto !important;
}

.u-pd--0 {
  padding: 0 !important;
}

.u-pd--t-0 {
  padding-top: 0 !important;
}

.u-pd--t-xl {
  padding-top: 90px !important;
}

.u-pd--t-lg {
  padding-top: 70px !important;
}

.u-pd--t-md {
  padding-top: 50px !important;
}

.u-pd--t-sm {
  padding-top: 20px !important;
}

.u-pd--t-xs {
  padding-top: 10px !important;
}

.u-pd--r-0 {
  padding-right: 0 !important;
}

.u-pd--r-xl {
  padding-right: 90px !important;
}

.u-pd--r-lg {
  padding-right: 70px !important;
}

.u-pd--r-md {
  padding-right: 50px !important;
}

.u-pd--r-sm {
  padding-right: 20px !important;
}

.u-pd--r-xs {
  padding-right: 10px !important;
}

.u-pd--b-0 {
  padding-bottom: 0 !important;
}

.u-pd--b-xl {
  padding-bottom: 90px !important;
}

.u-pd--b-lg {
  padding-bottom: 70px !important;
}

.u-pd--b-md {
  padding-bottom: 50px !important;
}

.u-pd--b-sm {
  padding-bottom: 20px !important;
}

.u-pd--b-xs {
  padding-bottom: 10px !important;
}

.u-pd--l-0 {
  padding-left: 0 !important;
}

.u-pd--l-xl {
  padding-left: 90px !important;
}

.u-pd--l-lg {
  padding-left: 70px !important;
}

.u-pd--l-md {
  padding-left: 50px !important;
}

.u-pd--l-sm {
  padding-left: 20px !important;
}

.u-pd--l-xs {
  padding-left: 10px !important;
}

/* text
----------------------------------------------------------------- */
.u-text--size-xs {
  font-size: .75em;
}

.u-text--size-sm {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-text--size-lg {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-text--color-default {
  color: #221815;
}

.u-text--color-main {
  color: #9faaa9;
}

.u-text--color-em {
  color: #9faaa9;
}

.u-text--color-white {
  color: #fff;
}

.u-text--font-gothic {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.u-text--strong {
  font-weight: bold;
}

.u-text--italic {
  font-style: italic;
}

.u-text--space-0 {
  letter-spacing: 0;
}

.u-text--space-wide {
  letter-spacing: .5em;
}

.u-text--indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text--indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.u-text--break {
  word-wrap: break-word;
}

.u-text--price {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  color: #d32f2f;
  line-height: 1.2;
}

/* link
----------------------------------------------------------------- */

.u-link--tel {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.u-link--line-none {
  text-decoration: none;
}

/* iframe
----------------------------------------------------------------- */
.u-iframe--video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wp-editor .u-iframe--video {
  padding: 0;
}

.u-iframe--video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-editor .u-iframe--video iframe {
  position: static;
  width: auto;
  height: auto;
}

.u-iframe--gmap iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/* js
----------------------------------------------------------------- */
.js-image--switch {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s;
}

.js-image--switch.js-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.js-accordion__btn {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.js-accordion__content.js-close {
  display: none;
}

.js-accordion--sp__btn {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  cursor: pointer;
}

#seminarBox .imgBox-mobile {
display: none;
}
.l-gnav-mobile {
display: none;
}
#smWrap {
width: 79%;
}
#smWrapPaid {
  width: 100%;
  }
#seminarMenu {
width: 21%;
max-width: 220px;
}
.greeting {
width: 75%;
font-size: 12px;
color:black;
float: left;
}
.l-header {
display: none;
}
.l-header__fixed{
border-top: 4px solid #9faaa9;
}
.l-header__event{
margin: 0 ;
}
.l-header__inner{
width: 100%;
max-width: 1240px;
padding: 0 20px;
}
.l-header__inner{
padding-top: 22px;
padding-bottom: 10px;
}
.l-header--right{
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
    flex-direction: column;
-ms-flex-align: end;
    align-items: flex-end;
margin-left: auto;
}
.l-header--right > *{
max-width: 100%;
min-height: 0%;
}
body.en-US .l-header--right__btn__item a{
font-size: 1.2rem;
}
.l-header--bottom{
display: none !important;
}
.l-header__logo{
-ms-flex: 280px;
    flex: 280px;
margin-right: 24px;
}
.l-header__logo{
transition: .3s;
}
.l-header__logo:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.l-gnav{
background-color: #fff;
border-bottom: 1px solid #9faaa9;
}
.l-gnav.js-fixed{
top: 0;
left: 0;
}
.l-gnav__list{
padding: 0 20px;
}
.l-gnav__list{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: start;
}
.l-gnav__list__item__inner{
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
    align-items: center;
-ms-flex-pack: center;
    justify-content: center;
height: 50px;
color: #727171;
}
.l-gnav__list__item__inner:hover{
color: #E6378C;
}
.js-has--child .l-gnav__list__item__inner:after{
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 8px;
border-color: transparent transparent #9faaa9 transparent;
position: absolute;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
margin: auto;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
transition: .4s;
}
.js-hover .l-gnav__list__item__inner:after{
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.l-gnav--sub{
position: absolute;
top: 31px;
left: 0;
z-index: 100;
width: 100%;
padding: 20px 0 0;
}
.l-gnav--sub__inner{
padding: 30px 0;
background-color: #fafafa;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}
.l-gnav--sub__list{
width: 1240px;
padding: 0 20px;
}
.l-gnav--sub__list .l-gnav--sub__list__item{
width: calc(20% - (10px / 1.25));
margin: 20px 10px 0 0;
}
.l-gnav--sub__list .l-gnav--sub__list__item:nth-of-type(-n+5){
margin-top: 0;
}
.l-gnav--sub__list .l-gnav--sub__list__item:nth-of-type(5n){
margin-right: 0;
}
.l-gnav--sub__list{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.l-gnav--sub__list__item a{
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
    flex-direction: column;
height: 100%;
background-color: #fff;
border: 1px solid #b5b6b6;
}
.l-gnav--sub__list__item a > *{
max-width: 100%;
min-height: 0%;
}
.l-gnav--sub__list__item a:hover .l-gnav--sub__list__text:before{
transform: translateX(5px);
}
.l-gnav--sub__list__text{
position: relative;
-ms-flex: 1;
    flex: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
    align-items: center;
padding: 16px 5px 16px 44px;
font-weight: normal;
margin: 0;
}
.l-gnav--sub__list__text:before{
content: '\f105';
position: absolute;
top: 0;
bottom: 0;
left: 16px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
    align-items: center;
-ms-flex-pack: center;
    justify-content: center;
width: 16px;
height: 16px;
margin: auto;
padding-left: 1px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
line-height: 1;
font-size: 1rem;
color: #fff;
background-color: #9faaa9;
border-radius: 50%;
transition: .4s;
}
.l-gnav__btn{
display: none;
}
.l-footer__inner{
width: 1240px;
padding: 0 20px;
}
.l-footer--center-left__link:hover{
text-decoration: underline;
}
.l-footer--center-right{
margin-left: auto;
}
.l-footer__mutual{
display: -ms-flexbox;
display: flex;
}
.l-footer__mutual__title{
margin-right: 30px;
}
.l-content{
width: 1240px;
padding: 0 20px;
}
.l-content__column{
display: -ms-flexbox;
display: flex;
margin-bottom: 60px;
}
.l-main{
width: 1240px;
padding: 0 20px;
}
.l-content__column .l-main{
width: 900px;
margin: 0 0 0 auto;
padding: 0;
}
.l-sidebar{
-ms-flex-order: -1;
    order: -1;
width: 230px;
/*margin-right: 70px;*/
}
.l-sidebar__block:first-child .l-sidebar__title{
padding: 12px 5px;
font-size: 1.6rem;
color: #fff;
text-align: center;
background-color: #71706f;
}
.l-sidebar__block:first-child .l-sidebar__title:after{
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 8px;
border-color: #71706f transparent transparent transparent;
position: absolute;
top: 100%;
bottom: inherit;
right: 0;
left: 0;
margin: auto;
background: none;
}
.l-sidebar__block:first-child .l-sidebar__title span{
display: inline;
}
.l-sidebar__block:first-child .l-sidebar__title span:after{
display: none;
}
.l-sidebar__title{
margin-bottom: 15px;
font-size: 1.8rem;
}
.l-sidebar__title:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #e5e5e5;
}
.l-sidebar__block--accordion .l-sidebar__title:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #e5e5e5;
}
.l-sidebar__title span{
position: relative;
display: inline-block;
padding-bottom: 10px;
}
.l-sidebar__title span:after{
content: '';
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 3px;
background-color: #221815;
}
.l-sidebar__list--textlink__item a{
transition: .4s;
}
.l-sidebar__list--textlink__item a:hover{
color: #9faaa9;
background-color: rgba(159, 170, 169, 0.15);
}
.l-sidebar__list--banner__item a{
transition: .3s;
}
.l-sidebar__list--banner__item a:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.c-section__inner{
width: 1240px;
padding: 0 20px;
}
.c-section--md{
width: 992px;
}
.c-btn--default:after, .c-btn--danger:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(255, 255, 255, 0.1);
transition: .4s;
}
.c-btn--default:hover:after, .c-btn--danger:hover:after{
width: 100%;
}
.c-btn--block.c-btn--default, .c-btn--block.c-btn--danger{
padding: 25px 2em;
}
.c-btn--icon-default:after, .c-btn--icon-danger:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(255, 255, 255, 0.1);
transition: .4s;
}
.c-btn--icon-default:hover:after, .c-btn--icon-danger:hover:after{
width: 100%;
}
.c-btn--block.c-btn--icon-default, .c-btn--block.c-btn--icon-danger{
padding: 25px 10px;
}
.c-btn--triangle-default:after, .c-btn--triangle-danger:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(255, 255, 255, 0.1);
transition: .4s;
}
.c-btn--triangle-default:hover:after, .c-btn--triangle-danger:hover:after{
width: 100%;
}
.c-btn--address-default:after, .c-btn--address-danger:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(255, 255, 255, 0.1);
transition: .4s;
}
.c-btn--address-default:hover:after, .c-btn--address-danger:hover:after{
width: 100%;
}
.c-btn--address-default .p-address--lg, .c-btn--address-danger .p-address--lg{
font-size: 2.4rem;
}
.c-btn--address-default .p-address--lg:before, .c-btn--address-danger .p-address--lg:before{
left: 30px;
}
.c-btn--more{
transition: .4s;
}
.c-btn--more:hover{
color: #fff;
background-color: #9faaa9;
}
.c-btn--sns{
transition: .4s;
}
.c-btn--sns:hover{
color: #221815;
background-color: #fff;
border-color: #221815;
}
#footer .c-btn--sns:hover{
color: #3e3a39;
background-color: #221815;
border-color: #3e3a39;
}
.c-box > a{
transition: .3s;
}
.c-box > a:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.c-col--pc{
display: -ms-flexbox;
display: flex;
}
.c-col--pc .c-col__item{
margin-right: 20px;
}
.c-col--pc .c-col__item:last-child{
margin-right: 0;
}
.c-grid--2 .c-grid__item{
width: calc(50% - (30px / 2));
margin: 30px 30px 0 0;
}
.c-grid--2 .c-grid__item:nth-of-type(-n+2){
margin-top: 0;
}
.c-grid--2 .c-grid__item:nth-of-type(2n){
margin-right: 0;
}
.c-grid--2-pc .c-grid__item{
width: calc(50% - (30px / 2));
margin: 30px 30px 0 0;
}
.c-grid--2-pc .c-grid__item:nth-of-type(-n+2){
margin-top: 0;
}
.c-grid--2-pc .c-grid__item:nth-of-type(2n){
margin-right: 0;
}
.c-grid--3 .c-grid__item{
width: calc(33.3333333333% - (20px / 1.5));
margin: 20px 20px 0 0;
}
.c-grid--3 .c-grid__item:nth-of-type(-n+3){
margin-top: 0;
}
.c-grid--3 .c-grid__item:nth-of-type(3n){
margin-right: 0;
}
.c-grid--3-pc .c-grid__item{
width: calc(33.3333333333% - (20px / 1.5));
margin: 20px 20px 0 0;
}
.c-grid--3-pc .c-grid__item:nth-of-type(-n+3){
margin-top: 0;
}
.c-grid--3-pc .c-grid__item:nth-of-type(3n){
margin-right: 0;
}
.c-grid--4 .c-grid__item{
width: calc(25% - (10px / 1.33));
margin: 10px 10px 0 0;
}
.c-grid--4 .c-grid__item:nth-of-type(-n+4){
margin-top: 0;
}
.c-grid--4 .c-grid__item:nth-of-type(4n){
margin-right: 0;
}
.c-grid--4-pc .c-grid__item{
width: calc(25% - (10px / 1.33));
margin: 10px 10px 0 0;
}
.c-grid--4-pc .c-grid__item:nth-of-type(-n+4){
margin-top: 0;
}
.c-grid--4-pc .c-grid__item:nth-of-type(4n){
margin-right: 0;
}
.c-list--dl dt{
font-size: 1.6rem;
}
.c-list--dl-lg__row,
.c-list--dl-lg dl{
display: -ms-flexbox;
display: flex;
}
.c-list--dl-lg__data,
.c-list--dl-lg dd{
-ms-flex: 1;
    flex: 1;
}
.c-grid__item .c-table th, .c-grid__item .c-entry table th, .c-entry .c-grid__item table th{
width: 150px !important;
}
.c-grid__item .c-table th, .c-grid__item .c-entry table th, .c-entry .c-grid__item table th{
width: 150px !important;
}
.c-entry .alignright{
float: right;
margin: 0 0 .2em 1.5em;
max-width: 50%;
}
.c-entry .alignleft{
float: left;
margin: 0 1.5em .2em 0;
max-width: 50%;
}
.p-breadcrumb__inner{
width: 1240px;
padding: 0 20px;
}
.p-breadcrumb__item:after{
content: '\f105';
position: absolute;
top: 0;
bottom: 0;
right: 0;
height: 1em;
margin: auto;
font-family: "Font Awesome 5 Free";
font-weight: 900;
line-height: 1;
font-size: 1rem;
}
ul.bogo-language-switcher li a:hover{
text-decoration: underline;
}
.p-slide__hero .slick-dots li{
margin-right: 15px;
}
.p-slide__hero .slick-dots button{
width: 15px;
height: 15px;
}
.slick-arrow{
transition: .3s;
}
.slick-arrow:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.slick-dots button{
transition: .4s;
}
.slick-dots button:hover{
transform: scale(1.2);
}
.p-tag{
transition: .4s;
}
.p-tag:hover{
background-color: rgba(238, 238, 238, 0.6);
}
.p-nav--pagelink__list{
display: -ms-flexbox;
display: flex;
}
.p-nav--pagelink__list__item:first-child{
padding-left: 0;
}
.p-nav--pagelink__list__item:last-child{
padding-right: 0;
}
.p-nav--pagelink__list__item:after{
content: '';
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 100%;
background-color: #b5b6b6;
}
.p-nav--pagelink__list__item a:hover:before{
transform: translateY(4px);
}
.p-nav--pagelink__list__item a:before{
transition: .4s;
}
.p-pager__list__item{
margin: 0 2px;
}
.p-pager__list__item a{
transition: .4s;
}
.p-pager__list__item a:hover{
background-color: #727171;
}
.p-gallery__list .p-gallery__list__item{
width: calc(25% - (26px / 1.33));
margin: 26px 26px 0 0;
}
.p-gallery__list .p-gallery__list__item:nth-of-type(-n+4){
margin-top: 0;
}
.p-gallery__list .p-gallery__list__item:nth-of-type(4n){
margin-right: 0;
}
.p-gallery__list a{
transition: .3s;
}
.p-gallery__list a:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.p-address__inner{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
    align-items: center;
}
.p-address__list{
width: 60%;
}
.p-address__list--btn{
width: 40%;
margin: 0 !important;
}
.p-address--lg__inner{
width: 1240px;
padding: 0 20px;
}
.p-address--lg__list--btn{
display: -ms-flexbox;
display: flex;
}
.p-address--lg__list--btn__item{
-ms-flex: 1;
    flex: 1;
margin-right: 40px;
}
.l-content__column .p-relevent__list__item, .l-content__column
.p-relevent__list li, .l-content__column
.p-relevent ul__item, .l-content__column
.p-relevent ul li{
width: calc(25% - 5px);
}
.p-relevent__list__item a,
.p-relevent__list li a,
.p-relevent ul__item a,
.p-relevent ul li a{
transition: .3s;
}
.p-relevent__list__item a:hover,
.p-relevent__list li a:hover,
.p-relevent ul__item a:hover,
.p-relevent ul li a:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.p-archive__list__item:after{
content: "";
display: block;
clear: both;
}
.p-archive__list__item .p-article__time{
float: left;
width: 160px;
margin: 0 46px 0 0;
}
.p-archive__list__title{
float: right;
width: calc(100% - 160px - 46px);
}
.p-article__header__inner{
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
    align-items: flex-start;
}
.p-article__time{
white-space: nowrap;
}
.p-top__hero--bottom{
width: 1240px;
padding: 0 20px;
}
.p-top__hero--bottom{
margin-top: 35px;
margin-bottom: 35px;
}
.p-top__banner__item a{
transition: .3s;
}
.p-top__banner__item a:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.p-top__relevent__list{
-ms-flex-pack: center;
    justify-content: center;
}
.p-top__content__list{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-top__content__list .p-top__content__list__item{
width: calc(33.3333333333% - (38px / 1.5));
margin: 38px 38px 0 0;
}
.p-top__content__list .p-top__content__list__item:nth-of-type(-n+3){
margin-top: 0;
}
.p-top__content__list .p-top__content__list__item:nth-of-type(3n){
margin-right: 0;
}
.p-top__media{
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
    align-items: flex-start;
}
.p-top__media__image{
-ms-flex: 1;
    flex: 1;
}
.p-top__media__content{
-ms-flex: 1;
    flex: 1;
}
.p-top__results{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
    align-items: center;
-ms-flex-pack: distribute;
    justify-content: space-around;
}
.p-top__links__list__item a{
transition: .3s;
}
.p-top__links__list__item a:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.u-align--image-right{
float: right;
margin: 0 0 .2em 1.5em;
max-width: 50%;
}
.u-align--image-left{
float: left;
margin: 0 1.5em .2em 0;
max-width: 50%;
}
.u-flex--wrap-pc{
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.u-flex--column-pc{
-ms-flex-direction: column;
    flex-direction: column;
}
.u-flex--column-pc > *{
max-width: 100%;
min-height: 0%;
}
.u-flex--ai-center-pc{
-ms-flex-align: center;
    align-items: center;
}
.u-flex--ai-end-pc{
-ms-flex-align: end;
    align-items: flex-end;
}
.u-flex--ai-start-pc{
-ms-flex-align: start;
    align-items: flex-start;
}
.u-flex--ai-base-pc{
-ms-flex-align: baseline;
    align-items: baseline;
}
.u-flex--ai-stretch-pc{
-ms-flex-align: stretch;
    align-items: stretch;
}
.u-flex--as-center-pc{
-ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.u-flex--as-end-pc{
-ms-flex-item-align: end;
    align-self: flex-end;
}
.u-flex--as-start-pc{
-ms-flex-item-align: start;
    align-self: flex-start;
}
.u-flex--as-base-pc{
-ms-flex-item-align: baseline;
    align-self: baseline;
}
.u-flex--as-stretch-pc{
-ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.u-flex--jc-center-pc{
-ms-flex-pack: center;
    justify-content: center;
}
.u-flex--jc-end-pc{
-ms-flex-pack: end;
    justify-content: flex-end;
}
.u-flex--jc-start-pc{
-ms-flex-pack: start;
    justify-content: flex-start;
}
.u-flex--jc-around-pc{
-ms-flex-pack: distribute;
    justify-content: space-around;
}
.u-flex--jc-between-pc{
-ms-flex-pack: justify;
    justify-content: space-between;
}
.u-flex--order-1-pc{
-ms-flex-order: 1;
    order: 1;
}
.u-flex--order-2-pc{
-ms-flex-order: 2;
    order: 2;
}
.u-flex--order-3-pc{
-ms-flex-order: 3;
    order: 3;
}
.u-flex--order-4-pc{
-ms-flex-order: 4;
    order: 4;
}
.u-flex--order-5-pc{
-ms-flex-order: 5;
    order: 5;
}
.u-display--block-pc{
display: block;
}
.u-display--inline-pc{
display: inline-block;
}
.u-show--pc{
display: block !important;
}
.u-show--sp{
display: none !important;
}
.u-hide--pc{
display: none !important;
}
.u-link--image{
transition: .3s;
}
.u-link--image:hover{
opacity: 0.6;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.js-accordion--sp__btn{
display: none !important;
}
.js-accordion--sp__content{
display: block !important;
}

.semDelBtn{
  width: 55px;
  height: 22px;
  border: 0px;
  background: url('../../../../common/images/btn_delete.jpg') no-repeat center;
}
/*# sourceMappingURL=common.css.map */
