@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
.body {
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

#main {
  padding: 0;
  max-width: 1800px;
  margin: auto;
  background-color: #fff;
  color: #000;
}

.main {
  padding: 0;
  border: none;
}

.content {
  margin: 0;
}

.container {
}

.navi-in li+li{
  position: relative;
}
.navi-in li+li::before{
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.navi-in li:hover {
  background-color: #939393 !important;  
}
.navi-in li:last-child a {
  background-color: #931d1d;
  color: #fff !important;
}
.navi-in li:last-child a:hover {
  background-color: #ff0000 !important;
}
.footer-bottom {
  padding-bottom: 20px;
}
.navi-footer-in > .menu-footer li:first-child {
    border-left: none;
}
.navi-footer-in > .menu-footer li:last-child {
    border-right: none;
}

#top {
  width: 100%;
}
.top {
  max-width: 1280px;
  margin: 0 auto;
  background-image: url(img/top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
.top-up {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  height: 200px;
  display: block;
  padding-top: 20px;
  text-align: center;
}
.top-un {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}
.top h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 2.5em;;
  line-height: 1.2;
  text-shadow: 0 3px 6px #333;
  color: #fff;
  margin: auto;
}
.title-line {
  width: 300px;
  height: 20px;
  margin: auto;
}
.top-msg {
  color: #fff;
  font-size: 1.2em;
  bottom: 20px;
  text-align: center;
}
/* 無料登録ボタン  */
.leader_howto {
  font-weight: bold;
  background-color: #931D1D;
  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);
}
#list {
  margin-top: 20px;
  width: 100%;
}
.list {
  max-width: 880px;
  margin: auto;
}
.list-title {
  width: 250px;
  height: auto;
  display: flex;
  margin: auto;
}
.list-ken {
  background-color: #D8D8D8;
  padding: 6px 10px
}
.list-box {
  width: 880px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 10px;
}
.list-box-1 {
  width: calc(100% / 2 - 20px);
  margin: 10px 10px;
  font-size: 0.9em;
  text-align: left;
  padding: 10px;
  display: flex;
  flex-direction: column;
  border-bottom: solid 3px #D8D8D8;
}
.gbox {
  display: flex;
}
.gbox-list {
  display: flex;
}
.gbox p {
  font-size: 1.1em;
}
.list-box-1:hover {
  box-shadow: 2px 2px 5px #939393;
  border: solid 1px #931D1D;
}
.list-box-1 a {
  text-decoration: none;
  color: #333;
}
.gimage {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 10px;
}
.gimage-div {
  width: 150px;
  display: inline-block; 
}
.gbox-right {
  font-size: 0.8em;
  margin-left: 20px;
  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;
}
.g-title {
  font-weight: bold;
}
.icon {
  display: flex;
}
.sicon {
  font-size: 7px !important;
  color: #931D1D;
  padding: 2px 3px;
  border-radius: 3px;
  width: fit-content;
  margin: 2px;
  border: solid 1px #931D1D;
}
.sicon2 {
  font-size: 7px !important;
  color: #fff;
  padding: 2px 3px;
  border-radius: 3px;
  width: fit-content;
  margin: 2px;
}
.s4 { /*ピアノ*/
  background-color: #333;
}
.s5 { /*弦楽器*/
  background-color: #f4b510;
}
.s6 { /*管楽器*/
  background-color: #5B3C1A;
}
.s7 { /*声楽*/
  background-color: #4589DB;
}
.s8 { /*打楽器*/
  background-color: #F41660;
}
.s9 { /*和楽器*/
  background-color: #24721b;
}
.s10 { /*ソルフェージュ*/
  background-color: #AF9895;
}
.s11 { /*作曲*/
  background-color: #1A43A0;
}

