@charset 'UTF-8';

/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  overflow-y: scroll;
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  border-bottom: 1px dotted;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  color: #000;
  background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  border: 0;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search'] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  /* Required when declaring ::selection */
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  /* Required when declaring ::selection */
  color: #000;
  background-color: #b3d4fc;
  text-shadow: none;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
グローバルスタイル
----------------------------------------------------------*/

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  overflow-x: hidden;
  width: 100%;
  color: #444;
}

input,
button,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
  height: auto;
}

section {
  position: relative;
}

a {
  text-decoration: none;
  color: #795548;
}

a:hover {
  opacity: .8;
}

.trim-image {
  position: relative;
  overflow: hidden;
}

.trim-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .trim-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
ベーステンプレート
----------------------------------------------------------*/

.primaryTemplate {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.primaryTemplate__header {
  position: fixed;
  z-index: 5;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.primaryTemplate__section {
  background: #fff;
}

.primaryTemplate__section:nth-child(odd) {
  background: #f5f5f5;
}

.primaryTemplate__section.theme-black {
  color: #000;
  background: rgba(255, 255, 255, .5);
}

.primaryTemplate__footer {
  position: relative;
}

.primaryTemplate__pageTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.sectionLayout__button.width-full {
  width: 100%;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
ヘッダー
----------------------------------------------------------*/

/*-- ヘッダー --*/

.header {
  width: 100%;
  height: 100%;
}

.header__inner {
  display: flex;
  height: 100%;
  align-items: center;
}

.header__logo {
  font-size: 0;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
フッター
----------------------------------------------------------*/

.footer {
  text-align: center;
  background: #000;
}

.footer__logo {
  min-height:50px;
  min-witdth:100px;
  max-width: 200px;
  margin: 0 auto 10px;
}

.footer__link {
  font-size: 12px;
}

.footer__link a {
  text-decoration: none;
  color: #fff;
}

.footer__copyright {
  color: #fff;
#  border-top: 1px solid #444;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
メニュー
----------------------------------------------------------*/

/*-- ヘッダーメニュー --*/

.headerLink {
  font-weight: 600;
  display: flex;
  list-style: none;
  align-items: center;
}

.headerLink__item a {
  text-decoration: none;
  color: inherit;
}

/*-- サイドメニュー --*/
/*
.sideMenu {
  z-index: 9999;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 80%;
  height: 100%;
  color: #eee;
}

.sideMenu__header {
  font-size: 12px;
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  color: #ccc;
  background: #333;
  align-items: center;
  justify-content: flex-end;
}

.sideMenu__inner {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}

.sideMenu__upper {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.sideMenu__name {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}

.sideMenu__info {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #666;
}
*/
/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
ボタン
----------------------------------------------------------*/

.solidButton {
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}

.solidButton.theme-primary {
  color: #fff;
  background: #795548;
}

.solidButton.theme-secondary {
  color: #795548;
  border: 1px solid #795548;
}

.outlinedButton {
  font-weight: 600;
  line-height: 1;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}

.outlinedButton.theme-primary {
  color: #795548;
  border: 1px solid #795548;
}

.roundedButton {
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  padding: 5px 10px;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 999px;
  align-items: center;
}

.roundedButton i {
  font-size: 14px;
  margin-right: 3px;
}

.pageTopButton {
  display: inline-flex;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, .7);
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
見出し
----------------------------------------------------------*/

.sectionTitle {
  font-weight: 600;
  position: relative;
  text-align: center;
}

.sectionTitle:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  height: 4px;
  content: '';
  background: #795548;
}

.articleTitle {
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  margin: 30px 0 20px;
  padding-bottom: 10px;
}

.articleTitle:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #e7e7e7;
}

.articleTitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #795548;
}

.articleSubTitle {
  font-weight: 500;
  display: flex;
  margin: 20px 0 10px;
  align-items: center;
}

.articleSubTitle:before {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  content: '';
  border: 3px solid #795548;
  border-radius: 999px;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
テキスト要素
----------------------------------------------------------*/

.articleText {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1em;
  padding-left: 23px;
}

.requiredLabel {
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #795548;
}

.notificationLabel {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 999px;
  background: #f00;
}

.notificationLabel.color-middle {
  color: #444;
  background: #ef0;
}

.arrowLabel {
  display: inline-flex;
  overflow: hidden;
  margin-top: 3px;
  margin-right: 10px;
  white-space: nowrap;
  border-radius: 3px;
  align-items: center;
}

.arrowLabel__title {
  font-size: 12px;
  line-height: 26px;
  position: relative;
  display: inline-block;
  height: 26px;
  padding: 0 5px 0 10px;
  color: #fff;
  background: #00c4cd;
}

.arrowLabel__title:after {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 0;
  height: 0;
  margin-top: -13px;
  content: '';
  border-width: 13px 0 13px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #00c4cd;
}

.arrowLabel__price {
  line-height: 26px;
  height: 26px;
  padding: 0 10px 0 12px;
  color: #00c4cd;
  border: 1px solid #00c4cd;
  background: #fff;
}

.limitLabel {
  font-size: 12px;
  font-weight: normal;
  display: inline-flex;
  margin-top: 3px;
  color: inherit;
  color: #b9b9b9;
  align-items: center;
}

.limitLabel i {
  margin-right: 3px;
}

.limitLabel_red {
  font-size: 12px;
  font-weight: normal;
  display: inline-flex;
  margin-top: 3px;
  color: inherit;
  color: #f00;
  align-items: center;
}

.limitLabel_red i {
  margin-right: 3px;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
カード
----------------------------------------------------------*/

.eventSummaryCard {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.eventSummaryCard__header {
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #252b2f;
}

.eventSummaryCard__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.eventSummaryCard__row + .eventSummaryCard__row {
  margin-top: 10px;
}

.eventSummaryCard__button {
  margin-top: 15px;
}

.eventSummaryCard__caption {
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
  text-align: right;
}

.pointCard__image {
  font-size: 0;
  overflow: hidden;
  border-radius: 9999px;
}

.pointCard__image:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.pointCard__text {
  font-weight: 600;
  line-height: 1.6;
  word-break: break-all;
  /*text-align: center;*/
}

.profileCard {
  display: flex;
}

.profileCard__image {
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}

.profileCard__image:before {
  display: block;
  padding-top: 100%;
  content: '';
}

.profileCard__sns {
  margin-top: 15px;
}

.profileCard__name {
  font-weight: 700;
}

.profileCard__job {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.profileCard__description {
  font-size: 14px;
  line-height: 1.8;
}

.commentCard__header {
  display: flex;
  align-items: center;
}

.commentCard__icon {
  line-height: 1;
  display: inline-flex;
  margin-right: 10px;
  color: #795548;
  border: 2px solid #795548;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
}

.commentCard__age {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: #999;
}

.commentCard__title {
  font-weight: 700;
  line-height: 1.3;
}

.commentCard__description {
  font-size: 14px;
  line-height: 1.8;
}

.faqCard__question {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.faqCard__question:before {
  line-height: 1;
  display: inline-flex;
  content: 'Q';
  color: #fff;
  background: #795548;
  justify-content: center;
  align-items: center;
}

.faqCard__answer {
  font-size: 14px;
  line-height: 1.8;
}

.applyCard {
  overflow: hidden;
  color: #444;
  border-radius: 5px;
  background: #fff;
}

.applyCard__label {
  font-weight: 700;
}

.applyCard__label span {
  display: inline-block;
}

.applyCard__body {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.applyCard__bodyCmt {
//  display: flex;
  flex-grow: 1;
  align-items: center;
}

.selectSeminarCard {
  overflow: hidden;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.selectSeminarCard__header {
  display: flex;
  cursor: pointer;
  background: #f5f5f5;
  align-items: center;
  justify-content: space-between;
}

.selectSeminarCard__header.is-open .selectSeminarCard__opener:after {
  font-family: 'icon';
  content: '\ea9d';
}

.selectSeminarCard__label {
  font-weight: bold;
/*  display: flex;*/
  color: #795548;
  align-items: center;
}

.selectSeminarCard__label i {
  margin-right: 5px;
}

.selectSeminarCard__label span {
  font-size: 12px;
}

.selectSeminarCard__opener {
  line-height: 1;
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #666;
  border: 1px solid #ccc;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.selectSeminarCard__opener:after {
  font-family: 'icon';
  font-size: 14px;
  content: '\eaba';
}

.selectSeminarCard__footer {
  position: relative;
  color: #fff;
  background: #444;
}

.radioItem__label.is-sold:after,
.selectSeminarCard__footer.is-wait:after,
.selectSeminarCard__footer.is-end:after {
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, .9);
  align-items: center;
  justify-content: center;
}

.selectSeminarCard__footer.is-wait:after {
  content: '受付準備中';
}

.selectSeminarCard__footer.is-end:after {
  content: 'ご好評により受付終了しました。';
}

.radioItem__label.is-sold:after {
  content: '満員';
}

.gridCard__image {
  font-size: 0;
}

.gridCard__title {
  font-weight: 600;
  line-height: 1.4;
}

.gridCard__description {
  line-height: 1.8;
}

.verticalCard {
  display: flex;
  align-items: center;
}

.verticalCard__image {
  font-size: 0;
}

.verticalCard__title {
  font-weight: 600;
  line-height: 1.4;
}

.verticalCard__description {
  line-height: 1.8;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
リスト
----------------------------------------------------------*/

.scheduleList {
  list-style: none;
  border-top: 1px solid #795548;
}

.scheduleList__item {
  line-height: 1;
  display: flex;
  border-bottom: 1px solid #795548;
  align-items: center;
  justify-content: space-between;
}

.scheduleList__date {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.scheduleList__date:before {
  font-family: 'icon';
  font-size: 14px;
  margin-right: 5px;
  content: '\ea3c';
  color: #795548;
}

.scheduleList__info {
  font-size: 14px;
}

.scheduleList.is-simple {
  border-top: 1px solid #ccc;
}

.scheduleList.is-simple .scheduleList__item {
  border-bottom: 1px solid #ccc;
}

.scheduleList.is-simple .scheduleList__date:before {
  content: none;
}

.courseSummaryList {
  list-style: none;
}

.courseSummaryList__item {
  font-size: 14px;
  display: flex;
  border: 1px solid #795548;
  align-items: center stretch;
}

.courseSummaryList__item + .courseSummaryList__item {
  margin-top: 5px;
}

.courseSummaryList__name {
  text-align: center;
  color: #795548;
  background: #f5f5f5;
  flex-basis: 50%;
}

.courseSummaryList__price {
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #795548;
  flex-basis: 50%;
}

.pointCardList {
  display: flex;
  list-style: none;
}

.profileList {
  list-style: none;
}

.profileList__item + .profileList__item {
  border-top: 1px solid #ccc;
}

.snsList {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.snsList__item + .snsList__item {
  margin-left: 15px;
}

.commentList {
  display: flex;
  list-style: none;
}

.faqList {
  list-style: none;
}

.faqList__item + .faqList__item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.photoList {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

.seminarList {
  list-style: none;
}

.courceList {
  list-style: none;
}

.courceList__item + .courceList__item {
  margin-top: 10px;
}

.selectSeminarList {
  width: 100%;
  list-style: none;
}

.radioItemList {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.radioItemList.payment {
  display: inline;
  list-style: none;
}
.radioItemList__item {
  margin-right: 20px;
  margin-bottom: 10px;
}

.checkBoxItemList {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.checkBoxItemList__item {
  margin-right: 20px;
  margin-bottom: 10px;
}

.doubleButtonList {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}

.doubleButtonList__item {
  width: 48%;
}

.gridCardList {
  display: flex;
  list-style: none;
}

.gridCardList.colum-1{
  justify-content:center;
}

.gridCardList.colum-1 ul{
	margin-left:5px;
}

.gridCardList.colum-1 ol{
	margin-left:5px;
}

.gridCardList.colum-1 .gridCardList__item {
  flex-basis: 65%;
}

.gridCardList.colum-1 .gridCardList__item:nth-of-type(1n) {
  margin-right: 0;
}

.gridCardList.colum-2 .gridCardList__item {
  margin-right: 4%;
  flex-basis: 48%;
}

.gridCardList.colum-2 .gridCardList__item:nth-of-type(2n) {
  margin-right: 0;
}

.gridCardList.colum-3 .gridCardList__item {
  margin-right: 3.5%;
  flex-basis: 31%;
}

.gridCardList.colum-3 .gridCardList__item:nth-of-type(3n) {
  margin-right: 0;
}

.gridCardList__item {
  margin-bottom: 30px;
}

.verticalCardList {
  list-style: none;
}

.verticalCardList ul {
	margin-left:5px;
}

.verticalCardList ol {
	margin-left:5px;
}
/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
ブロック
----------------------------------------------------------*/

.keyVisualBlock {
  position: relative;
}

.keyVisualBlock__image {
  font-size: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
/*
.keyVisualBlock.theme-dark .keyVisualBlock__image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .4);
}
*/
.keyVisualBlock.theme-dark .keyVisualBlock__text {
  color: #fff;
}

.keyVisualBlock.theme-light .keyVisualBlock__text {
  color: #333;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, .8);
}

.keyVisualBlock__image {
  font-size: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.keyVisualBlock__content {
  position: relative;
}

.keyVisualBlock__text {
  color: #fff;
}

.keyVisualBlock__title {
  font-weight: 700;
  line-height: 1.4;
#  text-align: center;
}

.keyVisualBlock__up {
  font-weight: normal;
  line-height: 1.6;
}

.keyVisualBlock__copy {
  font-weight: normal;
  line-height: 1.6;
}

.keyVisualBlock__button {
  width: 70%;
  margin: 0 auto;
}

.simpleTextBlock {
  display: flex;
}

.simpleTextBlock + .simpleTextBlock {
  margin-top: 40px;
}

.simpleTextBlock_2b + .simpleTextBlock_2b {
  margin-top: 40px;
}

.simpleTextBlock__title {
  line-height: 1.4;
}

.simpleTextBlock__body {
  font-size: 14px;
  line-height: 1.8;
}

.simpleTextBlock__body ul {
	margin-left:5px;
}

.simpleTextBlock__body ol {
	margin-left:5px;
}

.movieBlock__movie {
  position: relative;
  width: 100%;
}

.movieBlock__movie:before {
  display: block;
  padding-top: 60%;
  content: '';
}

.movieBlock__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movieBlock__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.movieBlock__description {
  font-size: 14px;
  line-height: 1.8;
}

.seminarBlock__body {
  margin-top: 20px;
}

.seminarBlock__footer {
  margin-top: 20px;
}

.addressBlock {
  width: 100%;
}

.addressBlock__item + .addressBlock__item {
  margin-top: 15px;
}

.textAreaBlock {
  width: 100%;
}

.textAreaBlock__caption {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.pullDownTextBlock {
  width: 100%;
}

.pullDownTextBlock__caption {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.checkBoxItemList {
  width: 100%;
}

.checkBoxItemList__caption {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.radioItemList {
  width: 100%;
}

.radioItemList__caption {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.inputText {
  width: 100%;
}

.inputText__caption {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}

.termsBlock__confirmation {
  text-align: center;
}

.termsFrame {
  overflow-y: auto;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f5f5f5;
}

.termsFrame__inner {
  font-size: 12px;
  line-height: 1.6;
}

.cautionBlock ul,
.cautionBlock ol {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
  list-style: none;
}

.cautionBlock ul li,
.cautionBlock ol li {
  position: relative;
  margin-bottom: .5em;
  counter-increment: count;
}

.cautionBlock ul li:before,
.cautionBlock ol li:before {
  position: absolute;
  top: 0;
  left: 0;
}

.cautionBlock ul li:last-child,
.cautionBlock ol li:last-child {
  margin-bottom: 1em;
}

.cautionBlock ul li > ol,
.cautionBlock ul li ul,
.cautionBlock ol li > ol,
.cautionBlock ol li ul {
  margin-top: 1em;
}

.cautionBlock ul li {
  padding-left: 1em;
}

.cautionBlock ul li:before {
  content: '・';
}

.cautionBlock ul.is-check li {
  padding-left: 1.5em;
}

.cautionBlock ul.is-check li:before {
  font-family: 'icon';
  content: '\ea30';
  color: #CC0000;
}

.cautionBlock ol {
  counter-reset: count;
}

.cautionBlock ol li {
  padding-left: 1.5em;
}

.cautionBlock ol li:before {
  content: counter(count) '.';
}

.thanksBlock {
  border-radius: 5px;
  background: #efefef;
}

.thanksBlock__icon {
  text-align: center;
  color: #795548;
}

.thanksBlock__body {
  line-height: 1.8;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
ボタン
----------------------------------------------------------*/

.inputText {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}

.inputText.has-error {
  color: #795548;
  border-color: #795548;
  background: rgba(121, 85, 72, .05);
}

.inputText.theme-white {
  background: #fff;
}

.inputText.width-half {
  width: 48%;
}

.inputText.width-half + .inputText.width-half {
  margin-left: 4%;
}

/* matsuoka add 項目横並びでvalidationEngineでのエラー表示を詰めない */
.formError + .inputText.width-half:last-of-type{
	margin-left:4%;
}

.inputText.border-none {
  border: none;
}

.inputText:placeholder-shown {
//  color: #ccc;
}

.inputText::-webkit-input-placeholder {
  color: #ccc;
}

.inputText:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.inputText::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.inputText:-ms-input-placeholder {
  color: #ccc;
}

.pullDownText {
  position: relative;
  display: inline-flex;
  padding-right: 30px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(#fff, #efefef);
  align-items: center;
}

.pullDownText:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: '';
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #795548 transparent transparent transparent;
  -webkit-touch-callout: none;
}

.pullDownText.has-error {
  border-color: #795548;
}

.pullDownText__select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pullDownText.size-small:before {
  right: 10px;
}

.radioItem {
  display: flex;
  align-items: center;
}

.radioItem__radio {
  position: relative;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 999px;
  background: #f5f5f5;
  align-items: center;
  justify-content: center;
}

.radioItem__radio:checked:after {
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 999px;
  background: #795548;
}

.radioItem__label .label {
  display: inline-block;
}

.radioItem__label .detail {
  display: block;
}

.radioItem__label .price {
  font-weight: bold;
  display: inline-block;
}

.checkBoxItem {
  display: inline-flex;
  align-items: center;
}

.checkBoxItem__check {
  position: relative;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.checkBoxItem__check:checked:after {
  position: absolute;
  display: block;
  content: '';
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-right: 3px solid #795548;
  border-bottom: 3px solid #795548;
}

.checkBoxItem__label {
  margin-left: 10px;
}

.textArea {
  line-height: 1.6;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}

.textArea.has-error {
  color: #795548;
  border-color: #795548;
  background: rgba(121, 85, 72, .05);
}

.textArea.theme-white {
  background: #fff;
}

.textArea:placeholder-shown {
  color: #ccc;
}

.textArea::-webkit-input-placeholder {
  color: #ccc;
}

.textArea:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.textArea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

.textArea:-ms-input-placeholder {
  color: #ccc;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/

/*-- 枠線カラー --*/

/*-- プレースホルダーカラー --*/

/*-- テキストカラー --*/

/*-- テーマカラー --*/

/*-- カラー --*/

/*-- フォーム背景カラー --*/

/*-- コンテンツ幅 --*/

/*-- ヘッダー高さ --*/

/* ---------------------------------------------------------
テーブル
----------------------------------------------------------*/

.seminarDetailTable {
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}

.seminarDetailTable tr {
  border: 1px solid #ccc;
  border-top: none;
}

.seminarDetailTable th {
  font-weight: bold;
  color: #fff;
  background: #795548;
}

.seminarDetailTable td {
  line-height: 1.6;
}

.seminarDetailTable strong {
  display: block;
}

.seminarPriceTable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #795548;
  background: #f5f5f5;
}

.seminarPriceTable tr {
  border-top: 1px solid #ccc;
}

.seminarPriceTable tr:nth-of-type(1) {
  border: none;
}

.seminarPriceTable th {
  background: #ececec;
}

.seminarPriceTable th .notificationLabel {
  margin-left: 10px;
}

.seminarPriceTable td {
  font-weight: bold;
  color: #795548;
}

.dataTable {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}

.dataTable th,
.dataTable td {
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.dataTable th {
  background: #eee;
}

@media (min-width: 560px) {
  .primaryTemplate__header {
    height: 90px;
  }

  .primaryTemplate .primaryTemplate__header + .primaryTemplate__contents {
    margin-top: 90px;
  }

  .primaryTemplate__section {
    padding: 80px 0;
  }

  .sectionLayout {
    width: 980px;
    margin: 0 auto;
  }

  .sectionLayout__title {
    margin-bottom: 30px;
  }

  .sectionLayout__button {
    width: 380px;
    margin: 60px auto 0;
  }

  .sectionLayout__button.width-full {
    margin-top: 60px;
  }

  .header__inner {
    width: 980px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .header__menu {
    display: none;
  }

  .header__logo img {
    width: auto;
    max-height: 60px;
    min-height:50px;
    min-witdth:100px;
  }

  .footer {
    padding: 50px 0 0;
  }

  .footer__link {
    margin-bottom: 30px;
  }

  .footer__copyright {
    font-size: 12px;
    width: 980px;
    margin: 0 auto;
    padding: 15px 0;
  }

  .headerLink {
    font-size: 18px;
    color: #444;
  }

  .headerLink__item + .headerLink__item {
    margin-left: 30px;
  }

  .solidButton.size-default {
    font-size: 24px;
    padding: 30px 0;
  }

  .solidButton.size-medium {
    font-size: 20px;
    padding: 20px 0;
  }

  .solidButton.size-small {
    font-size: 18px;
    padding: 15px 40px;
  }

  .outlinedButton {
    font-size: 16px;
    padding: 15px 0;
  }

  .pageTopButton {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }

  .sectionTitle {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .sectionTitle:after {
    width: 100px;
    margin-left: -50px;
  }

  .articleTitle {
    font-size: 20px;
  }

  .articleSubTitle {
    font-size: 18px;
  }

  .articleSubTitle {
    font-size: 16px;
  }

  .eventSummaryCard__header {
    padding: 10px 0;
  }

  .eventSummaryCard__body {
    padding: 20px;
  }

  .pointCard__image {
    width: 100%;
    margin-bottom: 15px;
  }

  .pointCard__text {
    font-size: 18px;
  }

  .profileCard__sub {
    margin-right: 30px;
  }

  .profileCard__image {
    width: 180px;
    min-width: 180px;
  }

  .profileCard__name {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .commentCard__header {
    margin-bottom: 15px;
  }

  .commentCard__icon {
    font-size: 56px;
    width: 78px;
    min-width: 78px;
    height: 78px;
  }

  .commentCard__age {
    font-size: 16px;
  }

  .commentCard__age {
    font-size: 14px;
  }

  .commentCard__title {
    font-size: 20px;
  }

  .faqCard__question {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .faqCard__question:before {
    font-size: 24px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .faqCard__answer {
    margin-left: 40px;
  }

  .applyCard {
    width: 750px;
    margin: 0 auto;
  }

  .applyCard__row {
    display: flex;
  }

  .applyCard__row:first-child > *,
  .applyCard__row:last-child > * {
    padding: 30px;
  }

  .applyCard__label {
    font-size: 18px;
    min-width: 30%;
    padding: 15px 30px;
    color: #fff;
    background: #444;
    flex-basis: 30%;
  }

  .applyCard__label span {
    font-size: 14px;
  }

  .applyCard__body {
    padding: 15px 30px;
  }

  .applyCard__bodyCmt {
    padding: 0px 0px 15px 30px;
	font-size: 14px;
	line-height: 1.6;
  }

  .applyCard__separater {
    font-size: 16px;
    margin: 0 10px;
  }

  .selectSeminarCard__header {
    padding: 15px;
  }

  .selectSeminarCard__label {
    font-size: 18px;
  }

  .selectSeminarCard__body {
    padding: 20px;
  }

  .selectSeminarCard__footer {
    padding: 20px;
  }

  .radioItem__label.is-sold:after,
  .selectSeminarCard__footer.is-wait:after,
  .selectSeminarCard__footer.is-end:after {
    font-size: 18px;
  }

  .gridCard__image {
    margin-bottom: 15px;
  }

  .gridCard__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .gridCard__description {
    font-size: 16px;
  }

  .verticalCard.is-reverse {
    flex-direction: row-reverse;
  }

  .verticalCard.is-reverse .verticalCard__image {
    margin-right: 0;
    margin-left: 50px;
  }

  .verticalCard__image {
    min-width: 40%;
    margin-right: 50px;
    flex-basis: 40%;
  }

  .verticalCard__content {
    flex-grow: 1;
  }

  .verticalCard__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .verticalCard__description {
    font-size: 16px;
  }

  .scheduleList__item {
    padding: 15px 0;
  }

  .scheduleList.is-simple .scheduleList__item {
    padding: 10px 0;
  }

  .courseSummaryList__name {
    padding: 10px;
  }

  .courseSummaryList__price {
    padding: 10px;
  }

  .pointCardList {
    justify-content: center;
  }

  .pointCardList__item {
    flex-basis: 240px;
  }

  .pointCardList__item + .pointCardList__item {
    margin-left: 60px;
  }

  .profileList__item + .profileList__item {
    margin-top: 40px;
    padding-top: 40px;
  }

  .snsList__item {
    width: 30px;
  }

  .commentList {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .commentList__item {
    padding: 20px;
    flex-grow: 1;
    flex-basis: 50%;
  }
  .commentList__item_2b {
    padding: 20px;
    flex-grow: 1;
    flex-basis: 50%;
    width:50%;
    max-width:50%;
  }

  .commentList__item:only-of-type {
    border: none;
    flex-basis: 100%;
  }

  .commentList__item:nth-of-type(2n) {
    border-left: 1px solid #ccc;
  }

  .commentList__item:nth-of-type(n+3) {
    border-top: 1px solid #ccc;
  }

  .commentList__item_2b:nth-of-type(2n) {
    border-left: 1px solid #ccc;
  }

  .commentList__item_2b:nth-of-type(n+3) {
    border-top: 1px solid #ccc;
  }

  .photoList__item {
    margin-bottom: 10px;
    flex-basis: 49.5%;
  }

  .photoList__item:nth-of-type(n+3) {
    flex-basis: 32.5%;
  }

  .seminarList__item + .seminarList__item {
    margin-top: 40px;
  }

  .selectSeminarList__item + .selectSeminarList__item {
    margin-top: 15px;
  }

  .doubleButtonList {
    width: 70%;
    margin: 0 auto;
  }

  .verticalCardList {
    border-bottom: 1px solid #ccc;
  }

  .verticalCardList__item {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }

  .keyVisualBlock__image {
    top: 90px;
  }

  .keyVisualBlock__content {
    display: flex;
    width: 980px;
    margin: 0 auto;
    padding: 150px 0;
    align-items: center;
    justify-content: space-between;
  }

  .keyVisualBlock__text {
    flex-grow: 1;
  }

  .keyVisualBlock__title {
    font-size: 46px;
    margin-bottom: 20px;
  }

  .keyVisualBlock__up {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .keyVisualBlock__copy {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .keyVisualBlock__card {
    min-width: 320px;
    margin-left: 50px;
    flex-basis: 320px;
  }

  .simpleTextBlock__item {
    margin-bottom: 20px;
    flex-grow: 1;
  }

  .simpleTextBlock_2b {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .simpleTextBlock__item_2b {
  	padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    flex-grow: 1;
    flex-basis: 50%;
    width:50%;
    max-width:50%;
  }

  .simpleTextBlock__item + .simpleTextBlock__item {
    margin-left: 4%;
    padding-left: 4%;
    border-left: 1px solid #ccc;
  }

  .simpleTextBlock__item_2b:nth-of-type(2n) {
    border-left: 1px solid #ccc;
  }

  .simpleTextBlock__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .movieBlock__title {
    margin-top: 40px;
  }

  .movieBlock__description {
    margin-top: 20px;
  }

  .termsBlock__confirmation {
    margin: 40px 0;
  }

  .thanksBlock {
    padding: 50px;
  }

  .thanksBlock__icon {
    font-size: 180px;
  }

  .thanksBlock__body {
    font-size: 16px;
    text-align: center;
  }

  .inputText {
    font-size: 16px;
    padding: 15px;
  }

  .inputText.width-3em {
    width: 5em;
  }

  .inputText.width-4em {
    width: 6em;
  }

  .pullDownText__select {
    font-size: 16px;
    padding: 10px;
  }

  .pullDownText.size-small .pullDownText__select {
    font-size: 14px;
    padding: 15px;
  }

  .radioItem__radio {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .radioItem__label {
    font-size: 16px;
    margin-left: 10px;
    min-width: 70px;
  }

  .checkBoxItem__check {
    width: 24px;
    height: 24px;
  }

  .checkBoxItem__check:checked:after {
    top: 0;
    left: 6px;
    width: 10px;
    height: 18px;
  }

  .checkBoxItem__label {
    font-size: 16px;
  }

  .textArea {
    font-size: 16px;
    padding: 15px;
  }

  .seminarDetailTable th,
  .seminarDetailTable td {
    padding: 15px 20px;
  }

  .seminarDetailTable th {
    font-size: 18px;
  }

  .seminarDetailTable td {
    font-size: 14px;
  }

  .seminarDetailTable strong {
    font-size: 16px;
  }

  .seminarDetailTable button {
    margin-left: 10px;
  }

  .seminarPriceTable th,
  .seminarPriceTable td {
    font-size: 16px;
    width: 50%;
    padding: 10px 20px;
  }

  .dataTable {
    font-size: 16px;
  }

  .dataTable th,
  .dataTable td {
    padding: 20px;
  }

  .dataTable th {
    width: 30%;
  }
}

@media (max-width: 559px) {
  .primaryTemplate__header {
    height: 50px;
  }

  .primaryTemplate .primaryTemplate__header + .primaryTemplate__contents {
    margin-top: 50px;
  }

  .primaryTemplate__section {
    padding: 40px 15px;
  }

  .sectionLayout__title {
    margin-bottom: 20px;
  }

  .sectionLayout__button {
    margin-top: 30px;
  }

  .sectionLayout__button.width-full {
    margin-top: 30px;
  }

  .header__inner {
    width: 100%;
    padding: 0 15px;
  }

  .header__menu {
    font-size: 30px;
    line-height: 1;
    display: inline-flex;
    margin-right: 15px;
    color: #666;
    align-items: center;
  }

  .header__logo img {
    width: auto;
    max-height: 40px;
    min-height: 30px;
    min-witdth: 80px;
  }

  .header__link {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 0 20px;
    background: rgba(0, 0, 0, .9);
  }

  .header__button {
    margin-left: auto;
  }

  .footer {
    padding: 30px 0 0;
  }

  .footer__link {
    margin-bottom: 20px;
  }

  .footer__copyright {
    font-size: 10px;
    padding: 15px 0;
    text-align: center;
  }

  .headerLink {
    font-size: 16px;
    flex-direction: column;
    width: 100%;
    color: #fff;
  }

  .headerLink:before {
    display: block;
    width: 78%;
    height: 2px;
    margin: 20px 0 0 22%;
    content: '';
    background: #795548;
  }

  .headerLink:after {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 20px;
    display: inline-block;
    content: 'MENU';
    text-align: left;
    color: #795548;
  }

  .headerLink__item {
    width: 100%;
    border-bottom: 1px solid #666;
  }

  .headerLink__item a {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .solidButton.size-default {
    font-size: 20px;
    padding: 15px;
  }

  .solidButton.size-medium {
    font-size: 16px;
    padding: 15px;
  }

  .solidButton.size-small {
    font-size: 14px;
    padding: 10px;
  }

  .outlinedButton {
    font-size: 16px;
    padding: 10px 0;
  }

  .pageTopButton {
    font-size: 20px;
    width: 36px;
    height: 36px;
  }

  .sectionTitle {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .sectionTitle:after {
    width: 50px;
    margin-left: -25px;
  }

  .articleTitle {
    font-size: 18px;
  }

  .eventSummaryCard__header {
    padding: 15px 0;
  }

  .eventSummaryCard__body {
    padding: 15px;
  }

  .pointCard__image {
    width: 50%;
    margin: 0 auto 10px;
  }

  .pointCard__text {
    font-size: 16px;
  }

  .profileCard {
    flex-direction: column;
  }

  .profileCard__sub {
    margin-bottom: 15px;
  }

  .profileCard__image {
    width: 150px;
    min-width: 150px;
    margin: 0 auto;
  }

  .profileCard__name {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }

  .profileCard__job {
    text-align: center;
  }

  .commentCard__header {
    margin-bottom: 10px;
  }

  .commentCard__icon {
    font-size: 40px;
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .commentCard__title {
    font-size: 18px;
  }

  .faqCard__question {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .faqCard__question:before {
    font-size: 18px;
    width: 26px;
    height: 26px;
    margin-right: 7px;
  }

  .faqCard__answer {
    margin-left: 33px;
  }

  .applyCard {
    padding: 15px;
  }

  .applyCard__row + .applyCard__row {
    margin-top: 20px;
  }

  .applyCard__label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .applyCard__label span {
    font-size: 12px;
  }

  .applyCard__separater {
    font-size: 14px;
    margin: 0 5px;
  }

  .selectSeminarCard__header {
    padding: 10px;
  }

  .selectSeminarCard__label {
    font-size: 16px;
  }

  .selectSeminarCard__body {
    padding: 10px;
  }

  .selectSeminarCard__footer {
    padding: 10px;
  }

  .radioItem__label.is-sold:after,
  .selectSeminarCard__footer.is-wait:after,
  .selectSeminarCard__footer.is-end:after {
    font-size: 16px;
  }

  .gridCard__image {
    margin-bottom: 10px;
  }

  .gridCard__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .gridCard__description {
    font-size: 14px;
  }

  .verticalCard {
    flex-direction: column;
  }

  .verticalCard__image {
    margin-bottom: 10px;
  }

  .verticalCard__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .verticalCard__description {
    font-size: 14px;
  }

  .scheduleList__item {
    padding: 10px 0;
  }

  .courseSummaryList__name {
    padding: 5px 10px;
  }

  .courseSummaryList__price {
    padding: 5px 10px;
  }

  .pointCardList {
    flex-direction: column;
  }

  .pointCardList__item + .pointCardList__item {
    margin-top: 30px;
  }

  .profileList__item + .profileList__item {
    margin-top: 30px;
    padding-top: 30px;
  }

  .snsList__item {
    width: 40px;
  }

  .commentList {
    flex-direction: column;
  }

  .commentList + .commentList {
    margin-top: 30px;
  }

  .commentList__item + .commentList__item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }

  .commentList_2b + .commentList_2b {
    margin-top: 30px;
  }

  .commentList__item_2b + .commentList__item_2b {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }

  .photoList__item + .photoList__item {
    margin-top: 10px;
  }

  .seminarList__item + .seminarList__item {
    margin-top: 30px;
  }

  .selectSeminarList__item + .selectSeminarList__item {
    margin-top: 10px;
  }

  .gridCardList {
    flex-direction: column;
  }

  .verticalCardList__item {
    margin-bottom: 30px;
  }

  .keyVisualBlock__image {
    top: 50px;
  }

  .keyVisualBlock__content {
    padding: 50px 15px;
  }

  .keyVisualBlock__title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .keyVisualBlock__title br {
//    display: none;
  }

  .keyVisualBlock__up {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .keyVisualBlock__copy {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .keyVisualBlock__card {
    position: relative;
    margin: 30px -15px -50px;
    padding: 30px 15px 0;
  }

  .keyVisualBlock__card:before {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: -50px;
    left: 0;
    display: block;
    content: '';
    background: #fff;
  }

  .keyVisualBlock__card > * {
    position: relative;
    margin-top: -30px;
  }

  .simpleTextBlock {
    flex-direction: column;
  }

  .simpleTextBlock__item + .simpleTextBlock__item {
    margin-top: 40px;
  }

  .simpleTextBlock__item_2b + .simpleTextBlock__item_2b {
    margin-top: 40px;
  }

  .simpleTextBlock__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .movieBlock__title {
    margin-top: 20px;
  }

  .movieBlock__description {
    margin-top: 10px;
  }

  .termsBlock__confirmation {
    margin: 20px 0;
  }

  .thanksBlock {
    padding: 20px;
  }

  .thanksBlock__icon {
    font-size: 100px;
  }

  .thanksBlock__body {
    font-size: 14px;
    text-align: left;
  }

  .thanksBlock__body br {
    display: none;
  }

  .inputText {
    font-size: 14px;
    padding: 10px;
  }

  .inputText.width-3em {
    width: 4em;
  }

  .inputText.width-4em {
    width: 5em;
  }

  .pullDownText__select {
    font-size: 14px;
    padding: 10px;
  }

  .pullDownText.size-small .pullDownText__select {
    font-size: 12px;
    padding: 10px;
  }

  .radioItem__radio {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
  }

  .radioItem__label {
    font-size: 14px;
    margin-left: 5px;
    min-width: 70px;
  }

  .checkBoxItem__check {
    width: 20px;
    height: 20px;
  }

  .checkBoxItem__check:checked:after {
    top: 0;
    left: 6px;
    width: 7px;
    height: 15px;
  }

  .checkBoxItem__label {
    font-size: 12px;
  }

  .textArea {
    font-size: 14px;
    padding: 10px;
  }

  .seminarDetailTable tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }

  .seminarDetailTable tr:nth-child(1) {
    background: #795548;
  }

  .seminarDetailTable th {
    display: none;
  }

  .seminarDetailTable td {
    font-size: 13px;
    padding: 0 10px;
  }

  .seminarDetailTable strong {
    font-size: 14px;
  }

  .seminarDetailTable button {
    display: flex;
    margin-top: 5px;
  }

  .seminarPriceTable th,
  .seminarPriceTable td {
    font-size: 14px;
    padding: 10px;
  }

  .dataTable {
    font-size: 14px;
  }

  .dataTable th,
  .dataTable td {
    padding: 10px;
  }

  .dataTable th {
    width: 40%;
  }
}

@media (max-width: 960px) and (min-width: 560px) {
  .sectionLayout {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .header__inner {
    width: 100%;
    padding: 0 15px;
  }

  .footer__copyright {
    width: 100%;
  }

  .headerLink {
    font-size: 14px;
  }

  .applyCard {
    width: 100%;
  }

  .applyCard__row {
    display: flex;
  }

  .applyCard__row:first-child > *,
  .applyCard__row:last-child > * {
    padding: 20px;
  }

  .applyCard__label {
    padding: 15px;
  }

  .applyCard__body {
    padding: 15px 20px;
  }

  .keyVisualBlock__content {
    width: 100%;
    padding: 50px 15px;
  }

  .keyVisualBlock__title {
    font-size: 32px;
  }

  .keyVisualBlock__card {
    min-width: 280px;
    margin-left: 30px;
    flex-basis: 280px;
  }
}

@media screen {
  [hidden~='screen'] {
    display: inherit;
  }

  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* google recapcha-v3 中央表示 */
.grecaptcha-badge {
	margin: auto;
}

/*ボタンブロックの影*/
.lpButton:hover {
	transition: box-shadow 0.5s ease;
	box-shadow: none !important;
}