

@charset "utf-8";

body {
  font: "MS P Gothic", sans-serif;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
  color: #000;
  width: 100%;
  overflow-x: hidden;
}

.pc_on{
  display: block;
}
.sp_on{
  display: none;
}

.nenew a {
  font-weight: normal;
}

.kobets {
  width: 960px;
  background: #fff;
  padding: 20px;
  margin: 30px auto;
  border: solid 1px #c7efb6;
  border-radius: 8px;
}

#instagram h2 {
  text-align: center;
}
#instagram {
  width: 1000px;
  margin: 0 auto;
}
#instagram ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#instagram li img {
  width: 155px;
  height: 155px;
  object-fit: contain;
}
#instagram li {
  display: inline-block;
}
@media screen and (max-width: 640px) {
.pc_on{
  display: none;
}
.sp_on{
  display: block;
}

  #instagram {
    width: 100%;
    margin: 0 auto;
  }
  #instagram ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #instagram li img {
    width: 32%;
    margin: 0;
    padding: 0px;
    height: auto;
    vertical-align: middle;
  }
  #instagram li {
    display: inline;
  }
}

.vul_table td {
  vertical-align: top;
  width: 400px;
}

.kyujin {
  width: 500px;
  margin: 20px auto;
  font-size: 26px;
  background: #9ad5de;
  padding: 30px;
  text-align: center;
}

.kyujin a {
  text-decoration: none;
  width: 100%;
}

.kyujin a:hover {
  color: #fff;
}

.clear {
  clear: both;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.insitelink {
  background: #9e9ad6;
  padding: 10px 25px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}
.insitelink:hover {
  background: #75753d;
  color: #ffffff;
}
.cat_c {
  font-size: 14px;
  /* background:#2054b1; */
  color: #9a3939;
  padding: 5px;
}

.tokucho {
  width: 950px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.tokucho img {
  float: right;
  position: relative;
  top: -70px;
}

.circle {
}

.circle > div {
  border: solid 1px #000;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 180px;
}

.alignright {
  float: right;
}

.respot {
  font-size: 14px;
}

.yakuwari ul {
  padding-left: 15px;
}

.yakuwari li {
  margin-bottom: 20px;
}

.yakuwari {
  border-collapse: collapse;
}

.yakuwari td,
.yakuwari th {
  border: solid 1px #000;
  padding: 15px;
}
.yakuwari th {
  background: #f3f34b;
}

.gmap {
  width: 800px;
  height: 600px;
}

.kyushoku li {
  font-size: 130%;
}
.kyushoku li a {
  text-decoration: none;
  color: #000;
}
.kyushoku li a:hover {
  text-decoration: none;
  color: #e68989;
}

.certificate {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.certificate ul {
}

.certificate h3 {
  margin-left: 20px;
}

.certificate li {
  display: inline;
  list-style: black;
  margin-right: 10px;
  background-image: url(/images/circle.png);
  background-size: 10px 10px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.certificate li a {
  color: #000;
}
.certificate li a:hover {
  color: #c35e5e;
  text-decoration: none;
}

ul#fontSize {
  *zoom: 1; /*forIE6,7*/
  margin-bottom: 10px;
}
ul#fontSize:after {
  content: "";
  display: block;
  clear: both;
}
ul#fontSize li {
  background-color: #6cf;
  padding: 6px 8px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  display: block;
}
ul#fontSize li:hover {
  background-color: #fcf;
}
ul#fontSize li.active {
  background-color: #999;
}
ul#fontSize li.active:hover {
  background-color: #fcf;
}

.nenkan td {
  padding: 0px 15px 0px 0px;
}

.main_content h1 {
  font-size: 34px;
  margin: 30px 0 40px 0;

  display: inline-block;
  position: relative;
  padding: 0.5em;
  background: #6a8dd4;
  color: white;
}
.main_content h1::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(70, 75, 148);
}

.main_content h2 {
  font-size: 20px;
  margin: 30px 0 10px 0;
  display: inline-block;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}
.main_content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5857c7;
  bottom: -3px;
  width: 20%;
}

