/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  共通 
************************************************************************************************************************************/
body {
    background-color: #d4d4d4;
}
/******************************** 投稿記事の下「前へ」「次へ」削除 ********************************/
.nav-links {
    display: none;
}
/***********************************************************************
                              ログイン画面 
**********************************************************************/
/***** 「パスワードをお忘れですか？」「はじめての方はこちら」削除 *****/
span.link-text-forgot {
    display: none;
}
span.link-text-register {
    display: none;
}
div#wpmem_restricted_msg {
    display: none;
}
div#wpmem_login {
    margin: -20px -90px;
    padding: 10px 90px;
    background-color: #000000;
}
legend {
    color: #f5e726;
}
fieldset label {
    color: #ffb000;
}

/***********************************************************************
                              　一般 
**********************************************************************/
/***** 投稿・固定ページ　タイトル削除 *****/
.entry-header {

}

/***** フッター　コピーライト削除 *****/
.site-footer {
    display: none;
}

/***** リンクホバー時アンダーライン削除 *****/
a:hover {
    text-decoration: none;
}
/***** サイドバー・SPメニューエリア *****/
body:before {
    background-color: #f19101;
}
.nav-menu a {
    color: #ffffff;
	  font-weight: bold;
}
.nav-menu a:hover {
    color: #000000;
	  font-weight: bold;
}
.secondary.toggled-on {
    background-color: #ff9d09;
}
.site-header {
    background-color: #f19101;
}
.secondary-toggle {
    border: 1px solid rgba(255, 255, 255, 1);
}
.secondary-toggle:before {
    color: #fff;
}
/***** コンテンツ背景デザイン *****/
.site-main {
    padding: 4% 0;
}
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
} 

/***********************************************************************
                              投稿ページ 
**********************************************************************/
.hentry {
    padding-top: 20px;
}
section.youtube-url {
    margin: auto;
    width: fit-content;
}
footer.entry-footer {
    display: none;
}
.main-navigation {
    font-size: 30px;
}
.nav-previous {
    width: 40%;
    margin-right: 10%;
}
.nav-next {
    width: 40%;
    text-align: right;
    margin-left: 10%;
}
.widget {
    padding: 0;
}
.su-posts-teaser-loop .su-post {
    height: auto;
    width: auto;  
    margin-bottom: 3.5em;
}

.textwidget ul {
    margin-left: 0;
    list-style: none;
}
.su-post {
    font-size: 40px;
    margin-bottom: 50px;
}
.entry-header {
    display:none;
}
.title-color {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    background-color: #f19101;
    text-align: center;
}
section.situmon-area {
    max-width: 825px;
    margin: 80px auto;
}

/******************************** 配布資料 ********************************/
section.handouts-area {
    margin: auto;
}
.handouts {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  width: 300px;
  margin-bottom: 10px;
  text-align: center;
}
.handouts:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.handouts a {
    color: #ffffff;
}

/******************************** ライブ配信 ********************************/
.live-url {
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  width: 300px;
  margin-bottom: 10px;
  text-align: center;
}
.live-url:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.live-url a {
    color: #ffffff;
}
section.live-url-area {
    max-width: 300px;
    margin: auto;
}

/***********************************************************************
                              サイドバー 
**********************************************************************/
.logout-btn a {
    border-bottom: none;
    color: #fff;
}

/***********************************************************************
                              見出し関係 
**********************************************************************/



/***********************************************************************
                                  HOME 
**********************************************************************/

/******************************** TOPお知らせ記事 ********************************/
section.home-shinchakujouhou {
    margin-bottom: 0px;
}
.home-shinchakujouhou-box {
    overflow: auto;
    width: auto;
    max-height: 250px;
    padding: 5px;
    border: 2px double #908f8f;
    color: #e8e8e8;
    background-color: #ffffff;
    line-height: 1.5em;
}
.home-shinchakujouhou-box .su-posts-default-loop .su-post {
    display: flex;
    margin-bottom: 20px;
}
.home-shinchakujouhou-box .su-posts-default-loop .su-post-excerpt {
	display: none;
}
a.su-post-comments-link {
    display: none;
}
.home-shinchakujouhou-box .su-posts-default-loop h2.su-post-title {
    font-size: 24px;
}
.home-shinchakujouhou-box .su-posts-default-loop .su-post-meta {
    font-size: 18px;
    line-height: 38px;
    margin-left: 20px;
    font-weight: bold;
    color: #f77442;
    margin-bottom: 0;
    opacity: 1;
}
.home-shinchakujouhou .oshirasemidashi {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    background-color: #f19101;
    text-align: center;	
    margin-bottom: 0;
    margin-top: 0;
}


