@charset "utf-8";
/*---------------------------------------------------------------------------------------------------------------
	全体の初期設定
---------------------------------------------------------------------------------------------------------------*/
/*body要素*/
body { 
	max-width: 980px;
	min-width: 373px;
	margin: 0px auto;/*マージン設定*/
	padding: 0;/*パディング設定*/
	color: #000;/*body要素内の文字色：基本はダークグレー*/
	font-family: "ＭＳ ゴシック",sans-serif;/*フォント種類設定*/
	background-color: #ffd;/*背景色：ベージュ系*/
    font-size: 14px;
	}

/*a(リンク)要素*/
a {
	color:#000;/*デフォルトのリンク文字色：青色*/
	text-decoration:underline;/*デフォルトのリンクテキストに下線がつく*/
	}
a:visited { color: #000; }/*訪問済みリンクの文字色：黒色*/
a:hover {/*a:hoverでは“カーソルは乗っているがクリックはされていない状態。a:activeはクリックされてから離されるまでの状態”を示す”*/
	color: #00265A;/*リンクの文字色：深い青色*/
	text-decoration:none;/*リンクのテキストに下線がつかない*/
	}
a:hover img { opacity: 0.7; }/*リンクの画像をホバーした時は、画像が30%透明になる*/

/*ul,li要素：リストの行頭アイコンを消し、そのスペースのマージンも消す*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/*見出し・段落・画像の初期マージン設定*/
h1, h2, h3, h4, h5, h6 { 
	display: inline;
	margin-top: 0; 
}/*ｈ要素のマージン設定*/
p { /*ｐ要素のマージンと行間設定*/
	margin-top: 0;
	line-height: 1.6;
	}
/*アイコンフォントの設定*/
i {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #880000;
}
#wrapper {
    margin-top: 20px;
}

/*---------------------------------------------------------------------------------------------------------------
	index_クラス紹介
---------------------------------------------------------------------------------------------------------------*/
#introduction ul {
	text-align: center;
}
#introduction ul li {
	display: inline-block;
	margin: 10px;
	padding: 0;
	border-radius: 10px;
	border: solid 1px #000;
}

#introduction ul li img {
	float: left;
	width: 353px;
	height: auto;
}
#introduction ul li i {
	color: #fff;
}
#introduction ul li .classname,.target {/*クラス紹介の設定*/
	display: inline-block;
	float: left;
}
#introduction ul li a {/*クラス紹介の設定*/
	display: block;/*横並び*/
	width: 353px;/*リストあたりの横幅設定*/
	margin: 0px;
	text-decoration: none;
	color: #fff;
}
#introduction ul li:hover {
	opacity: 0.7;
}
#introduction ul li .text {/*クラス紹介の設定*/
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
#introduction ul li .classname {/*クラス紹介の設定*/
	margin: 0;
	padding: 0;
	vertilal-align: middle;
	font-weight: bold;
	font-size: 2em;
	text-shadow: 1px 1px 2px #000;
}
#introduction ul li .target {/*クラス紹介の設定*/
	margin: auto 6px;
	float: right;
	font-weight: bold;
	vertilal-align: middle;
	line-height: 3em;
	text-shadow: 1px 1px 2px #000;
}
#introduction ul li {/*クラス紹介の設定*/
	background-color: #103967;
	background: radial-gradient(circle, #fff 0%, #103967 100%)
}
#introduction p {
	max-width: 730px;
	margin: 0 auto 15px;
}

.synapsology_big {
    max-width: 730px;
    margin: 0 auto;
    display: block;
}
.synapsology_big i {
    margin-left: 150px;
}



/*---------------------------------------------------------------------------------------------------------------
	メインメニュー
---------------------------------------------------------------------------------------------------------------*/
#main-menu ul {
	text-align: center;
}
#main-menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin: 10px 5px 10px 5px;
	height: 70px;
	line-height: 70px;
	width: 40%;
	min-width: 153px;
	border-top,border-left: groove 3px #cba110;
	border-bottom,border-right: ridge 3px #cba110;
	border: ridge 3px #cba110;
	background-color: #000;
	border-radius: 9px;
	text-align: left;
}

