@charset "UTF-8";

/*!
Theme Name: Cocoon Child 教室検索
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

body {
  line-height: inherit !important;
}
/* wp-member　*/
#wpmem_login, #wpmem_reg{
    width:90% !important;
    margin: 0 auto;
}
#wpmem_reg, .wpmem_msg {
    width: 90% !important;
    margin: 0 auto !important;
}
.wpmem {
    margin: 0 auto;
    padding: 60px 0;
}
.wpmem-contents {
    color: #333;
    width: 100%;
    margin: auto;
    padding: 50px;
    background-color: #fff;
    display: block;
}
.wpmem .buttons {
   width: 50%;
}
.wpmem .text {
        color: #333;
        font-weight: bold;
}
.wpmem p {
    width: 100%;
}

/* contact form */
.wpcf7 {
  padding: 5px;
}
.wpcf7 input[type="submit"]{
  background-color: #313B70;
  color: #fff;
  border-radius: 5px;
}
.wpcf7 input[type="submit"]:hover{
  opacity: 0.8;
}

.link-text{
    margin-top:30px;
}
.button_div {
    width: 100%;
    float: right;
    text-align: center !important;
    height: 60px;
    padding: 6px 0;
}
/* fron and pm */
.fep-header-avatar {
  display: none !important;
}

.content {
  margin: 0 auto;
/* no-repeat 
  background-image: url(img/site_bg_teach.gif);
*/
}
.main {
  padding: 0 !important;
}
a {
  color:#313B70;
}

/* top非表示用 */
.tagline {
  display: none;
}
#mini-menu {
  display: none;
}
.type-page {
  margin: 10px;
}

/*サイトヘッダー統一設定*/
.header-container-in {
  width: 100%;
  padding: 0 0 0 20px;
}
#navi .navi-in > ul > li > a {
  padding: 0 0.8em;
  color: #fff;
}
.navi-in a {
  font-weight: bold;
  font-size: 0.8em;
}
.header-container {
  margin-bottom:15px;
}

.header-container,
.main,
.sidebar,
.footer {
  background-color: #fff;
}
.no-sidebar .content .main {
  margin: 0;
  width: 900px;
  border: 0;
  border-radius: 12px;
  /* background-image: url(img/site_bg_teach.gif); */
}
.no-sidebar .content-in {
  display: block;
  width: 900px;
}

.search-menu-button.menu-button,
.navi-menu-button.menu-button{
  color: #313B70;
  background-color: #fff;
}

.entry-title {
  text-align: center;
  color: #313B70;
  padding: 0.5em 0;
  border-top: solid 3px #313B70;
  border-bottom: solid 3px #313B70;
}



/* mypage */
.msgbox {
  margin: 10px;
  border-radius: 1px;
  background-color: #fff;
/*  box-shadow: 0 3px 3px #725328;*/
  padding: 15px;
  border-radius: 10px;
}
.mmenu {
  padding: 2px 2px 2px 10px;
  width: 100%;
  font-size: 90%;
  background-color: #f2f2f2;
  font-weight: bold;
  color: #000;
}
.mtext {
  font-size: 0.9em;
  margin: 2px;
  padding: 20px 10px;
  color: #444;
}

/* fem */
#fep-wrapper {
  border-radius: 10px;
  padding: 10px;
}
#fep-header, #fep-content {
  border: none;
}
#fep-footer {
  display: none;
}

/* 検索フォーム用 */
div.search_box {
  text-align: left;
  margin: 15px;
}


.pc-header {
  margin: 0 auto 10px;
  width: 900px;
  height: 322px;
}

.srch-pc {
  margin: -260px 50px 50px 400px;
  text-align: center;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: solid 3px #7ebbd9;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  /* font-size: 0.8em;
  padding: 10px 5px;
  margin: auto; */
}


