@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/*       アニメーション
==================================*/
/*       カラー
----------------------------------*/
/*       幅・高さ
----------------------------------*/
/*       線
----------------------------------*/
/*       マージン
----------------------------------*/
/*       ホバー時
----------------------------------*/
/*       フォント
----------------------------------*/
.icon-x {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  vertical-align: middle;
  margin-right: 0.2em;
}
.icon-x.-large {
  width: 40px;
  height: 40px;
}

html,
body {
  width: 100%;
  font-size: 18px;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  word-break: break-all;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    background-color: #fff;
  }
}

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

::selection,
::-moz-selection {
  background: #00000060;
  color: #fff;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input,
textarea,
select {
  border: solid 1px #b3b3b3;
  border-radius: 7px;
  max-width: 100%;
  padding: 0.3em 0.6em;
  font-size: 16px;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/*============================================
              Header
============================================*/
.l-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  height: 120px;
}
.l-header__logo {
  text-align: center;
}
.l-header__logo a {
  vertical-align: middle;
}
.l-header__logo img {
  height: 100px;
  width: auto;
}
.l-header__navi {
  background-color: #333333;
  text-align: center;
  font-size: 18px;
  padding: 0.5em;
}
.l-header__navi a {
  display: inline-block;
  color: #ffffff;
  margin: 0 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 75px;
    position: relative;
  }
  .l-header__logo img {
    height: 50px;
    width: auto;
  }
}

/*============================================
                Footer
============================================*/
.l-footer {
  background-color: #333333;
  padding: 20px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}
.l-footer__link {
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 15px;
    font-size: 10px;
    margin-top: 20px;
  }
}

/*============================================
               Sidebar
============================================*/
.l-sidebar {
  width: 300px;
  height: 100%;
}
.l-sidebar__inner {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
  }
  .l-sidebar__inner {
    display: none;
  }
}

/*============================================
              ページ構成
============================================*/
.l-content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.l-content__inner {
  width: 1040px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 30px;
  background-color: #fff;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .l-content__inner.-culumn2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .l-content__inner.-culumn2 main {
    width: 700px;
  }
}
.l-content__title {
  background-color: #333333;
  font-size: 20px;
  padding: 0.5em;
}
.l-content__title a {
  display: inline-block;
  color: #ffffff;
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .l-content__inner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .l-content__inner main {
    margin-bottom: 30px;
  }
  .l-content__title {
    font-size: 14px;
    padding: 5px 3%;
  }
}

/*============================================
              ページ構成
============================================*/
.l-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .l-container {
    min-width: 1100px;
  }
}
/*        検索フォーム
==================================*/
.c-searchform {
  position: relative;
  margin-bottom: 20px;
}
.c-searchform__field {
  width: 100%;
  border: solid 1px #000000;
  padding: 10px 1em;
  border-radius: 7px;
  background-color: #ffffff;
}
.c-searchform__submit {
  font-family: "fontello";
  color: #000000;
  position: absolute;
  top: 49%;
  right: 0.5em;
  transform: translateY(-50%);
  border: none;
}
@media screen and (max-width: 767px) {
  .c-searchform {
    margin-bottom: 30px;
  }
  .c-searchform__field {
    border: solid 1px #b3b3b3;
    padding: 6px 1em;
  }
  .c-searchform__submit {
    color: #b3b3b3;
  }
}