#main-menu ul li span {
	vertical-align: top;
}
#main-menu ul li a {
	height: 70px;
	line-height: 70px;
	border-radius: 9px;
	display: block;
	color: #fff;
        text-decoration:none;
}
#main-menu ul li a::after {
    content: '\f054';/*横向き矢印のunicode*/
    font-family: 'FontAwesome';
    float: right;
    padding: 0px 8px;
    color: #fff;
    font-size: 2em;
}
#main-menu ul li a:hover {
	background: radial-gradient(circle, #dec810 0%, #000 100%)
	}

#wrapper h1 {
	position: relative;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.8em;
}

#wrapper h1:after {
content: "";
display: block;
height: 10px;
background: -moz-linear-gradient(to right, rgb(128, 0, 0), transparent);
background: -webkit-linear-gradient(to right, rgb(128, 0, 0), transparent);
background: linear-gradient(to right, rgb(128, 0, 0), transparent);
}

#wrapper h3 {
	position: relative;
	padding: 0;
	font-size: 1.4em;
}

#wrapper h3:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(0, 0, 0), transparent);
background: -webkit-linear-gradient(to right, rgb(0, 0, 0), transparent);
background: linear-gradient(to right, rgb(0, 0, 0), transparent);
}

h2{
position: relative;
padding: 0;
}

h2:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(128, 0, 0), transparent);
background: -webkit-linear-gradient(to right, rgb(128, 0, 0), transparent);
background: linear-gradient(to right, rgb(128, 0, 0), transparent);
}

.modalTitle-tel:after {
content: "";
display: block;
height: 10px;
background: -moz-linear-gradient(to right, rgb(0, 0, 0), transparent);
background: -webkit-linear-gradient(to right, rgb(0, 0, 0), transparent);
background: linear-gradient(to right, rgb(0, 0, 0), transparent);
}
.modalTitle-mail:after {
content: "";
display: block;
height: 10px;
background: -moz-linear-gradient(to right, rgb(0, 0, 0), transparent);
background: -webkit-linear-gradient(to right, rgb(0, 0, 0), transparent);
background: linear-gradient(to right, rgb(0, 0, 0), transparent);
}
h2:before {/*タイトル前に配置するアイコンの共通設定*/
  padding-right: 5px;
  color: #880000;
  font-size: 40px;
}

#contact i {
	color: #000;
}

h2.classintroduction:before/*クラス紹介のアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f1ae";
}
h2.mainmenu:before/*メインメニューのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f022";
}
h2.infomation:before/*お知らせのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f05a";
}
h2.trophy:before/*大会結果のアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f091";
}
h2.pencil:before/*各種案内・申込みのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f044";
}
h2.spin:before/*各種案内・申込みのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f021";
}
h2.video:before/*各種案内・申込みのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f03d";
}
h2.bars:before/*会員ページメニューのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f0c9";
}
h2.commenting:before/*事務局への連絡・問合せのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f27b";
}
h2.topics:before/*トピックスのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f03e";
}
h2.film:before/*ギャラリーのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f008";
}
h3.paperclip:before/*ギャラリーのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f0c6";
}
h2.movie-link:before/*動画リンクのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f16a";
}
h2.other-link:before/*関連リンクのアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f08e";
}
h2.modalTitle-mail:before/*モーダルウインドウ（メール）のアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f003";
  color: #000;
}
h2.modalTitle-tel:before/*モーダルウインドウ（電話）のアイコンをタイトル前に配置*/
{
  font-family: FontAwesome;
  content: "\f098";
  color: #000;
}
#word:before/*師範のエッセイ*/
{
  font-family: FontAwesome;
  content: "\f1c2";
}

