@charset "UTF-8";
/*
Theme Name: Galaxy Group
*/
/*--------------------------------------------------------------
# ウェブアイコン
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 縦横比維持
--------------------------------------------------------------*/
/****************************************************************
# 基礎 Foundation
****************************************************************/
/* リセット */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Avenir", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  color: #000000;
  background: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

td {
  word-break: break-all;
  word-wrap: break-word;
}

body, table {
  font-size: 14px;
  line-height: 200%;
}

/*
p, dt, dd, li {
  font-size: 14px;
  line-height: 200%;
}
*/
figure {
  margin: 0;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, dl, ul, ol, form {
  margin-top: 16px;
  margin-bottom: 16px;
}

hr {
  display: none;
}

address {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

sup {
  font-size: smaller;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
}

/*
@include placeholder {
  color: #cccccc;
}
*/
ul, ol {
  padding-left: 0;
  list-style: none;
}

dl > dd {
  margin-left: 0;
}

a:hover, a:visited:hover, button:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  -ms-opacity: 0.7;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
}

button:hover {
  cursor: pointer;
}

figcaption {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 768px) {
  figcaption {
    font-size: 10px;
    line-height: 150%;
  }
}

/* 表 */
table {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin: 1em 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
table th,
table td {
  font-size: 14px;
  line-height: 200%;
  background-color: #ffffff;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
table th {
  font-weight: normal;
  background-color: #efefef;
  width: 192px;
}

/****************************************************************
# 汎用 Utility
****************************************************************/
/* JS用メディアクエリ */
.js-media-query {
  display: none;
  font-family: "1920";
}
@media (max-width: 800px) {
  .js-media-query {
    font-family: "800px";
  }
}
@media (max-width: 768px) {
  .js-media-query {
    font-family: "768px";
  }
}
@media (max-width: 480px) {
  .js-media-query {
    font-family: "480px";
  }
}

/* リスト */
.c-ul, .c-ol, c-dl > dd {
  margin-left: 1.25em;
}

.c-ul {
  list-style-type: disc;
}

.c-ol {
  list-style-type: decimal;
}

/* ブロック */
.c-block {
  display: block;
}

/* 回り込み解除 */
.c-cf:after, .c-table td:after, .c-define-table:after {
  content: "";
  display: block;
  clear: both;
}

/* 縦中央揃え */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  */
}

/* 非表示テキスト */
.c-hidden {
  display: none;
}

.c-hidden {
  display: none;
}

/* 静的アンカー */
.c-solid:hover,
.c-solid:visited:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}

/* アンカー下線 */
.c-a-underline {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-bottom: 2px;
  text-decoration: none;
}

.c-a-none {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 揃え */
.c-align-center {
  text-align: center;
}

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

.c-valign-middle {
  vertical-align: middle;
}

.c-valign-bottom {
  vertical-align: bottom;
}

/* フォーム */
.c-ime--zen {
  ime-mode: active;
}

.c-ime--han {
  ime-mode: disabled;
}

/* 3点リーダー */
.c-leader {
  font-family: san-serif;
}

/* 文字 */
.c-uppercase {
  text-transform: uppercase;
}

/* 非表示 */
.c-for-reader {
  display: none;
}

/* 表示・非表示 */
.c-none--tb {
  display: auto;
}
@media (max-width: 768px) {
  .c-none--tb {
    display: none;
  }
}

.c-inline--tb {
  display: auto;
}
@media (max-width: 768px) {
  .c-inline--tb {
    display: inline;
  }
}

.c-block--tb {
  display: none;
}
@media (max-width: 768px) {
  .c-block--tb {
    display: block;
  }
}

.c-none--sp {
  display: auto;
}
@media (max-width: 480px) {
  .c-none--sp {
    display: none;
  }
}

.c-inline--sp {
  display: none;
}
@media (max-width: 480px) {
  .c-inline--sp {
    display: inline;
  }
}

.c-block--sp {
  display: none;
}
@media (max-width: 480px) {
  .c-block--sp {
    display: block;
  }
}

/****************************************************************
# 部品 Component
****************************************************************/
/* 画面一杯 */
.c-full-screen {
  width: 100vw;
  width: 100%;
  height: 100vh;
}

/* 注釈 */
.c-notes {
  font-size: 11px;
  line-height: 200%;
  color: #666666;
}

/* フォーム */
.c-input-text,
.c-textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.c-textarea {
  height: 120px;
}

label.error {
  display: block;
  margin-top: 2px;
  padding: 0 4px;
  color: #ff0000;
}

.c-input-text.error,
.c-textarea.error {
  background: #ffcccc;
}

.c-input-submit {
  font-size: 16px;
  line-height: 100%;
  padding: 16px 24px;
  color: #ffffff;
  background: #666666;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.c-input-submit:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  -ms-opacity: 0.7;
}
.c-input-submit--back {
  font-size: 12px;
  line-height: 100%;
  padding: 8px 12px;
  color: #999999;
  background: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}

/* フォームメッセージ */
.c-form-message {
  font-size: medium;
  line-height: 200%;
  color: #436900;
  background: #e7f6cc;
  border: 2px solid #b7e566;
  margin: auto 0;
  padding: 8px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.c-form-message--error {
  color: #7f4f00;
  background-color: #ffeccc;
  border-color: #ffc566;
}
.c-form-message strong {
  font-weight: normal;
}

/* ガイドメニュー */
.c-guide__one {
  float: left;
  font-size: 16px;
  line-height: 200%;
  margin-right: 16px;
}
.c-guide__one:last-child {
  margin-right: 0;
}

/* 罫線定義リスト */
.c-rule {
  width: 100%;
}
.c-rule__title, .c-rule__body {
  border-top: 1px solid #cccccc;
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-rule__title {
  clear: left;
  float: left;
  width: 194px;
}
.c-rule__body {
  margin-left: 210px;
}
@media (max-width: 768px) {
  .c-rule__title {
    width: 20%;
  }
  .c-rule__body {
    margin-left: 22%;
  }
}
@media (max-width: 480px) {
  .c-rule {
    width: 100%;
  }
  .c-rule__title, .c-rule__body {
    border-top: 1px solid #cccccc;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .c-rule__title {
    float: none;
    clear: none;
    font-weight: bold;
    width: auto;
  }
  .c-rule__body {
    width: auto;
    margin-left: 0;
  }
}

/* 表型定義リスト */
.c-define-table > dt, .c-define-table > dd {
  font-size: 14px;
  line-height: 200%;
  margin: 0;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-define-table > dt {
  clear: left;
  float: left;
  background: #efefef;
  width: 200px;
}
.c-define-table > dd {
  float: left;
  background: #ffffff;
  width: calc(100% - 200px);
  width: -moz-calc(100% - 200px);
}
.c-define-table__button {
  margin-left: 0;
  text-align: center;
}
.c-define-table__colspan {
  margin-left: 0 !important;
  margin-top: 16px;
}
.c-define-table > dt {
  border-right: 1px solid #cccccc;
}
.c-define-table > dt, .c-define-table > dd {
  border-bottom: 1px solid #cccccc;
}
.c-define-table > dt, .c-define-table__button:last-child {
  border-left: 2px solid #cccccc;
}
.c-define-table > dd {
  border-right: 2px solid #cccccc;
}
.c-define-table > dt:first-of-type, .c-define-table > dd:first-of-type {
  border-top: 2px solid #cccccc;
}
.c-define-table > dt:last-of-type, .c-define-table > dd:last-of-type {
  border-bottom: 2px solid #cccccc;
}
.c-define-table > dt:first-of-type {
  border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
}
.c-define-table > dd:first-of-type {
  border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -o-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
}
.c-define-table > dt:last-of-type {
  border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  -o-border-radius: 0 0 0 3px;
  -ms-border-radius: 0 0 0 3px;
}
.c-define-table > dd:last-of-type {
  border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -o-border-radius: 0 0 3px 0;
  -ms-border-radius: 0 0 3px 0;
}
.c-define-table__button:last-child {
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
}
.c-define-table__required, .c-define-table__optional {
  float: right;
  display: block;
  font-weight: normal;
  font-size: 11px;
  line-height: 100%;
  color: #ffffff;
  background: #666666;
  margin: 2px;
  padding: 6px 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
.c-define-table__optional {
  color: #ffffff;
  background: #cccccc;
}
@media (max-width: 768px) {
  .c-define-table > * {
    height: auto !important;
  }
  .c-define-table > dt {
    float: none;
    clear: none;
    width: auto;
  }
  .c-define-table > dd {
    float: none;
    width: auto;
  }
  .c-define-table > dt, .c-define-table > dd {
    border-bottom: 1px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
  }
  .c-define-table > dt:first-of-type {
    border-top: 2px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .c-define-table > dd:last-of-type {
    border-bottom: 2px solid #cccccc;
  }
  .c-define-table > dd:first-of-type {
    border-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
  }
  .c-define-table > dt:first-of-type {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
  }
  .c-define-table > dt:last-of-type {
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
  }
  .c-define-table > dd:last-of-type {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
  }
}

/* フォームステップ */
.c-form-step__one {
  float: left;
  background: #ffffff;
  width: 33.33%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-form-step__bg {
  display: inline-block;
  padding: 8px 12px;
  filter: alpha(opacity=25);
  opacity: 0.25;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -o-opacity: 0.25;
  -ms-opacity: 0.25;
}
.c-form-step__text {
  font-size: 10px;
  line-height: 150%;
  color: #999999;
  padding-right: 10px;
  vertical-align: middle;
  text-transform: uppercase;
}
.c-form-step__one {
  border: 2px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 0;
}
.c-form-step__one:first-child {
  border-left: 2px solid #cccccc;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
}
.c-form-step__one:last-child {
  border-right: 2px solid #cccccc;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
}
.c-form-step--current {
  color: #666600;
  background: #ffffff;
}
.c-form-step--current > .c-form-step__text {
  color: #999900;
}
.c-form-step--current > .c-form-step__bg {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
@media (max-width: 768px) {
  .c-form-step__one {
    width: auto;
    margin-right: 8px;
  }
  .c-form-step__one:last-child {
    margin-right: 0;
  }
  .c-form-step__bg {
    padding: 0;
  }
  .c-form-step__one, .c-form-step__one:first-child, .c-form-step__one:last-child {
    border: 0;
  }
  .c-form-step__one {
    border-bottom: 2px solid #ffffff;
  }
  .c-form-step--current, .c-form-step--current:first-child, .c-form-step--current:last-child {
    background: transparent;
    border-bottom: 2px solid #cccccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
  }
}
@media (max-width: 480px) {
  .c-form-step__one {
    float: none;
    width: auto;
    margin-right: 8px;
  }
}

/* ページ内メニュー */
.c-page-down {
  margin-top: 48px;
  margin-bottom: 48px;
}
.c-page-down__one {
  float: left;
  font-size: 16px;
  line-height: 200%;
  width: 440px;
  margin: 0 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-page-down__one:first-child {
  margin-left: 0;
}
.c-page-down__one:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .c-page-down__one {
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .c-page-down__one {
    float: none;
    width: auto;
    text-align: left;
  }
}

.c-page-up {
  border-top: 1px solid #cccccc;
  margin-top: 40px;
  padding-top: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-page-up__one {
  float: right;
  font-size: 14px;
  line-height: 200%;
}

/* 罫線ブロック */
.c-border-block {
  /*
    &__body h3,
    &__body p,
    &__body ul,
    &__body ol,
    &__body dl {
      margin: 0;
    }
  */
}
.c-border-block__title, .c-border-block__body {
  border: 2px solid #cccccc;
  padding: 12px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-border-block__title {
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  background: #ffffff;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
}
.c-border-block__body {
  border-top: 1px solid #cccccc;
  margin-left: 0;
  padding: 8px 8px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
}
@media (max-width: 480px) {
  .c-border-block__title {
    font-size: 16px;
    line-height: 150%;
  }
}

/* 下層リスト */
.c-child-list {
  margin-bottom: 8px;
}
.c-child-list__one {
  float: left;
  width: 428px;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
  padding: 10px 4px;
  padding-top: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-child-list__one:nth-child(odd) {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .c-child-list__one {
    width: 49%;
  }
  .c-child-list__one:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  .c-child-list__one {
    float: none;
    width: auto;
  }
  .c-child-list__one:nth-child(odd) {
    margin-right: 0;
  }
}

/* ページャー */
.c-pager {
  text-align: center;
}
.c-pager__body {
  display: inline-block;
  background: #efefef;
  border: 1px solid #cccccc;
  border-left: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.c-pager__content {
  display: inline-block;
  padding: 6px 12px;
}
.c-pager__body > a {
  border-bottom: 0;
}
.c-pager__body-a:hover {
  background: #ffffff;
}
.c-pager__current {
  background: #ffffff;
}
.c-pager__body--first {
  border-left: 1px solid #cccccc;
}
.c-pager__body--first {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
}
.c-pager__body--last {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
}
.c-pager__text {
  filter: alpha(opacity=25);
  opacity: 0.25;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -o-opacity: 0.25;
  -ms-opacity: 0.25;
}

/* レスポンシブテーブル */
.c-table * {
  word-break: break-all;
  word-wrap: break-word;
}

.c-table .c-table__cell--nowrap {
  white-space: nowrap;
}

@media (max-width: 800px) {
  .c-table {
    width: 100%;
  }
  .c-table col {
    display: none;
  }
  .c-table thead {
    display: none;
  }
  .c-table tr {
    width: 100%;
  }
  .c-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .c-table td:first-child {
    background-color: #efefef;
  }
  .c-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 120px;
  }
  .c-table td.c-table__cell--long:before {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .c-table form {
    display: inline;
  }
}
/* 埋め込み動画 */
.c-video {
  width: 500px;
  max-width: 100%;
  max-height: 281px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .c-video {
    width: auto;
    max-width: auto;
    max-height: auto;
  }
}
@media (max-width: 800px) {
  .c-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
}

@media (max-width: 800px) {
  .c-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* フォント：notsans */
@font-face {
  font-family: "NotoSansJP T";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP L";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP DL";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP R";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP M";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP B";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP BK";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
@font-face {
  font-family: "Sawarabi Mincho";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot);
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.ttf) format("truetype");
}
.s-sawarabimincho {
  font-family: "Sawarabi Mincho", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", serif;
}

.s-serif {
  font-family: "Vollkorn SC", "Avenir", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  text-transform: uppercase;
}

.s-cursive {
  font-family: "Playball", "Avenir", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.s-mincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", serif;
}

/* リセット・共通 */
html, body {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

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

a, a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
}

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

* {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: inherit;
}

section, article, aside, nav, header, footer, main {
  display: block;
}

table {
  border-collapse: collapse;
}

i {
  font-style: normal;
}

button:hover {
  cursor: pointer;
}

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

figure {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.for-reader {
  display: none;
}

.bond {
  display: none;
}

.break {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

/* サイト共通 */
body {
  color: #ffffff;
  background: url(./assets/img/doc-bg.jpg);
  background-size: contain;
  background-size: 100% 100%;
  background-size: 100% auto;
  background-attachment: fixed;
}
body.body-system {
  color: #000000;
  background-image: url(./assets/img/doc-bg--light.jpg);
}
body.body-contact {
  background-image: url(./assets/img/doc-bg--sp.jpg);
}

.sec--ttl,
.copyright,
.site-title {
  font-family: "Century Gothic", sans-serif;
}

.sec--ttl {
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38.05%, rgb(76, 73, 72)), to(#FFF));
  background: linear-gradient(to top, rgb(76, 73, 72) 38.05%, #FFF);
  padding: 12px 16px;
}

body.photo .sec--ttl--news {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38.05%, rgb(0, 152, 68)), to(#FFF));
  background: linear-gradient(to top, rgb(0, 152, 68) 38.05%, #FFF);
}

h2.title,
.system .page-menu a {
  font-size: 24px;
  color: #FFFFFF;
  background: rgb(0, 0, 0);
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 16px;
  text-align: center;
  text-align: left;
}
@media (max-width: 768px) {
  h2.title,
  .system .page-menu a {
    font-size: 20px;
  }
}

h3.title {
  font-size: 24px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, color-stop(38.05%, rgb(0, 152, 68)), to(#FFF));
  background: linear-gradient(to right, rgb(0, 152, 68) 38.05%, #FFF);
  margin-top: 16px;
  padding: 16px 16px;
}
@media (max-width: 768px) {
  h3.title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .container-inner--ex h2.title {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .container-inner--ex h2.title + h3 {
    margin: 0;
  }
}

.system .title.subscribe {
  color: #E50012;
  background: url(./assets/img/title--subscribe.png) center center/auto 100% repeat-x;
  text-align: center;
}

.system .title.standard {
  color: #E50012;
  background: url(./assets/img/title--standard.png) center center/auto 100% repeat-x;
  text-align: center;
}

.system .title.photo {
  color: #E50012;
  background: url(./assets/img/title--photo.png) center center/auto 100% repeat-x;
  text-align: center;
}

.system .title.option {
  color: #E50012;
  background: url(./assets/img/title--option.png) center center/auto 100% repeat-x;
  text-align: center;
}

.system .title.wday {
  background: url(./assets/img/title--wday.png) center center/cover repeat-x;
  text-align: center;
}

.system .title.sday {
  background: url(./assets/img/title--sday.png) center center/cover repeat-x;
  text-align: center;
}

.c-define-table > dt,
.c-define-table > dd {
  font-size: 16px;
  border: 0 !important;
  border-bottom: 1px solid #666464 !important;
  background: transparent !important;
  padding: 8px 16px !important;
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  .c-define-table > dd:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  section .c-define-table:last-of-type > dt:nth-last-child(2),
  section .c-define-table:last-of-type > dd:last-child {
    border-bottom: 1px solid #666464 !important;
  }
}

@media (max-width: 768px) {
  section:last-of-type .c-define-table:last-of-type > dd:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .c-define-table > dt,
  .c-define-table > dd,
  .c-define-table > dd:last-child,
  section .c-define-table:last-of-type > dt:nth-last-child(2),
  section .c-define-table:last-of-type > dd:last-child,
  section:last-of-type .c-define-table:last-of-type > dd:last-child {
    border: 0 !important;
  }
}

.c-define-table > dt {
  width: 50%;
}
@media (max-width: 768px) {
  .c-define-table > dt {
    color: #ffffff !important;
    background: black !important;
    width: 100%;
  }
}

.c-define-table > dd {
  width: 50%;
}
@media (max-width: 768px) {
  .c-define-table > dd {
    width: 100%;
  }
}

.c-define-table.c-define-table--l dt {
  width: 75%;
}
@media (max-width: 768px) {
  .c-define-table.c-define-table--l dt {
    width: 100%;
  }
}
.c-define-table.c-define-table--l dd {
  width: 25%;
}
@media (max-width: 768px) {
  .c-define-table.c-define-table--l dd {
    width: 100%;
  }
}

.c-define-table.numeric > dd {
  text-align: right;
}

.c-define-table.title-list > dt {
  width: 100% !important;
}

.c-define-table--form > dt {
  font-weight: bold;
  width: 240px;
}
@media (max-width: 768px) {
  .c-define-table--form > dt {
    background: transparent !important;
    width: 100%;
  }
}

.c-define-table--form > dd {
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .c-define-table--form > dd {
    width: 100%;
  }
}

.c-define-table--form > dt,
.c-define-table--form > dd {
  border-bottom: 0 !important;
  border-top: 1px solid #666464 !important;
  padding: 8px 8px !important;
}

.c-define-table--form {
  border-bottom: 1px solid #666464 !important;
}

.form-flex {
  padding-bottom: 8px;
}

.c-define-table--form > dd .form-flex:last-of-type {
  padding-bottom: 0;
}

/* レイアウト */
.container {
  /*  max-width: 800px;*/
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1000;
  margin: auto;
  /* Base Font Size */
  font-size: 14px;
  line-height: 175%;
}

.container-block {
  max-width: 800px;
  margin: auto;
  text-align: left;
}

.container-inner {
  padding: 0 16px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .container-inner.container-inner--ex {
    padding: 0;
  }
}

.container-inner.container-inner--ex .container-inner--ex-inner {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .container-inner.container-inner--ex .container-inner--ex-inner {
    padding: 16px 16px;
  }
}

.container-inner.container-inner--ex .container-inner--ex-inner.container-inner--ex-inner--light {
  padding-top: 0;
}

.content {
  padding-bottom: 48px;
}

.common-body {
  padding-top: 16px;
}

.container-inner--ex .common-body {
  padding-top: 0;
}
@media (max-width: 768px) {
  .container-inner--ex .common-body {
    padding-top: 0;
  }
}

.button, .offer-button, .snsmore, .event-more {
  width: 100px;
  display: inline-block;
  padding: 8px 16px;
  background-color: rgba(255, 241, 0, 0.9);
  width: 100px;
  color: #000000;
  text-align: center;
  border: 0;
  border-radius: 4px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 16px;
  margin-top: 16px;
}

.button--large {
  width: auto;
  white-space: nowrap;
}

/* ヘッダー背景 */
body.cafe-event .header-bg {
  background: url(./assets/img/header-bg.jpg) center top/cover no-repeat;
}
body.cafe-event .site-excerpts {
  color: #ffffff;
}

/* ヘッダー */
.gh .gh--logo {
  padding: 20px 0;
  text-align: center;
}

.gh .gh--logo img {
  display: inline;
  width: 400px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .gh .gh--logo img {
    width: 240px;
  }
}

/* ハンバーガーメニュー */
.gh .gh--nav .gh--nav--list {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1005;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
  padding: 20%;
  background: rgba(0, 0, 0, 0.9);
  /*
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  */
}

.gh .gh--nav .gh--nav--list a {
  color: #ffffff !important;
}

.gh .gh--nav.show .gh--nav--list {
  visibility: visible;
  opacity: 1;
  text-align: center;
}

.gh .gh--nav .gh--nav--list li {
  margin-top: 10vh;
}

.gh .gh--nav .gh--nav--list .gh--nav--list--item {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
}

/*
.gh .gh--nav .gh--nav--list .gh--nav--list--sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gh .gh--nav .gh--nav--list .gh--nav--list--sns a {
  display: block;
  width: calc(100% / 6 - 2%);
  max-width: 80px;
  margin: 1%;
}
.gh .gh--nav .gh--nav--list .gh--nav--list--sns a img {
  width: 100%;
  height: auto;
}
*/
/* ハンバーガーアイコン */
.gh .gh--nav,
.gh .gh--nav .nav--icon {
  position: fixed;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  z-index: 2000;
}

.isGlobal .gh .gh--nav {
  display: none !important;
}

.nav--bar {
  display: block;
  height: 4px;
  left: 5px;
  right: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#fff100), to(#ffffff));
  background: linear-gradient(to left, #fff100, #ffffff);
  position: absolute;
  -webkit-transition: top 0.2s ease-in, background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: top 0.2s ease-in, background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: top 0.2s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in;
  transition: top 0.2s ease-in, transform 0.3s ease-in, background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
body.cafe-event .nav--bar {
  background: -webkit-gradient(linear, right top, left top, from(#fff100), to(#ffffff));
  background: linear-gradient(to left, #fff100, #ffffff);
}

.gh .gh--nav .nav--bar.nav--bar_t {
  top: 33.3333333333%;
  -webkit-transform: translateY(calc(-50% - 6px));
          transform: translateY(calc(-50% - 6px));
}

@media all and (-ms-high-contrast: none) {
  .gh .gh--nav .nav--bar.nav--bar_t {
    top: calc(33.3333333333% - 8px);
  }
}
.gh .gh--nav .nav--bar.nav--bar_m {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gh .gh--nav .nav--bar.nav--bar_b {
  top: 66.6666666667%;
  -webkit-transform: translateY(calc(-50% + 6px));
          transform: translateY(calc(-50% + 6px));
}

.gh .gh--nav.show .nav--bar {
  background: #fff;
  height: 4px;
}

.gh .gh--nav.show .nav--bar.nav--bar_t {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.gh .gh--nav.show .nav--bar.nav--bar_m {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.gh .gh--nav.show .nav--bar.nav--bar_b {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* フッター */
.gf {
  background-color: #000000;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
}

.gf .copyright {
  font-size: 14px;
  padding: 9px 8px;
  text-align: center;
}

/* ページトップ */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin: 0;
  padding: 0;
}
.pagetop a {
  display: block;
  background: #fff100 url(./assets/img/pagetop.png) center 13px/20px auto no-repeat;
  width: 40px;
  height: 40px;
  filter: alpha(opacity=75);
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -o-opacity: 0.75;
  -ms-opacity: 0.75;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -o-border-radius: 300px;
  -ms-border-radius: 300px;
}
@media (max-width: 800px) {
  .pagetop a {
    filter: alpha(opacity=25);
    opacity: 0.25;
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    -o-opacity: 0.25;
    -ms-opacity: 0.25;
  }
}
@media (max-width: 800px) {
  .pagetop a:active {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
}

/* サイト概要 */
/*
.site-header-text {
  float: left;
  width : calc(100% - 20%);
  width : -webkit-calc(100% - 20%);
}
.site-header-icon {
  float: right;
  width: 20%;
  height: 100%;
  text-align: center;
  background: blue;
}
.site-header-icon img {
//  width: 100%;
}
*/
.site-header {
  padding-right: 136px;
}
@media (max-width: 768px) {
  .site-header {
    min-height: 112px;
    padding-right: 104px;
  }
}

.site-cafe-event {
  background: black;
}
.site-cafe-event .site-header {
  background: url(./assets/img/site-cafe-event.svg) right 4px bottom no-repeat;
  background-size: 120px auto;
}
@media (max-width: 768px) {
  .site-cafe-event .site-header {
    background-size: 88px auto;
  }
}
.site-cafe-event .site-header-icon img {
  width: 58px;
}

.header-bg .site-cafe-event .site-header {
  background-image: url(./assets/img/site-cafe-event--rev.svg);
}

/*
.site-photo {
  background: rgba(#009844, 0.3);

  & .site-header {
    background: url(./assets/img/site-photo.svg) right 4px bottom no-repeat;
    background-size: 120px auto;

    @include media--tb {
      background-size: 88px auto;
    }
  }
  &.site-header-icon img {
    width: 76px;
  }
}
*/
.site-section {
  padding: 16px 16px;
}
.site-section--global {
  margin-bottom: 16px;
  min-height: 300px;
}
@media (max-width: 768px) {
  .site-section--global {
    min-height: 240px;
  }
}

.site-title {
  font-size: 60px;
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .site-title {
    font-size: 32px;
    line-height: 100%;
  }
}

.site-excerpts {
  font-size: 24px;
  line-height: 125%;
  color: #656464;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .site-excerpts {
    font-size: 18px;
    line-height: 125%;
    margin-top: 8px;
  }
}

.site-access {
  font-size: 16px;
  color: #231815;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .site-access {
    font-size: 13px;
  }
}

/* イベント・ニュース */
.event {
  display: block;
  padding: 16px 4px;
  border-bottom: 1px dotted #cccccc;
  border-bottom: 1px solid #666464;
}

.event-container {
  padding-top: 16px;
}

/*
.event-header {
//  border: 1px dotted #cccccc;
//  background: rgba(#F7EDC4, 0.1);
//  border-radius: 4px;
  padding: 8px 8px;
  padding-bottom: 8px;
}
*/
.event h1 {
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .event h1 {
    font-size: 20px;
  }
}

.event-image {
  margin-top: 16px;
  text-align: center;
}

.event-content {
  /*
    border-top: 4px dotted #efefef;
    padding: 0 8px;
  */
  font-size: 14px;
  line-height: 175%;
  margin-top: 16px;
}

.event-content p:not(first-child) {
  margin-top: 16px;
}

.event-more {
  width: 200px;
}

/* イベントカレンダー */
body .EvtBookingCalendar {
  border: 1px solid #efefef;
  border-radius: 3px;
}
body .EvtBookingCalendar .EvtBookingCalendar--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  background-color: #efefef;
}
body .EvtBookingCalendar .EvtBookingCalendar--ttl .EvtBookingCalendar--cap {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 4px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 4px;
}
body .EvtBookingCalendar .EvtBookingCalendar--ttl .EvtBookingCalendar--prev,
body .EvtBookingCalendar .EvtBookingCalendar--ttl .EvtBookingCalendar--next {
  border: none;
  background-color: #fff100;
  color: #000000;
  border-radius: 3px;
}
body .EvtBookingCalendar .EvtBookingCalendar--ym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .EvtBookingCalendar--cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #efefef;
  padding: 4px;
  padding-top: 0;
}
body .EvtBookingCalendar--cell .EvtBookingCalendar--cell--dt {
  border-radius: 3px;
  background-color: #fff;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .EvtBookingCalendar--cell .EvtBookingCalendar--cell--dt i {
  display: block;
  text-align: center;
  margin-right: 4px;
}
body .EvtBookingCalendar--cell .EvtBookingCalendar--cell--dt .ym {
  font-size: 9px;
  line-height: 175%;
  text-align: center;
  width: 100%;
}
body .EvtBookingCalendar--cell .EvtBookingCalendar--cell--dt .d {
  font-size: 16px;
  line-height: 100%;
  padding: 4px 0;
}
body .EvtBookingCalendar--cell .EvtBookingCalendar--cell--ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 4px;
  padding: 4px 12px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.EvtBooking {
  background-color: #fff100;
  color: #000000;
  padding: 8px 16px;
  font-weight: bolder;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  margin: 16px 0;
  width: 160px;
}

/* ページネーション */
.pages {
  margin-bottom: 16px;
  text-align: center;
}

.page-numbers {
  margin: 16px 4px;
  margin-bottom: 0;
  display: inline-block;
  padding: 4px 14px;
  color: #ffffff;
  background-color: #efefef;
  background-color: #4C4B4B;
  border-radius: 4px;
}

.page-numbers.current {
  background-color: #fff100;
  color: #000000;
}

/* アクセス */
.access {
  font-size: 16px;
}

.access iframe {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .access iframe {
    height: 225px;
  }
}

/* Twitter */
.twitter {
  padding: 32px 0 0;
}

/*
.tweet {
  display: block;
  padding: 16px 4px;
  border-bottom: 1px dotted #cccccc;
}

.tweet:last-child {
  border-bottom: none;
}
*/
.snsmore {
  width: 100px;
}

/* Instagram */
.instagram {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.instagram p {
  margin-bottom: 16px;
}

.instagram iframe {
  width: 100%;
}

/*
.instagram > * {
  max-width: 100%;
}
*/
.instagram-inner {
  margin: 16px 0;
}

@media all and (-ms-high-contrast: none) {
  .instagram {
    max-width: 80%;
  }
}
/* フォーム */
input, textarea, select {
  color: #000000;
}

form input.text,
form textarea {
  width: 100%;
}

form input.text--name {
  width: 200px;
}

form input.text--age {
  width: 64px;
}

form input.text--pcd {
  width: 160px;
}

form input.text--city {
  width: 200px;
}

form input.text--area {
  width: 200px;
}

form input.text--tel {
  width: 200px;
}

form input.text--pref {
  width: 200px;
}

.form > div > p {
  margin-top: 16px;
}

.form input, .form textarea {
  font-size: 16px;
}

.title-bold {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}

.resp {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

.resp.error {
  color: red;
}

/* 注釈 */
ul.notes {
  font-size: 16px;
  line-height: 175%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0 16px;
  padding-left: calc(1em + 16px);
}
ul.notes strong {
  color: #E50012;
}

ul.notes li {
  list-style-type: none;
  text-indent: -1em;
}

ul.notes li:before {
  content: "※ ";
}

/* 動画 */
.movie {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .movie iframe {
    width: 400px;
    height: 225px;
  }
}

/* イベント出演依頼 */
.offer-link {
  display: block;
}

.offer {
  color: #7D7D7D;
  background: #FFFCD1;
  margin: 16px 0;
  margin-top: 0;
  padding: 16px;
  border-radius: 4px;
}

/*
.common-body .offer-link:last-of-type {
  margin-bottom: 32px;
}
*/
.offer h2 {
  font-size: 4rem;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .offer h2 {
    font-size: 2rem;
  }
}

.offer p {
  margin: 0;
}

.offer .title {
  display: block;
  margin: 16px auto;
  margin-bottom: 0;
  text-align: center;
}

.offer .title img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.offer .sub_title {
  display: block;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .offer .sub_title {
    font-size: 16px;
    line-height: 150%;
  }
}

.offer .catch_copy {
  font-size: 20px;
  line-height: 150%;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .offer .catch_copy {
    font-size: 16px;
    line-height: 150%;
  }
}

.offer-button {
  width: 200px;
}

.offer-content {
  margin-bottom: 16px;
}

.offer-slider {
  margin-bottom: 16px;
}

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

.offer-content .wp-block-image.size-large {
  display: block;
  text-align: center;
}

.offer-content .wp-block-image.size-large img {
  width: 100%;
  height: auto;
}

/* 地図 */
.access-map {
  background: #ffffff;
  border: 2px solid #231815;
  margin: 16px 0 0;
  text-align: center;
}

/* システム */
.system .c-define-table {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.system .c-define-table dt em {
  color: #E50012;
}

.system a {
  color: #006f99;
  text-decoration: underline;
}

.system p,
.system-delim {
  font-size: 16px;
  line-height: 175%;
  border: 0 !important;
  border-bottom: 1px solid #666464 !important;
  background: transparent !important;
  padding: 8px 16px !important;
  border-radius: 0 !important;
}

.system .charge {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .system .charge {
    padding-bottom: 8px !important;
  }
}

.system .free {
  color: #E60012;
}
@media (max-width: 768px) {
  .system .free {
    background: transparent !important;
  }
}

@media (max-width: 768px) {
  .system dt.free {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .system dd.free {
    padding-top: 0 !important;
  }
}

.system .page-menu {
  margin-bottom: 64px;
}
.system .page-menu a {
  display: block;
  text-decoration: none;
}

/* リンク */
.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-bottom: -16px;
}
.link-list > * {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  margin-bottom: 16px;
}
.link-list > *:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .link-list > * {
    width: calc((100% - 16px) / 2);
  }
  .link-list > *:nth-of-type(2n) {
    margin-right: 0;
  }
}