.search_container{
  position: relative;
  box-sizing: border-box;
  border: 2px solid #999;
  display: block;
  /* padding: 3px 10px; */
  border-radius: 5px;
  height: 2em;
  width: 100%;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 1.8em;
  font-size: 0.8em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #999;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.5em;
  right:-1px;
  top: -5px;
  outline : none;
}
.search_container input[type="button"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #fff;
  color: #7ebbd9;
  position: absolute;
  width: 3.5em;
  height: 3.5em;
  right:-1px;
  top: -5px;
  outline : none;
}
/* merit */
#merit {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}
#merit h2 {
  color: #0086c8;
  padding-left: 0.5em;
  background: #f4f4f4;
  margin-bottom: 20px;
}
#merit ul {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  list-style: none;
}
#merit li {
  background-color: #313b70;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 210px;
  margin: 10px auto;
}
#merit li::after {
  font-family: FontAwesome;
  content: "\f061";
  padding-left: 10px;
}
#merit li:last-child::after {
  content: "";
}
.merit-info::before {
  font-family: FontAwesome;
  content: "\f001";
  padding-right: 10px;
  color: #0086c8;
}

/* new　teachers list */
#new-teachers {
  width: 100%;
  text-align: center;
  position: relative;
}
#new-teachers h2 {
  color: #0086c8;
  padding-left: 0.5em;
  background: #f4f4f4;
}
.new-teachers {
  padding: 30px 10px;
  margin: auto;
  width: 600px;
}
.new-teachers-img {
  height: 140px;
}
.new-teachers img {
  width: 100%;
  height: 130px;
  /* 縦横違う画像を揃える  width, heightといっしょに使う */
  object-fit: cover;
/*  opacity: 0.5;*/
}
.new-teachers a {
  text-decoration: none;
}
.new-teachers-txt {
  margin-top: 5px;
  font-weight: bold;
  font-size: 0.6em;
  text-align: left;
}
.new-teachers ul {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  list-style: none;
  margin-top:20px;
  padding-left: 7px;
  overflow-x: auto;
}
.new-teachers li {
  width: 160px;
  height: 210px;
  margin: 10px 8px;
  position:relative;
  background:#FFFFFF;
  padding:10px;
  text-align:center;
  border:1px solid #7db4e6;
  color:#333333;
}