.word::before {
  font-family: FontAwesome;
  content: '\f1c2';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: left;/*その中で左寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.home::before {
  font-family: FontAwesome;
  content: '\f015';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: left;/*その中で左寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.smile::before {
  font-family: FontAwesome;
  content: '\f118';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: left;/*その中で左寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.child::before {
  font-family: FontAwesome;
  content: '\f1ae';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: center;/*その中で中央寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.map::before {
  font-family: FontAwesome;
  content: '\f278';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1.2em;/*文字の1.2倍の横幅に*/
  text-align: left;/*その中で左寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.calendar::before {
  font-family: FontAwesome;
  content: '\f274';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: left;/*その中で左寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.question::before {
  font-family: FontAwesome;
  content: '\f059';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: left;/*その中で左寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.sign::before {
  font-family: FontAwesome;
  content: '\f090';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: left;/*その中で左寄せ*/
  margin: 0px 8px 0px 8px;
    font-size: 2em;
  }
.message{
	font-weight: bold;
	}
/*---------------------------------------------------------------------------------------------------------------
	アコーディオンメニュー
---------------------------------------------------------------------------------------------------------------*/
/*ボックス全体*/
.accbox {
    margin: 0 auto 10px;
    padding: 0;
    max-width: 730px;/*最大幅*/
    min-width: 373px;
    overflow: hidden;
}

/*ラベル*/
.accbox label {
    display: block;
    height: 100px;
    line-height: 100px;
    margin: 1.5px 0;
    padding : 13px 5px;
    color: #000;
    font-weight: bold;
    background: #fff2cc;
    border-left: solid 10px #800000;
    border-bottom: dotted 2px #800000;
    border-radius: 5px;
    cursor :pointer;
    transition: all 0.5s;
}
.accbox dl { 
  overflow: hidden;
  margin: 0px;
}
.accbox dt {
  line-height: 1.8em;
  margin: 0.7em 0 0.3em 0 ;
}
.accbox dd {
  line-height: 1.4em;
  margin-left: 1em;
  margin-right: 2em;
  text-overflow: ellipsis;
}

/*アイコンを表示*/
.accbox dt::after {
    content: '\f054';/*横向き矢印のunicode*/
    font-family: 'FontAwesome';
    float: right;
    color: #800000;
    font-size: 1.6em;
    padding-left: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.7;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 2px;
    background: #ffd;
    border-bottom: dotted 2px #800000;
    opacity: 1;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.cssacc:checked + label{
    border-bottom: none;
}

.accbox .accshow p {
    margin: 2px 5px 5px 5px;
}

.accbox .ban {
	float: left;
	margin: 0 10px 0px 0px;
	border-radius: 15px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label dt:after {
    content: '\f078';/*下向き矢印のunicode*/
}

.accbox iframe {
	display: block;
	margin: 0 auto;
}
/*---------------------------------------------------------------------------------------------------------------
	予定表
---------------------------------------------------------------------------------------------------------------*/
#schedule iframe {
	width: 100%;
	height: 1000px;
}

/*---------------------------------------------------------------------------------------------------------------
	クラスの紹介
---------------------------------------------------------------------------------------------------------------*/
/*ボックス全体*/
#class .accbox {
    margin: 0 auto 10px;
    padding: 0;
    max-width: 800px;/*最大幅*/
    min-width: 373px;
    overflow: hidden;
}
#class .classname {/*クラス紹介の設定*/
	margin: 0 10px;
	padding: 0;
	float: left;
	vertilal-align: middle;
	color: #000;
	font-weight: bold;
	font-size: 2em;
}
#class .target {/*クラス紹介の設定*/
	margin: auto 10px;
	float: right;
	color: #000;
	font-weight: bold;
	vertilal-align: middle;
	line-height: 3em;
}

#class .classtitle {/*クラス紹介の設定*/
	width: 100%;
}
#child,#parent_child,#general {
  display: block;
  height: 80px;
}

/*ラベル*/
#class .accbox label {
    display: block;
    height: 2.4em;
    line-height: 2.4em;
    width: 100%;
    margin: 1.5px auto;
    color: #000;
    font-weight: bold;
    border-left: solid 10px #103967;
    border-bottom: dotted 2px #103967;
    border-radius: 5px;
    cursor :pointer;
    transition: all 0.5s;
    background: #fff2cc;
    text-align: top;
}

#class .accbox label p {
    display: inline-block;
    float: left;
    width: 85%;
    height: 1em;
    line-height: 1em;
    margin: 0px;
}