.top-gteacher-img {
  max-width: 1280px;
  margin: 0 auto;
  background-image: url(img/teacher.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.top-gteacher-img h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 2.0em;;
  line-height: 1.2;
  text-shadow: 0 3px 6px #333;
  color: #fff;
}
#profile {
  margin-top: 20px;
  width: 100%;
}
.profile {
  max-width: 880px;
  margin: auto;
}
#place {
  margin-top: 20px;
  width: 100%;
}
.place{
  max-width: 880px;
  margin: auto;
}
#lesson{
  margin-top: 20px;
  width: 100%;
}
.lesson{
  max-width: 880px;
  margin: auto;
}
#gteacher {
  width: 100%;
}
.tlist {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  display: block;
  padding-top: 20px;
  text-align: center;
}
.tlist h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 2.5em;;
  line-height: 1.2;
  color: #333;
  margin: auto;
}
.search-box {
  max-width: 680px;
  padding: 18px;
  border-radius: 8px;
  background: #f2f2f2;
  opacity: 1;
  margin: auto;
  margin-top: 20px;
  font-size: 0.8em;
}
.search-box-in {
  background: #f2f2f2;
  padding: 10px 10px;
}
.search-box-in-title {
  margin-top: 10px;
  color: #333;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.search-box-in select {
  margin: 10px;
  width: 400px;
  font-size: 0.9em;
}
.search-box-in input[type="checkbox"] {
  margin-left: 10px;
}
.search-box-in input[type="submit"] {
  margin: auto;
  width: 250px;
  background: #931D1D;
  color: #fff;
  margin-top: 10px;
}
.top-about-img {
  max-width: 1280px;
  margin: 0 auto;
  background-image: url(img/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.top-about-img h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 2.0em;;
  line-height: 1.2;
  text-shadow: 0 3px 6px #333;
  color: #fff;
}
.step p {
  font-sie: 1.2em;
  text-align: center;
  margin-top: 10px;
}
.step, .about {
  max-width: 880px;
  margin: auto;
}
.step h3 {
  text-align: center;
  font-size: 1,2em;
  width: 250px;
  background: #f2f2f2;
  margin: auto;
  margin-top: 20px;
  color: #333;
}
.step ul {
  list-style-type: none;
}
.step-box {
  width: 100%;
  display: flex;
  border-bottom: solid 1px #333;
  padding-top: 20px;
  padding-bottom: 10px;
}
.img-step {
}
.step-box-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.step-box-right p {
  display: block;
}
.under-about-img {
  max-width: 1280px;
  margin: 0 auto;
  background-image: url(img/about_under.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  align-items:center;
  margin-top: 20px;
  padding: 20px;
}
.under-about-img h2 {
  padding: 20px 0;
  font-size: 1.2em;;
  line-height: 1.5;
  color: #fff;
  display:flex;
  justify-content:center;
}
.under-about-img p {
  color: #fff;
  text-align: center;
}
.under-about-img a {
  color: #fff;
}
.under-about-img a:hover {
  opacity: 0.8;
}

#wpmem_login, #wpmem_reg{
    width:95% !important;
}
#wpmem_reg, .wpmem_msg {
    width: 95% !important;
}
.wpmem {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}
.wpmem-contents {
    color: #333;
    width: 100%;
    margin: auto;
    padding: 50px;
    background-color: #fff;
    display: block;
}
.link-text{
    margin-top:30px;
}
.wpmem .buttons {
   width: 50%;
}
.wpmem .text {
        color: #333;
        font-weight: bold;
}
.wpmem p {
    width: 100%;
}
.button_div {
    width: 100%;
    float: right;
    text-align: center !important;
    height: 60px;
    padding: 6px 0;
}

/* 管理画面用 */
.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;
}

.edit {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}
.edit input[type="number"]{
  width: 100px;
}
.edit h3 {
    color: #fff;
}
.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%;
    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;
    width: 40%;
    background-color: #eee;
}
.edit-body {
    width: 60%;
}

.edit-little {
    font-size:0.8em;
    color: #333;
}