/* エリア一覧 */
#area {
  width: 600px;
  margin: auto;
}
#area h2 {
  color: #0086c8;
  padding-left: 0.5em;
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 1px #0086c8;
  /* background: #f4f4f4; */
}
#area li {
  width: 18%;
  margin: 2px;
}
#area li a {
  text-decoration: none;
  color: #333;
  margin: 0 5px;
  display: block;
  padding: 3px 5px;
  background: #fff;
  font-size: 0.9em;
  border-radius: 5px;
  border: 1px solid darkgray;
  text-align: center;
  width: 100%;
}
.left {
  list-style:  none;
  display: flex;
  flex-wrap: wrap;
  margin: 3px;
  padding: 5px 5px 30px 0 !important;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.more-search-box{
  width: auto;
  font-size:8px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:auto;
  margin-bottom: 10px;
}
.more-search-box label{
  width: 500px;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  background: #fff;
  position: relative;
  display: block;
  padding:8px;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
  color: #FFB305;
  border: solid 2px #FFB305;
}
.more-search-box input{
  display: none;
}
.more-search-box label:after{
  color: #313B70;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.more-search-box input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}
.more-search-box div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}
.more-search-box input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 8px;
  background: #f2f2f2; /* 開いた部分の背景色 */
  opacity: 1;
}
.more-search-box input:checked ~ label {
  background: #fff; /* クリック後のラベルの背景色 */
  color: #FFB305;
}
.more-search-box-under{
  font-size: 1.6em; /* 開いた部分の文字サイズ */
  color: #333; /* 開いた部分の文字色 */
  width: 800px;
  margin: auto;
  margin-top:10px;
  text-align: left;
  display:inline-block;
  line-height: 30px;
}
.more-search-box-under input[type="checkbox"]{
  margin-left: 10px;
}
#more-search input{
  display: inline-block;
}
#more-search input[type="submit"]{
  width: 200px;
  background: #313B70;
  color: #fff;
  padding: 10px 15px;
  display: block;
  margin: auto;
  border-style: none;
  border-radius: 5px;
}
.pagination {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
}
.search-links {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.search-links li {
  list-style: none;
}

/* 無料登録ボタン  */
.leader_howto {
  font-weight: bold;
  background-color: #C05857;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin: 10px auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.leader_howto:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}

/* お役立ち情報  */
.useful{
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: solid 3px #7ebbd9;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  /* margin: 10px; */
}
.useful h3 {
  color: #0086c8;
  padding-left: 0.5em;
  border-bottom: solid 1px #0086c8;
}
.useful li {
  padding: 0.3em 0.5em 0.3em 0.5em;
}
.useful li a {
  text-decoration: none;
  color: #333;
  margin: 0 5px;
  display: block;
  text-align: left;
  width: 80%;
}


/* 検索一覧書換用 */
.items-center {
  background-color: #ddd;
}
.border {
  background-color: #fff;
}
.toast-wrapper {
  bottom: 60px !important;
}
.border-2 {
  border-width: 2px;
  border-radius: 10px;
  background-color: aliceblue;
}

/* 教室詳細用 */
.school-img {
  display: flex;
  justify-content: center;
}
.school-msg {
  padding: 10px;
}
.pbtn {
  width: 200px;
/*  background: #313B70;*/
  background: #C05857;
  color: #fff;
  padding: 10px 15px;
  display: block;
  margin: auto;
  border-style: none;
  border-radius: 5px;
}
.pbtn a {
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.pbtn:hover {
  opacity: 0.8;
   box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
}
.pimage-msize {
    width: 250px;
    height: 250px;
/*    object-fit: cover;*/
    object-fit: contain;
    margin: 10px;
    padding: 10px;
}
.pbox-movie {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
}
.pbox-p {
    color: #000;
    display: flex;
}
.ptextp {
  font-size: 0.9em;
  margin: 2px;
  padding: 20px 10px;
  color: #444;
}
.pdetail-img {
  display:block;
  margin: auto;
}
.place {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000;
    display: flex;
}
.pimage-msize2 {
    width: 250px;
    height: auto;
    object-fit: cover;
    margin: 10px;
    padding: 10px;
}

.mb-4 {
  margin-left: 20px;
}
.lg\:w-1\/4 {
  width: 50% !important;
}

.bc-top{
  background-color: #ddd;
  margin: 0;
  padding: 5px;
}
#school-1 {
  /* width:95%; */
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 10px;
  border-radius: 10px;
}
#school-1 .gnd {
  text-align: left;
}
#school-1 h1 {
  padding: 10px;
  font-size: 1.0em;
}
.school-msg h2 {
  font-size: 1.0em;
  font-weight: normal;
}
#school-1 h3 {
  padding: 10px;
  font-size: 12px;
}
.pdetail h2 {
  font-size: 1.1em;
}
.text-sm {
  font-size: 11px !important;
}