/*アイコンを表示*/
#class .accbox label::after {
    content: '\f054';/*横向き矢印のunicode*/
    font-family: 'FontAwesome';
    display: inline-block;
    float: right;
    width: 12%;
    color: #103967;
    font-size: 1.6em;
    text-align: center;
}


/*クリックで中身表示*/
#class .cssacc:checked + label + .accshow {
    height: auto;
    padding: 2px;
    background: #ffd;
    border-bottom: dotted 2px #103967;
    opacity: 1;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
#class .cssacc:checked + label{
    border-bottom: none;
}

.accbox .accshow p {
    margin: 2px 5px 5px 5px;
}

#class .classtitle img {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	border-radius: 15px;
}

/*アイコンを入れ替える*/
#class .cssacc:checked + label:after {
    content: '\f078';/*下向き矢印のunicode*/
}

.accshow .check::before {
  font-family: FontAwesome;
  content: '\f101';
  display: inline-block;/*inline-blockなら幅が指定できる*/
  width: 1em;/*文字の1倍の横幅に*/
  text-align: center;/*その中で中央寄せ*/
  margin: 0px 8px 0px 4px;
  font-size: 1em;
  color: #800000;
  }

.jump {
  display: block;
  float: right;
  line-height: 2em;
  padding: 5px;
  border: 2px solid #103967;
  border-radius: 4px;
  text-decoration: none;
  font-color: #000;
  background: #fff2cc;
}
.jump:hover {
  color: #000;
  opacity: 0.7;
}

#side {
  clear: both;
  margin-top: 100px;
}

#synaps img {
 display: block;
 margin-left: auto;
 margin-right: auto;
  margin-bottom: 3px;
  border-radius: 20px;
  width: 90%;
  max-width: 350px;
  height: auto;
}

.blinkS1 {
  animation: blinkAnimeS1 1s infinite alternate;
}
@keyframes blinkAnimeS1{/* ハンバーガメニュー用 */
   0%{ color: #fff; background: #000; }
 100%{ color: red; background: #fff; }
}

.blinkS2 {
  animation: blinkAnimeS2 2s infinite alternate;
}
@keyframes blinkAnimeS2{/* 稽古予定表用 */
 0%  { color: #000; font-weight: bold; }
 25% { color: #f00; font-weight: bold; }
 50% { color: #000; font-weight: bold; }
 75% { color: #f00; font-weight: bold; }
 100% { color: #000; font-weight: bold; }
}

.blinkS3 {
  animation: blinkAnimeS3 2s infinite alternate;
}
@keyframes blinkAnimeS3{/* 会員ページ用 */
 0%  { color: #0f0; font-weight: bold; }
 25% { color: #f00; font-weight: bold; }
 50% { color: #0f0; font-weight: bold; }
 75% { color: #f00; font-weight: bold; }
 100% { color: #0f0; font-weight: bold; }
}

/*---------------------------------------------------------------------------------------------------------------
	入会申込み
---------------------------------------------------------------------------------------------------------------*/
#entry h2 i {
    color: #880000;
}
#entry i {
    color: #000;
}
#entry .arrow {
    margin: 1.5px auto;
}
/*ボックス全体*/
#entry .accbox {
    margin: 0 auto 10px;
    padding: 0;
    max-width: 730px;/*最大幅*/
    min-width: 373px;
    overflow: hidden;
}

/*ラベル*/
#entry .accbox label {
    display: block;
    height: 2em;
    line-height: 2em;
    width: 100%;
    margin: 1.5px auto;
    color: #000;
    font-weight: bold;
    border-left: solid 10px #990066;
    border-bottom: dotted 2px #990066;
    border-radius: 5px;
    cursor :pointer;
    transition: all 0.5s;
    background: #fff2cc;
    text-align: top;
}
#entry .accbox dl { 
  overflow: hidden;
  margin: 0px;
}
#entry .accbox dd {
  line-height: 2em;
  margin-left: 1em;
  margin-right: 2em;
  text-overflow: ellipsis;
}

/*アイコンを表示*/
#entry .accbox dd::after {
    content: '\f054';/*横向き矢印のunicode*/
    font-family: 'FontAwesome';
    float: right;
    color: #800000;
    font-size: 1em;
    padding-left: 8px;
}

/*ラベルホバー時*/
#entry .accbox label:hover {
    opacity: 0.7;
}

/*チェックは隠す*/
#entry .accbox input {
    display: none;
}

/*中身を非表示にしておく*/
#entry .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}

/*クリックで中身表示*/
#entry .cssacc:checked + label + .accshow {
    height: auto;
    padding: 2px;
    background: #ffd;
    border-bottom: dotted 2px #990066;
    opacity: 1;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
#entry .cssacc:checked + label{
    border-bottom: none;
}

#entry .accbox .accshow p {
    margin: 2px 5px 5px 5px;
}