.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: auto;
    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;
}

.must {
    background: #FF1A00;
}

.tlist-admin table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  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: 5px 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: #009999;
    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: #009999;
    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: #333333;
}
#zip_vers {
    color: #333333;
}
#zip_vers a {
    color: #333333;
    text-decoration: none;
}
#zip_vers a:hover {
    color: #333333;
    text-decoration: none;
}
#gsearch .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
}

#gteacher .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#gteacher-detail .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#gteacher-blog .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#gteacher-place .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#gteacher-movie .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#gnav {
max-width: 1280px;
margin: 0 auto;
  font-size: 90%;
  background: #939393;
  border-top: solid 1px gray;
/*  border-bottom: solid 1px gray;*/
}
#gnav ul {
  display: flex;
  margin: 0 auto;
  padding: 0 3%;
  width: 94%;
  max-width: 800px;
  list-style-type: none;
}
#gnav ul li {
  position: relative;
  width: 20%;
}
#gnav ul li:first-child::before {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  left: 0px;
  width: 1px;
  height: 50%;
  background-color: gray;
}
#gnav ul li::after {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  right: 0px;
  width: 1px;
  height: 50%;
  background-color: gray;
}
#gnav ul li a {
  display: block;
  padding: 17px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#gnav ul li a:hover {
  background-color: gray;
  opacity: 0.4;
}
.gcard-list {
    display: block;
}
.gcard {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
    width: 800px;
    margin: 10px;
    border-radius: 1px;
    background-color: #fff;
    padding: 15px;
}
.gcard a {
    text-decoration: none;
}
.gcard-line {
    color: #333;
    font-weight: bold;
}
.gcard-line:after {
    background-color: #f2f2f2;
    border-radius: 5px;
    content: "";
    display: block;
    height: 1px;
    margin-left: 10px;
}
.gcard-line:before {
    background-color: #DBDBDB;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    width: 5px;
}
.gbox-list {
  margin-top: 10px;
}
.gbox {
  margin-top: 10px;
}
.gbox-left {
  text-align: center;
  width: 250px !important;
}
#msg .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.msgbox {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
    width: 800px;
    margin: 10px;
    border-radius: 1px;
    background-color: #fff;
    box-shadow: 0 3px 6px #725328;
    padding: 15px;
    margin: auto;
    margin-top: 10px;
}
.gbox-g {
    color: #000;
    display: flex;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
}
.gbox-g hr{
    height: 1px;
    background-color: #f2f2f2;
    border: none;
}
.gbox-movie {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}
.gmenu {
    padding: 2px 2px 2px 10px;
    width: 100%;
    font-size: 90%;
    background-color: #f2f2f2;
    font-weight: bold;
    color: #000;
}
.gimage-msize {
    width: 250px;
    height: 250px;
    object-fit: cover;
    padding: 10px;
}
.gimage-msize2 {
    width: 250px;
    height: auto;
    object-fit: cover;
    margin: 10px;
    padding: 10px;
}
.gdetail {
    margin-top: 10px;
    display:block;
}
.gdetail2 {
    width: 100% !important;
    margin-top: 10px;
    display:block;
}
.gtitle {
    font-size: 110%;
    margin: 2px;
    padding-left: 10px;
    color: #444;
    font-weight: bold;
}
.gtitle-sub {
    font-size: 80%;
    margin: 2px;
    padding-left: 10px;
    color: #444;
    font-weight: bold;
    line-height: 110%;
}
.gtext {
    margin: 2px;
    padding: 0px 10px;
    color: #444;
}
.gtext2 {
    font-size: 80%;
    margin: 2px;
    padding-left: 10px;
    padding-top: 10px;
    color: #444;
    line-height: 150%;
}
.gtexttime {
    font-size: 60%;
    color: #444;
    text-align: right;
}
.gtextg {
    font-size: 0.9em;
    margin: 2px;
    padding: 20px 10px;
    color: #444;
}
.gcontent {
    text-align: center !important;
    background-color: #f2f2f2;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #444;
    line-height: 30px;
    font-size: 80%;
    width: 100px;
}
.custom-gbtn {
    width: 180px;
    height: 40px;
    padding: 10px 25px;
    margin-left: 10px;
    border: 2px solid #000;
    font-family: serif, 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}