/*        検索フォーム
==================================*/
.c-tab {
  width: 100%;
  display: flex;
  color: #fff;
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}
.c-tab__btn {
  background: linear-gradient(to top, #999999, #cccccc);
  border-bottom: solid 5px #000000;
  width: 50%;
  text-align: center;
  padding: 15px 0 10px;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
}
.c-tab__btn.is-active {
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-tab {
    margin-bottom: 10px;
    font-size: 1rem;
    padding: 0 3%;
  }
  .c-tab__btn {
    border-bottom: solid 3px #000000;
    padding: 11px 0 8px;
  }
}

/*       グローバルナビ
==================================*/
.c-gnav-btn {
  display: none;
}

.c-gnav {
  display: none;
}

@media screen and (max-width: 767px) {
  /*       スマホグローバルナビ
  ==================================*/
  .c-gnav-btn {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-gnav-btn__bar {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1) 0s;
    border-radius: 1.5px;
  }
  .c-gnav-btn__bar.-top {
    top: 10%;
  }
  .c-gnav-btn__bar.-middle {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  .c-gnav-btn__bar.-bottom {
    bottom: 10%;
  }
  .c-gnav-btn.is-open .c-gnav-btn__bar.-top {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-gnav-btn.is-open .c-gnav-btn__bar.-middle {
    opacity: 0;
  }
  .c-gnav-btn.is-open .c-gnav-btn__bar.-bottom {
    top: 50%;
    transform: rotate(-45deg);
    bottom: auto;
  }
  .c-gnav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: #e6e6e6;
    z-index: 100;
    padding: 44px 0 1rem;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1) 0s;
  }
  .c-gnav__head {
    height: 45px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .c-gnav .c-searchform {
    display: block;
    width: 256px;
    top: 0;
    left: 0;
  }
  .c-gnav .c-searchform__field {
    background: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
    width: 256px;
    color: #ffffff;
  }
  .c-gnav .c-searchform__field::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  .c-gnav .c-searchform__submit {
    color: #ffffff;
  }
  .c-gnav__title {
    margin: 1em 0 2px;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    font-size: 1.1rem;
    background-color: #fff;
    padding: 10px;
    text-align: left;
  }
  .c-gnav__item {
    display: block;
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    padding: 10px 10px;
    color: #555;
  }
  .c-gnav.is-open {
    right: 0;
  }
  .c-gnav-overlay {
    display: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1) 0s;
  }
  .c-gnav-overlay.is-open {
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
/*       ボタン
==================================*/
.c-btn {
  background-color: #333333;
  color: #ffffff;
  border-radius: 7px;
  display: block;
  padding: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  padding: 14px;
  border: none;
  cursor: pointer;
}
.c-btn.-red {
  background-color: #000000;
  font-weight: 400;
}
.c-btn.-send {
  width: 95%;
  margin: 0 auto;
}
.c-btn.-back {
  background-color: #b3b3b3;
  width: 95%;
  margin: 0 auto;
}
.c-btn.-twitter, .c-btn.-x {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 9em;
  padding: 9px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn .js-moreButton {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 16px;
    padding: 12px 1em;
  }
}

/*        検索フォーム
==================================*/
.c-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.15;
  padding: 0.4em 0;
}
.c-heading.-graybelt {
  background-color: #333333;
  color: #ffffff;
  padding: 0.4em 3%;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 16px;
  }
}

/*        地域名で探す
==================================*/
.c-areanav {
  background-color: #000000;
  width: 240px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
}
.c-areanav__title {
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  font-size: 125%;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.c-areanav__list {
  border-left: solid 1px #000000;
  border-right: solid 1px #000000;
}
.c-areanav__item {
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  padding: 0.5em 1em;
  display: block;
  position: relative;
  font-size: 16px;
}
.c-areanav__item::after {
  content: "\e806";
  font-family: "fontello";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 12px;
  height: 12px;
  color: #000000;
}

/*       セレクトボックス
==================================*/
.c-selectbox {
  position: relative;
}
.c-selectbox::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  content: "\e808";
  font-family: "fontello";
  color: #999999;
  pointer-events: none;
}
.c-selectbox__select {
  border: solid 1px #999999;
  width: 100%;
  display: block;
  border-radius: 7px;
  padding: 6px 1em;
}

/*============================================
         スケジュールリスト
============================================*/
.c-schedule__item {
  margin-bottom: 15px;
  border: solid 1px #e6e6e6;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(4, 0, 0, 0.15);
  padding: 20px 62px 20px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
.c-schedule__item::before {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 2rem;
  background-color: #e6e6e6;
  top: 0;
  right: 0;
}
.c-schedule__item::after {
  display: block;
  position: absolute;
  content: "\e806";
  font-family: "fontello";
  color: #999999;
  font-size: 20px;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.c-schedule__content {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}
.c-schedule__figure {
  width: 120px;
  margin-right: 20px;
  flex-shrink: 0;
}
.c-schedule__figure img {
  width: 100%;
  border: solid 1px #e6e6e6;
}
.c-schedule__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.c-schedule__area {
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1.4;
  padding: 0 5px;
  font-size: 18px;
  vertical-align: text-top;
}
.c-schedule__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
}
.c-schedule__shuzai {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  color: #ff9c00;
}
.c-schedule__date {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-schedule__item {
    padding: 9px 35px 9px 9px;
    margin-bottom: 10px;
  }
  .c-schedule__item::before {
    width: 26px;
  }
  .c-schedule__item::after {
    font-size: 18px;
    right: 5px;
  }
  .c-schedule__figure {
    width: 86px;
    margin-right: 10px;
  }
  .c-schedule__content {
    font-size: 15px;
    line-height: 1.6;
  }
  .c-schedule__date {
    line-height: 1.3;
    margin-top: 2px;
  }
  .c-schedule__area {
    font-size: 14px;
  }
  .c-schedule__title {
    line-height: 1.3;
    max-height: 2.6em;
  }
}

/*============================================
         スケジュールリスト
============================================*/
.c-schedule-sub {
  padding: 0 1rem;
}
.c-schedule-sub__item {
  padding: 1rem 0;
  display: block;
}
.c-schedule-sub__item:not(:last-of-type) {
  border-bottom: solid 1px #e6e6e6;
}
.c-schedule-sub__inner {
  display: flex;
}
.c-schedule-sub__figure {
  width: 100px;
  margin-right: 1rem;
  align-self: flex-start;
}
.c-schedule-sub__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.5;
}
.c-schedule-sub__date {
  font-weight: 700;
}
.c-schedule-sub__title {
  font-weight: 700;
}
.c-schedule-sub__label {
  color: #f50000;
  text-align: right;
  margin-top: auto;
}
.c-schedule-sub__noitem {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .c-schedule-sub {
    padding: 0;
  }
  .c-schedule-sub__item {
    padding: 9px 0;
  }
  .c-schedule-sub__figure {
    width: 70px;
  }
  .c-schedule-sub__content {
    font-size: 14px;
  }
  .c-schedule-sub__date {
    font-size: 15px;
  }
  .c-schedule-sub__noitem {
    padding: 10px 0;
  }
}

/*        結果記事リスト
==================================*/
.c-result__item {
  display: flex;
  padding: 1rem 0;
}
.c-result__item:not(:last-of-type) {
  border-bottom: solid 1px #e6e6e6;
}
.c-result__figure {
  width: 150px;
  height: 150px;
  margin-right: 1rem;
}
.c-result__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 1px #e6e6e6;
}
.c-result__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-result__title {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 0.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 4.2em;
  overflow: hidden;
}
.c-result__excerpt {
  margin-top: auto;
  font-size: 14px;
  color: #666666;
  line-height: 1.4;
}
.c-result__date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-result__item {
    padding: 10px 0;
    border-bottom: solid 1px #e6e6e6;
  }
  .c-result__figure {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .c-result__title {
    font-size: 14px;
  }
  .c-result__excerpt {
    display: none;
  }
  .c-result__date {
    color: #808080;
    position: initial;
    margin-top: auto;
    text-align: right;
  }
}