#entry .accbox .ban {
	float: left;
	margin: 0 10px 0px 0px;
	border-radius: 15px;
}

/*アイコンを入れ替える*/
#entry .cssacc:checked + label dd:after {
    content: '\f078';/*下向き矢印のunicode*/
}

#entry .accbox iframe {
	display: block;
	margin: 0 auto;
}


/*---------------------------------------------------------------------------------------------------------------
	会場の紹介
---------------------------------------------------------------------------------------------------------------*/
/*ボックス全体*/
#access .accbox {
    margin: 0 auto 10px;
    padding: 0;
    max-width: 730px;/*最大幅*/
    min-width: 373px;
    overflow: hidden;
}

/*ラベル*/
#access .accbox label {
    display: block;
    height: 1.6em;
    line-height: 1.6em;
    margin: 1.5px 0;
    padding : 13px 5px;
    color: #000;
    font-weight: bold;
    background: #fff2cc;
    border-left: solid 10px #800000;
    border-bottom: dotted 2px #800000;
    border-radius: 5px;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
#access .accbox label::after {
    content: '\f067';/*plusのunicode*/
    font-family: 'FontAwesome';
    float: right;
    color: #800000;
    font-size: 1.6em;
    padding-left: 8px;
}

/*ラベルホバー時*/
#access .accbox label:hover {
    opacity: 0.7;
}

/*チェックは隠す*/
#access .accbox input {
    display: none;
}

/*中身を非表示にしておく*/
#access .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}

/*クリックで中身表示*/
#access .cssacc:checked + label + .accshow {
    height: auto;
    padding: 2px;
    background: #ffd;
    border-bottom: dotted 2px #800000;
    opacity: 1;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
#access .cssacc:checked + label{
    border-bottom: none;
}

#access .accbox .accshow p {
    margin: 2px 5px 5px 5px;
}

#access .detail li {
    margin: 5px 0;
}

/*アイコンを入れ替える*/
#access .cssacc:checked + label:after {
    content: '\f068';/*minusのunicode*/
}

#access h4 {
    display: inline-block;
    padding-top: 25px;
    margin-bottom: 0;
    width: 100%;
}
#access .clear {
    clear: both;
    width: 100%;
    border-top: 3px dotted #800000;
    margin-bottom: 35px;
}
#access .clear2 {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}
#access iframe {
    border: 1px solid #000;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 240px;
    width: 320px;
    }
#access p {
    margin-top: 5px;
    }
#access table {
    width: 350px;
    border-collapse: collapse;
    margin-bottom: 0px;
    }
#access th,
#access td {
    border: 1px solid #000;
    padding: 2px;
    text-align: center;
    }
#access th {
    background-color: #cc9;
    }
#comment{
    margin: 0px;
    padding: 0px;
}
.jumpplace {
  display: block;
  line-height: 2em;
  padding: 5px;
  border: 1px solid #103967;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  background: #fff2cc;
}
.jumpplace:hover {
  color: #000;
  opacity: 0.7;
}
.detail a:before {
    content: '\f02b';/*tagのunicode*/
    font-family: 'FontAwesome';
    color: #000;
    font-size: 1em;
    padding: 0 5px;
}
#access .stnum {
    display: inline-block;
    width: 2em;
    padding: 0;
    vertical-align: middle;
}

/*---------------------------------------------------------------------------------------------------------------
	関連リンクメニュー
---------------------------------------------------------------------------------------------------------------*/
#banner ul {
    margin: 0 auto 10px;
    padding: 0;
    max-width: 730px;/*最大幅*/
    min-width: 373px;
}
#banner ul {
    text-align: center;
}
#banner ul li {
	display: inline-block;
	margin: 10px 3px 10px 0px;
}
#to_pagetop i {
    color: #000;
}