.custom-gbtn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 0.3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}
.custom-gbtn:hover {
    background: gray;
    border: solid 4px gray;
}
.custom-gbtn-contact {
    width: 230px;
    height: 40px;
    padding: 10px 25px;
    margin-top: 40px;
    border: 2px solid #931D1D;
    font-family: serif, 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}
.custom-gbtn-contact:hover {
    background: gray;
    border: solid 4px gray;
}
.gbtn {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシ>ック',sans-serif;
    background: #931D1D;
    color: #fff;
    transition: all 0.3s ease;
    margin: auto;
    display: flex;
    justify-content: center;
}
.gbtn:hover {
   box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
}
.gdetail2 {
    width: 600px;
    margin-top: 10px;
    display:block;
}
.gdetail-img {
    margin-left: 20px;
    display:block;
}
.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;
}

@media screen and (max-width: 767px) {
  #header-in {
    display: none;
  }
  /*サイトメニュー*/
  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;
  }
  .top, .top-up, .top-un, .top-img, .profile, .place, .lesson, .tlist, .top-about-img, .step, 
  .about, .under-about-img
  {
    width: 100%;
  }
  .top-msg {
    font-size: 1.0em;
  }

  .list {
    width: 100%;
  }
  .list-ken {
    margin: 10px;
  }
  .list-box {
    width: 100%;
  }
  .list-box-1 {
    width: 100%;
  }
  .under-about-img {
    padding: 20px 10px;
  }
  .under-about-img p {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-edit {
    width: 90%;
  }
  .tbl-edit th,
  .tbl-edit td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .edit-table th,
  .edit-table td{
        display: block;
    width: 100%;
    border-bottom:none;
  }
}

@media screen and (max-width: 540px) {
  .wpmem-contents {
    padding: 10px;
  }
  .wpmem {
    width: 100%;
  }
  .wpmem .buttons {
    width: 100%;
  }
  .gcard {
    width: 95%;
    padding: 5px;
  }
  .msgbox {
    width: 95%;
    padding: 5px;
  }
  .gcard-list {
    width: 100%;
  }
  .gbox {
    display: block !important;
  }
  .gbox-left {
    margin: auto;
  }
  .gbox-g {
    display: block;
  }
  .custom-gbtn {
    width: 100%;
    margin: 0 auto;
  }
  .custom-gbtn-contact {
    width: 100%;
    margin: 0 auto;
  }
  .gimage-msize {
    justify-content: center;
    display: block;
    margin: 0 auto;
  }
  .gimage-msize2 {
    justify-content: center;
    display: block;
    margin: 0 auto;
  }
  #gnav {
    font-size: 70%;
  }
  .l-wrapper {
    width: 100%;
  }
  .blog-list {
    display: block;
    justify-content: center;
  }
  .blog-card {
    width: 95%;
    height: 300px;
    margin: auto;
  }
  .blog-card-img {
    height: 240px;
  }
  .blog-card-title {
    font-size: 90%;
  }
  .edit-table th,
  .edit-table td{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .edit {
    width: 100%;
  }
  .gimage {
    margin: auto;
  }
  .search-box {
    width: 95%;
  }
  .search-box-in select {
    width: 300px;
  }
  .step {
    width: 95%;
  }
  .img-step {
    width: 80px;
    height: 80px;
  }
  .step ul {
    padding-left: 10px;
  }
  .step-box {
    display: block;
  }
  .step p {
    font-size: 0.9em;
  }
}

/* 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;
}
*/