#school-2 {
  /* width:95%; */
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 10px;
  border-radius: 10px;
}
#school-2 h3 {
  color: #fff;
  text-align: center;
  background-color: #313B70;
  padding: 10px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#school-2 h5 {
  padding: 10px;
  font-size: medium;
}
#school-2 ul li{
  display: inline-block;
}
.school-menu {
  text-align: center;
  padding-left: 0;
  margin: 15px;
}
.school-menu li +li{
  /* border-left: 1px solid #333; */
  padding: 0 5px 0 5px;
}
.school-menu a {
  font-size: 12px;
  font-weight: bold;
  color: #313B70;
  /* text-decoration-line: underline; */
}
.school-menu a::before {
  font-family: FontAwesome !important;
  content: "\f138" !important;
  position: relative;
  right: 0.3em !important;
  color: #7ebbd9 !important;
}
.school-id {
  padding-right: 5px;
  text-align: right;
}
.pcard {
    width: 800px;
    margin: 10px;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
}
.pcard {
    border: 1px solid #7ebbd9;
}
.pcard a {
    text-decoration: none;
}
.pbox-p {
    color: #000;
    display: flex;
}
.pbox-p hr{
    height: 1px;
    background-color: #7ebbd9;
    border: none;
}
.pdetail2 {
    width: 95% !important;
    margin: auto;
    margin-top: 10px;
    display:block;
}
.pmenu {
    padding: 2px 2px 2px 10px;
    width: 100%;
    font-size: 90%;
    background-color: #f2f2f2;
    font-weight: bold;
    color: #000;
}
.blog-list {
    display: flex;
}
.l-wrapper {
  margin: 1rem auto;
  width: 150px;
}
.l-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}
.blog-card {
  background: #fff;
  box-shadow: 0 2px 5px #ccc;
  height: 200px;
}
.blog-card-img {
  display: inline-block; 
  width: 100%;
  height: 130px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.blog-card-content {
  padding: 1px 10px 10px;
}
.blog-card-title {
  font-size: 60%;
  color: #444;
}
.blog-card-content p {
  margin-bottom:0;
}
/* 検索結果 */
#psearch .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pcard-list {
  display: block;
}
.pbox {
  display: flex;
}
.pimage {
    width: 100px !important;
    height: auto;
/*    object-fit: cover;*/
    object-fit: contain;
    margin: 10px;
}
.pbox-right {
  font-size: 0.8em;
  margin-left: 10px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ptitle {
  font-size: 1em;
  color: #444;
  font-weight: bold;
}
.hpimage {
  border-radius: 3px;
  border: solid 1px #7ebbd9;
}
.sicon {
  font-size: 7px;
  color: #fff;
  padding: 2px 3px;
  border-radius: 3px;
}
.s14 { /*ピアノ*/
  background-color: #333;
}
.s15 { /*フルート*/
  background-color: #f4b510;
}
.s16 { /*ヴァイオリン*/
  background-color: #5B3C1A;
}
.s17 { /*ギター・ベース・ウクレレ*/
  background-color: #4589DB;
}
.s18 { /*ドラム*/
  background-color: #F41660;
}
.s19 { /*歌*/
  background-color: #24721b;
  padding: 2px 10px;
}
.s20 { /*その他*/
  background-color: #AF9895;
}
.fa-home, .fa-share-alt, .fa-arrow-up, .fa-user {
  font-size: 1.2em;
  color: #313B70;
}
.pken {
  text-align: left;
  font-weight: bold;
  color: #444;
}
.ptext2 {
  color: #444;
}
.pbox-right .pbtn{
  font-size: 0.8em; 
  margin-top: 10px;
}

.font-bold {
  color:#313B70;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.fixed {
  background:#fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow:0 0 5px;
}
.k-logo img {
  margin: auto;
}

#pc-menu {
  margin-left: auto;
}
#pc-menu ul {
  padding-left: 0;
}
#pc-menu li{
  float: left;
  list-style: none;
  margin: 0 30px 0 0;
}
#pc-menu li a {
  vertical-align: middle;
}
.pc-menu {
  text-align: center;
  padding-left: 0;
  margin: 15px;
}
.pc-menu li +li{
  /* border-left: 1px solid #333; */
  padding: 0 5px 0 5px;
}
.pc-menu a {
  font-size: 12px;
  font-weight: bold;
  color: #313B70;
  /* text-decoration-line: underline; */
}
.pc-menu a::before {
  font-family: FontAwesome !important;
  content: "\f138" !important;
  position: relative;
  right: 0.3em !important;
  color: #313B70!important;
}

.boxContainer{
  display: flex;
  background-color: #fff;
}

/* フッターバナー用 */
#service {
  display: flex;
  width: 900px;
  background-color: #fff;
}
#service img {
  margin-top: 10px;
  display: inherit;
}
.reg {
  width: 50%;
  text-align: center;
}
.con {
  width: 50%;
  text-align: center;
}

/* 管理画面用 */
.bloglist {
  width: 100%;
  margin-top: 10px;
  padding: 40px;
  background-color: #fff;
  color: #000;
}
.edit-contents {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
}

.edit {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px; 
}
.edit input[type="number"]{
  width: 100px;
}
.edit h3 {
    color: #fff;
}
.edit h2 {
  text-align: center;
  color: #313B70;
  padding: 0.5em 0;
  border-top: solid 3px #313B70;
  border-bottom: solid 3px #313B70;
}
.edit-contents h4 {
  border-left: 7px solid #000;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  font-size: 22px;
  padding: 12px 20px;
}

