@charset "UTF-8";
.myIndex {
  /* .myIndex */
}

.myIndexGreeting {
  position: relative;
  /* Greeting */
}

.myIndexGreeting .detail {
  padding: 0 360px 0 0;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .detail {
    padding: 0 360px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .detail {
    padding: 0;
  }
}

.myIndexGreeting .catch {
  margin-bottom: 30px;
  color: #ef7f87;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .catch {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .catch {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.myIndexGreeting .catch span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .myIndexGreeting .catch span {
    display: inline;
  }
}

.myIndexGreeting .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .image {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image {
    position: static;
    width: auto;
  }
}

.myIndexGreeting .image.topMinus70 {
  top: -70px;
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image.topMinus70 {
    top: 0;
  }
}

.myIndexGreeting .image .name {
  padding: 0 40px 0 100px;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .image .name {
    padding: 0 15px 0 100px;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image .name {
    padding: 0;
  }
}

.myIndexGreeting .image a {
  display: block;
  margin: 10px 0 0;
  padding: 0 40px 0 100px;
  text-align: center;
  text-decoration: none;
  color: #ef7f87;
}

@media only screen and (min-width: 1160px) {
  .myIndexGreeting .image a {
    padding: 0 15px 0 100px;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexGreeting .image a {
    padding: 0;
  }
}

.myIndexGreeting .image a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.myIndexMenu01 {
  /* Menu01 */
}

.myIndexMenu01 > ul {
  margin: 0 -3%;
}

.myIndexMenu01 > ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01 > ul {
    margin: 0;
  }
}

.myIndexMenu01 > ul > li {
  float: left;
  width: 27.3%;
  margin: 0 3%;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01 > ul > li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .myIndexMenu01 > ul > li:last-child {
    margin-bottom: 0;
  }
}

.myIndexMenu01_column02 {
  max-width: 820px;
  margin: 0 auto;
}

.myIndexMenu01_column02 > ul > li {
  width: 44%;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01_column02 > ul > li {
    width: auto;
  }
}

.myIndexMenu01 .image {
  text-align: center;
}

.myIndexMenu01 .image a:hover {
  opacity: 0.8;
}

.myIndexMenu01 .modTitle04 {
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.myIndexMenu01 .txt {
  margin-bottom: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #4d4d4d;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01 .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexMenu01 .btn {
  text-align: center;
}

.myIndexMenu01 .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  background-image: url(../img/iconCloverGreen04.png);
  background-repeat: no-repeat;
  padding: 4px 0 4px 40px;
}

.myIndexMenu01 .btn a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.myIndexMenu01 .btn li {
  margin-bottom: 8px;
}

.myIndexMenu02 {
  overflow: hidden;
  /* Menu02 */
}

.myIndexMenu02 ul {
  margin: 0 -2%;
}

.myIndexMenu02 ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 ul {
    margin: 0;
  }
}

.myIndexMenu02 li {
  float: left;
  width: 46%;
  margin: 0 2% 40px;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}

.myIndexMenu02 a {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-decoration: none;
}

.myIndexMenu02 a:hover {
  opacity: 0.8;
}

.myIndexMenu02 a:hover .txt {
  text-decoration: underline;
}

.myIndexMenu02 .image, .myIndexMenu02 .detail {
  display: table-cell;
  vertical-align: middle;
}

.myIndexMenu02 .image {
  width: 151px;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .image {
    width: 80px;
  }
}

.myIndexMenu02 .detail {
  padding: 0 0 0 26px;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .detail {
    padding-left: 15px;
  }
}