/******************************** カウントダウンタイマー ********************************/
.countdowntimer-area h3.widget-title {
    color: #f0e22c;
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
    font-weight: bold;
    background-color: #000000;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    border-radius: 5px;
}
.ujic-hold.ujic_none {
    max-width: fit-content;
    margin: auto;
}


/******************************** TOPアプリ風アイコン ********************************/
section.home li.menu-item {
    background: #91adfd;
    margin-bottom: 10px;
    font-size: 60px;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
}
.home .menu-itiran a {
    color: #fff;
}



/***********************************************************************
                                動画一覧ページ 
**********************************************************************/


/******************************** 動画授業or過去のライブ動画ボタン ********************************/
.movieselect-button li {
    font-size: 40px;
    width: 250px;
    text-align: center;
    list-style: none;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    margin: 70px auto;
}
li.eboard-site {
    background-color: #496bff;
}
li.archives-live {
    background-color: #00915f;
    line-height: 50px;
    padding: 10px 0;
}



/******************************** メニュー一覧アイコン ここから********************************/




.nav-links {
    background-color: #545454;
}
.nav-previous span , .nav-next span , .post-navigation .meta-nav {
    color: #f0e22c;
}


#booking-package .bookingButton {
    color: #f0e22c;
}
button#returnToSchedules {
    background-color: #8c8e90;
}
#booking-package-memberActionPanel .displayName {
    display: none;
}
a#booking-package-edit {
    display: none;
}
a#booking-package-logout {
    display: none;
}
#booking-package-bookedHistory {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}
#booking-package-memberActionPanel div, #booking-package-memberActionPanel .row_reCAPTCHA {
    display: none;
}
a#booking-package-login {
    display: none;
}


/***********************************************************************
                                出欠連絡 
**********************************************************************/
.syukketsu-form div#reservationHeader {
    display: none;
}
.syukketsu-form #booking-package_inputFormPanel .row:nth-child(1) .name {
    display: none;
}
.syukketsu-form .row:nth-child(1) {
    display: none;
}



/***********************************************************************
                                お問い合わせ 
**********************************************************************/
.tel-number  {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin:50px 0 150px;
    color: #f18807;
}
.toiawase .toiawase-title {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.toiawase-title h2 {
    position: relative;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3em;
    margin: 18px 0 0 0;
    line-height: 1.3em;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, "MS PGothic", sans-serif;
    font-size: 34px;
}

.cf7 h2 {
    position: relative;
    color: #158b2b;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin: 1.5em 0;
    -webkit-text-stroke: 1px #e2e2e2;
}
.cf7 h2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 200px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #dabb34;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.table-contactform7 {
    overflow: hidden;
    table-layout: fixed;
} 
.required-contactform7 {
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
} 
.unrequired-contactform7 {
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 15px;
} 
.table-contactform7 th {
    font-weight:bold;
} 
.table-contactform7 input,.table-contactform7 textarea {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
} 
.address-100 input {
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
} 
.message-100 textarea {
    width: 100%;
    margin: 5px 10px 10px 5px;
}
.cf7{
    max-width: 900px;
    margin: auto;
    margin-bottom: 200px;
}
.cf7 .table-contactform7 input, .table-contactform7 textarea {
    max-width: 90% !important;
    margin: 10px 10px 10px 5px;
}
.wpcf7 input[type=submit] {
    width: 200px;
    font-size: 30px;
    padding: 0;
    font-weight: bold;
    background: linear-gradient(180deg, #DE8686 0%, rgba(1, 136, 221, 0) 100%), #f36464;
    color: #ffffff;
    border-radius: 5px;
}
.table-contactform7 th {
    width:28%;
}
.cf7 table th {
    border-top: 1px solid #f1f1f1;
    padding: 30px 10px;
    text-align: left;
    font-size: 18px;
}
.cf7 table td {
    padding: 1em;
}
.wpcf7 span.wpcf7-form-control-wrap {
    text-align: left;
}
.wpcf7 label, .wpcf7 p {
    font-size: 14px;
}
.cf7 .table-contactform7 input, .table-contactform7 textarea {
    margin: 10px 0px 10px 5px;
}
p.text-xs-center {
    text-align: center;
}
/**チェックボックスのズレ修正**/
span.wpcf7-list-item {
    margin: 0.6em 0 0 1em;
}

/***********************************************************************
                             検定申し込み
**********************************************************************/
section.kentei-btn {
    display: flex;
}
.btn-circle-stitch {
  display: inline-block;
  text-decoration: none;
  background: #87befd;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  border: dashed 1px #FFF;
  transition: .4s;
}
.btn-circle-stitch:hover {
  background: #668ad8;
  box-shadow: 0px 0px 0px 5px #668ad8;
  color: #FFF;
}
a.btn-circle-stitch {
    border-bottom: dashed 1px #FFF;
    margin: 10px auto;
    font-size: 40px;
    font-weight: bold;
}
a.btn-circle-stitch:hover {
	border-bottom: dashed 1px #FFF;
}
.eiken-btn {
  background: #bb43d0;	  
  box-shadow: 0px 0px 0px 5px #bb43d0;
}
.eiken-btn:hover {
  background: #9500af;	  
  box-shadow: 0px 0px 0px 5px #9500af;
}
.suuken-btn {
  background: #7097de;	  
  box-shadow: 0px 0px 0px 5px #7097de;
}
.suuken-btn:hover {
  background: #023fad;	  
  box-shadow: 0px 0px 0px 5px #023fad;
}
.kanken-btn {
  background: #da5407;	  
  box-shadow: 0px 0px 0px 5px #da5407;
}
.kanken-btn:hover {
  background: #af4000;	  
  box-shadow: 0px 0px 0px 5px #af4000;
}
a.btn-circle-stitch.suuken-btn {
    font-size: 40px;
    line-height: 40px;
    padding-top: 17px;
}


/***********************************************************************
                             テスト・通知表連絡
**********************************************************************/
.input-score {
    display: flex;
    margin-bottom: 40px;
}
.input-score .wpcf7 label {
    font-size: 13px;
}
.input-score label {
    margin: 5px;
}
section.test-score select.wpcf7-form-control.wpcf7-select {
    width: -webkit-fill-available;
}
.test-score p {
    margin-bottom: 0px;
}
.shudounyuryoku {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}
h2.shudounyuryoku {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #0209ef;	
    margin-top: 70px;
}
.shudounyuryoku:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 43%;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}