.edit-ttl {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.edit-table {
    width: 95% !important;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    margin: 3px auto;
}
.edit-item,
.edit-body {
    padding: 20px;
    border: 1px solid #ccc;
}
.edit-plus {
    font-size:80%;
    line-height: 20px;
}
.edit-item {
    text-align: left;
    vertical-align: top;
    width: 40%;
    background-color: #eee;
}
.edit-body {
    width: 60%;
}
.edit-little {
  font-size: 0.8em;
  color: #333;
  margin-bottom: 10px;
}
.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}
.zip {
    width: 100px;
}
.tel {
    width: 200px;
}
.age {
    width: 90px;
}
.edit-sex + .edit-sex {
    margin-left: 10px;
}
.edit-sex-txt {
    display: inline-block;
    margin-left: 5px;
}
.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-select-ken {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.edit-skill {
    display: block;
}
.edit-skill + .edit-skill {
    margin-top: 10px;
}
.edit-skill-txt {
    display: inline-block;
    margin-left: 5px;
}
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.edit-submit {
  width: 95% !important;
  background-color: #eee !important;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 10px auto !important;
}
.file-tag {
  text-align: center;
  display: block;
  width: 140px;
  padding: 10px 10px;
  color: #fff;
  background-color: #313B70;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.8em;
}
.file-tag:hover {
  opacity: 0.8;
}
.no-select {
  font-size: 0.8em;
}
.file-tag input[type="file"] {
    display: none;
}
.must {
    background: #FF1A00;
}
.tlist-admin table{
  width: 100%;
  color: #333;
}
.tlist-admin table th:first-child{
  border-radius: 5px 0 0 0;
}
.tlist-admin table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}
.tlist-admin table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: auto;
  padding: 10px 0;
}
.tlist-admin table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: auto;
  padding: 10px 0;
}
.tlist-admin table td:last-child{
  border-right: 1px solid #a8b7c5;
}
.tlist-admin table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.tlist-admin table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/* 任意マーク */
.free {
    background: #999;
}
.must,
.free {
    color: #FFF;
    border-radius: 3px;
    font-size: 9px;
    margin-left: 10px;
    padding: 4px 10px;
    letter-spacing: 0.2em;
}
.errmsg {
    color: #FF1A00 !important;
    font-weight: bold;
}

#autoin_def {
    display:none;
}
#autozip {          /* PC */
    position: absolute;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
    background: #313B79 !important;
    font-weight: normal;
    padding: 5px 8px !important;
    border-radius: 8px;
    z-index: 999999;
    font-size: 12px;
    line-height: 130%;
}
#autozips {         /* SmartPhone */
    position: absolute;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
    background: #313B70 !important;
    font-weight: normal;
    padding: 5px 8px !important;
    border-radius: 8px;
    z-index: 999999;
    font-size: 20px;
    line-height: 150%;
}
#zip_head {         /* 都道府県,市区町村 */
    color: #ffffcc;
}
#zip_cnt {          /* Hit件数 */
    color: #ffffcc;
}
.zip_line {         /* 地域部分 */
    color: #ffffcc;
}
#zip_close {        /* 閉じる */
    color: #fff !important;
}
#zip_vers {
    color: #fff;
}
#zip_vers a {
    color: #fff;
    text-decoration: none;
}
#zip_vers a:hover {
    color: #fff !important;
    text-decoration: none;
}
.pagination {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
}
/* SNSボタン全体 */
.SNSbtn{
    font-family:'Times New Roman',sans-serif;
    border-radius:13px;
    position:relative;
    display:inline-block;
    width:40px;
    height:40px;
    font-size:23px;
    color:#fff!important;
    transition:.5s;
    text-decoration:none;
}
/* アイコンをど真ん中に*/
.SNSbtn i{
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
/* Twitter */
.sn_tw{
    background:#000;
    border: solid 1px #fff;
}
.fa-twitter:before {
    font-family: FontAwesome;
    content: "\1D54F";
    font-family: unset;
    font-weight: bold;
    color: #fff;
}
/* Facebook */
.sn_fb{
    background:#3b5998;
}
/* YouTube */
.sn_yu{
    background:#fc0d1c;
}
/* Instagram紫グラデ背景色 */
.insta_btn {
    background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
/* Instagramオレンジグラデ背景色 */
.insta_btn:before{
    content: '';
    position:absolute;
    top:7px;
    left:-1px;
    width:40px;
    height:34px;
    background:-webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
    background:radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* Instagramアイコン調整 */
.insta_btn .fa-instagram{
    font-size:40px;
}
/* アイコンボタン下テキスト調整 */
.SNSbtn div{
    font-size:9px;
    color:#666;
    position:relative;
    top:35px;
    text-align: center;
}
/* アイコンボタンにマウスホバーした時の指定*/
/*
.SNSbtn:hover{
    -webkit-transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    transform:translateY(-3px);
    text-decoration:none;
}
*/








/*2023-0218追加------------------------------------------------------------------------*/
#mv {
  display: none;
}
#srch {
  display: none;
}
.entry-content {
  padding: 10px;
}
.under-entry-content {
  padding: 10px !important;
}
.pc-header-img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}
#info {
  margin: 10px;
  padding-bottom: 10px;
}
/*------------------------------------------------------------------------------------*/