/*       バナー
==================================*/
.c-banner__item {
  display: block;
  margin-bottom: 20px;
}
.c-banner small {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .c-banner {
    margin-top: 30px;
  }
  .c-banner__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-banner__item {
    margin-bottom: 3vw;
    width: 45.5vw;
  }
}

.c-banner-twitter a {
  text-decoration: none;
}
.c-banner-twitter a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-banner-twitter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
.c-banner-twitter__icon {
  width: 52px;
  flex-shrink: 0;
}
.c-banner-twitter__body h1 {
  font-size: 1rem;
  margin: 0;
}
.c-banner-twitter__body p {
  color: #777;
  margin: 0;
  font-size: 0.8rem;
}

/*       フォーム
==================================*/
.c-form {
  margin: 1rem 0;
  line-height: 1.6;
}
.c-form__wrap {
  display: block;
  margin-bottom: 20px;
}
.c-form__wrap label {
  display: block;
}
.c-form h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.c-form input[type=text],
.c-form textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__wrap {
    font-size: 13px;
  }
}

.mw_wp_form_input br {
  display: none;
}

/*       ボタン
==================================*/
.c-hall-card {
  padding: 20px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 30px;
  box-shadow: 0 0 4px 2px rgba(4, 0, 0, 0.25);
  border: solid 1px #e6e6e6;
}
.c-hall-card__inner {
  display: flex;
  margin-bottom: 15px;
  line-height: 1.8;
}
.c-hall-card__figure {
  margin-right: 20px;
  width: 100px;
  flex-shrink: 0;
}
.c-hall-card__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-height: 1.8em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-hall-card {
    padding: 3%;
    margin-bottom: 15px;
  }
  .c-hall-card__inner {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .c-hall-card__figure {
    margin-right: 10px;
    width: 70px;
  }
}