#to_pagetop {
    text-align: center;
}

/*---------------------------------------------------------------------------------------------------------------
	問合せフォーム
---------------------------------------------------------------------------------------------------------------*/
#mailform table {
	margin-bottom: 10px;
	font-family: "MS ゴシック",sans-serif;
	width: 100%;
	}

#mailform table tr td:first-child {
	display: block;
	float: left;
	width: 95%;
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.6em;
	}
#mailform table tr td:first-child:before {
    content: '\f0f6';/*textのunicode*/
    font-family: 'FontAwesome';
    color: #000;
    font-size: 1.6em;
    padding: 0 5px;

}
#mailform table tr td:last-child {
	display: block;
	float: left;
	width: 100%;
	}
#mailform #name {
	width: 95%;
	height: 2.5em;
	border-radius: 6px;
	}

#mailform #date {
	width: 31%;
	height: 2.5em;
	border-radius: 6px;
	}

#mailform #email {
	width: 95%;
	height: 2.5em;
	border-radius: 6px;
	}

#mailform #confirm_email {
	width: 95%;
	height: 2.5em;
	border-radius: 6px;
	}
#mailform select {
	width: 95%;
	height: 2.5em;
	border-radius: 6px;
}
#mailform #inquiry_body {
	width: 95%;
	height: 12em;
	border-radius: 6px;
	}
	
#mailform #submit {
	width: 150px;
	height: 60px;
	margin: 10px 5px 40px 5px;
	padding: 10px;
	font-size: 120%;
	border-radius: 6px;
	border-top,border-left: groove 3px #cba110;
	border-bottom,border-right: ridge 3px #cba110;
	border: ridge 3px #cba110;
	background-color: #000;
	color: #fff;
	}

#mailform #reset {
	width: 150px;
	height: 60px;
	margin: 10px 5px 40px 5px;
	padding: 10px;
	font-size: 120%;
	border-radius: 6px;
	border-top,border-left: groove 3px #cba110;
	border-bottom,border-right: ridge 3px #cba110;
	border: ridge 3px #cba110;
	background-color: #000;
	color: #fff;
	}
#mailform ul {
	text-align: center;/*テキスト配置*/
}
#mailform li {
	display: inline;
}

#confirm p {
    margin-bottom: 15px;
}
#confirm table {
    margin-bottom: 15px;
}

#confirm #submit {
	margin: 0;
	padding: 10px;
	font-weight: bold;
	}
#submit:hover {
	background: radial-gradient(circle, #dec810 0%, #000 100%)

}
input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
    background-color:rgba(52,152,219,0.5);
    border-radius: 6px;
}
/*---------------------------------------------------------------------------------------------------------------
	会員ページ
---------------------------------------------------------------------------------------------------------------*/
#jumptop {
   position: fixed;
   right: 0;
   bottom: 0;
   z-index: 99;
}
#jumptop i {
   color: #000;
   background-color: #cff;
   border-radius: 15px;
   border: dotted 1px #000066;
}

#member h2 {
    display: inline-block;
    padding-top: 25px;
    margin-bottom: 0;
    width: 100%;
}
#member h3 i {
  color: #000;
}
/*ボックス全体*/
#pencil .accbox {
    margin: 0 auto 10px;
    padding: 0;
    max-width: 730px;/*最大幅*/
    min-width: 373px;
    overflow: hidden;
}

/*ラベル*/
#pencil1 .accbox label {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 1.5px 0;
    padding : 5px;
    color: #000;
    font-weight: bold;
    background: #fff2cc;
    border-left: solid 10px #009900;
    border-bottom: dotted 2px #009900;
    border-radius: 5px;
    cursor :pointer;
    transition: all 0.5s;
}
#pencil1 .accbox dl { 
  overflow: hidden;
  margin: 0px;
}
#pencil1 .accbox dt {
  line-height: 1.8em;
  margin: 0 ;
}
#pencil1 .accbox dd {
  line-height: 1.4em;
  margin-left: 1em;
  margin-right: 2em;
  text-overflow: ellipsis;
}