/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 921px){
  /*必要ならばここにコードを書く*/
  #merit ul {
    display: block;
    padding: 0;
  }  
  #merit li {
    width: 70%;
  }
  #merit li::after {
    font-family: FontAwesome;
    content: "";
  }
  .no-sidebar .content .main {
    width: 100% !important;
  }

  #mv {
    width: 100%;
    display: block;
    text-align: center;
  }
  #mv img {
    margin: 0 auto;
  }
  #srch {
    display: block;
    width: 90%;
    margin: -20px auto 50px;
    text-align: center;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: solid 3px #7ebbd9;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    /* font-size: 0.8em;
    padding: 10px 5px;
    margin: auto; */
  }
  .pc-header {
    display: none;
  }
  .post {
    padding: 10px !important;
  }
  .breadcrumb {
    margin: initial;
    padding: 5px;
  }
  .no-sidebar .content .main {
    border-radius: initial;
    background-image: url(img/site_bg_teach.gif);
  }
  .useful {
    margin: 10px;
  }

  .footer {
    margin-top: 0;
  }
  .subtitle {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin: 0;
    background-color: #7ebbd9;
  }

  .header__gnav__bottom {
    display: none;
  }

  .mobile-menu-buttons,
  .mobile-menu-buttons .menu-button>a {
    background-color: #fff;
    color: #333;
  }
 .navi-menu-content {
      background-color: #f0f0f0;
  } 
  .menu-content {
    background-color: #f0f0f0;
    color: #fff;
  }
  .menu-content a {
    color: #fff;
  }
  .menu-close-button {
    color: #313B70;
  }


  /*サイトメニュー*/
  ul.menu-drawer {
    background-color: #fff;
    padding: 0 !important;
  }

  ul.menu-drawer a {
    padding-left: 35px;
    color: #000;
    text-decoration: none;
  }

  ul.menu-drawer li {
    border-bottom: dashed 1px silver;
  }

  ul.menu-drawer li:last-child {
    border: none;
    margin: 0;
  }

  ul.menu-drawer li:before {
    font-family: FontAwesome;
    /* font-family:"Font Awesome 5 Free"; */
    content: "\f054";
    position: absolute;
    right: 35px;
    font-size: 0.8em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #313B70;
    padding: 0.8em;
  }

  /*オンキョウ統一メニュー*/
  .portal {
    margin: 55px 35px 15px 35px;
  }

  .portal a {
    text-decoration: none;
    /* color: #ffb03f; */
    color: #fff;
  }

  .portal ul {
    /* border: solid 2px #ffb03f; */
    border: solid 2px #fff;
    padding: 0.5em;
    position: relative;
    margin-top: 2em;
  }

  .portal ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
  }

  .portal ul li:last-of-type {
    border-bottom: none;
  }

  .portal ul li:before {
    /*リスト内のアイコン*/
    font-family: FontAwesome;
    /* font-family:"Font Awesome 5 Free"; */
    content: "\f138";

    /*アイコン種類*/
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまで*/
    /* color: #ffb03f; */
    color: #fff;
    /*アイコン色*/
  }

  .portal ul li:after {
    /*タイトルタブ*/
    /* background: #ffb03f; */
    background: #fff;
    color: #000;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: "オンキョウメニュー";
    letter-spacing: 0.05em;
  }


  .mobile-logo {
    display: flex;
    width: 100%;
    /* background-color: #7ebbd9; */
    background-color: #fff;
    padding-left: 0;
  }
  .mobile-logo li {
    display: inline-block;
  }
  .mobile-logo img {
    width: 70%;
  }
  .srv-logo {
    width: 80%;
  }
  .search-icon {
    width: 20%;
    background-color: #313B70;
    color: #fff;
    padding: 10px 5px 0 5px;
    font-size: larger;
    text-align: center;
  }
  /* .srch {
    margin: auto;
  } */
  .mb-4 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lg\:w-1\/4 {
    width: 100% !important;
  }

  /* モバイルサーチボックス表示 */
  .slide-contents {
    width: 100%;
    margin: 80px 0 1.6em 0;
    display: none;
    z-index: 100;
    position: absolute;
  }

  .mob-logo {
    background-color: #fff;
    vertical-align: middle;
    width: 80%;
  }
  .mob-logo img {
    width: 70%;
  }
  .hpimage {
    display: block;
  }
  .more-search-box label{
    width: 370px;
    font-size: 14px; 
  }
  .more-search-box-under{
    width: 370px;
    text-align: left;
  }
  .pbox {
    margin: 5px;
  }
  .pimage {
    justify-content: center;
    display: block;
  }
  .pcard {
    width: 95%;
    padding: 5px;
  }
  .pcard-list {
    width: 100%;
  }
  .l-wrapper {
    width: 100%;
  }
  .blog-card {
    width: 95%;
    height: 300px;
    margin: auto;
  }
  .blog-card-img {
    height: 240px;
  }
  .blog-card-title {
    font-size: 90%;
  }
  .blog-list {
    display: block;
    justify-content: center;
  }
  .school-img {
    display: block;
  }
  .school-img img {
    margin: auto;
  }
  .school-msg {
    margin-left:10px;
  }
  .pbtn {
    width: 90%;
  }
  .pimage-msize {
    justify-content: center;
    display: block;
    margin: 0 auto;
  }
  .place {
    display: block;
    margin: 0 auto;
  }
  .pimage-msize2 {
    width: 350px;
    display: block;
    justify-content: center;
    margin: 0 auto;
  }
  .header-container {
    margin-bottom:0;
  }
  .wpmem-contents {
    padding: 5px;
  }
  .wpmem {
    width: 100%;
  }
  .wpmem .buttons {
    width: 100%;
  }
  #wpmem_login .link-text {
    font-size: 0.9em;
  }
  #header-in {
    display: none;
  }
  .boxContainer {
    height: 42px;
  }
  .h-12 {
    /* 申し込みボタン位置調整 */
    height: 5rem !important;
  }
  .school-menu li +li{
    /* border-left: 1px solid #333; */
    padding: 0 2px 0 2px;
  }
  .no-sidebar .content-in {
    /* display: block; */
    width: 100% !important;
  }
  .no-sidebar .content .main {
    /* margin: 0; */
    width: 100% !important;
    font-size: 0.9em;
  }
  .new-teachers {
    width: 90%;
    margin: auto;
  }
  .new-teachers ul {
    justify-content: left;
  }
  #area {
    width: 90%;
    margin: auto;
  }
  #service {
    /* display: block; */
    width: 100%;
  }
  .edit-table th,
  .edit-table td{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .edit {
    width: 100%;
  }
  table tr:nth-of-type(2n+1) {
    background-color: transparent;
  }
  .edit input[type="file"]{
    font-size: 0.6em;
  }

}

/*〇〇〇px以下*/
/* @media screen and (max-width: 824px){
  #srch {
    width: 90%;
    margin: -10px auto 50px;
  }
    
} */