.myIndexMenu02 .title {
  color: #FF7A80;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .title {
    margin-bottom: 6px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myIndexMenu02 .txt {
  font-size: 17px;
  font-size: 1.7rem;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu02 .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexTitleKeisei {
  /* TitleKeisei */
}

.myIndexTitleKeisei .title:before {
  background-image: url(../img/keisei/index/deco02.png);
  width: 100px;
  height: 82px;
  left: 30px;
  bottom: 0;
}

.myIndexTitleKeisei .title:after {
  background-image: url(../img/keisei/index/deco03.png);
  width: 57px;
  height: 47px;
  right: 60px;
  bottom: 15px;
}

.myIndexTitleChild {
  /* TitleChild */
}

.myIndexTitleChild .title:before {
  background-image: url(../img/child/index/deco01.png);
  width: 100px;
  height: 82px;
  left: 30px;
  bottom: 0;
}

.myIndexTitleChild .title:after {
  background-image: url(../img/child/index/deco02.png);
  width: 57px;
  height: 47px;
  right: 60px;
  bottom: 15px;
}

.myIndexTitleFeature .title:before {
  background-image: url(../img/sanka/index/deco01.png);
  width: 57px;
  height: 47px;
  left: 40px;
  bottom: 20px;
}

.myIndexTitleFeature .title:after {
  background-image: url(../img/sanka/index/deco02.png);
  width: 100px;
  height: 82px;
  right: 20px;
  bottom: -10px;
}

.myIndexBlock01 {
  /* Block01 */
}

.myIndexBlock01 .title {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #665352;
}

.myIndexBlock01 .title:after {
  content: "";
  background-image: url(../img/keisei/index/deco01.png);
  width: 90px;
  height: 96px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .myIndexBlock01 .title:after {
    display: none;
  }
}

.myIndexBlock01 .inner {
  background-image: url(../img/bgPattern02.jpg);
  padding: 30px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 480px) {
  .myIndexBlock01 .inner {
    padding: 15px;
  }
}

.myIndexBlock01 .inner li {
  background-image: url(../img/iconCloverBlue04.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 40px;
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .myIndexBlock01 .inner li {
    background-size: 15px auto;
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexBlock01 .inner li:last-child {
  margin-bottom: 0;
}

.myIndexBlock01 .inner .num {
  font-weight: bold;
}

.myIndexBlock01 .inner .txt {
  text-decoration: underline;
}

.myIndexInfoList {
  border: solid 1px #1490c8;
  border-radius: 5px;
  margin: 0 0 25px;
  /* InfoList */
}

.myIndexInfoList_type02 {
  border-color: #FF7A80;
}

.myIndexInfoList a {
  display: block;
  color: #665352;
  text-decoration: none;
}

.myIndexInfoList .large a {
  background-image: url(../img/bgPattern02.jpg);
  border-radius: 5px 5px 0 0;
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.myIndexInfoList .large a:after {
  content: "";
  background-image: url(../img/arrow01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 21px auto;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.myIndexInfoList .large .main {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 30px;
  font-size: 3rem;
  color: #1490c8;
  line-height: 1.3;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .large .main {
    margin-bottom: 8px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myIndexInfoList .large .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .large .sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myIndexInfoList_type02 .large a {
  background-image: url(../img/bgPattern01.jpg);
}

.myIndexInfoList_type02 .large a:hover {
  opacity: 0.6;
}

.myIndexInfoList_type02 .large .main {
  color: #ef7f87;
}

.myIndexInfoList_type02 .large .sub {
  color: #ef7f87;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.myIndexInfoList .body {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexInfoList .body ul {
  border-bottom: dotted 1px #ccc;
}

.myIndexInfoList .body ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body ul {
    border-bottom: none;
  }
}

.myIndexInfoList .body ul:nth-child(even) {
  background-color: #FDFAF3;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body ul:nth-child(even) {
    background-color: transparent;
  }
}

.myIndexInfoList .body ul:nth-child(even):last-child {
  border-radius: 0 0 5px 5px;
}

.myIndexInfoList .body ul:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body ul:last-child li:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
  }
}

.myIndexInfoList .body li {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body li {
    float: none;
    width: auto;
    border-bottom: dotted 1px #ccc;
  }
  .myIndexInfoList .body li:nth-child(even) {
    background-color: #FDFAF3;
  }
}

.myIndexInfoList .body a {
  padding: 8px 0 8px 60px;
  position: relative;
}

.IE .myIndexInfoList .body a {
  padding-bottom: 4px;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body a {
    padding-left: 40px;
  }
}

.myIndexInfoList .body a:hover {
  font-weight: bold;
}

.myIndexInfoList .body a:before {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 40px;
  color: #1490c8;
}

.IE .myIndexInfoList .body a:before {
  top: 10px;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoList .body a:before {
    top: 10px;
    left: 20px;
  }
}

.myIndexInfoList_type02 .body ul {
  border-bottom: none;
}

.myIndexInfoList_type02 .body li {
  float: none;
  width: auto;
  border-bottom: dotted 1px #ccc;
  background-color: #fff;
}

.myIndexInfoList_type02 .body li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.myIndexInfoList_type02 .body li:nth-child(even) {
  background-color: #FDFAF3;
}

.myIndexInfoList_type02 .body li:nth-child(even):last-child {
  border-radius: 0 0 5px 5px;
}

.myIndexInfoList_type02 .body a {
  padding-left: 40px;
}

.myIndexInfoList_type02 .body a:before {
  color: #ef7f87;
  left: 18px;
}

.myIndexInfoList_type02 .body .sub {
  margin: 0 0 0 10px;
  color: #1490c8;
}

.myIndexInfoList_type02 .body .hoken a:before {
  color: #1490c8;
}

.myIndexInfoBlock {
  padding: 0 20px;
  /* InfoBlock */
}

@media only screen and (max-width: 480px) {
  .myIndexInfoBlock {
    padding: 0;
  }
}

.myIndexInfoBlock .inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoBlock .inner {
    display: block;
    width: auto;
  }
}

.myIndexInfoBlock .box {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

@media only screen and (max-width: 480px) {
  .myIndexInfoBlock .box {
    display: block;
    padding: 0;
  }
}

.myIndexFeature {
  max-width: 1020px;
  margin: 0 auto;
}

.myIndexFeature ol:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myIndexFeature li {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 480px) {
  .myIndexFeature li {
    width: 50%;
  }
}

.myIndexFeature .image {
  margin-bottom: 8px;
  text-align: center;
}

.myIndexFeature .txt {
  text-align: center;
  color: #665352;
}

@media only screen and (max-width: 480px) {
  .myIndexFeature .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myIndex {
  /* index */
}

.myIndexTitleClass {
  /* TitleClass */
}

.myIndexTitleClass .title:before {
  background-image: url(../img/class/index/deco02.png);
  width: 137px;
  height: 127px;
  left: 20px;
  bottom: -20px;
}

.myIndexTitleClass .title:after {
  background-image: url(../img/class/index/deco01.png);
  width: 111px;
  height: 108px;
  right: 40px;
  bottom: 0;
}

.myIndexGreeting {
  /* Greeting */
}

.myIndexGreeting .image {
  top: -100px;
}

.myIndexMenu01 {
  /* Menu01 */
}

.myIndexMenu01 > ul > li {
  width: 44%;
}

@media only screen and (max-width: 480px) {
  .myIndexMenu01 > ul > li {
    width: auto;
  }
}

.myIndexMenu01 .image {
  margin-bottom: 20px;
}

.myIndexMenu01 .txt {
  text-align: center;
}

.myIndexMenu01 .btn02 {
  max-width: 180px;
  margin: 0 auto;
}

.myIndexCalendar {
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Calendar */
}

.myIndexCalendar .txt {
  width: 1000px;
  margin-bottom: 10px;
  text-align: right;
}

.myIndexContact {
  overflow: hidden;
  max-width: 970px;
  margin: 0 auto;
  /* Contact */
}

.myIndexContact ul {
  margin: 0 -1.5%;
}

.myIndexContact ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .myIndexContact ul {
    margin: 0;
  }
}

.myIndexContact li {
  float: left;
  width: 47%;
  margin: 0 1.5%;
}

@media only screen and (max-width: 768px) {
  .myIndexContact li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .myIndexContact li:last-child {
    margin-bottom: 0;
  }
}

.myIndexContact li .box {
  background-color: #BEEAE1;
  border-radius: 5px;
  padding: 24px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myIndexContact li .box {
    padding: 10px;
  }
}

.myIndexContact li .box .inner {
  display: table-cell;
  vertical-align: middle;
  height: 132px;
  border-radius: 4px;
}

@media only screen and (max-width: 480px) {
  .myIndexContact li .box .inner {
    display: block;
    height: auto;
  }
}

.myIndexContact .title {
  margin-bottom: 8px;
  text-align: center;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-size: 25px;
  font-size: 2.5rem;
}

@media only screen and (max-width: 480px) {
  .myIndexContact .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myIndexContact .btn, .myIndexContact .txt {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .myIndexContact .btn, .myIndexContact .txt {
    margin-bottom: 15px;
  }
}

.myIndexContact .btn a {
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
  line-height: 70px;
}

@media only screen and (max-width: 768px) {
  .myIndexContact .btn a {
    height: 50px;
    line-height: 50px;
  }
}

.myIndexContact .txt {
  padding: 5px 0;
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .myIndexContact .txt {
    height: auto;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexContact .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .myIndexContact .tel {
    margin-bottom: 10px;
  }
}

.myIndexContact .tel .wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/iconTel.png);
  background-position: 24px center;
  background-repeat: no-repeat;
  padding: 0 24px 0 94px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myIndexContact .tel .wrap {
    padding: 10px 24px 10px 94px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myIndexContact .tel .num {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.3;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

@media only screen and (max-width: 480px) {
  .myIndexContact .tel .num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.myAncLink {
  background-image: url(../img/bgMenu01.jpg);
  padding: 15px 0;
  position: relative;
  /* myAncLink */
}

#ikuji .myAncLink {
  background-image: url(../img/bgPattern04.jpg);
  background-position: center;
  background-size: 100% auto;
}

@media only screen and (max-width: 480px) {
  .myAncLink {
    padding: 15px 0;
  }
}

.myAncLink .inner {
  max-width: 980px;
  margin: 0 auto;
}

.myAncLink ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media only screen and (max-width: 480px) {
  .myAncLink ul {
    display: block;
    width: auto;
  }
  .myAncLink ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.myAncLink li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}

@media only screen and (max-width: 480px) {
  .myAncLink li {
    display: block;
    float: left;
    width: 50%;
    margin: 0 0 5px;
    padding: 0;
  }
}

.myAncLink a {
  padding: 15px 30px 15px 0;
  position: relative;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .myAncLink a {
    padding: 8px 0;
  }
}

.myAncLink a:hover {
  background-color: rgba(255, 221, 220, 0.6);
}

#ikuji .myAncLink a:hover {
  background-color: rgba(247, 142, 51, 0.1);
}

.myAncLink a:after {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myAncLink a:after {
    right: 0;
  }
}

.myAncLink li:first-child a:before {
  content: "";
  background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -12px;
  width: 10px;
}

@media only screen and (max-width: 480px) {
  .myAncLink li:first-child a:before {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .myAncLink li:nth-child(odd) a:before {
    content: "";
    background-image: radial-gradient(#A85634 22%, rgba(254, 236, 232, 0) 0);
    background-size: 10px 10px;
    background-position: 0 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 10px;
  }
}

.myAncLink .main, .myAncLink .sub {
  display: block;
  text-align: center;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myAncLink .main {
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 480px) {
  .myAncLink .main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myAncLink .main:after {
  content: "";
  background-image: url(../img/arrow04B.png);
  background-position: 0 0;
  background-size: 28px auto;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

#ikuji .myAncLink .main:after {
  background-image: url(../img/arrow04_02B.png);
}

@media only screen and (max-width: 480px) {
  .myAncLink .main:after {
    display: none;
  }
}

.myAncLink .sub {
  color: #FF7A80;
  letter-spacing: 0.1em;
}

#ikuji .myAncLink .sub {
  color: #F78E33;
}

@media only screen and (max-width: 480px) {
  .myAncLink .sub {
    display: none;
  }
}

.myTitle01 {
  margin-bottom: 50px;
  text-align: center;
  /* .myTitle01 */
}

@media only screen and (max-width: 480px) {
  .myTitle01 {
    margin-bottom: 30px;
    padding: 0 40px;
  }
}

.myTitle01_type02 {
  padding-top: 30px;
  position: relative;
}

.myTitle01_type02:after {
  content: "";
  display: block;
  position: absolute;
  width: 85px;
  height: 1px;
  top: 0;
  left: 50%;
  margin-left: -42px;
  background-color: #000;
}

.myClassList {
  position: relative;
  /* .myClassList */
}

.myClassList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myClassList.myFlatHeightAll02 {
  margin-bottom: 30px;
}

.myClassList .deco {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .myClassList .deco {
    display: none;
  }
}

.myClassList .deco02 {
  position: absolute;
  bottom: 40px;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .myClassList .deco02 {
    display: none;
  }
}

.myClassList > .left, .myClassList > .right {
  width: 47%;
}

@media only screen and (max-width: 768px) {
  .myClassList > .left, .myClassList > .right {
    width: auto;
  }
}

.myClassList > .left {
  float: left;
}

@media only screen and (max-width: 768px) {
  .myClassList > .left {
    float: none;
  }
}

.myClassList > .right {
  float: right;
}

@media only screen and (max-width: 768px) {
  .myClassList > .right {
    float: none;
  }
}

.myClassList > .right .myFlatHeightAll02Box {
  position: relative;
}

.myClassList > .right .myFlatHeightAll02Box .classBlock {
  position: static;
}

@media only screen and (max-width: 768px) {
  .myClassList > .right .classBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .myClassList > .right .classBlock:last-child:after {
    display: none;
  }
}

.myClassList .classBlock {
  position: relative;
  padding: 0 0 60px;
  margin: 0 0 30px;
  color: #665352;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  .myClassList .classBlock {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myClassList .classBlock:after {
  content: "";
  background-image: radial-gradient(#D46B43 26%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 10px;
}

.myClassList .classBlock.noBorder:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .myClassList .classBlock.noBorder:after {
    display: block;
  }
}

.myClassList .titleClass {
  color: #FF7A80;
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
}

#ikuji .myClassList .titleClass {
  color: #F78E33;
}


@media only screen and (max-width: 480px) {
  .myClassList .titleClass {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myClassList .titleClass_type02 {
  font-size: 26px;
  font-size: 2.6rem;
}

.myClassList .titleClass .sub {
  font-size: 21px;
  font-size: 2.1rem;
}

@media only screen and (max-width: 480px) {
  .myClassList .titleClass .sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myClassList .head {
  position: relative;
  margin-bottom: 22px;
}

.myClassList .head p {
	margin-bottom: 5px;
	width: 50%;
	border-radius: 8px;
	color: #FFF;
	background-color: #F78E33;
	font-size: 78%;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 480px) {
.myClassList .head p {
	width: 80%;
}
}

@media only screen and (max-width: 480px) {
  .myClassList .head {
    margin-bottom: 15px;
  }
}

.myClassList .head.type02 .titleClass {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .myClassList .head.type02 .titleClass {
    display: block;
    width: auto;
  }
}

.myClassList .head.type02 .titleClass span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}

@media only screen and (max-width: 480px) {
  .myClassList .head.type02 .titleClass span {
    display: block;
  }
}

.myClassList .head .label {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  padding: 5px;
  background-color: #FF7A80;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media only screen and (max-width: 480px) {
  .myClassList .head .label {
    position: static;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myClassList .head .label span {
  display: block;
}

@media only screen and (max-width: 480px) {
  .myClassList .head .label span {
    display: inline;
  }
}

.myClassList .txtBlock01 {
  margin-bottom: 20px;
}

.myClassList .txtBlock02 {
  margin-bottom: 20px;
  color: #FF7A80;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
}

.myClassList .lead {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 16px;
}

.myClassList .lead .image, .myClassList .lead .txt {
  display: table-cell;
  vertical-align: top;
}

.myClassList .lead .image {
  width: 262px;
}

@media only screen and (max-width: 480px) {
  .myClassList .lead .image {
    width: 100px;
  }
}

.myClassList .lead .txt {
  padding: 0 0 0 18px;
}

@media only screen and (max-width: 480px) {
  .myClassList .lead .txt {
    padding-left: 10px;
  }
}

.myClassList .lead .txt .caution {
  color: #D17F80;
}

.myClassList .detail {
  margin-bottom: 10px;
}

.myClassList .detail table {
  table-layout: fixed;
}

.myClassList .detail th, .myClassList .detail td {
  padding-bottom: 10px;
  vertical-align: top;
}

.myClassList .detail th {
  width: 90px;
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .myClassList .detail th {
    width: 70px;
  }
}

.myClassList .detail .strong {
  font-weight: bold;
  color: #F78E33;
}

.myClassList .foot ul {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .myClassList .foot ul {
    display: block;
    width: auto;
  }
}

.myClassList .foot li {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  .myClassList .foot li {
    display: block;
    margin-bottom: 10px;
  }
}

.myClassList .foot .btn01 {
  padding-right: 10px;
  font-size: 0;
}

.myClassList .foot .btn01 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #FF7A80;
  padding: 6px 15px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  text-align: center;
}

#ikuji .myClassList .foot .btn01 a {
  background-color: #F78E33;
}

.myClassList .foot .btn01 a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 480px) {
  .myClassList .foot .btn01 a {
    display: block;
  }
}

.myClassList .foot .btn01 a:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1;
  margin-left: 8px;
}

.myClassList .foot.column03 .btn01 a {
  padding-right: 5px;
  padding-left: 5px;
}

.myClassList .foot .hoiku {
  width: 90px;
}

.myClassList .foot .hoiku .inner {
  width: 90px;
  background-color: #FFEEE1;
  background-image: url(../img/illustNursery.png);
  background-position: center 4px;
  background-repeat: no-repeat;
  background-size: 94px auto;
  padding: 60px 6px 2px;
  border-radius: 8px;
  color: #FF7A80;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.myClassList .foot .hoiku .inner:after {
  content: "\7121\6599\8A17\5150";
}

.myClassList .foot .tel {
  width: 230px;
  padding-right: 10px;
}

.myClassList .foot .tel .inner {
  background-color: #FF7A80;
  border-radius: 8px;
  padding: 4px 0;
  color: #fff;
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  text-align: center;
}

.myClassList .foot .tel .txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.myClassList .foot .tel .txt .sub {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.myClassList .foot .tel .num {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../img/iconTel02.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  padding: 0 0 0 22px;
  font-size: 20px;
  font-size: 2rem;
}

.myClassList .foot .tel a {
  color: #fff;
  text-decoration: none;
}

.myLnavBlock {
  position: relative;
  /* .myLnavBlock */
}

.myLnavBlock:after {
  content: "";
  background-image: radial-gradient(#D46B43 26%, rgba(254, 236, 232, 0) 0);
  background-size: 10px 10px;
  background-position: 0 0;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  height: 10px;
}

@media only screen and (max-width: 480px) {
  .myLnavBlock:after {
    top: -20px;
  }
}

.myLnavBlock .inner {
  display: table;
  width: 100%;
  max-width: 800px;
  table-layout: fixed;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .myLnavBlock .inner {
    display: block;
    width: auto;
  }
}

.myLnavBlock .image, .myLnavBlock .detail {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .myLnavBlock .image, .myLnavBlock .detail {
    display: block;
  }
}

.myLnavBlock .image {
  width: 380px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .myLnavBlock .image {
    width: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .myLnavBlock .btn {
    text-align: center;
  }
}

/*# sourceMappingURL=maps/class.css.map */