.main_content h3 {
  font-size: 26px;
  display: inline-block;
  position: relative;
  padding: 10px;
  background: #df779d;
  font-size: 20px;
  color: white;
}

.main_content h4 {
  font-size: 20px;
  margin: 30px 0 10px 0;
}

.main_content h5 {
  font-size: 18px;
  margin: 30px 0 10px 0;
}

.main_content h6 {
  font-size: 16px;
  margin: 30px 0 10px 0;
}

.main_content p {
  margin: 0;
}

header {
  /* height: 155px; */
  width: 100%;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
.footer_table th {
  vertical-align: top;
}

.foot-menu {
  width: 100%;
  background-color: #ffffff;
  margin-top: 60px;
  position: relative;
}
.pagetop {
  position: absolute;
  top: -13%;
  left: 70%;
}

.header-left {
 
}
.foot-menu table {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}
.tit {
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
}
.menu-li {
  list-style: none;
  line-height: 35px;
  font-size: 18px;
  font-weight: normal;
}
.menu-li a {
  text-decoration: none;
  color: #989797;
}

.bnr {
  margin-left: 36px;
}

.header-right {
}

.container{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
}

.header-right img {
  margin-top: -15px;
}

#menu-cb {
  display: none;
}

#menu-icon {
  display: none;
}

.navigate {
  /* max-width: 1130px; */
  margin: 10px auto;
}

nav {
  background: #c7efb6;
}

.navi {
  max-width: 1200px;
  margin: 0px auto;
  padding: 15px 50px 15px 50px;
  text-align: center;
}
ul:first-child {
  margin-bottom: -10px !important;
}

.navi:after {
  content: "";
  clear: both;
  display: block;
}

.navi li {
  list-style: none;
  padding: 0px 20px;
}

.navi li {
  display: inline-block;
  line-height: 35px;
  /* height:35px; */
  /* text-align: center; */
  /* border-right: 1px solid #65e23b; */
  /* border-left: 1px solid #65e23b; */
  /* margin-right: -1px; */
  font-size: 16æœˆpx;
  padding: 0;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  .navi li {
    font-size: 1.2vw;
  }
}

.active{
  background: #4cca2d!important;
  display: block;
  color: #ffffff!important;
  important;
  }
.navi .active:before {
  content: "■";
  color: #ffffff;
}
  

.navi a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 6px 10px;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
}

.navi a:before {
  content: "■";
  color: #33861f;
}

.navi a:hover {
  background: #4cca2d;
  display: block;
  color: #ffffff;
}

.navi li:first-child a {
}

.top-wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

.top-wrapper img {
  margin-top: 10px;
}

.center-wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #e2ffef;
  /* background-image: url(../images/n-animal_s.png);
  background-position: center top;
  background-size: 1243px 550px; */
  background-repeat: no-repeat;
  /*padding: 0px 0px 0px 30px;*/
  padding-top: 3px;
}

.center-text {
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
}

.new {
  width: 100%;
  /*position:relative;*/
  /* margin-top: 20px; */
}