/***********************************************************************
                             宿題提示
**********************************************************************/
section.shukudai-teiji table{
  width: 100%;
  border-collapse: collapse;
}

section.shukudai-teiji table tr{
  border-bottom: solid 2px white;
}

section.shukudai-teiji table tr:last-child{
  border-bottom: none;
}

section.shukudai-teiji table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}

section.shukudai-teiji table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

section.shukudai-teiji table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.text-name {
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
}
.text-name h2 {
    color: #f0e22c;
    font-size: 15px;
    font-weight: bold;
    background-color: #000000;
    width: max-content;
    padding: 0 10px;
    margin-left: -10px;
}

/***********************************************************************
                              時間割表 
**********************************************************************/
.jikanwari-tsujou h2 {
    margin-bottom: 0;
}
/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  PC (pcpcpc)
************************************************************************************************************************************/
@media (min-width: 1025px) {

.pc-none {
     display: none;
}
.only-sp {
     display: none;
}
.only-tab {
     display: none;
}

/***** 画面サイズ *****/
.container {
    width: 1024px;
}

/***** PC時　電話リンク無効化 *****/
a[href^="tel:"] {
    pointer-events: none;
}

/***** コンテンツ背景デザイン *****/
.entry-content, .entry-summary {
    padding: 0 10% 20px;
}
	
	
	
	
.title-color {
    margin-bottom: 30px;
}
/***********************************************************************
                                HOME 
**********************************************************************/
ul.menu li {
    font-size: 40px;
}
li#menu-item-733 {
    margin-top: 30px;
}
	
/***********************************************************************
                             宿題提示
**********************************************************************/
section.shukudai-teiji {
    margin: 0 8.3333%;
}
.text-name h2 {
    font-size: 20px;
}


}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  SP(spspsp縦画面) 
************************************************************************************************************************************/
@media (max-width: 420px) {


.sp-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-tab {
     display: none;
}
/***** 画面サイズ *****/
.container {
    width: 750px;
}
div#content {
    width: 90%;
    margin: 30px auto;
}

div#wpmem_login {
    margin: -30px -30px;
    padding: 10px 30px;
}
/***********************************************************************
                                HOME 
**********************************************************************/
.top-icon {
    margin: auto;
    max-width: 270px;
}
.btn-circle {
    width: 80px;
    height: 79px;
    margin: 5px;
}

.panel-layout {
    font-size: 30px;
}

	
	
.home-shinchakujouhou-box .su-posts-default-loop .su-post {
	display: block;
  margin-bottom: 10px;
}
.home-shinchakujouhou-box .su-posts-default-loop h2.su-post-title {
    font-size: 16px;
}
.home-shinchakujouhou-box .su-posts-default-loop .su-post-meta {
    font-size: 12px;	
    line-height: 12px;
    margin-left: 0;
}
.home-shinchakujouhou-box {
    max-height: 200px;
    margin-bottom: 30px;
}