/*        検索フォーム
==================================*/
.c-hall {
  width: 100%;
}
.c-hall__item {
  border-bottom: solid 1px #e6e6e6;
  padding: 0.7em 0;
}
.c-hall__noitem {
  line-height: 1.6;
}
.c-top-carousel {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-top-carousel {
    padding: 0 3%;
  }
}
.c-top-carousel {
  --swiper-navigation-sides-offset: 10px;
}
.c-top-carousel .swiper-slide a:hover {
  opacity: 0.8;
}
.c-top-carousel .swiper-navigation-icon {
  display: none;
}
.c-top-carousel .swiper-button-prev {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
}
.c-top-carousel .swiper-button-prev::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
  border-top: 5px solid #999999;
  border-left: 5px solid #999999;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-top-carousel .swiper-button-prev {
    display: none;
  }
}
.c-top-carousel .swiper-button-next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
}
.c-top-carousel .swiper-button-next::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 -5px;
  border-top: 5px solid #999999;
  border-right: 5px solid #999999;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-top-carousel .swiper-button-next {
    display: none;
  }
}
.c-top-carousel .swiper-pagination {
  position: static;
}
@media screen and (max-width: 767px) {
  .c-top-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.c-top-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: #2d2d2d;
}

/*============================================
                404
============================================*/
.NotFound {
  margin: 6vh auto 14vh;
  line-height: 1;
  text-align: center;
  position: relative;
}
.NotFound__404 {
  font-size: 42vmin;
  color: #f3f3f3;
}
.NotFound__notfound {
  font-size: 14vmin;
  color: #f3f3f3;
}
.NotFound__note {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.6;
}
.NotFound__note p {
  margin-bottom: 3vmin;
}
@media screen and (min-width: 768px) {
  .NotFound__note .is-sp {
    display: none;
  }
}

/*============================================
           Post / Page
============================================*/
.p-single-hall__area {
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1.6;
  padding: 0 0.5em;
  font-weight: 700;
  font-size: 18px;
}
.p-single-hall__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 26px;
  line-height: 1.8;
}
.p-single-hall__content {
  margin-bottom: 20px;
}
.p-single-hall__content .c-btn {
  width: 95%;
  margin: 0 auto 20px;
}
.p-single-hall__schedule {
  border-bottom: solid 20px #e6e6e6;
  margin-bottom: 25px;
}
.p-single-hall__result {
  padding: 0 1rem;
}
.p-single-hall__result .c-heading {
  padding-left: 0;
}
.p-single-hall .c-result {
  border: none;
  box-shadow: none;
  margin: 0;
}
.p-single-hall__info::before {
  content: "\e807";
  font-family: "fontello";
  font-size: 1.3em;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-single-hall__area {
    font-size: 14px;
  }
  .p-single-hall__title {
    font-size: 18px;
  }
  .p-single-hall__content {
    margin-bottom: 20px;
  }
  .p-single-hall__content .c-btn {
    width: 95%;
    margin: 0 auto;
  }
  .p-single-hall__schedule {
    border-bottom: solid 15px #e6e6e6;
    margin-bottom: 10px;
  }
  .p-single-hall__result {
    padding: 0;
  }
  .p-single-hall__info {
    padding: 15px 1em;
  }
  .p-single-hall .c-result {
    margin-bottom: 20px;
  }
}