/*アイコンを表示*/
#pencil1 .accbox dt::after {
    content: '\f054';/*横向き矢印のunicode*/
    font-family: 'FontAwesome';
    float: right;
    color: #009900;
    font-size: 1.6em;
    padding-left: 8px;
}

/*ラベルホバー時*/
#pencil1 .accbox label:hover {
    opacity: 0.7;
}

/*チェックは隠す*/
#pencil1 .accbox input {
    display: none;
}

/*中身を非表示にしておく*/
#pencil1 .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.1s;
}

/*クリックで中身表示*/
#pencil1 .cssacc:checked + label + .accshow {
    height: auto;
    padding: 2px;
    background: #ffd;
    border-bottom: dotted 2px #009900;
    opacity: 1;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
#pencil1 .cssacc:checked + label{
    border-bottom: none;
}

#pencil1 .accbox .accshow p {
    margin: 2px 5px 5px 5px;
}

#pencil1 .accbox .ban {
	float: left;
	margin: 0 10px 0px 0px;
	border-radius: 15px;
}

/*アイコンを入れ替える*/
#pencil1 .cssacc:checked + label dt:after {
    content: '\f078';/*下向き矢印のunicode*/
}
#pencil1 h3 small i {
    color: red;
}
h1 small i {
    color: red;
}
#main-menu li i {
    color: #fff;
}
#pencil1 .detail li {
    margin: 5px 0;
}
#pencil1 .detail li a {
    display: block;
    text-decoration: none;
}
/*---------------------------------------------------------------------------------------------------------------
	＠Mediaルール
---------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 767px){

#wrapper {
    margin-top: 0px;
}

#main-menu ul li a::after {
    padding: 0px 5px;
    font-size: 1em;
}
#main-menu ul li:nth-child(2n+1):last-child {
        width: 200px;
}
#pencil ul li a::after {
    padding: 0px 5px;
    font-size: 1em;
}
#profile table {
	clear: both;
}

#class .accbox label::after {
    text-align: left;
}

.accboxs {
    display: block;
    text-align: center;
}

}/* ＠Mediaルール END */

/* -★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ---動画コンテンツに対する設定--- */
#movie li{
	display: inline-block;
	width: calc(100% / 3 - 3rem);
	height: 150px;
	margin: 1rem 0 0 2rem;
	position: relative;
	}

#movie li img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	box-shadow: 0 0 1rem rgba(0,0,0,1);
	border-radius: 1rem;
	}

#movie dl{
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	padding: 0.3rem;
	font-size: calc(0.6rem + 0.2vw);
	text-shadow: 1px 1px 1px #fff;
	width: 90%;
	background-color: rgba(256,256,256,0.7);
	border-radius: 0.5rem;
	}

#movie dd{
	margin-left: 0;
	}

#movie li a:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
	}


@media screen and (max-width : 767px){/* 画面幅767px以下で適用するCSS */
#movie li{
	width: calc(100% / 2 - 3rem);
	}
}

/* -★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ---動画コンテンツ(師範)に対する設定--- */
#movie_shihan li{
	display: inline-block;
	width: calc(100% / 2 - 3rem);
	height: 150px;
	margin: 1rem 1rem 0 1rem;
	text-align: center;
	position: relative;
	}

#movie_shihan{
	text-align: center;
	}

#movie_shihan li:nth-child(2n+1):last-child{
	margin: 1rem 0 0 0;
	width: 60%;
	}

#movie_shihan li img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	box-shadow: 0 0 1rem rgba(0,0,0,1);
	border-radius: 1rem;
	}

#movie_shihan dl{
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	padding: 0.3rem;
	font-size: calc(0.6rem + 0.2vw);
	text-shadow: 1px 1px 1px #fff;
	width: 90%;
	background-color: rgba(256,256,256,0.7);
	border-radius: 0.5rem;
	}

#movie_shihan dd{
	margin-left: 0;
	}

#movie_shihan li a:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
	}

.font-pickup{
	color: #f00;
	font-weight: bold;
	}