/******************************** TOPアプリ風アイコン ********************************/
section.home li.menu-item {
    font-size: 24px;
    width: 80%;
    margin: 0px auto 20px;
    padding: 10px;
    border-radius: 10px;
}

/***********************************************************************
                             動画メニュー一覧ページ 
**********************************************************************/

/***********************************************************************
                             動画一覧ページ 
**********************************************************************/
.su-post {
    font-size: 20px;
    margin-bottom: 30px;
}
section.handouts-area {
    width: 220px;
    margin: auto;
}
.handouts {
  width: 220px;
}
.live-url {
    font-size: 24px;
    margin: 0px auto 20px;
    padding: 10px;
    border-radius: 10px;
    background: #91adfd;
}

/***********************************************************************
                                一般 
**********************************************************************/
header.entry-header {
    display: none;
}
/***********************************************************************
                                個別授業予約 
**********************************************************************/
section.kobetuyoyaku {
    max-width: 270px;
}
section.kobetuyoyaku a {
    margin: 5px;
}
.yoyaku-kokugo , .yoyaku-sannsuu-suugaku , .yoyaku-eigo , .yoyaku-rika , .yoyaku-syakai {
    height: 80px;
    width: 80px;
}

/***********************************************************************
                                お問い合わせ 
**********************************************************************/
.title-back {
    font-size: 40px;
    left: -25px;
}
.toiawase-title h2 {
    font-size: 20px;
}
.tel-number {
    font-size: 40px;
}
.cf7 h2 {
    -webkit-text-stroke: 0px #e2e2e2;
}
div.wpcf7 {
    padding: 0;
    width: 90%;
    margin: 30px auto;
}
.wpcf7 label {
    font-size: 14px;
}
/***********************************************************************
                             検定申し込み
**********************************************************************/
section.kentei-btn {
    width: 120px;
    margin: auto;	
    display: block;
}
/***********************************************************************
                             テスト・通知表連絡
**********************************************************************/
.input-score .wpcf7 label {
    font-size: 13px;
}
/***********************************************************************
                                クイズ
**********************************************************************/
.gakunenbetsu-button li {
    margin: 20px auto;
}
	
	
	
	
}


/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  SP(spspsp横画面) 
************************************************************************************************************************************/
@media print, screen and (max-width: 820px) and (min-width: 421px) {


.sp-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-tab {
     display: none;
}
.btn-circle {
    width: 111px;
    height: 110px;
    margin: 10px;
}
.top-icon {
    margin: auto;
    max-width: 530px;
}
.menu-itiran li {
    margin: 5px;
}
.menu-itiran li {
    background-size: cover;
    width: 110px;
    height: 110px;
}
.entry-content {
    padding: 0 5% 10%;
}
.su-post {
    font-size: 25px;
    margin-left: 15px;
}
div#wpmem_login {
    margin: -20px -40px -70px;
    padding: 10px 30px;
}
/***********************************************************************
                                個別授業予約 
**********************************************************************/
section.kobetuyoyaku {
    max-width: 480px;
}
section.kobetuyoyaku a {
    margin: 20px;
}
.yoyaku-kokugo , .yoyaku-sannsuu-suugaku , .yoyaku-eigo , .yoyaku-rika , .yoyaku-syakai {
    height: 120px;
    width: 120px;
}
	
/***********************************************************************
                             テスト・通知表連絡
**********************************************************************/
.input-score .wpcf7 label {
    font-size: 13px;
}
/***********************************************************************
                                クイズ
**********************************************************************/
.gakunenbetsu-button li {
    margin: 20px auto;
}
	
	
	
	


	
	
}


/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  TAB (tabtabtab)
************************************************************************************************************************************/
@media print, screen and (max-width: 1024px) and (min-width: 821px) {


.tab-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-sp {
     display: none;
}
	
.top-icon {
    margin: auto;
    max-width: 510px;
}
div#wpmem_login {
    margin: -20px -70px -70px;
    padding: 10px 70px 10px 170px;
}
.btn-circle {
    width: 130px;
    height: 128px;
    margin: 10px;
}
/***********************************************************************
                                個別授業予約 
**********************************************************************/
section.kobetuyoyaku {
    max-width: 480px;
}
section.kobetuyoyaku a {
    margin: 20px;
}
.yoyaku-kokugo , .yoyaku-sannsuu-suugaku , .yoyaku-eigo , .yoyaku-rika , .yoyaku-syakai {
    height: 120px;
    width: 120px;
}



/***********************************************************************
                                お問い合わせ 
**********************************************************************/
.cf7 h2 {
    -webkit-text-stroke: 0px #e2e2e2;
}



}