.p-tabpage__select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.p-tabpage__select .c-selectbox {
  width: 49.5%;
}
.p-tabpage .c-result {
  border: solid 1px #e6e6e6;
  padding: 0 1rem;
  box-shadow: 0 0 6px rgba(4, 0, 0, 0.15);
  margin-bottom: 20px;
}
.p-tabpage .c-btn {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-tabpage__select {
    margin-bottom: 10px;
  }
  .p-tabpage__select .c-selectbox {
    width: 49%;
  }
  .p-tabpage .c-result {
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .p-tabpage .c-btn {
    margin-bottom: 30px;
  }
}

/*============================================
           結果記事
============================================*/
.p-single__title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 18px 0.5rem;
  line-height: 1.4;
  background-color: var(--shuzai-color, #000000);
}
.p-single__wrap {
  padding: 20px;
  margin-bottom: 20px;
  border: solid 1px #e6e6e6;
  box-shadow: 0 0 6px rgba(4, 0, 0, 0.15);
}
.p-single__meta {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.p-single__date {
  margin-right: 1rem;
}
.p-single__small {
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
}
.p-single__imgbox {
  display: flex;
  justify-content: space-between;
}
.p-single__imgbox.-n2 img {
  width: 49.2%;
  flex-shrink: 0;
  min-width: 0;
}
.p-single__imgbox.-n3 img {
  width: 32.6%;
  flex-shrink: 0;
  min-width: 0;
}
.p-single__result {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px;
  }
  .p-single__wrap {
    padding: 3%;
    box-shadow: none;
    border: none;
    border-bottom: solid 15px #e6e6e6;
  }
  .p-single__small {
    font-size: 8px;
  }
  .p-single__result {
    padding: 0;
  }
}

/*         本文デザイン
==================================*/
.p-single__content {
  line-height: 1.6;
  margin: 1rem 0;
}
.p-single__content .p-single__list {
  font-weight: 700;
}
.p-single__content {
  /*
   * TinyMCE 行間設定
   */
}
.p-single__content .lh-08 {
  line-height: 0.8;
}
.p-single__content .lh-10 {
  line-height: 1;
}
.p-single__content .lh-12 {
  line-height: 1.2;
}
.p-single__content .lh-14 {
  line-height: 1.4;
}
.p-single__content .lh-16 {
  line-height: 1.6;
}
.p-single__content .lh-20 {
  line-height: 2;
}
.p-single__content .lh-24 {
  line-height: 2.4;
}
.p-single__content .lh-28 {
  line-height: 2.8;
}
.p-single__content .lh-30 {
  line-height: 3;
}
.p-single__content .lh-32 {
  line-height: 3.2;
}
.p-single__content h1 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 0.8em 2rem;
  background-color: #000000;
  line-height: 1.2;
}
.p-single__content h2 {
  font-size: 25px;
  font-weight: bold;
  padding: 0.5em 0;
  margin: 0.5em 0;
  line-height: 1.2;
  position: relative;
  border-bottom: solid 3px #e60000;
}
.p-single__content h2.-red {
  color: #e60000;
}
.p-single__content h3 {
  font-size: 1.2em;
  font-weight: bold;
  border-left: solid 4px #e60000;
  padding: 0.2em;
  margin: 0.5em 0;
  line-height: 1.2;
}
.p-single__content h4 {
  font-size: 1.1em;
  padding: 0.3em 0;
  margin: 0.5em 0;
  line-height: 1.2;
  font-weight: 700;
}
.p-single__content p {
  margin-bottom: 0;
}
.p-single__content img {
  margin-bottom: 0.7em;
}
.p-single__content {
  /*
  .p-single__imgbox {
  	width: 100%;
  	tbody {
  		width: 100%;
  	}
  	tr {
  		display: flex;
  		width: 100%;
  		td {
  			display: block;
  			flex-basis: 100%;
  			flex-shrink: 1;
  			min-width: 0;
  			&:not(:last-of-type) {
  				padding-right: .5em;
  			}
  			img{
  				height: 100%;
  				width: auto;
  			}
  		}
  	}
  }
  */
}
.p-single__content blockquote {
  position: relative;
  padding: 2em 1.5em;
  background: #f1f1f1;
  width: 100%;
  margin: 1em auto;
  font-size: 0.9em;
}
.p-single__content li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.p-single__content ul li::before {
  content: "\e808";
  font-family: "fontello";
  text-align: center;
  padding: 0 0.7em 0 0.5em;
}
.p-single__content ol {
  counter-reset: item;
}
.p-single__content ol ol {
  padding-left: 1em;
}
.p-single__content ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}
.p-single__content ol li:nth-of-type(n+9) {
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.p-single__content a {
  text-decoration: underline;
  color: #0075c2;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    font-size: 13px;
  }
  .p-single__content h1 {
    font-size: 1.5em;
  }
  .p-single__content h2 {
    font-size: 1.4em;
  }
}

