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

/**
   * 1. Correct font family not being inherited in all browsers.
   * 2. Correct font size not being inherited in all browsers.
   * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * 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 box sizing set to `content-box` in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * 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.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, figcaption {
  font-style: normal;
  font-weight: normal;
}

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.7;
  -webkit-text-size-adjust: 100%;
  /*PCサイトをスマホで見た時の文字サイズ固定*/
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}


caption, th {
  text-align: left;
}

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

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

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

input, textarea, select, button {
  font-size: 1em;
}

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: 8px;
}

.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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 12px;
}

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

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

.l-header--right__list__link:last-child {
  padding-right: 0;
}

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

#footer .l-header--right__list__link:before {
  background-color: #3e3a39;
}

.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--sticky {
  position: fixed;
  top: -50px;
  left: 0;
  transition: top .4s;
}

.l-gnav--sticky.js-fixed {
  top: 0;
}

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

.l-gnav__list__item {
  position: relative;
}

.l-gnav__list__item__inner {
  position: relative;
  display: block;
  padding: 0 15px;
  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__item a {
  position: relative;
  display: block;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.2;
  text-decoration: none;
}

.l-gnav__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  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);
}

.l-gnav--it-pc {
  background-color: #f1f1f1;
}

.l-gnav--it-sp {
  width: 100%;
  margin: 0 0 15px;
}

.l-gnav--it__title__inner {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 4px 20px 8px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #9faaa9;
}

.l-gnav--it__title__inner:before, .l-gnav--it__title__inner:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50px;
  height: 100%;
  background-color: #9faaa9;
}

.l-gnav--it__title__inner:before {
  right: calc(100% - 25px);
  transform: skew(45deg);
}

.l-gnav--it__title__inner:after {
  left: calc(100% - 25px);
  transform: skew(-45deg);
}

.l-gnav--it__list {
  display: -ms-flexbox;
  display: flex;
}

.l-gnav--it__list__item {
  position: relative;
  margin-right: 20px;
}

.l-gnav--it__list__item:last-child:after {
  display: none;
}

.l-gnav--it__list__item a {
  display: inline-block;
  padding: 2px 0;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  color: #221815;
  text-decoration: none;
}

/* 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 2px;
  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: 40px 0 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 {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

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

#home .l-main,
body.page-template-page-template-top-php .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;
  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
----------------------------------------------------------------- */
.c-entry p {
  margin: .8em 0;
}

.c-entry ul,
.c-entry ol,
.c-entry dl {
  margin: .8em 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;
}

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

/* input
----------------------------------------------------------------- */
.c-input--text, .c-input--textarea {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 6px .6em;
  background-color: #fff;
  border: solid 1px #b5b6b6;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
}

.c-input--textarea {
  width: 100%;
  min-height: 180px;
}

.c-input--select {
  padding: 6px .6em;
  background-color: #fff;
  border: solid 1px #b5b6b6;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  height: 35px;
}

/* button
----------------------------------------------------------------- */
.c-button--success, .c-button--back {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 25px 2em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.c-btn--sm.c-button--success, .c-btn--sm.c-button--back {
  padding: 10px 2em;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-button--success {
  color: #fff;
  background-color: #9faaa9;
}

.c-button--back {
  color: #fff;
  background-color: #727171;
}

/* label
----------------------------------------------------------------- */
.c-label--optional, .c-label--must {
  display: inline-block;
  margin-top: 2px;
  padding: 2px 10px;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  border-radius: 2px;
}

.c-label--optional {
  background-color: #727171;
}

.c-label--must {
  background-color: #d32f2f;
}

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

.js-accordion__btn.c-btn--icon-default i, .js-accordion__btn.c-btn--icon-danger i {
  transform: rotate(0);
  transition: transform .4s;
}

.js-accordion__btn.js-close.c-btn--icon-default i, .js-accordion__btn.js-close.c-btn--icon-danger i {
  transform: rotate(-180deg);
}

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

.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-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: 26px;
  height: 26px;
  margin-right: 10px;
//  padding-left: 2px;
  font-size: 15px;
//  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 !important;
}

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

/* 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: 40px 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: 50px 0 30px;
  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-weight: 900;
  line-height: 1;
  color: #9faaa9;
  background: none;
  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-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.c-grid__item,
.c-list--disc > li.c-grid__item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.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.c-grid__item,
.c-list--arrow > li.c-grid__item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.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-lg {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}

.c-entry .c-list--dl-lg {
  margin: 20px 0;
}

.c-list--dl-lg__row {
  margin: 0 0 10px;
}

.c-entry .c-list--dl-lg__row {
  margin: 0 0 10px;
}

.c-list--dl-lg__row: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: 170px;
  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: 30px 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 !important;
  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;
}

/* media
----------------------------------------------------------------- */
.c-media {
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.c-media__image {
  width: 320px;
  margin-right: 30px;
}

.c-media__content {
  -ms-flex: 1;
      flex: 1;
}

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

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

/* Project
----------------------------------------------------------------- */
/* p-form
----------------------------------------------------------------- */
.p-form__table {
  table-layout: fixed;
}

.p-form__table th {
  position: relative;
}

.p-form__btn {
  margin: 40px -10px 0;
}

.p-form__show--confirm {
  display: none;
}

.mw_wp_form_confirm .p-form__show--confirm {
  display: block;
}

.p-form__hide--confirm {
  display: block;
}

.mw_wp_form_confirm .p-form__hide--confirm {
  display: none;
}

/* Contact Form 7
----------------------------------------------------------------- */
.wpcf7-response-output {
  display: none !important;
}

/* 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-slide.slick-current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=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-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: 40px 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: 30px 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: 50px 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;
  line-height: 1.2;
  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-schedule__list__content--note {
  font-size: 14px;
  font-size: 1.4rem;
}

/* 同時開催展
----------------------------------------------------------------- */
.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;
  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: -20px 0 0;
}

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

/* 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 .p-article__time {
  float: left;
  margin: 0 10px 0 0;
}

.p-archive__slide__tag__wrap {
  float: left;
}

.p-archive__slide__text {
  clear: both;
}

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

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

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

.p-archive__tag {
  padding: 2px 10px;
  font-size: 10px;
  font-size: 1rem;
  color: #eee;
  text-align: center;
  background-color: #221815;
  border-radius: 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__banner {
  margin: 0 auto;
  padding: 0 10px;
}

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

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

.p-top__relevent {
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.p-top__content__list__item {
  position: relative;
}

.p-top__content__list__link {
  margin: 0 !important;
}

.p-top__content__list__link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top__free {
  margin: 60px 0;
}

.p-top__media {
  margin: 60px 0 80px;
}

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

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

.p-top__results {
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-top__results__inner {
  position: relative;
  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: 4px;
  font-weight: bold;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0;
}

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

.p-top__links__title {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 10px;
}

.p-top__links__title__inner {
  display: inline-block;
  padding: 2px 50px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #221815;
  background-color: #fff;
}


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

/* card
----------------------------------------------------------------- */
.p-card__item {
  background-color: #f1f1f1;
}

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

.p-card__header > * {
  background-color: #9faaa9;
  padding: 10px;
  color: #fff;
}

.p-card__header__slot {
  width: 20%;
  border-right: 2px solid #fff;
  text-align: center;
  font-weight: bold;
}

.p-card__header__slot span {
  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;
  height: 100%;
}

.p-card__header__text {
  width: 80%;
}

.p-card__header__text p {
  margin: 0;
}

.p-card__data {
  padding: 20px;
}

.p-card__data__theme {
  margin: 0 0 10px 0 !important;
}

.p-card__data__btn {
  width: 50%;
  margin: 0 auto;
}

/* よくある質問
----------------------------------------------------------------- */
.p-faq {
  margin: 0 0 1px;
}

.c-entry .p-faq {
  margin: 0 0 1px;
}

.p-faq__title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1em 3em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background-color: #9faaa9;
}