.new_text {
  font-size: 25px;

  color: #1e94ca;
  font-weight: bold;
  width: 700px;
  margin-right: auto;
  margin-left: auto;

  background-image: url(../images/box.jpg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 20px;
}

/*.new_text:before {
  content:url(../images/box.jpg);
}*/

.new-logo {
  position: absolute;
  left: -5%;
  top: -25%;
}

.new_t {
  background: #ffffff;
  width: 880px;
  border: solid 1px #06a5e8;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

.new_page {
  background: #ffffff;
  width: 1000px;
  border: solid 1px #06a5e8;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

.new_page h1 {
  margin-top: 0px;
  text-align: center;
  padding: 30px 20px 10px 20px;
}

.main_content {
  width: 1000px; /* height:350px; */
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
  padding: 10px 40px 30px 40px;
  box-sizing: border-box;
}

.topics {
  width: 1000px;
  /* height:350px; */
  margin: 0 auto;
  margin-top: 20px;
}

.info {
  width: 100%;
  background: #d7efff;
  /* float:left; */
  border-radius: 20px;
  /* margin-left:75px; */
  max-height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  word-break: break-all;
}

.info h3 {
  /* width: 350px; */
  font-size: 25px;
  color: #63420b;
  margin: 10px 0px 0px 25px;
  padding-bottom: 10px;
  border-bottom: dashed 2px #ffffff;
}

.sintyaku_h3 {
  /* width: 350px; */
  font-size: 25px;
  color: #63420b;
  margin: 10px 0px 0px 25px;

  border-bottom: dashed 2px #ffffff;
}

.info table {
  margin-left: 25px;
  width: 95%;
  padding: 0 10px;
}

.title {
  color: #1e94ca;
  font-weight: bold;
  font-size: 90%;
}

.line {
  /* border-bottom: solid 2px #000000; */
  /* padding-bottom:23px; */
  /* border-radius: 10px; */
  /* background: #cbeeff; */
  padding: 0;
  /* border: solid 1px #FFF; */
  color: #797979;
}

.line p {
  padding: 0;
  margin: 5px 5px 0px 5px;
}

.schedule {
  width: 100%;
  background: #ffe4ba;
  /* float:right; */
  border-radius: 20px;
  /* margin-right: 75px; */
  max-height: 320px;
  overflow-y: scroll;
  margin-bottom: 20px;
  word-break: break-all;
}

.schedule h3 {
  width: 350px;
  font-size: 25px;
  color: #63420b;
  margin: 10px 0px 0px 25px;
  padding-bottom: 10px;
  border-bottom: dashed 2px #ffffff;
}

.schedule table {
  margin-left: 25px;
}

.title-s {
  color: #755a9d;
  background-image: url(/images/circle.png);
  background-size: 10px 10px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 20px;
}

.menu {
  width: 100%;
  padding-bottom: 5px;
  margin-top: 20px;
}

.menu-wrapper {
  margin-bottom: 10px;
}
.menu-wrapper th {
  text-align: left;
}

.menuleft {
  background: #ffffff;
  width: 500px;
  padding-left: 15px;
}

.menu-wrapper table {
  /* width:1500px; */
  margin: 0 auto;
}

.menuleft ul {
  text-align: left;
  padding-left: 100px;
}

.menu-li {
  list-style: none;
  line-height: 35px;
  font-size: 18px;
  font-weight: normal;
}

.menu-li a {
  text-decoration: none;
  color: #989797;
}
.menu-li a:hover {
  text-decoration: underline;
  color: #e27979;
}

.tit {
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.tit a {
  color: #1e94ca;
  text-decoration: none;
}

footer {
  width: 100%;
  padding: 10px;
}

.f-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 16px !important;
    word-break: break-all;
  }
  .navi a:hover {
    background: none;
    display: block;
    color: initial;
  }

  .vul_table tr {
    display: block;
  }

  .vul_table td {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
  }

  .vul_table img {
    width: 100%;
    height: auto;
  }

  .kyujin {
    width: 100%;
    margin: 20px auto;
    font-size: 26px;
    background: #9ad5de;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
  }

  .tokucho img {
    float: none;
    position: static;
    padding-bottom: 20px;
  }

  .yakuwari {
  }

  .alignleft {
    float: none;
    width: 100%;
    height: auto;
  }

  .gmap {
    width: 100%;
    height: 300px;
  }

  .alignnone {
    width: 100%;
    height: auto;
  }

  .size-thumbnail {
    width: 70%;
    height: auto;
  }

  .tokucho {
    width: 90%;
  }

  .certificate {
    width: 75%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .title,
  .title-s {
    display: block;
  }
  .line,
  .line-s {
    padding: 0px;
    color: #797979;
  }

  ul#fontSize {
    display: none;
  }

  .superlogo {
    width: 60% !important;
  }

  .pagetop {
    position: absolute;
    top: -8%;
    left: 65%;
  }

  footer {
    padding: 10px 0;
  }
  .nenkan tr {
    display: inline-grid;
    vertical-align: top;
  }

  .nenkan td {
    display: inline;
    padding: 0px 0px 0px 0px;
    height: 75px;
  }
  .nenkan h3 {
    padding: 10px 30px;
  }

  nav {
    background: none;
  }

  .navi li {
    border-right: none;
    border-left: none;
    margin-right: 0px;
    font-size: 14px;
  }

  .new {
    margin: 10px;
    width: 95%;
    box-sizing: border-box;
  }

  .tit {
    list-style: none;
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 0px;
  }
  .menu-li {
    list-style: none;
    font-size: 16px;
    font-weight: normal;
  }

  .foot-menu table {
    width: 100%;
  }
  .foot-menu table ul {
    margin: 0 20px;
    padding: 0;
  }

  .foot-menu table th {
    display: inline;
  }
  .foot-menu table td {
    display: inline;
  }

  .main_content {
    width: 100%;
  }

  .center-wrapper {
    margin-top: 00px;
  }

  .new_page {
    width: 100%;
  }

  .menuleft {
    padding-left: 0;
  }

  header {
    height: 260px;
  }

  .container {
    width: 99%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .header-left {
    float: none;
  }

  .bnr {
    display: block;
    margin: 0 auto;
    /* max-width:391px; */
    width: 85%;
  }

  .header-right {
    float: none;
    text-align: center;
    /* margin-top: 30px; */
  }

  .top-wrapper {
    width: 100%;
    margin-top: 00px;
  }

  .sp {
    width: 100%;
  }

  .new-logo img {
    width: 80%;
  }

  .new_t {
    width: 80%;
  }

  .new_text {
    font-size: 15px;
    line-height: 15px;
    width: 210px;
  }

  .topics {
    width: 100%;
    /* height: 673px; */
  }

  .info {
    float: none;
    width: 80%;
    margin: 0 auto;
    word-break: break-all;
  }

  .info h3 {
    width: 85%;
  }

  .info table {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }

  .schedule h3 {
    width: 85%;
  }

  .schedule table {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }

  .schedule {
    float: none;

    width: 80%;

    margin: 0 auto;

    margin-top: 10px;
  }

  .menu-wrapper {
    width: 100%;
  }

  .menuleft ul {
    text-align: center;
    padding: 0;
  }

  .menu-wrapper table {
    width: 100%;
  }

  .menu-wrapper table td {
    display: block;
    width: 100%;
  }

  .menu-wrapper table th {
    display: block;
    width: 100%;
  }

  .menu-wrapper table img {
    width: 100%;
  }

  .navi {
    margin-left: -25px;
    padding: 0;
  }

  .navi a {
    border: none;
    color: #1da487;
    text-align: left;
    background-color: #edfbf4;
    font-size: 18px;
  }

  .navi li:first-child a {
    border: none;
margin-top: 20px;
  }

  .navi li {
    display: inline;
    font-size: 20px;
    padding-top: 10px;
    /* background-color:aliceblue; */
  }

  #ham-menu {
    background-color: #edfbf4;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px;
    position: fixed;
    right: -320px;
    top: 0;
    transition: transform 0.3s linear 0s; 
    width: 320px;
    z-index: 1000;
  }

  #menu-background {
    background-color: #333;
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; 
    width: 100%;
    z-index: -1;
  }

  #menu-icon {
    background-color: #fff; 
    border-radius: 0 0 0 10px; 
    color: #1da487; 
    cursor: pointer;
    display: block;
    font-size: 50px; 
    height: 50px; 
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; 
    transition: all 0.3s linear 0s; 
    z-index: 1000;
  }

  #menu-cb {
    display: none; 
  }

  #menu-cb:checked ~ #ham-menu,
  #menu-cb:checked ~ #menu-icon {
    transform: translate(
      -250px
    ); 
  }

  #menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
  }
}

@media screen and (max-width: 440px) {
  .new-logo img {
    width: 45%;
  }
}

@media screen and (max-width: 300px) {
  .new_text {
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    margin-left: 28px;
  }

  .new_t {
    width: 90%;
  }
}