/*        ホールの結果一覧
========================================*/
.p-hall-result__content {
  padding: 0 1rem;
}
.p-hall-result .c-btn {
  margin-bottom: 1rem;
}
.p-hall-result .c-result__noitem {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-hall-result__content {
    padding: 0;
  }
  .p-hall-result .c-result {
    margin-bottom: 10px;
  }
  .p-hall-result .c-btn {
    width: 95%;
    margin: 0 auto;
  }
}

/*============================================
                404
============================================*/
.p-company__content table {
  margin: 1rem 0;
  line-height: 1.6;
}
.p-company__content tr {
  border-bottom: solid 1rem transparent;
}
.p-company__content td:nth-of-type(1) {
  width: 20% !important;
  font-weight: bold;
}
.p-company__content td:nth-of-type(2) {
  width: 80% !important;
}
@media screen and (max-width: 767px) {
  .p-company tr {
    display: block;
    padding: 0.5em 0;
    border-bottom: solid 1px #e6e6e6;
    font-size: 0.9em;
  }
  .p-company td {
    display: block;
  }
  .p-company td:nth-of-type(1) {
    width: 100% !important;
  }
  .p-company td:nth-of-type(2) {
    width: 100% !important;
  }
}

.p-search__title {
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  padding: 8px 3%;
  margin-top: 1rem;
}
.p-search .c-tab {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-search__title {
    font-size: 14px;
    margin-top: 0;
  }
  .p-search .c-searchform {
    margin-bottom: 15px;
  }
  .p-search .c-tab {
    margin-top: 0;
  }
}

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

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

.u-sp {
  display: none;
}

.u-pc {
  display: block;
}

/*      マージン
==================================*/
.u-mb-s {
  margin-bottom: 20px;
}

.u-mb-m {
  margin-bottom: 60px;
}

.u-mb-l {
  margin-bottom: 120px;
}

/*      infinite-scroll
==================================*/
.infinite-scroll-request {
  padding: 1rem;
  text-align: center;
}

.u-shadowbox {
  border: solid 1px #e6e6e6;
  box-shadow: 0 0 6px rgba(4, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .u-sp-wrap {
    padding: 0 3%;
  }
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
  .u-shadowbox {
    border: none;
    box-shadow: none;
  }
}
.u-red {
  color: #e61e1e;
}

.u-blue {
  color: #0064ff;
}

/*      都道府県の背景色
==================================*/
/*  北海道・東北 */
.u-bc-area-09 {
  background-color: #9d00e3;
}

/*  関東 */
.u-bc-area-10 {
  background-color: #1d20c0;
}

/*  北信越 */
.u-bc-area-18 {
  background-color: #f29600;
}

/*  東海 */
.u-bc-area-25 {
  background-color: #00b400;
}

/*  関西 */
.u-bc-area-26 {
  background-color: #e50012;
}

/*  中国・四国 */
.u-bc-area-27 {
  background-color: #009df1;
}

/*  九州・沖縄 */
.u-bc-area-28 {
  background-color: #ff2495;
}

/*     タブ切り替え
---------------------------------*/
.js-tabButton.is-active {
  background-color: #000000;
}

.js-tabContent:not(.is-active) {
  display: none;
}

/*     無限スクロール
---------------------------------*/
.scroller-status {
  display: none;
}