.p-faq__title:before {
  content: 'Q';
  position: absolute;
  top: .8em;
  left: .7em;
  width: 1em;
  height: calc(1em * 1.7);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.p-faq__title:after {
  content: '+';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 1em;
  height: calc(1em * 1.7);
  margin: auto;
  text-align: center;
  transition: all 0.35s;
  transform: rotate(315deg);
  transform-origin: center center;
}

.p-faq__title.js-close:after {
  transform: rotate(0);
}

.p-faq__content {
  padding: 1.5em;
  background: #e7f6f5;
}

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

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

/* メールマガジン
----------------------------------------------------------------- */
.p-mailmag {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #9faaa9;
}

.p-mailmag__title {
  margin: 0 !important;
  padding: 10px 5px !important;
  color: #fff !important;
  line-height: 1;
  text-align: center;
  background-color: #9faaa9;
  border: none !important;
}

.p-mailmag__title img {
  width: 200px;
}

.p-mailmag__content {
  max-width: 600px;
  margin: 0 auto;
  padding: 8px 5px;
}

.p-mailmag__content .c-input--text {
  display: block;
  width: 100%;
}

#mailmag-thanks .l-sidebar .mw_wp_form_complete {
  display: none;
}

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

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

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

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

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

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

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

/* float
----------------------------------------------------------------- */
.u-float--left {
  float: left;
}

.u-float--right {
  float: right;
}

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

.slick-slide .js-image--switch {
  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;
}

