@charset "UTF-8";
/*
Theme Name: Lightning Child Sample
Template: lightning
Version: 0.1.2
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans:wght@700&display=swap");
* {
  font-family: "Noto Sans JP", YuGothic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

h2 {
  border-bottom: solid 3px #f37952;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #03c1c3;
  bottom: -3px;
  width: 30%;
}

h3 {
  position: relative;
  padding-left: 38.5px;
}

h3:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #03c1c3;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 52.5%;
  -webkit-transform: translateY(-52.5%);
  transform: translateY(-52.5%);
}

h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #03c1c3;
  top: 52.5%;
  -webkit-transform: translateY(-52.5%);
  transform: translateY(-52.5%);
}

h3.h3-piano-and-access:before {
  background: #f37952;
}

h3.h3-piano-and-access:after {
  border-left: 12px solid #f37952;
}

h3.h3-lessons:before {
  background: #f37952;
}

h3.h3-lessons:after {
  border-left: 12px solid #f37952;
}

h4 {
  position: relative;
}

h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7.5px;
  width: 100%;
  height: 4px;
  background: -webkit-repeating-linear-gradient(-45deg, #03c1c3, #03c1c3 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #03c1c3, #03c1c3 2px, #fff 2px, #fff 4px);
}

nav > ul > li > a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

nav > ul > li:nth-child(even) > a:hover {
  color: #1fb6b7;
}

nav > ul > li:nth-child(odd) > a:hover {
  color: #e87551;
}

.lessons-table table {
  width: 85% !important;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.lessons-table table th {
  border-top: dashed 2px white !important;
  border-bottom: dotted 2px #f37952 !important;
  padding: 10px 0;
}

.lessons-table table td {
  border-bottom: dotted 2px #03c1c3 !important;
  text-align: center;
  padding: 10px 0;
}

.vk_balloon_content {
  color: #444444;
}

.vk_balloon_icon_name {
  color: #444444;
}

.wp-block-latest-posts li {
  border-bottom: 1px dashed #03c1c3;
}

.wp-block-latest-posts li:nth-child(odd) {
  border-bottom: 1px dashed #f37952;
}

.wp-block-latest-posts li a {
  color: #444444;
  font-weight: bold;
}

.vk_button .vk_button_link.btn {
  border-radius: 100vh !important;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.page-header {
  display: none;
}

.vk_faq .vk_faq_title:before {
  color: #f37952;
}

.vk_faq .vk_faq_content:before {
  color: #03c1c3;
}

.vk_faq:nth-child(even) {
  border-bottom: 1px dashed #f37952;
}

.vk_faq:nth-child(odd) {
  border-bottom: 1px dashed #03c1c3;
}

.vk_post_imgOuter_singleTermLabel {
  background-color: #f37952 !important;
}

.vk_post_btn {
  background-color: #03c1c3;
  border: 1px solid #03c1c3;
}

.vk_post_title_new {
  display: none;
}

.screen-reader-response {
  color: #f37952;
}

.wpcf7-response-output {
  display: none;
}

ul.is-style-vk-triangle-mark li::before,
ol.is-style-vk-triangle-mark li::before {
  color: #f37952;
}

.botton-row .vk_button_link {
  width: 74% !important;
}

/* .vk_flow .vk_flow_frame {
  border: solid 2px #03c1c3;
}

.vk_flow .vk_flow_frame_text_title {
  border-bottom: 2px dotted #03c1c3;
}

.vk_flow.vk_flow-arrow-on::after {
  color: #03c1c3;
} */

.site-footer-copyright p:nth-child(2) {
  display: none;
}

/*Contact Form 7 customize*/
@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}

.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}

.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}

.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

.haveto {
  font-size: 7px;
  padding: 5px;
  background: #f37952;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.any {
  font-size: 7px;
  padding: 5px;
  background: #03c1c3;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.verticallist .wpcf7-list-item {
  display: block;
}

#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background: #f37952;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100vh;
  border: none;
}

#formbtn:hover {
  background: #fed8cc;
  color: #f37952;
}

.wpcf7-not-valid-tip {
  color: #f37952;
}

/* calender style */
.calendar-container {
  width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f6f5f4;
  color: #1a1a1a;
}

.calendermonth {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  margin: 0;
}

.calendar {
  padding: 0 30px 30px 30px;
}

.day *:first-child {
  color: #ff838b;
}
.day *:last-child {
  color: #6fb5ff;
}

.calendar-container {
  width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f6f5f4;
  color: #1a1a1a;
}
h1 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.calendar {
  padding: 0 30px 30px 30px;
}
table {
  width: 100%;
}
th,
td {
  text-align: center;
  padding: 10px;
}
th {
  font-weight: normal;
  font-size: 14px;
}
td {
  font-weight: bold;
}
.day *:first-child {
  color: #ff838b;
}
.day *:last-child {
  color: #6fb5ff;
}


/*# sourceMappingURL=myStyle.css.map */