@media screen and (max-width: 768px){
  body{
    font-size: 1.2rem;
  }
  .l-header{
    padding-top: 41px;
  }
  .l-header__fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    background-color: #fff;
  }
  .l-header__inner{
    position: relative;
    height: 41px;
    padding: 12px 15px;
    border-bottom: 1px solid #b5b6b6;
  }
  .l-header--left{
    display: none;
  }
  .l-header--right__btn{
    display: none;
  }
  .l-header--right__list__item{
    margin-right: 8px;
  }
  	.l-header--right__list__link{
    padding: 2px 8px;
    font-size: 1rem;
  }
  .l-header--bottom__btn{
    margin: 0 0 15px;
  }
  .l-header--bottom__btn:last-child{
    margin-bottom: 0;
  }
  .l-header__logo{
    margin: 0 auto 13px;
    text-align: center;
  }
  .l-header__event{
    margin-bottom: 15px;
  }
  .l-header__event__title{
    font-size: 1.6rem;
  }
  .l-header__event__content{
    font-size: 1.1rem;
  }
  .l-gnav{
    position: fixed;
    top: 41px;
    left: 0;
    display: none;
    width: 100%;
    background-color: #fafafa;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
  }
  .l-gnav--sticky{
    display: none;
  }
  .l-gnav__list{
    padding: 0;
    max-height: calc(100vh - 41px);
    overflow-y: scroll;
  }
  .l-gnav__list__item{
    border-bottom: 1px solid #b5b6b6;
  }
  .l-gnav__list__item:last-child{
    border-bottom: none;
  }
  .l-gnav__list__item__inner{
    padding: 10px 25px;
    font-size: 1.2rem;
    color: #9faaa9;
  }
  .js-has--child .l-gnav__list__item__inner:after{
    content: '\f107';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 10px;
    margin: auto;
    font-weight: 900;
    line-height: 1;
    font-size: 1rem;
    color: #727171;
    transform: rotate(-180deg);
    transition: .4s;
  }
  .js-close .l-gnav__list__item__inner:after{
    transform: rotate(0deg);
  }
  .l-gnav--sub{
    padding-bottom: 10px;
  }
  .l-gnav--sub__list{
    padding: 0;
  }
  .l-gnav--sub__list__item a{
    padding: 6px 25px 6px 38px;
    font-weight: normal;
    font-size: 1.2rem;
  }
  .l-gnav--sub__list__item a:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 4px;
    border-color: transparent transparent transparent #9faaa9;
    position: absolute;
    top: 12px;
    left: 29px;
  }
  .l-gnav--it-pc{
    display: none;
  }
  .l-gnav--it__title{
    margin-bottom: 5px;
    border-bottom: 2px solid #9faaa9;
  }
  .l-gnav--it__title__inner{
    padding: 4px 2px 2px 10px;
    font-size: 1rem;
  }
  .l-gnav--it__title__inner:before{
    display: none;
  }
  .l-gnav--it__title__inner:after{
    transform: skew(45deg);
  }
  .l-gnav--it__list{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 0 0;
  }
  .l-gnav--it__list__item{
    margin-right: 10px;
  }
  .l-gnav--it__list__item:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px;
    border-color: transparent transparent transparent #9faaa9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .l-gnav--it__list__item a{
    padding: 2px 0 2px 10px;
  }
  .l-footer--top{
    display: none;
  }
  .l-footer--center{
    padding: 25px 0;
  }
  .l-footer--center__inner{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer--center__inner > *{
    max-width: 100%;
    min-height: 0%;
  }
  .l-footer--center-left{
    margin-bottom: 20px;
  }
  .l-footer--center-left__item{
    margin-right: 8px;
  }
  .l-footer--center-left__link{
    padding: 2px 8px;
    font-size: 1rem;
  }
  .l-footer--bottom{
    padding: 10px 0;
  }
  .l-footer__mutual{
    font-size: 1rem;
    text-align: center;
  }
  .l-footer__mutual__list__item{
    margin: 0 3px;
  }
  .l-footer__mutual__list__item img{
    zoom: .5;
  }
  .l-content{
    padding: 0;
  }
  .l-main{
    margin-bottom: 50px;
  }
  .l-sidebar{
    margin-bottom: 40px;
  }
  .l-sidebar__block{
    margin: 20px 0;
  }
  .l-sidebar__block--accordion .l-sidebar__block__inner{
    display: none;
  }
  .l-sidebar__title{
    margin-bottom: 15px;
    padding: 15px 5px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #71706f;
  }
  .l-sidebar__block--accordion .l-sidebar__title{
    padding-right: 38px;
    padding-left: 38px;
  }
  .l-sidebar__block--accordion .l-sidebar__title:after{
    content: '\f105';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 1em;
    margin: auto;
    font-weight: 900;
    line-height: 1;
    font-size: 1.6rem;
    transition: .4s;
    transform: rotate(90deg);
  }
  .l-sidebar__title.js-close:after{
    transform: rotate(0deg);
  }
  .l-sidebar__list--textlink__item a{
    padding: 12px 5px 12px 40px;
  }
  .l-sidebar__list--textlink__item a:before{
    top: 18px;
    left: 22px;
    border-width: 5px 7px;
  }
  .l-sidebar__list--banner__item a{
    padding: 5px 10px;
  }
  .l-sidebar__free{
    padding: 0 10px;
  }
  .c-entry .alignright{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .c-entry .alignleft{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .c-section{
    padding: 30px 0;
  }
  .c-section__inner{
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-section__title{
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .c-input--text{
    width: 100%;
  }
  .c-button--success, .c-button--back{
    padding: 10px 2em;
    font-size: 1.2rem;
  }
  .c-btn--sm.c-button--success, .c-btn--sm.c-button--back{
    font-size: 1.2rem;
  }
  .c-label--optional, .c-label--must{
    margin: 2px 0 0 10px;
    padding: 1px 7px 0;
    font-size: 1rem;
  }
  .c-btn--default, .c-btn--danger{
    min-width: 240px;
    padding: 10px 2em;
    font-size: 1.2rem;
  }
  .c-btn--block.c-btn--default, .c-btn--block.c-btn--danger{
    width: 100%;
    margin: 20px 0;
  }
  .c-btn--block-sp.c-btn--default, .c-btn--block-sp.c-btn--danger{
    display: block;
    margin: 20px 0;
  }
  .c-btn--sm.c-btn--default, .c-btn--sm.c-btn--danger{
    min-width: inherit;
    padding: 5px 40px;
    font-size: 1.2rem;
  }
  .c-btn--icon-default, .c-btn--icon-danger{
    padding: 10px 2em;
    font-size: 1.2rem;
  }
  .c-btn--icon-default i, .c-btn--icon-danger i{
    margin-left: 10px;
  }
  .c-btn--block.c-btn--icon-default, .c-btn--block.c-btn--icon-danger{
    width: 100%;
    margin: 20px 0;
  }
  .c-btn--block-sp.c-btn--icon-default, .c-btn--block-sp.c-btn--icon-danger{
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
  }
  .c-btn--triangle-default, .c-btn--triangle-danger{
    padding: 12px 50px;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .c-btn--triangle-default:before, .c-btn--triangle-danger:before{
    left: 23px;
    border-width: 5px 7px;
  }
  .c-btn--address-default, .c-btn--address-danger{
    padding: 10px 30px;
    font-size: 1.2rem;
  }
  .c-btn--address-default:before, .c-btn--address-danger:before{
    left: 15px;
    font-size: 1.2rem;
  }
  .c-btn--more.c-btn--block{
    margin: 15px auto;
    padding: 8px 10px;
  }
  .c-btn--more.c-btn--block-sp{
    display: block;
    width: 200px;
    margin: 15px auto;
  }
  .c-btn--sns{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding-left: 1px;
    font-size: 1rem;
  }
  .c-box--icon .c-box__image{
    padding-top: 50%;
  }
  .c-box--icon .c-box__image i{
    font-size: 7rem;
  }
  .c-box__content{
    padding: 15px 10px;
    font-size: 1rem;
  }
  .c-box--icon .c-box__content{
    padding-top: 0;
  }
  .c-box--border{
    padding: 10px;
  }
  .c-col{
    margin: 25px 0;
  }
  .c-col .c-col__item{
    margin-right: 10px;
  }
  .c-col--pc{
    margin: 25px 0;
  }
  .c-col--pc .c-col__item{
    margin-bottom: 20px;
  }
  .c-col--pc .c-col__item:last-child{
    margin-bottom: 0;
  }
  .c-grid{
    margin: 25px 0;
  }
  .c-grid--1-sp > .c-grid__item{
    width: 100%;
    margin: 0 0 20px;
  }
  .c-grid--1-sp > .c-grid__item:last-child{
    margin-bottom: 0;
  }
  .c-grid--2 > .c-grid__item{
    width: calc(50% - (10px / 2));
    margin: 10px 10px 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-sp > .c-grid__item{
    width: calc(50% - (10px / 2));
    margin: 10px 10px 0 0;
  }
  .c-grid--2-sp > .c-grid__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .c-grid--2-sp > .c-grid__item:nth-of-type(2n){
    margin-right: 0;
  }
  .c-grid--3 > .c-grid__item{
    width: calc(50% - (10px / 2));
    margin: 10px 10px 0 0;
  }
  .c-grid--3 > .c-grid__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .c-grid--3 > .c-grid__item:nth-of-type(2n){
    margin-right: 0;
  }
  .c-grid--3-sp > .c-grid__item{
    width: calc(33.3333333333% - (10px / 1.5));
    margin: 10px 10px 0 0;
  }
  .c-grid--3-sp > .c-grid__item:nth-of-type(-n+3){
    margin-top: 0;
  }
  .c-grid--3-sp > .c-grid__item:nth-of-type(3n){
    margin-right: 0;
  }
  .c-grid--4 > .c-grid__item{
    width: calc(50% - (10px / 2));
    margin: 10px 10px 0 0;
  }
  .c-grid--4 > .c-grid__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .c-grid--4 > .c-grid__item:nth-of-type(2n){
    margin-right: 0;
  }
  .c-grid--4-sp > .c-grid__item{
    width: calc(25% - (10px / 1.33));
    margin: 10px 10px 0 0;
  }
  .c-grid--4-sp > .c-grid__item:nth-of-type(-n+4){
    margin-top: 0;
  }
  .c-grid--4-sp > .c-grid__item:nth-of-type(4n){
    margin-right: 0;
  }
  .c-grid--5 > .c-grid__item{
    width: calc(50% - (10px / 2));
    margin: 10px 10px 0 0;
  }
  .c-grid--5 > .c-grid__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .c-grid--5 > .c-grid__item:nth-of-type(2n){
    margin-right: 0;
  }
  .c-title--h1{
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .c-title--h1:before{
    height: 2px;
  }
  .c-title--h1 span{
    padding-bottom: 6px;
  }
  .c-title--h1 span:after{
    max-width: 200px;
    height: 2px;
  }
  .c-title--h2, .c-entry h2,
  .c-entry .c-title--h2{
    margin: 30px 0 20px;
    padding-bottom: 2px;
    font-size: 1.5rem;
  }
  .c-title--h3, .c-entry h3,
  .c-entry .c-title--h3{
    margin: 20px 0 10px;
    font-size: 1.5rem;
  }
  .c-title--h3:before, .c-entry h3:before,
  .c-entry .c-title--h3:before{
    width: 15px;
  }
  .c-title--h4, .c-entry h4,
  .c-entry .c-title--h4{
    margin: 20px 0 10px;
    font-size: 1.3rem;
  }
  .c-title--h5, .c-entry h5,
  .c-entry .c-title--h5{
    margin: 15px 0 10px;
    padding-left: 1.2em;
    font-size: 1.2rem;
  }
  .c-title--h5:before, .c-entry h5:before,
  .c-entry .c-title--h5:before{
    transform: scale(0.9) translateY(-0.3em);
  }
  .c-title--h6, .c-entry h6,
  .c-entry .c-title--h6{
    margin: 15px 0 10px;
    padding-left: 1.2em;
    font-size: 1.2rem;
  }
  .c-title--h6:before, .c-entry h6:before,
  .c-entry .c-title--h6:before{
    left: 2px;
  }
  .c-title--grid, .c-entry .c-title--grid{
    padding-left: 12px;
    font-size: 1.5rem;
  }
  .c-title--grid:before, .c-entry .c-title--grid:before{
    width: 3px;
  }
  .c-title--box, .c-entry .c-title--box{
    font-size: 1.8rem;
  }
  .c-list--decimal{
    padding-left: 2em;
  }
  .c-list--dl-lg{
    display: block;
    margin: 10px 0;
    border: none;
  }
  .c-entry .c-list--dl-lg{
    margin: 10px 0;
  }
  .c-list--dl-lg__row{
    display: block;
    margin-bottom: 5px;
  }
  .c-entry .c-list--dl-lg__row{
    margin-bottom: 5px;
  }
  .c-list--dl-lg__head, .c-list--dl-lg__data{
    display: block;
  }
  .c-list--dl-lg__head,
  .c-list--dl-lg dt{
    width: 100%;
    margin: 0 0 5px;
    font-size: 1.2rem;
  }
  .c-list--dl-lg__data,
  .c-list--dl-lg dd{
    font-size: 1rem;
  }
  .c-table, .c-entry table{
    margin: 15px 0;
  }
  .c-table.c-table--block-sp, .c-entry table.c-table--block-sp{
    display: block;
  }
  .c-table.c-table--block-sp tbody, .c-entry table.c-table--block-sp tbody,
  .c-table.c-table--block-sp tr,
  .c-entry table.c-table--block-sp tr,
  .c-table.c-table--block-sp th,
  .c-entry table.c-table--block-sp th,
  .c-table.c-table--block-sp td,
  .c-entry table.c-table--block-sp td{
    display: block;
    width: 100% !important;
  }
  .c-table.c-table--block-sp tr,
  .c-entry table.c-table--block-sp tr{
    border-style: solid;
    border-color: #b5b6b6;
    border-width: 1px 1px 0 1px;
  }
  .c-table.c-table--block-sp tr:last-child, .c-entry table.c-table--block-sp tr:last-child{
    border-bottom-width: 1px;
  }
  .c-table.c-table--block-sp th,
  .c-entry table.c-table--block-sp th,
  .c-table.c-table--block-sp td,
  .c-entry table.c-table--block-sp td{
    width: 100% !important;
    border: none;
  }
  .c-table th, .c-entry table th,
  .c-table td,
  .c-entry table td{
    padding: 8px 10px;
    font-size: 1rem;
  }
  .c-table th, .c-entry table th{
    width: 100px !important;
  }
  .c-grid__item .c-table--block-sp .c-table th, .c-grid__item .c-table--block-sp .c-entry table th, .c-entry .c-grid__item .c-table--block-sp table th{
    width: 100% !important;
  }
  .c-table--overflow{
    margin: 25px 0;
  }
  .c-table--overflow table{
    width: auto;
  }
  .c-table--overflow th, .c-table--overflow td{
    white-space: nowrap;
  }
  .c-entry table{
    height: auto !important;
  }
  .c-figure__text,
  .c-figure .wp-caption-text,
  .wp-caption__text,
  .wp-caption .wp-caption-text{
    margin-top: 6px;
    font-size: 1rem;
  }
  .c-media{
    margin: 15px 0;
  }
  .c-media.c-media--pc{
    display: block;
  }
  .c-media__image{
    width: 25%;
    margin-right: 15px;
  }
  .c-media--pc .c-media__image{
    width: auto;
    margin: 0 0 10px;
  }
  .c-media--pc .c-media__content{
    -ms-flex: none;
    flex: none;
  }
  .p-form__table{
    display: block;
  }
  .p-form__btn{
    margin: 30px 0 0;
  }
  .p-form__btn__item{
    margin-bottom: 10px;
  }
  .p-form__btn__item:last-child{
    margin-bottom: 0;
  }
  .p-breadcrumb{
    margin-bottom: 15px;
    padding: 0;
    background-color: #f4f4f4;
  }
  .p-breadcrumb__item{
    min-width: 50px;
    margin-right: 12px;
    padding: 4px 20px 4px 0;
    font-size: 1rem;
    color: #221815;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-breadcrumb__item:after{
    transform: rotate(32deg) translateY(50%);
  }
  .p-breadcrumb__item:before{
    transform: rotate(-32deg) translateY(-50%);
  }
  .p-breadcrumb__item:before, .p-breadcrumb__item:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 90%;
    margin: auto;
    background-color: #b5b6b6;
  }
  .p-breadcrumb__item a{
    font-weight: normal;
    padding: 5px 0;
    text-decoration: none;
  }
  ul.bogo-language-switcher li{
    padding: 2px 8px;
  }
  ul.bogo-language-switcher li a{
    font-size: 1rem;
  }
  .p-slide{
    margin-bottom: 30px;
    padding: 0;
  }
  .p-slide .slick-dots{
    bottom: -15px;
  }
  .slick-dots li{
    margin-right: 10px;
  }
  .slick-dots button{
    width: 8px;
    height: 8px;
  }
  .p-tag{
    padding: 2px 8px;
    font-size: 1rem;
    border-radius: 2px;
  }
  .p-tag__list{
    margin: -2px -5px 0 0;
  }
  .p-tag__list__item{
    margin: 2px 5px 0 0;
  }
  .p-nav--pagelink{
    margin: 30px 0;
  }
  .l-main .p-nav--pagelink{
    margin-right: -10px;
    margin-left: -10px;
  }
  .p-nav--pagelink__list__item{
    padding: 0;
    font-size: 1.3rem;
  }
  .p-nav--pagelink__list__item{
    border-bottom: 1px solid #b5b6b6;
  }
  .p-nav--pagelink__list__item:first-child{
    border-top: 1px solid #b5b6b6;
  }
  .p-nav--pagelink__list__item a{
    padding: 10px 10px 10px 30px;
  }
  .p-nav--pagelink__list__item a:before{
    left: 10px;
    transform-origin: center left;
    transform: scale(0.5);
  }
  .p-pager{
    margin: 20px 0;
  }
  .p-pager__list__item{
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .p-pager__list__item.current, .p-pager__list__item.first, .p-pager__list__item.last, .p-pager__list__item.prev, .p-pager__list__item.next{
    position: initial;
    top: initial;
    left: initial;
  }
  .p-gallery{
    margin: 25px 0;
  }
  .p-gallery__list > .p-gallery__list__item{
    width: calc(50% - (10px / 2));
    margin: 10px 10px 0 0;
  }
  .p-gallery__list > .p-gallery__list__item:nth-of-type(-n+2){
    margin-top: 0;
  }
  .p-gallery__list > .p-gallery__list__item:nth-of-type(2n){
    margin-right: 0;
  }
  .p-address{
    margin: 20px 0;
    border-width: 3px;
  }
  .p-address__title{
    padding: 10px 5px;
    font-size: 1.3rem;
  }
  .p-address__inner{
    padding: 10px 12px;
  }
  .p-address__list{
    padding: 2px 0 2px 10px;
    border-left-width: 2px;
  }
  .p-address__list__name{
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .p-address__list__content{
    font-size: 1rem;
  }
  .p-address__list--btn{
    margin-top: 15px !important;
  }
  .p-address__list--btn__item{
    margin-bottom: 5px;
  }
  .p-address--sm{
    margin: 15px 0;
    padding: 8px 10px;
    font-size: 1rem;
  }
  .p-address--sm__title{
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .p-address--lg{
    padding: 20px 0;
  }
  .p-address--lg__title{
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  .p-address--lg__list__name{
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .p-address--lg__list__content{
    font-size: 1rem;
  }
  .p-address--lg__list--btn{
    margin-top: 15px;
  }
  .p-address--lg__list--btn__item{
    margin-bottom: 10px;
  }
  .p-schedule{
    margin: 20px 0;
  }
  .p-schedule__year{
    margin: 10px 0;
    font-size: 1.5rem;
  }
  .p-schedule__list, .c-entry .p-schedule__list{
    min-height: 50px;
    margin-bottom: 24px;
    padding: 4px 0 0 25px;
  }
  .p-schedule__list:before, .c-entry .p-schedule__list:before{
    width: 50px;
    height: 50px;
  }
  .p-schedule__list:after, .c-entry .p-schedule__list:after{
    bottom: -42px;
    border-width: 19px 28px;
  }
  .p-schedule__list__month{
    width: 50px;
    height: 50px;
    font-size: 1.2rem !important;
  }
  .p-schedule__list__content{
    min-height: 40px;
    padding: 10px 5px 10px 40px;
    font-size: 1.2rem !important;
  }
  .accent .p-schedule__list__content{
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.4rem;
  }
  .p-schedule__list__content--note{
    font-size: 1.2rem;
  }
  .p-relevent{
    margin: 40px 0 20px;
    padding: 16px 10px 10px;
  }
  .p-relevent__title,
  .p-relevent h2{
    top: -10px;
    margin: auto;
  }
  .p-relevent__title span,
  .p-relevent h2 span{
    min-width: 125px;
    padding: 2px 20px;
    font-size: 1.2rem;
  }
  .p-relevent__list__item,
  .p-relevent__list li,
  .p-relevent ul__item,
  .p-relevent ul li{
    width: calc(25% - 15px);
    margin: 20px 20px 0 0;
  }
  .p-relevent__list__item:nth-of-type(4n),
  .p-relevent__list li:nth-of-type(4n),
  .p-relevent ul__item:nth-of-type(4n),
  .p-relevent ul li:nth-of-type(4n){
    margin-right: 0;
  }
  .p-archive__list__item{
    padding: 10px;
    font-size: 1rem;
  }
  .p-archive__list__item .p-article__time{
    float: left;
    margin-top: 3px;
    margin-right: 10px;
  }
  .p-archive__list__title{
    clear: both;
  }
  .p-archive__slide{
    padding: 15px 0;
  }
  .p-archive__slide__title{
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
  .p-archive__slide__title:after{
    width: 17px;
  }
  .p-archive__slide__item .p-article__time{
    margin-top: 3px;
    font-size: 1.3rem;
  }
  .p-archive__slide__btn{
    margin-top: 20px;
  }
  .p-archive__slide__btn .c-btn--more{
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-archive__tag{
    border-radius: 0;
  }
  .p-archive__tag__wrap{
    float: left;
    margin-bottom: 2px;
  }
  .p-article__header{
    margin-bottom: 25px;
  }
  .p-article__time{
    margin: 0 0 2px;
    font-size: 1rem;
  }
  .p-top__banner{
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 5px;
  }
  .p-top__banner__item{
    margin-bottom: 5px;
  }
  .p-top__relevent{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-top__content{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-top__content__list__item{
    margin-bottom: 20px;
  }
  .p-top__content__list__item:last-child{
    margin-bottom: 0;
  }
  .p-top__free{
    margin: 30px 0;
  }
  .p-top__media{
    margin: 30px 0 40px;
  }
  .p-top__media__image{
    margin: 0 0 20px;
  }
  .p-top__media__title{
    margin-bottom: 4px;
    font-size: 2.4rem;
    text-align: center;
  }
  .p-top__results{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-top__results__inner{
    padding: 31px 5px 38px;
  }
  .p-top__results__title{
    position: static;
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
  .p-top__results__title__inner{
    padding: 0 8px;
  }
  .p-top__results__data{
    margin-bottom: 20px;
  }
  .p-top__results__data:last-child{
    margin-bottom: 0;
  }
  .p-top__results__data__title{
    font-size: 1.2rem;
  }
  .p-top__results__data__content{
    font-size: 3rem;
  }
  .p-top__results__data__num{
    margin-right: 4px;
    font-size: 4rem;
  }
  .p-top__links{
    padding: 25px 0;
  }
  .p-top__links__title__inner{
    padding: 2px 12px;
    font-size: 1.2rem;
  }
  .p-top__links__list__item{
    margin-right: 35px;
  }
  .p-top__links__list__item img{
    height: 22px;
  }
  .p-faq__title:before{
    top: .9em;
    font-size: 1.6rem;
  }
  .u-align--center-sp{
    text-align: center;
  }
  .u-align--right-sp{
    text-align: right;
  }
  .u-align--left-sp{
    text-align: left;
  }
  .u-align--vertical-middle-sp{
    vertical-align: middle;
  }
  .u-align--vertical-top-sp{
    vertical-align: top;
  }
  .u-align--vertical-bottom-sp{
    vertical-align: bottom;
  }
  .u-align--vertical-baseline-sp{
    vertical-align: baseline;
  }
  .u-align--image-right-pc{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .u-align--image-right-sp{
    float: right;
    margin: 0 0 .2em 1.5em;
    max-width: 50%;
  }
  .u-align--image-left-pc{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .u-align--image-left-sp{
    float: left;
    margin: 0 1.5em .2em 0;
    max-width: 50%;
  }
  .u-flex--sp{
    display: -ms-flexbox;
    display: flex;
  }
  .u-flex--wrap-sp{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .u-flex--column-sp{
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex--column-sp > *{
    max-width: 100%;
    min-height: 0%;
  }
  .u-flex--ai-center-sp{
    -ms-flex-align: center;
    align-items: center;
  }
  .u-flex--ai-end-sp{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .u-flex--ai-start-sp{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .u-flex--ai-base-sp{
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .u-flex--ai-stretch-sp{
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .u-flex--as-center-sp{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .u-flex--as-end-sp{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .u-flex--as-start-sp{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .u-flex--as-base-sp{
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .u-flex--as-stretch-sp{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .u-flex--jc-center-sp{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .u-flex--jc-end-sp{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .u-flex--jc-start-sp{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .u-flex--jc-around-sp{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .u-flex--jc-between-sp{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .u-flex--order-1-sp{
    -ms-flex-order: 1;
    order: 1;
  }
  .u-flex--order-2-sp{
    -ms-flex-order: 2;
    order: 2;
  }
  .u-flex--order-3-sp{
    -ms-flex-order: 3;
    order: 3;
  }
  .u-flex--order-4-sp{
    -ms-flex-order: 4;
    order: 4;
  }
  .u-flex--order-5-sp{
    -ms-flex-order: 5;
    order: 5;
  }
  .u-display--block-sp{
    display: block;
  }
  .u-display--inline-sp{
    display: inline-block;
  }
  .u-show--pc{
    display: none !important;
  }
  .u-show--sp{
    display: block !important;
  }
  .u-hide--sp{
    display: none !important;
  }
  .u-mg--t-xl{
    margin-top: 45px !important;
  }
  .u-mg--t-lg{
    margin-top: 45px !important;
  }
  .u-mg--t-md{
    margin-top: 25px !important;
  }
  .u-mg--t-sm{
    margin-top: 10px !important;
  }
  .u-mg--t-xs{
    margin-top: 5px !important;
  }
  .u-mg--r-xl{
    margin-right: 45px !important;
  }
  .u-mg--r-lg{
    margin-right: 45px !important;
  }
  .u-mg--r-md{
    margin-right: 25px !important;
  }
  .u-mg--r-sm{
    margin-right: 10px !important;
  }
  .u-mg--r-xs{
    margin-right: 5px !important;
  }
  .u-mg--b-xl{
    margin-bottom: 45px !important;
  }
  .u-mg--b-lg{
    margin-bottom: 45px !important;
  }
  .u-mg--b-md{
    margin-bottom: 25px !important;
  }
  .u-mg--b-sm{
    margin-bottom: 10px !important;
  }
  .u-mg--b-xs{
    margin-bottom: 5px !important;
  }
  .u-mg--l-xl{
    margin-left: 45px !important;
  }
  .u-mg--l-lg{
    margin-left: 45px !important;
  }
  .u-mg--l-md{
    margin-left: 25px !important;
  }
  .u-mg--l-sm{
    margin-left: 10px !important;
  }
  .u-mg--l-xs{
    margin-left: 5px !important;
  }
  .u-pd--t-xl{
    padding-top: 45px !important;
  }
  .u-pd--t-lg{
    padding-top: 45px !important;
  }
  .u-pd--t-md{
    padding-top: 25px !important;
  }
  .u-pd--t-sm{
    padding-top: 10px !important;
  }
  .u-pd--t-xs{
    padding-top: 5px !important;
  }
  .u-pd--r-xl{
    padding-right: 45px !important;
  }
  .u-pd--r-lg{
    padding-right: 45px !important;
  }
  .u-pd--r-md{
    padding-right: 25px !important;
  }
  .u-pd--r-sm{
    padding-right: 10px !important;
  }
  .u-pd--r-xs{
    padding-right: 5px !important;
  }
  .u-pd--b-xl{
    padding-bottom: 45px !important;
  }
  .u-pd--b-lg{
    padding-bottom: 45px !important;
  }
  .u-pd--b-md{
    padding-bottom: 25px !important;
  }
  .u-pd--b-sm{
    padding-bottom: 10px !important;
  }
  .u-pd--b-xs{
    padding-bottom: 5px !important;
  }
  .u-pd--l-xl{
    padding-left: 45px !important;
  }
  .u-pd--l-lg{
    padding-left: 45px !important;
  }
  .u-pd--l-md{
    padding-left: 25px !important;
  }
  .u-pd--l-sm{
    padding-left: 10px !important;
  }
  .u-pd--l-xs{
    padding-left: 5px !important;
  }
  .u-text--size-sm{
    font-size: 1rem;
  }
  .u-text--size-lg{
    font-size: 1.5rem;
  }
  .u-text--price{
    font-size: 1.5rem;
  }
  .u-iframe--gmap iframe{
    height: 280px;
  }
  .js-accordion--sp__content.js-close{
    display: none;
  }
}

@media print{
  body{
    zoom: .68;
    -webkit-print-color-adjust: exact;
    overflow-x: visible;
    overflow-y: visible;
  }
  body _:-ms-fullscreen, :root body{
    zoom: 1;
    width: 1240px !important;
  }
  .l-gnav--sticky{
    display: none !important;
  }
  .p-slide__hero{
    width: 1240px !important;
  }
  .p-slide__hero _:-ms-fullscreen, :root .p-slide__hero{
    width: auto !important;
  }
}

@media print, screen and (min-width: 769px){
  .l-header__fixed{
    border-top: 4px solid #9faaa9;
  }
  .l-header__inner{
    width: 1240px;
    padding: 0 20px;
  }
  .l-header__inner{
    padding-top: 22px;
    padding-bottom: 10px;
  }
  .l-header--right{
    display: flex;
    flex-direction: column;
    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--right__list__link:hover{
    text-decoration: underline;
  }
  .l-header--bottom{
    display: none;
  }
  .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-header__event img{
    width: 450px;
  }
  .l-gnav{
    background-color: #fff;
    border-bottom: 1px solid #9faaa9;
  }
  .l-gnav__list{
    width: 1240px;
    padding: 0 20px;
  }
  .l-gnav__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .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;
  }
  .l-gnav__list__item__inner:hover{
    color: #9faaa9;
  }
  .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: 50px;
    left: 0;
    z-index: 100;
    width: auto;
    padding-top: 1px;
  }
  .l-gnav__list__item.js-has--child:last-child .l-gnav--sub{
    right: 0;
    left: inherit;
  }
  .l-gnav--sub__list__item a{
    color: #fff;
    white-space: nowrap;
    background-color: #221815;
    transition: background-color .4s;
  }
  .l-gnav--sub__list__item a:hover{
    background-color: #858585;
  }
  .l-gnav__btn{
    display: none;
  }
  .l-gnav--it-sp{
    display: none;
  }
  .l-gnav--it__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px 0 0;
  }
  .l-gnav--it__title{
    margin-right: calc(50px + 10px);
  }
  .l-gnav--it__list__item:last-child{
    margin-right: 0;
  }
  .l-gnav--it__list__item:after{
    content: '';
    position: absolute;
    top: 0;
    right: -11px;
    bottom: 0;
    width: 2px;
    height: 1em;
    margin: auto;
    background-color: #9faaa9;
  }
  .l-gnav--it__list__item a{
    transition: .4s;
  }
  .l-gnav--it__list__item a:hover{
    color: #e7f6f5;
  }
  .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;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 100px;
  }
  .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-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%;
  }
  .c-section__inner{
    width: 1240px;
    padding: 0 20px;
  }
  .c-section--md{
    width: 992px;
  }
  .c-button--success:after, .c-button--back:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: .4s;
  }
  .c-button--success:hover:after, .c-button--back:hover:after{
    width: 100%;
  }
  th .c-label--optional, th .c-label--must{
    position: absolute;
    top: 13px;
    right: 15px;
  }
  .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-grid--5 > .c-grid__item{
    width: calc(20% - (10px / 1.25));
    margin: 10px 10px 0 0;
  }
  .c-grid--5 > .c-grid__item:nth-of-type(-n+5){
    margin-top: 0;
  }
  .c-grid--5 > .c-grid__item:nth-of-type(5n){
    margin-right: 0;
  }
  .c-grid--5-pc > .c-grid__item{
    width: calc(20% - (10px / 1.25));
    margin: 10px 10px 0 0;
  }
  .c-grid--5-pc > .c-grid__item:nth-of-type(-n+5){
    margin-top: 0;
  }
  .c-grid--5-pc > .c-grid__item:nth-of-type(5n){
    margin-right: 0;
  }
  .c-list--dl > dt{
    font-size: 1.6rem;
  }
  .c-list--dl-lg__row{
    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;
  }
  .p-form__table th{
    width: 25%;
  }
  .p-form__btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-form__btn__item{
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px;
    max-width: 465px;
  }
  .p-form__btn__item _:-ms-fullscreen, :root .p-form__btn__item{
    -ms-flex-preferred-size: 465px;
    flex-basis: 465px;
  }
  .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-weight: 900;
    line-height: 1;
    font-size: 1rem;
  }
  ul.bogo-language-switcher li a:hover{
    text-decoration: underline;
  }
  .p-slide__hero .slick-slide{
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .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% - 23px);
  }
  .l-content__column .p-relevent__list__item:nth-of-type(4n), .l-content__column
  .p-relevent__list li:nth-of-type(4n), .l-content__column
  .p-relevent ul__item:nth-of-type(4n), .l-content__column
  .p-relevent ul li:nth-of-type(4n){
    margin-right: 0;
  }
  .l-content__column .p-relevent__list__item:nth-of-type(7n), .l-content__column
  .p-relevent__list li:nth-of-type(7n), .l-content__column
  .p-relevent ul__item:nth-of-type(7n), .l-content__column
  .p-relevent ul li:nth-of-type(7n){
    margin-right: 30px;
  }
  .p-relevent__list__item:nth-of-type(7n),
  .p-relevent__list li:nth-of-type(7n),
  .p-relevent ul__item:nth-of-type(7n),
  .p-relevent ul li:nth-of-type(7n){
    margin-right: 0;
  }
  .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{
    display: -ms-flexbox;
    display: flex;
  }
  .p-archive__list__item .p-article__time{
    width: 160px;
    min-width: 160px;
    margin: 0 46px 0 0;
  }
  .p-archive__tag{
    display: block;
    min-width: 100px;
    margin-top: 3px;
  }
  .p-archive__tag:hover{
    background-color: rgba(34, 24, 21, 0.6);
  }
  .p-archive__tag__wrap{
    margin-right: 40px;
  }
  .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__banner{
    width: 1240px;
    padding: 0 20px;
  }
  .p-top__banner{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .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{
    width: 1240px;
    padding: 0 20px;
  }
  .p-top__relevent__list{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-top__media__inner{
    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;
    font-size: 1.5rem;
  }
  .p-top__results{
    width: 1240px;
    padding: 0 20px;
  }
  .p-top__results{
    padding-top: 20px;
  }
  .p-top__results__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .p-top__links__title{
    width: 1240px;
    padding: 0 20px;
  }
  .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--center-pc{
    text-align: center;
  }
  .u-align--right-pc{
    text-align: right;
  }
  .u-align--left-pc{
    text-align: left;
  }
  .u-align--vertical-middle-pc{
    vertical-align: middle;
  }
  .u-align--vertical-top-pc{
    vertical-align: top;
  }
  .u-align--vertical-bottom-pc{
    vertical-align: bottom;
  }
  .u-align--vertical-baseline-pc{
    vertical-align: baseline;
  }
  .u-align--image-right-pc{
    float: right;
    margin: 0 0 .2em 1.5em;
    max-width: 50%;
  }
  .u-align--image-left-pc{
    float: left;
    margin: 0 1.5em .2em 0;
    max-width: 50%;
  }
  .u-flex--pc{
    display: -ms-flexbox;
    display: flex;
  }
  .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;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  .l-sidebar__block--accordion .l-sidebar__title:after{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 360px){
  .u-show--xs{
    display: block !important;
  }
}

@media print, screen and (min-width: 361px){
  .u-show--xs{
    display: none !important;
  }
}
