@charset "UTF-8";
/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
@media screen and (max-width: 1500px) {
  #sec04 img.left,
  #sec04 img.right {
    display: none;
  }
}
.cat.course a {
  background: #065873;
}
.cat.course.yamaha_english a, .cat.course.elm_lesson a {
  background: #69c39b;
}
.cat.course.keyboard_instrument a {
  background: #f18b7a;
}
.cat.shop a {
  background: #065873;
}
.cat.area a {
  background: #f8b250;
}
.cat.chitose a {
  background: #dbb33a;
}
.cat.sapporo a {
  background: #1d813b;
}
.cat.muroran a {
  background: #6dbbe9;
}
.cat.kushiro a {
  background: #e98c7b;
}
.cat.tomakomai a {
  background: #ba6cb2;
}
.cat.sale_fair a {
  background: #f48237;
}
.cat.event_concert a {
  background: #449e2d;
}
.cat.inst a {
  background: #ffffff;
  border: 1px solid #f48237;
  color: #f48237;
}
.cat a {
  width: auto;
  height: 25px;
  display: inline-block;
  padding: 0 1.2em;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  background: #aaa;
  pointer-events: none;
}
.cat + .cat {
  margin-left: 10px;
}

#top #coution {
  padding-bottom: 0;
}
#top #coution:empty {
  display: none;
}
#top #coution > * + * {
  margin-top: 1em;
}
#top #coution h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#top #coution h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#top #coution h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#top #coution h4 {
  display: block;
  font-size: 1em;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#top #coution h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
  -webkit-margin-after: 1.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#top #coution h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
  -webkit-margin-after: 2.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#top #coution a {
  color: #0000ff;
  text-decoration: underline;
}
#top #coution a:hover {
  text-decoration: none;
}
#top #coution strong, #top #coution b {
  font-weight: bold;
}
#top #coution i, #top #coution cite, #top #coution em, #top #coution var, #top #coution address, #top #coution dfn {
  font-style: italic;
}
#top #coution img {
  display: inline;
  width: auto;
  max-width: 100%;
  height: auto;
}
#top #sec01 {
  padding: 100px 0;
}
#top #sec01 div.inner {
  padding-top: 40px;
  text-align: center;
}
#top #sec01 div.inner .more {
  width: 160px;
  padding: 1em 1.5em;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
  border-radius: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
#top #sec01 div.inner .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 7px solid #fff;
}
#top #sec01 ul {
  border-top: 3px solid #17671c;
}
#top #sec01 li {
  width: 48%;
  padding: 10px 25px;
  border-bottom: 1px solid #ccc;
}
#top #sec01 li:nth-of-type(even) {
  margin-left: 4%;
}
#top #sec01 li time {
  font-size: 13px;
}
#top #sec01 li .info {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
#top #sec01 li .info .cat.shop, #top #sec01 li .info .cat.sapporo, #top #sec01 li .info .cat.kushiro, #top #sec01 li .info .cat.chitose, #top #sec01 li .info .cat.muroran, #top #sec01 li .info .cat.tomakomai {
  display: inline-block;
  width: 55px;
}
#top #sec01 li .info .cat.shop a, #top #sec01 li .info .cat.sapporo a, #top #sec01 li .info .cat.kushiro a, #top #sec01 li .info .cat.chitose a, #top #sec01 li .info .cat.muroran a, #top #sec01 li .info .cat.tomakomai a {
  width: 100%;
}
#top #sec01 li .title {
  margin-top: 0.5em;
  font-size: 13px;
  text-decoration: none;
}
#top #sec01 li .title:hover {
  text-decoration: underline;
}
#top #sec01 .btn {
  width: 160px;
  display: block;
  margin: 50px auto 0;
}
#top #sec02 {
  padding: 170px 0 150px;
  background: url(../img/top/sec02_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#top #sec02 .contentsHead {
  color: #fff;
}
#top #sec02 .contentsHead span {
  color: #fff;
}
#top #sec02 .contentsHead::before, #top #sec02 .contentsHead::after {
  content: "";
  background: url(../img/common/header_line02.png) no-repeat;
  background-size: cover;
}
#top #sec02 .inner {
  width: 95%;
  align-items: stretch;
}
#top #sec02 p.message {
  color: #fff;
}
#top #sec02 .feature {
  width: 49%;
  align-items: stretch;
  color: #fff;
}
#top #sec02 .feature figure {
  height: auto;
  position: relative;
}
#top #sec02 .feature figure::before {
  width: 0;
  height: 0;
  display: block;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 20px solid transparent;
}
#top #sec02 .feature:nth-of-type(1) {
  background: #067338;
}
#top #sec02 .feature:nth-of-type(1) figure {
  background: url(../img/top/sec02_img01.jpg) no-repeat;
  background-size: cover;
}
#top #sec02 .feature:nth-of-type(1) figure::before {
  border-left-color: #067338;
}
#top #sec02 .feature:nth-of-type(2) {
  background: #987e2e;
}
#top #sec02 .feature:nth-of-type(2) figure {
  background: url(../img/top/sec02_img02.jpg) no-repeat;
  background-size: cover;
}
#top #sec02 .feature:nth-of-type(2) figure::before {
  border-left-color: #987e2e;
}
#top #sec02 .feature:nth-of-type(3) {
  margin-top: 30px;
  background: #065873;
}
#top #sec02 .feature:nth-of-type(3) figure {
  background: url(../img/top/sec02_img03.jpg) no-repeat;
  background-size: cover;
}
#top #sec02 .feature:nth-of-type(3) figure::before {
  border-left-color: #065873;
}
#top #sec02 .feature:nth-of-type(4) {
  margin-top: 30px;
  background: #8a4134;
}
#top #sec02 .feature:nth-of-type(4) figure {
  background: url(../img/top/sec02_img04.jpg) no-repeat;
  background-size: cover;
}
#top #sec02 .feature:nth-of-type(4) figure::before {
  border-left-color: #8a4134;
}
#top #sec02 .feature .box {
  width: 50%;
  padding: 40px 0;
}
#top #sec02 .feature .box header {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#top #sec02 .feature .box header span {
  letter-spacing: 0.5em;
  font-size: 12px;
}
#top #sec02 .feature .box header em {
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.4;
  margin-left: 10px;
  position: relative;
  font-style: italic;
  letter-spacing: 1px;
}
#top #sec02 .feature .box header em::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#top #sec02 .feature .box header h3 {
  width: 100%;
  margin-top: 1em;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
}
#top #sec02 .feature .box p {
  width: 90%;
  margin: auto;
  text-align: left;
  font-size: 12px;
}
#top #sec02 .feature figure {
  width: 50%;
  background: #fff;
}
#top #sec02 .btn {
  margin: 80px auto 0;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 1em 20px;
  font-size: 18px;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
#top #sec02 .btn::after {
  color: #137b37;
}
#top #sec03 {
  background: url(../img/top/sec03_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
#top #sec03 .message {
  margin-bottom: 70px;
}
#top #sec03 .contentsHead::before, #top #sec03 .contentsHead::after {
  width: 315px;
  content: "";
  background: url(../img/common/header_line.png) no-repeat;
  background-size: cover;
}
#top #sec03 .btnArea {
  width: 100%;
  margin: 75px auto 0;
  justify-content: center;
}
#top #sec03 .box {
  width: 220px;
  height: 220px;
  position: relative;
  display: block;
  border-radius: 10px;
}
#top #sec03 .box header {
  height: 110px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
  border-radius: 0 0 20px 20px;
}
#top #sec03 .box header h3 {
  line-height: 1.25;
}
#top #sec03 .box header img {
  display: block;
  margin: 0 auto 5px;
}
#top #sec03 .btn {
  padding: 1em 20px;
  margin: 0 25px;
  font-size: 20px;
}
#top #sec04 {
  padding: 100px 0 80px;
  color: #fff;
  background: url(../img/top/sec04_bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
#top #sec04 img.left {
  width: 15%;
  height: auto;
  left: 5%;
  position: absolute;
  bottom: 65px;
}
#top #sec04 img.right {
  width: 15%;
  height: auto;
  right: 5%;
  position: absolute;
  bottom: 65px;
}
#top #sec04 header img {
  margin: 0 auto 50px;
}
#top #sec04 .inner {
  width: 900px;
}
#top #sec04 .message {
  margin-bottom: 160px;
  font-size: 20px;
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: normal;
  text-shadow: 0 0 3px #1985b2, 0 0 6px #1985b2, 0 0 9px #1985b2, 0 0 12px #1985b2, 0 0 15px #1985b2;
}
#top #sec04 .box {
  width: 470px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4fbce8;
  border: 3px solid;
  border-radius: 50px;
}
#top #sec04 .box header {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top #sec04 .box header img {
  width: 47px;
  margin-right: 20px;
}
#top #sec04 .box h3 {
  font-size: 23px;
}
#top #sec04 .box h3 br {
  display: none;
}
#top #sec04 .box:nth-of-type(odd) {
  display: none;
}
#top #sec04 .box img {
  width: 74px;
  display: block;
  margin-bottom: 5px;
  height: auto;
}
#top #sec05 {
  background: #e2f3e7;
}
#top #sec05 p {
  width: 100%;
  display: block;
  text-align: center;
}
#top #sec05 .box {
  width: 305px;
  height: 305px;
  display: block;
  position: relative;
  border-radius: 10px;
}
#top #sec05 .box:nth-of-type(n+4) {
  margin-top: 60px;
}
#top #sec05 .box:nth-of-type(1) {
  background: url(../img/top/sec05_img01.png);
  background-size: 308px;
  background-position: top center;
}
#top #sec05 .box:nth-of-type(2) {
  background: url(../img/top/sec05_img02.png);
  background-size: 308px;
  background-position: top center;
}
#top #sec05 .box:nth-of-type(3) {
  background: url(../img/top/sec05_img03.png);
  background-size: 308px;
  background-position: top center;
}
#top #sec05 .box:nth-of-type(4) {
  background: url(../img/top/sec05_img04.png);
  background-size: 308px;
  background-position: top center;
}
#top #sec05 .box:nth-of-type(5) {
  background: url(../img/top/sec05_img05.png);
  background-size: 308px;
  background-position: top center;
}
#top #sec05 .box:nth-of-type(6) {
  background: url(../img/top/sec05_img06.png);
  background-size: 308px;
  background-position: top center;
}
#top #sec05 .box h3 {
  width: 100%;
  height: 88px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#top #sec06 {
  padding-bottom: 150px;
}
#top #sec06 .contentsHead {
  margin-bottom: 100px;
}
#top #sec06 .inner {
  padding: 0 25px;
  justify-content: center;
}
#top #sec06 .box {
  width: 420px;
}
#top #sec06 .box:nth-of-type(2n) {
  margin-left: 110px;
}
#top #sec06 .box:nth-of-type(n+3) {
  margin-top: 90px;
}
#top #sec06 .box:nth-of-type(1) .btn {
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#top #sec06 .box:nth-of-type(2) .btn {
  background: linear-gradient(135deg, #efc33d 30%, #de9104);
}
#top #sec06 .box:nth-of-type(3) .btn {
  background: linear-gradient(135deg, #4edfea 30%, #6cbde8);
}
#top #sec06 .box:nth-of-type(4) .btn {
  background: linear-gradient(135deg, #feb995 30%, #e57b69);
}
#top #sec06 .box:nth-of-type(5) .btn {
  background: linear-gradient(135deg, #e27cd1 30%, #ba6cb2);
}
#top #sec06 .box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#top #sec06 .box h3 {
  width: 100%;
  display: block;
  margin: 20px auto 30px;
  font-size: 23px;
}
#top #sec06 .box .btn {
  width: 200px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

/*=====<=====<=====<=====<=====<=====<=====
  course_list
=====>=====>=====>=====>=====>=====>=====*/
#course_list main article section, #classroom_list main article section, #teacher_list main article section {
  padding: 100px 0 0;
}
#course_list main article section:last-of-type, #classroom_list main article section:last-of-type, #teacher_list main article section:last-of-type {
  padding-bottom: 100px;
}
#course_list main article section .contentsHead::before, #course_list main article section .contentsHead::after, #classroom_list main article section .contentsHead::before, #classroom_list main article section .contentsHead::after, #teacher_list main article section .contentsHead::before, #teacher_list main article section .contentsHead::after {
  width: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}
#course_list main article section .contentsHead h2, #course_list main article section .contentsHead h3, #classroom_list main article section .contentsHead h2, #classroom_list main article section .contentsHead h3, #teacher_list main article section .contentsHead h2, #teacher_list main article section .contentsHead h3 {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background: #ffffff;
  z-index: 2;
}
#course_list main article section .inner ul, #classroom_list main article section .inner ul, #teacher_list main article section .inner ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#course_list main article section .inner ul li, #classroom_list main article section .inner ul li, #teacher_list main article section .inner ul li {
  width: 47%;
  margin-left: 3%;
  list-style: disc;
  list-style-position: outside;
}
#course_list main article section .inner ul li a, #classroom_list main article section .inner ul li a, #teacher_list main article section .inner ul li a {
  color: #333;
}
#course_list main article section .inner ul li a:hover, #course_list main article section .inner ul li a:focus, #classroom_list main article section .inner ul li a:hover, #classroom_list main article section .inner ul li a:focus, #teacher_list main article section .inner ul li a:hover, #teacher_list main article section .inner ul li a:focus {
  color: inherit;
}
#course_list main article section:nth-of-type(4n+1) li, #classroom_list main article section:nth-of-type(4n+1) li, #teacher_list main article section:nth-of-type(4n+1) li {
  color: #69c39b;
}
#course_list main article section:nth-of-type(4n+2) li, #classroom_list main article section:nth-of-type(4n+2) li, #teacher_list main article section:nth-of-type(4n+2) li {
  color: #f18b7a;
}
#course_list main article section:nth-of-type(4n+3) li, #classroom_list main article section:nth-of-type(4n+3) li, #teacher_list main article section:nth-of-type(4n+3) li {
  color: #065873;
}
#course_list main article section:nth-of-type(4n) li, #classroom_list main article section:nth-of-type(4n) li, #teacher_list main article section:nth-of-type(4n) li {
  color: #f8b250;
}
#course_list main article section.green li, #classroom_list main article section.green li, #teacher_list main article section.green li {
  color: #69c39b;
}
#course_list main article section.red li, #classroom_list main article section.red li, #teacher_list main article section.red li {
  color: #f18b7a;
}
#course_list main article section.blue li, #classroom_list main article section.blue li, #teacher_list main article section.blue li {
  color: #065873;
}
#course_list main article section.yellow li, #classroom_list main article section.yellow li, #teacher_list main article section.yellow li {
  color: #f8b250;
}

/*=====<=====<=====<=====<=====<=====<=====
  freetrial
=====>=====>=====>=====>=====>=====>=====*/
#freetrial #sec01 p {
  text-align: center;
  margin-bottom: 100px;
}
#freetrial #sec01 #searchForm {
  align-items: stretch;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#freetrial #sec01 #searchForm h3 {
  padding: 40px 0;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
#freetrial #sec01 #searchForm h3 span {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: #137b37;
}
#freetrial #sec01 #searchForm h4 {
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
  pointer-events: none;
}
#freetrial #sec01 #searchForm ul {
  border-radius: 8px;
  padding: 10px;
  background: #fafafa;
}
#freetrial #sec01 #searchForm li {
  font-size: 13px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#freetrial #sec01 #searchForm li.linklist {
  position: relative;
  padding-right: 4em;
}
#freetrial #sec01 #searchForm li.linklist .free_link {
  position: absolute;
  display: inline-block;
  font-size: 0.8em;
  padding: 0.1em 1em;
  border-radius: 1em;
  text-indent: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#freetrial #sec01 #searchForm .box + .box {
  margin-top: 15px;
}
#freetrial #sec01 #searchForm .course {
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
}
#freetrial #sec01 #searchForm .area {
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  background: #e2f3e7;
}
#freetrial #sec01 button {
  display: block;
  margin: 50px auto 0;
  font-family: inherit;
  border: 0;
  cursor: pointer;
}
#freetrial #sec02 .inner {
  justify-content: flex-start;
  align-items: stretch;
}
#freetrial #sec02 .box {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  background: #eee;
}
#freetrial #sec02 .box h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
#freetrial #sec01.result article .info span,
#freetrial #sec01.post article .info span {
  width: 100%;
}
#freetrial #sec01.result article .info span + span,
#freetrial #sec01.post article .info span + span {
  margin-top: 5px;
  display: block;
}
#freetrial #sec01.result .box {
  width: 100%;
  background: #fafafa;
  display: block;
  padding: 30px;
  box-shadow: 0 0 8px #eee;
}
#freetrial #sec01.result .box + .box {
  margin-top: 20px;
}
#freetrial #sec01.result .box h3 {
  border-bottom: 3px double #137b37;
  text-align: left;
  font-size: 20px;
  padding-bottom: 0.5em;
  line-height: 1.5;
}
#freetrial #sec01.result .box h4 {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
#freetrial #sec01.result .box p {
  text-align: left;
  font-size: 12px;
  margin-bottom: 0;
}
#freetrial #sec01.result .box div {
  padding-top: 15px;
}
#freetrial #sec01.result .box div + div {
  margin-top: 15px;
  border-top: 1px solid #ccc;
}
#freetrial #sec01.result .box .lessondate ul {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
}
#freetrial #sec01.result .box .lessondate ul + ul {
  padding-top: 10px;
}
#freetrial #sec01.result .box .lessondate ul li + li {
  margin-left: 1em;
}
#freetrial #sec01.result .box .info {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
#freetrial #sec01.result .box .info .cat a {
  width: auto;
  display: block;
  color: #fff;
  display: block;
  font-size: 10px;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
  text-align: left;
}
#freetrial #sec01.result .box .btn {
  display: block;
  margin: 30px auto 0;
}
#freetrial #sec01.post .contentsHead::before, #freetrial #sec01.post .contentsHead::after {
  width: 280px;
}
#freetrial #sec01.post .btn {
  width: 260px;
  display: block;
  margin: 50px auto 0;
  padding: 22px 25px;
  overflow: hidden;
}
#freetrial #sec01.post article .title {
  font-size: 25px;
  text-decoration: none;
}
#freetrial #sec01.post article .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#freetrial #sec01.post article .title h2 {
  padding-bottom: 0.5em;
  line-height: 1.5;
}
#freetrial #sec01.post article .mainText {
  width: 50%;
}
#freetrial #sec01.post article .mainText p {
  margin-bottom: 0;
  text-align: left;
}
#freetrial #sec01.post article .mainText p + p {
  margin-top: 1em;
}
#freetrial #sec01.post article .info {
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 15px 0;
}
#freetrial #sec01.post article .info .cat {
  margin: 0;
}
#freetrial #sec01.post article .info .cat a {
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#freetrial #sec01.post article h3 {
  margin-top: 30px;
}
#freetrial #sec01.post article .content > .flex {
  width: 100%;
  margin-bottom: 70px;
}
#freetrial #sec01.post article .box {
  width: 100%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
#freetrial #sec01.post article .box + .box {
  margin-top: 30px;
}
#freetrial #sec01.post article .box dl {
  justify-content: flex-start;
  align-items: stretch;
}
#freetrial #sec01.post article .box dl + dl {
  border-top: 2px dotted rgba(102, 102, 102, 0.5);
}
#freetrial #sec01.post article .box dt, #freetrial #sec01.post article .box dd {
  padding: 0.9em 1em;
  font-size: 14px;
  line-height: 1.5;
}
#freetrial #sec01.post article .box dt {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#freetrial #sec01.post article .box dd {
  width: 70%;
}

/*=====<=====<=====<=====<=====<=====<=====
  instrument
=====>=====>=====>=====>=====>=====>=====*/
#instrument #sec01 .comment, #instrument #sec02 .comment, #instrument_list #sec01 .comment, #instrument_list #sec02 .comment {
  margin-bottom: 30px;
  text-align: center;
}
#instrument #sec01 .comment p, #instrument #sec02 .comment p, #instrument_list #sec01 .comment p, #instrument_list #sec02 .comment p {
  display: inline-block;
  text-align: left;
}
#instrument #sec01 .comment {
  margin-bottom: 30px;
  text-align: center;
}
#instrument #sec01 .comment p {
  display: inline-block;
  text-align: left;
}
#instrument_list #sec01 .contentsHead::before, #instrument_list #sec01 .contentsHead::after, #instrument_list #sec02 .contentsHead::before, #instrument_list #sec02 .contentsHead::after {
  width: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}
#instrument_list #sec01 .contentsHead h2, #instrument_list #sec01 .contentsHead h3, #instrument_list #sec02 .contentsHead h2, #instrument_list #sec02 .contentsHead h3 {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background: #ffffff;
  z-index: 2;
}
#instrument_list #sec01 {
  padding-bottom: 0;
}
#instrument_list #sec02 .inner .comment {
  width: 100%;
  margin-bottom: 20px;
}
#instrument_list #sec02 .inner .label_content {
  overflow-x: hidden;
}
#instrument_list #sec02 .inner .label_content + .label_content {
  margin-top: 20px;
}
#instrument_list #sec02 .inner .label_content .label_list {
  justify-content: flex-start;
  margin-right: -20px;
  margin-left: -20px;
}
#instrument_list #sec02 .inner .label_content .label_list label {
  margin-right: 20px;
  margin-left: 20px;
}
#instrument_list #sec02 .inner label {
  background: #ffffff;
  padding: 0.5em 1.2em;
  border: 1px solid #f48237;
  border-radius: 4px;
  color: #f48237;
}
#instrument_list #sec02 .inner label:hover {
  background: #f48237;
  color: #ffffff;
  opacity: 1;
}
#instrument_list #sec02 .inner label.sapporo {
  border: 1px solid #1d813b;
  color: #1d813b;
}
#instrument_list #sec02 .inner label.sapporo:hover {
  background: #1d813b;
  color: #ffffff;
}
#instrument_list #sec02 .inner label.chitose {
  border: 1px solid #dbb33a;
  color: #dbb33a;
}
#instrument_list #sec02 .inner label.chitose:hover {
  background: #dbb33a;
  color: #ffffff;
}
#instrument_list #sec02 .inner label.muroran {
  border: 1px solid #6dbbe9;
  color: #6dbbe9;
}
#instrument_list #sec02 .inner label.muroran:hover {
  background: #6dbbe9;
  color: #ffffff;
}
#instrument_list #sec02 .inner label.kushiro {
  border: 1px solid #e98c7b;
  color: #e98c7b;
}
#instrument_list #sec02 .inner label.kushiro:hover {
  background: #e98c7b;
  color: #ffffff;
}
#instrument_list #sec02 .inner label.tomakomai {
  border: 1px solid #ba6cb2;
  color: #ba6cb2;
}
#instrument_list #sec02 .inner label.tomakomai:hover {
  background: #ba6cb2;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio] {
  display: none;
}
#instrument_list #sec02 .inner input[type=radio]:checked#all ~ .label_content label[for=all] {
  background: #f48237;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#stock ~ .label_content label[for=stock] {
  background: #f48237;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#recom ~ .label_content label[for=recom] {
  background: #f48237;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#new ~ .label_content label[for=new] {
  background: #f48237;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#sold_out ~ .label_content label[for=sold_out] {
  background: #f48237;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#display ~ .label_content label[for=display] {
  background: #f48237;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#shopall ~ .label_content label[for=shopall] {
  background: #f48237;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#st_sapporo ~ .label_content label[for=st_sapporo] {
  background: #1d813b;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#st_chitose ~ .label_content label[for=st_chitose] {
  background: #dbb33a;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#st_muroran ~ .label_content label[for=st_muroran] {
  background: #6dbbe9;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#st_kushiro ~ .label_content label[for=st_kushiro] {
  background: #e98c7b;
  color: #ffffff;
}
#instrument_list #sec02 .inner input[type=radio]:checked#st_tomakomai ~ .label_content label[for=st_tomakomai] {
  background: #ba6cb2;
  color: #ffffff;
}
#instrument_list #sec02 .inner ul.instrument_list {
  margin-top: 20px;
  width: 100%;
}
#instrument_list #sec02 .inner ul.instrument_list li {
  margin-top: 30px;
  justify-content: flex-start;
}
#instrument_list #sec02 .inner ul.instrument_list li figure {
  margin-right: 20px;
}
#instrument_list #sec02 .inner ul.instrument_list li figure.slide {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 150px;
}
#instrument_list #sec02 .inner ul.instrument_list li figure.slide img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.sapporo {
  border: solid 1px #1d813b;
  display: inline-block;
  width: 55px;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 2.5;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.sapporo:hover {
  background: #1d813b;
  color: #fff;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.chitose {
  border: solid 1px #dbb33a;
  display: inline-block;
  width: 55px;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 2.5;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.chitose:hover {
  background: #dbb33a;
  color: #fff;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.muroran {
  border: solid 1px #6dbbe9;
  display: inline-block;
  width: 55px;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 2.5;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.muroran:hover {
  background: #6dbbe9;
  color: #fff;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.kushiro {
  border: solid 1px #e98c7b;
  display: inline-block;
  width: 55px;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 2.5;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.kushiro:hover {
  background: #e98c7b;
  color: #fff;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.tomakomai {
  border: solid 1px #ba6cb2;
  display: inline-block;
  width: 55px;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 2.5;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .cat.tomakomai:hover {
  background: #ba6cb2;
  color: #fff;
}
#instrument_list #sec02 .inner ul.instrument_list li .content .title {
  text-align: left;
  font-size: 25px;
}
#instrument_menu .contentsHead h2 {
  text-align: inherit;
}
#instrument_menu .comment {
  margin-bottom: 30px;
  text-align: center;
}
#instrument_menu .comment p {
  display: inline-block;
  text-align: left;
}
#instrument_menu .shop {
  margin-bottom: 30px;
}
#instrument_menu .shop .box {
  width: 190px;
  margin-top: 0;
  border-width: 0;
}
#instrument_menu .shop .box:nth-of-type(1) .btn {
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#instrument_menu .shop .box:nth-of-type(2) .btn {
  background: linear-gradient(135deg, #efc33d 30%, #de9104);
}
#instrument_menu .shop .box:nth-of-type(3) .btn {
  background: linear-gradient(135deg, #4edfea 30%, #6cbde8);
}
#instrument_menu .shop .box:nth-of-type(4) .btn {
  background: linear-gradient(135deg, #feb995 30%, #e57b69);
}
#instrument_menu .shop .box:nth-of-type(5) .btn {
  background: linear-gradient(135deg, #e27cd1 30%, #ba6cb2);
}
#instrument_menu .shop .box img {
  width: 100%;
  height: auto;
}
#instrument_menu .shop .box h3 {
  width: 100%;
  display: block;
  margin: 10px auto 20px;
  font-size: 16px;
}
#instrument_menu .shop .box .btn {
  width: 200px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#instrument_menu ul.instrument_type > li {
  position: relative;
  width: 490px;
  height: 150px;
}
#instrument_menu ul.instrument_type > li:nth-of-type(n+3) {
  margin-top: 20px;
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+1) {
  background: rgba(105, 195, 155, 0.8);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+1) .child {
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+1) .child li {
  border-top: 0px solid #69c39b;
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+2) {
  background: rgba(6, 88, 115, 0.8);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+2) .child {
  background: linear-gradient(135deg, #4edfea 30%, #6cbde8);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+2) .child li {
  border-top: 0px solid #065873;
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+3) {
  background: rgba(241, 139, 122, 0.8);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+3) .child {
  background: linear-gradient(135deg, #feb995 30%, #e57b69);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n+3) .child li {
  border-top: 0px solid #f18b7a;
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n) {
  background: rgba(248, 178, 80, 0.8);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n) .child {
  background: linear-gradient(135deg, #efc33d 30%, #de9104);
}
#instrument_menu ul.instrument_type > li:nth-of-type(4n) .child li {
  border-top: 0px solid #f8b250;
}
#instrument_menu ul.instrument_type > li a {
  display: block;
  position: relative;
  height: 100%;
}
#instrument_menu ul.instrument_type > li a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#instrument_menu ul.instrument_type .child {
  width: 100%;
  height: 0;
  justify-content: center;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -10;
}
#instrument_menu ul.instrument_type .child a {
  color: #fff;
  font-weight: bold;
}
#instrument_menu ul.instrument_type .child .parent {
  display: none;
}
#instrument_menu ul.instrument_type > li:hover .child.child_list {
  height: auto;
  padding: 20px 30px;
  opacity: 1;
  z-index: 10;
}

/*=====<=====<=====<=====<=====<=====<=====
  company
=====>=====>=====>=====>=====>=====>=====*/
#company #sec01 .contentsHead h2, #company #sec02 .contentsHead h2, #company #sec03 .contentsHead h2, #company #sec04 .contentsHead h2, #recruit #sec01 .contentsHead h2, #recruit #sec02 .contentsHead h2, #recruit #sec03 .contentsHead h2, #recruit #sec04 .contentsHead h2 {
  display: inline-block;
  width: auto;
  background: #ffffff;
  padding: 0 1em;
  position: relative;
  z-index: 1;
}
#company #sec01 .contentsHead h2 br, #company #sec02 .contentsHead h2 br, #company #sec03 .contentsHead h2 br, #company #sec04 .contentsHead h2 br, #recruit #sec01 .contentsHead h2 br, #recruit #sec02 .contentsHead h2 br, #recruit #sec03 .contentsHead h2 br, #recruit #sec04 .contentsHead h2 br {
  display: none;
}
#company #sec01 .inner ol, #company #sec01 .inner ul, #company #sec02 .inner ol, #company #sec02 .inner ul, #company #sec03 .inner ol, #company #sec03 .inner ul, #company #sec04 .inner ol, #company #sec04 .inner ul, #recruit #sec01 .inner ol, #recruit #sec01 .inner ul, #recruit #sec02 .inner ol, #recruit #sec02 .inner ul, #recruit #sec03 .inner ol, #recruit #sec03 .inner ul, #recruit #sec04 .inner ol, #recruit #sec04 .inner ul {
  margin-left: 1.5em;
}
#company #sec01 .inner ol, #company #sec02 .inner ol, #company #sec03 .inner ol, #company #sec04 .inner ol, #recruit #sec01 .inner ol, #recruit #sec02 .inner ol, #recruit #sec03 .inner ol, #recruit #sec04 .inner ol {
  list-style: decimal;
}
#company #sec01 .inner ul, #company #sec02 .inner ul, #company #sec03 .inner ul, #company #sec04 .inner ul, #recruit #sec01 .inner ul, #recruit #sec02 .inner ul, #recruit #sec03 .inner ul, #recruit #sec04 .inner ul {
  list-style: disc;
}
#company #sec01 .inner.title, #recruit #sec01 .inner.title {
  text-align: center;
  text-decoration: none;
}
#company #sec01 .inner p, #recruit #sec01 .inner p {
  width: 100%;
}
#company #sec01 .inner ol, #recruit #sec01 .inner ol {
  display: inline-block;
  text-align: left;
  margin: 20px auto 0;
}
#company #sec01 .inner ol li, #recruit #sec01 .inner ol li {
  font-weight: bold;
}
#company #sec01 .inner ol li + li, #recruit #sec01 .inner ol li + li {
  margin-top: 10px;
}
#company #sec01 .inner h3, #recruit #sec01 .inner h3 {
  width: 100%;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 25px;
}
#company #sec01 .inner figure, #recruit #sec01 .inner figure {
  width: 352px;
}
#company #sec01 .inner figure img, #recruit #sec01 .inner figure img {
  width: 100%;
  height: auto;
}
#company #sec01 .inner figure figcaption, #recruit #sec01 .inner figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
#company #sec01 .inner .right, #recruit #sec01 .inner .right {
  width: 598px;
}
#company #sec01 .inner .right h4, #recruit #sec01 .inner .right h4 {
  text-align: left;
  font-size: 20px;
}
#company #sec01 .inner .right h4 + p, #recruit #sec01 .inner .right h4 + p {
  margin-top: 20px;
}

.infomation_table dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}
.infomation_table dl:nth-last-of-type(1) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
.infomation_table dl dt {
  width: 230px;
  font-weight: bold;
  font-size: 14px;
}
.infomation_table dl dd, .infomation_table dl dd p, .infomation_table dl dd li {
  font-size: 13px;
}
.infomation_table dl dd {
  width: 770px;
}
.infomation_table dl dd p + ol, .infomation_table dl dd li + li {
  margin-top: 10px;
}
.infomation_table dl dt, .infomation_table dl dd {
  padding: 1.2em 20px;
}

/*=====<=====<=====<=====<=====<=====<=====
  hall
=====>=====>=====>=====>=====>=====>=====*/
#hall #sec01 .contentsHead::before, #hall #sec01 .contentsHead::after {
  width: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}
#hall #sec01 .contentsHead h2, #hall #sec01 .contentsHead h3 {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background: #ffffff;
  z-index: 2;
}
#hall #sec01 .inner ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#hall #sec01 .inner ul li {
  width: 47%;
  margin-left: 3%;
  list-style: disc;
  list-style-position: outside;
}
#hall #sec01 .inner ul li a {
  color: #333;
}
#hall #sec01 .inner ul li a:hover, #hall #sec01 .inner ul li a:focus {
  color: inherit;
}
#hall #sec01 .inner ul li:nth-of-type(4n+1) {
  color: #69c39b;
}
#hall #sec01 .inner ul li:nth-of-type(4n+2) {
  color: #f18b7a;
}
#hall #sec01 .inner ul li:nth-of-type(4n+3) {
  color: #065873;
}
#hall #sec01 .inner ul li:nth-of-type(4n) {
  color: #f8b250;
}

/*=====<=====<=====<=====<=====<=====<=====
  shop
=====>=====>=====>=====>=====>=====>=====*/
#shop #sec01 .inner .shop_items + .shop_items {
  margin-top: 2em;
}
#shop #sec01 .inner .shop_items h3 {
  background: #69c39b;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #ffffff;
}
#shop #sec01 .inner .shop_items figure {
  width: 400px;
}
#shop #sec01 .inner .shop_items figure figcaption {
  text-align: center;
}
#shop #sec01 .inner .shop_items figure img {
  width: 100%;
}
#shop #sec01 .inner .shop_items .box {
  width: 550px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
#shop #sec01 .inner .shop_items .box dl {
  justify-content: flex-start;
  align-items: stretch;
}
#shop #sec01 .inner .shop_items .box dl + dl {
  border-top: 2px dotted rgba(102, 102, 102, 0.5);
}
#shop #sec01 .inner .shop_items .box dt, #shop #sec01 .inner .shop_items .box dd {
  padding: 0.9em 1em;
  font-size: 14px;
  line-height: 1.5;
}
#shop #sec01 .inner .shop_items .box dt {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#shop #sec01 .inner .shop_items .box dd {
  width: 70%;
}
#shop #sec01 .inner .shop_items .shop_link {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: right;
  color: #69c39b;
  font-weight: bold;
}
#shop #sec01 .inner .shop_items .shop_link:hover {
  text-decoration: underline;
}

/*=====<=====<=====<=====<=====<=====<=====
  ピアノ調律・修理
=====>=====>=====>=====>=====>=====>=====*/
#support_piano #sec01, #support_wind #sec01, #support_other #sec01 {
  padding-bottom: 0;
}
#support_piano #sec01 .contentsHead h2, #support_wind #sec01 .contentsHead h2, #support_other #sec01 .contentsHead h2 {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background: #ffffff;
  z-index: 2;
}
#support_piano #sec02 .box img, #support_wind #sec02 .box img, #support_other #sec02 .box img {
  margin: 0 auto;
}
#support_piano #sec02 .box + .box, #support_wind #sec02 .box + .box, #support_other #sec02 .box + .box {
  margin-top: 50px;
}
#support_piano #sec02 .box p + figure, #support_piano #sec02 .box p + p, #support_piano #sec02 .box p + .box_flex, #support_piano #sec02 .box p + table, #support_piano #sec02 .box .box_flex + figure, #support_piano #sec02 .box .box_flex + p, #support_piano #sec02 .box .box_flex + .box_flex, #support_piano #sec02 .box .box_flex + table, #support_piano #sec02 .box .inner_box + figure, #support_piano #sec02 .box .inner_box + p, #support_piano #sec02 .box .inner_box + .box_flex, #support_piano #sec02 .box .inner_box + table, #support_piano #sec02 .box figure + figure, #support_piano #sec02 .box figure + p, #support_piano #sec02 .box figure + .box_flex, #support_piano #sec02 .box figure + table, #support_wind #sec02 .box p + figure, #support_wind #sec02 .box p + p, #support_wind #sec02 .box p + .box_flex, #support_wind #sec02 .box p + table, #support_wind #sec02 .box .box_flex + figure, #support_wind #sec02 .box .box_flex + p, #support_wind #sec02 .box .box_flex + .box_flex, #support_wind #sec02 .box .box_flex + table, #support_wind #sec02 .box .inner_box + figure, #support_wind #sec02 .box .inner_box + p, #support_wind #sec02 .box .inner_box + .box_flex, #support_wind #sec02 .box .inner_box + table, #support_wind #sec02 .box figure + figure, #support_wind #sec02 .box figure + p, #support_wind #sec02 .box figure + .box_flex, #support_wind #sec02 .box figure + table, #support_other #sec02 .box p + figure, #support_other #sec02 .box p + p, #support_other #sec02 .box p + .box_flex, #support_other #sec02 .box p + table, #support_other #sec02 .box .box_flex + figure, #support_other #sec02 .box .box_flex + p, #support_other #sec02 .box .box_flex + .box_flex, #support_other #sec02 .box .box_flex + table, #support_other #sec02 .box .inner_box + figure, #support_other #sec02 .box .inner_box + p, #support_other #sec02 .box .inner_box + .box_flex, #support_other #sec02 .box .inner_box + table, #support_other #sec02 .box figure + figure, #support_other #sec02 .box figure + p, #support_other #sec02 .box figure + .box_flex, #support_other #sec02 .box figure + table {
  margin-top: 1em;
}
#support_piano #sec02 .box h3, #support_wind #sec02 .box h3, #support_other #sec02 .box h3 {
  background: #69c39b;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 20px;
}
#support_piano #sec02 .box h4, #support_wind #sec02 .box h4, #support_other #sec02 .box h4 {
  border-left: 6px solid #69c39b;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 17px;
  text-align: left;
}
#support_piano #sec02 .box table, #support_wind #sec02 .box table, #support_other #sec02 .box table {
  width: 100%;
}
#support_piano #sec02 .box table + table, #support_wind #sec02 .box table + table, #support_other #sec02 .box table + table {
  margin-top: 1em;
}
#support_piano #sec02 .box table th, #support_piano #sec02 .box table td, #support_wind #sec02 .box table th, #support_wind #sec02 .box table td, #support_other #sec02 .box table th, #support_other #sec02 .box table td {
  border: 1px solid #cccccc;
  width: auto;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
#support_piano #sec02 .box .box_flex, #support_wind #sec02 .box .box_flex, #support_other #sec02 .box .box_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#support_piano #sec02 .box .box_flex > *:nth-child(2n), #support_wind #sec02 .box .box_flex > *:nth-child(2n), #support_other #sec02 .box .box_flex > *:nth-child(2n) {
  margin-left: 10px;
}
#support_piano #sec02 .box .box_flex + .box_flex, #support_piano #sec02 .box .box_flex + .inner_box, #support_piano #sec02 .box .inner_box + .box_flex, #support_piano #sec02 .box .inner_box + .inner_box, #support_wind #sec02 .box .box_flex + .box_flex, #support_wind #sec02 .box .box_flex + .inner_box, #support_wind #sec02 .box .inner_box + .box_flex, #support_wind #sec02 .box .inner_box + .inner_box, #support_other #sec02 .box .box_flex + .box_flex, #support_other #sec02 .box .box_flex + .inner_box, #support_other #sec02 .box .inner_box + .box_flex, #support_other #sec02 .box .inner_box + .inner_box {
  margin-top: 30px;
}
#support_piano #sec02 .box .double_table, #support_wind #sec02 .box .double_table, #support_other #sec02 .box .double_table {
  justify-content: space-between;
}
#support_piano #sec02 .box .double_table table, #support_wind #sec02 .box .double_table table, #support_other #sec02 .box .double_table table {
  width: 48%;
}
#support_piano #sec02 .box .double_table table + table, #support_wind #sec02 .box .double_table table + table, #support_other #sec02 .box .double_table table + table {
  margin-top: 0;
}
#support_piano #sec02 .box .double_table table:nth-of-type(n+3), #support_wind #sec02 .box .double_table table:nth-of-type(n+3), #support_other #sec02 .box .double_table table:nth-of-type(n+3) {
  margin-top: 10px;
}

#support_other #sec02 .double_box .box {
  width: 49%;
}
#support_other #sec02 .double_box .box h3 {
  margin-bottom: 0;
}
#support_other #sec02 .double_box .box + .box {
  margin-top: 0px;
}
#support_other #sec02 .double_box .box + :nth-of-type(n+3) {
  margin-top: 50px;
}

/*=====<=====<=====<=====<=====<=====<=====
  privacy
=====>=====>=====>=====>=====>=====>=====*/
#privacy main article section .contentsHead::before, #privacy main article section .contentsHead::after {
  width: 50%;
  background-repeat: repeat-x;
  background-size: contain;
}
#privacy main article section .contentsHead h2, #privacy main article section .contentsHead h3 {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background: #ffffff;
  z-index: 2;
}

#support_piano #sec01 figure {
  width: 60%;
  margin-bottom: 20px;
}
#support_piano #sec01 figure img {
  width: 100%;
}
#support_piano #sec02 .c01 .box_flex .inner_box {
  flex: 0 0 70%;
}
#support_piano #sec02 .c01 .box_flex figure {
  flex: 0 0 29%;
}
#support_piano #sec02 .w273 {
  width: 273px;
}
#support_piano #sec02 .w273 img {
  width: 100%;
  height: auto;
}
#support_piano #sec02 .tagtitle {
  justify-content: space-around;
  align-items: flex-end;
}
#support_piano #sec02 .tagtitle label {
  display: block;
  flex-grow: 1;
  padding: 1em 0;
  border-top: 6px solid;
  border-left: 3px solid;
  border-right: 3px solid;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  font-weight: bold;
  text-align: center;
}
#support_piano #sec02 .tagtitle label:first-of-type {
  border-left-width: 5px;
}
#support_piano #sec02 .tagtitle label:last-of-type {
  border-right-width: 5px;
}
#support_piano #sec02 .tagtitle label span {
  font-size: inherit;
  font-weight: inherit;
}
#support_piano #sec02 .tagtitle.tagtitle2 {
  align-items: flex-start;
}
#support_piano #sec02 .tagtitle.tagtitle2 label {
  border-top-width: 0;
  border-bottom: 6px solid;
  border-radius: 0 0 10px 10px/0 0 10px 10px;
}
#support_piano #sec02 .tab_type {
  display: none;
}
#support_piano #sec02 .form_place {
  border: 5px solid;
  padding: 30px;
}
#support_piano #sec02 .form_place .support_tab {
  height: 0;
  padding: 0;
  overflow-x: hidden;
}
#support_piano #sec02 #type_01:checked ~ .tagtitle label {
  border-color: #69c39b;
}
#support_piano #sec02 #type_01:checked ~ .tagtitle label[for=type_01]:not(:only-of-type) {
  padding-top: 2em;
  background: #69c39b;
  color: #ffffff;
}
#support_piano #sec02 #type_01:checked ~ .tagtitle.tagtitle2 label[for=type_01]:not(:only-of-type) {
  padding-top: 1em;
  padding-bottom: 2em;
}
#support_piano #sec02 #type_01:checked ~ .form_place {
  border-color: #69c39b;
}
#support_piano #sec02 #type_01:checked ~ .form_place #type_01_tab {
  height: auto;
}
#support_piano #sec02 #type_01:checked ~ .form_place .box h3 {
  background: #69c39b;
}
#support_piano #sec02 #type_01:checked ~ .form_place .box h4 {
  border-left-color: #69c39b;
}
#support_piano #sec02 #type_02:checked ~ .tagtitle label {
  border-color: #f18b7a;
}
#support_piano #sec02 #type_02:checked ~ .tagtitle label[for=type_02]:not(:only-of-type) {
  padding-top: 2em;
  background: #f18b7a;
  color: #ffffff;
}
#support_piano #sec02 #type_02:checked ~ .tagtitle.tagtitle2 label[for=type_02]:not(:only-of-type) {
  padding-top: 1em;
  padding-bottom: 2em;
}
#support_piano #sec02 #type_02:checked ~ .form_place {
  border-color: #f18b7a;
}
#support_piano #sec02 #type_02:checked ~ .form_place #type_02_tab {
  height: auto;
}
#support_piano #sec02 #type_02:checked ~ .form_place .box h3 {
  background: #f18b7a;
}
#support_piano #sec02 #type_02:checked ~ .form_place .box h4 {
  border-left-color: #f18b7a;
}
#support_piano #sec02 .box.hall table td {
  width: 50%;
}

/*=====<=====<=====<=====<=====<=====<=====
  about
=====>=====>=====>=====>=====>=====>=====*/
#about .about_txtBox {
  width: calc(100% - 500px);
}
#about .about_txtBox p {
  font-size: 15px;
}
#about .about_imgBox {
  width: 480px;
}
#about .about_imgBox figure {
  width: auto;
}
#about .about_imgBox figure img {
  width: 100%;
}
#about h3 {
  color: #20853f;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
#about .sp_about_imgBox {
  display: none;
}
#about .about_linkBtn {
  width: 350px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 50px;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
}
#about .about_linkBtn .about_btnInn {
  color: #fff;
  display: inline-block;
  padding: 5px;
}
#about .about_linkBtn .about_btnInn::after {
  color: #e2f3e7;
}
#about #sec01 {
  background: url("../img/about/sec01_img01.jpg") no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
#about #sec01 #sec01_txtBox {
  text-align: center;
  padding-bottom: 50px;
}
#about #sec01 #sec01_txtBox p {
  font-size: 26px;
  margin-top: 0;
}
#about #sec01 #sec01_txtBox p:nth-of-type(n + 3) {
  font-size: 20px;
  font-weight: bold;
}
#about #sec01 #sec01_txtBox p br {
  display: none;
}
#about #sec01 #sec01_txtBox h2 {
  font-size: 32px;
  color: #004e1a;
  margin-bottom: 50px;
}
#about #sec01 #sec01_txtBox h2 br {
  display: none;
}
#about #sec02 p,
#about #sec03 p,
#about #sec04 p,
#about #sec05 p,
#about #sec06 p {
  margin-bottom: 30px;
  font-weight: bold;
}
#about #sec02 p span,
#about #sec03 p span,
#about #sec04 p span,
#about #sec05 p span,
#about #sec06 p span {
  font-weight: bold;
  color: #20853f;
  font-size: 16px;
}
#about #sec02 {
  padding-top: 50px;
  background: #e2f3e7;
}
#about #sec03,
#about #sec04,
#about #sec05,
#about #sec06 {
  padding-top: 0;
  background: #e2f3e7;
}
#about #sec04 .about_imgBox02 {
  margin-top: 30px;
}
/*=====<=====<=====<=====<=====<=====<=====
  404
=====>=====>=====>=====>=====>=====>=====*/
#renew #sec01 .contact {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 2em 0;
}
#renew #sec01 .contact a.btn {
  padding: 1em 20px;
  margin: 0 25px;
  font-size: 20px;
}
#renew #sec01 .contact a.btn::after {
  content: "▶︎";
  font-size: 10px;
  margin-top: 2px;
  float: right;
  color: inherit;
}

/*=====<=====<=====<=====<=====<=====<=====
  fifth-anniv
=====>=====>=====>=====>=====>=====>=====*/
#fifth_anniv .fifth_anniv_ttl {
  font-size: 30px;
  position: relative;
}

#fifth_anniv .fifth_anniv_ttl::before {
  position: absolute;
  content: attr(data-en);
  bottom: -20px;
  left: 50%;
  transform: translatex(-50%);
  font-size: 12px;
  font-weight: normal;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-style: italic;
  color: #16902e;
}

#fifth_anniv .fifth_anniv_ttl.white {
  color: #fff;
}

#fifth_anniv .fifth_anniv_ttl.white::before {
  color: #fff;
}

#fifth_anniv .fifth_anniv_ttl.sub_white::before {
  color: #fff;
}

#fifth_anniv .mv {
  background-image: url("../img/fifth_anniv/bg.jpg");
  height: calc(100vh - 87px);
  background-size: cover;
  background-position: center;
  position: relative;
}

#fifth_anniv .logo {
  position: absolute;
  top: 7.5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  max-width: 876px;
}

#fifth_anniv .anchor_list {
  max-width: 1000px;
  width: 100%;
  margin: -70px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fifth_anniv .anchor_item {
  width: calc(25% - 10px);
  text-align: center;
}

#fifth_anniv .anchor_link {
  position: relative;
  display: block;
  border-radius: 10px;
  min-height: 50px;
  line-height: 2.8;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.04em;
}

#fifth_anniv .anchor_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #fff;
  height: 5.7735026919px;
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.3s;
}

#fifth_anniv .anchor_link:hover::before {
  top: 56%;
}

#fifth_anniv .anchor_link.color03 {
  background-color: #16902e;
}

#fifth_anniv .anchor_link.color04 {
  background-color: #adcc14;
}

#fifth_anniv .anchor_link.color05 {
  background-color: #f2a200;
}

#fifth_anniv #greeting {
  padding: 140px 0;
}

#fifth_anniv .greeting_ttl {
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  border-bottom: #16902e solid 3px;
}

#fifth_anniv .greeting_catch {
  padding-top: 30px;
  font-weight: bold;
  font-size: 18px;
}

#fifth_anniv .greeting_parag {
  margin-top: 30px;
  font-size: 18px;
}

#fifth_anniv .greeting_name {
  margin-top: 28px;
  text-align: right;
  font-size: 18px;
}

#fifth_anniv #history {
  background-color: #137b37;
}

/* モーダルのスタイル */
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* 背景色 */
  opacity: 0; /* 初期状態では透明 */
  visibility: hidden; /* 初期状態では不可視 */
  transition: opacity 0.5s, visibility 0.5s; /* アニメーション効果 */
}

/* モーダルの画像スタイル */
.modal-content {
  display: block;
  width: 100%;
  max-width: 700px;
}

/* モーダルの閉じるボタン */
#close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#fifth_anniv .history_wrap {
  cursor: pointer;
  transition: opacity 0.3s;
  max-width: 1520px;
  width: 100%;
  margin: 70px auto 0;
}

#fifth_anniv .history_notice {
  color: #fff;
  padding: 0 10px;
}

#fifth_anniv .history_img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}
#fifth_anniv .history_img:hover {
  opacity: 0.9;
}

#fifth_anniv .history_bg {
  margin-top: 80px;
  padding-bottom: 120px;
  background-image: url("../img/fifth_anniv/history_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#fifth_anniv .history_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fifth_anniv .history_item {
  width: calc(33.3333333333% - 10px);
}

#fifth_anniv .history_item_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

#fifth_anniv .history_item_parag {
  font-size: 18px;
  color: #fff;
  min-height: 144px;
}

#fifth_anniv .history_item_img_list {
  margin-top: 30px;
}

#fifth_anniv .history_item_img + .history_item_img {
  padding-top: 10px;
}

#fifth_anniv #eventsale {
  text-align: center;
  padding: 120px 0;
}

#fifth_anniv .eventsale_parag {
  margin-top: 70px;
  font-size: 18px;
}

#fifth_anniv .eventsale_parag {
  margin-top: 70px;
  font-size: 18px;
}

#fifth_anniv .eventsale_list, #fifth_anniv .aboutevent_list {
  margin-top: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fifth_anniv .aboutevent_list {
  margin-top: 80px;
  justify-content: center;
}

#fifth_anniv .eventsale_item {
  width: calc(25% - 10px);
}

#fifth_anniv .aboutevent_item {
  width: calc(33.3333333333% - 14px);
}

#fifth_anniv .aboutevent_item:not(:nth-child(3n)) {
  margin-right: 20px;
}

#fifth_anniv .aboutevent_item:nth-child(n+4) {
  margin-top: 50px;
}

#fifth_anniv .eventsale_cate, #fifth_anniv .aboutevent_cate {
  text-align: center;
  padding: 17px 0;
  background-color: #16902e;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

#fifth_anniv .eventsale_content, #fifth_anniv .aboutevent_content {
  display: block;
  background-color: #fff;
  margin-top: 20px;
  padding: 10px 10px 20px;
  border: #16902e solid 3px;
  border-radius: 20px;
}

#fifth_anniv .eventsale_content:hover {
  opacity: 0.8;
}

#fifth_anniv .aboutevent_content {
  padding: 10px 10px 50px;
}

#fifth_anniv .eventsale_img_container {
  padding-top: 75%;
  position: relative;
}

#fifth_anniv .aboutevent_img_container {
  position: relative;
  overflow: hidden;
}

#fifth_anniv .aboutevent_img_container_no, #fifth_anniv .aboutevent_img_container_on {
  padding-top: 52%;
}

#fifth_anniv .aboutevent_img_container video {
  width: 100%;
}

#fifth_anniv .aboutevent_img_container_on img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#fifth_anniv .eventsale_img, #fifth_anniv .aboutevent_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

#fifth_anniv .eventsale_ttl {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

#fifth_anniv .eventsale_date {
  padding-top: 10px;
  text-align: left;
  color: #16902e;
  font-weight: bold;
}

#fifth_anniv .eventsale_txt, #fifth_anniv .aboutevent_txt {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

#fifth_anniv .aboutevent_txt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#fifth_anniv .aboutevent_txt.aboutevent_paragraph {
  font-weight: normal;
}

#fifth_anniv .aboutevent_link {
  background-color: #16902e;
  color: #fff;
  border-radius: 30px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
}
#fifth_anniv .aboutevent_link:hover {
  opacity: 0.8;
}

#fifth_anniv .dli-external-link {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #16902e;
  box-sizing: content-box;
  position: relative;
}

#fifth_anniv .dli-external-link > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #16902e;
  box-shadow: -0.1em 0.1em 0 0.1em #16902e;
  box-sizing: border-box;
}

#fifth_anniv .dli-external-link > span::before {
  content: "";
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}

#fifth_anniv #aboutevent {
  padding: 120px 0;
  background-color: #f9c04c;
}

#fifth_anniv .aboutevent_parag {
  margin-top: 70px;
  text-align: center;
}

#fifth_anniv #map {
  padding: 120px 0;
  background-color: #16902e;
}

#fifth_anniv .map_img {
  width: 100%;
}

/*=====<=====<=====<=====<=====<=====<=====
  inquiry
=====>=====>=====>=====>=====>=====>=====*/
#inquiry #sec01 .comment, #inquiry-classroom #sec01 .comment, #inquiry-instrument #sec01 .comment {
  text-align: center;
  margin-bottom: 30px;
}
#inquiry #sec01 .comment p, #inquiry-classroom #sec01 .comment p, #inquiry-instrument #sec01 .comment p {
  display: inline-block;
  text-align: left;
}
#inquiry #sec01 .box + .box, #inquiry-classroom #sec01 .box + .box, #inquiry-instrument #sec01 .box + .box {
  margin-top: 50px;
}
#inquiry #sec01 .box.questionnaire dt, #inquiry-classroom #sec01 .box.questionnaire dt, #inquiry-instrument #sec01 .box.questionnaire dt {
  display: block;
  width: 36%;
}
#inquiry #sec01 .box.questionnaire dt span, #inquiry-classroom #sec01 .box.questionnaire dt span, #inquiry-instrument #sec01 .box.questionnaire dt span {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: red;
  background: inherit;
  text-align: left;
  line-height: inherit;
}
#inquiry #sec01 .box.questionnaire dd, #inquiry-classroom #sec01 .box.questionnaire dd, #inquiry-instrument #sec01 .box.questionnaire dd {
  width: 64%;
}
#inquiry #sec01 form, #inquiry-classroom #sec01 form, #inquiry-instrument #sec01 form {
  width: 90%;
  margin: auto;
}
#inquiry #sec01 dl, #inquiry-classroom #sec01 dl, #inquiry-instrument #sec01 dl {
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}
#inquiry #sec01 dl:nth-last-of-type(1), #inquiry-classroom #sec01 dl:nth-last-of-type(1), #inquiry-instrument #sec01 dl:nth-last-of-type(1) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
#inquiry #sec01 dt, #inquiry #sec01 dd, #inquiry-classroom #sec01 dt, #inquiry-classroom #sec01 dd, #inquiry-instrument #sec01 dt, #inquiry-instrument #sec01 dd {
  padding: 1.2em 20px;
  font-size: 14px;
}
#inquiry #sec01 dt, #inquiry-classroom #sec01 dt, #inquiry-instrument #sec01 dt {
  width: 30%;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
#inquiry #sec01 dt span, #inquiry-classroom #sec01 dt span, #inquiry-instrument #sec01 dt span {
  width: 40px;
  height: 25px;
  display: block;
  padding: 0.1em;
  color: #fff;
  font-size: 10px;
  line-height: 23px;
  text-align: center;
  background: #17671c;
}
#inquiry #sec01 dd, #inquiry-classroom #sec01 dd, #inquiry-instrument #sec01 dd {
  width: 70%;
  font-size: 13px;
}
#inquiry #sec01 dd p, #inquiry-classroom #sec01 dd p, #inquiry-instrument #sec01 dd p {
  font-size: 12px;
}
#inquiry #sec01 input, #inquiry #sec01 select, #inquiry #sec01 textarea, #inquiry-classroom #sec01 input, #inquiry-classroom #sec01 select, #inquiry-classroom #sec01 textarea, #inquiry-instrument #sec01 input, #inquiry-instrument #sec01 select, #inquiry-instrument #sec01 textarea {
  width: 100%;
  padding: 0.5em;
}
#inquiry #sec01 input, #inquiry-classroom #sec01 input, #inquiry-instrument #sec01 input {
  height: 2.5em;
  background: #fff;
  border-radius: 0;
  border-color: #eee;
}
#inquiry #sec01 select, #inquiry-classroom #sec01 select, #inquiry-instrument #sec01 select {
  height: 2.5em;
  background: #fff;
  border-radius: 0;
  border-color: #eee;
}
#inquiry #sec01 label, #inquiry-classroom #sec01 label, #inquiry-instrument #sec01 label {
  display: block;
}
#inquiry #sec01 label.check, #inquiry-classroom #sec01 label.check, #inquiry-instrument #sec01 label.check {
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-size: 13px;
  text-align: center;
}
#inquiry #sec01 label.check br, #inquiry-classroom #sec01 label.check br, #inquiry-instrument #sec01 label.check br {
  display: none;
}
#inquiry #sec01 .half, #inquiry-classroom #sec01 .half, #inquiry-instrument #sec01 .half {
  width: 34%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inquiry #sec01 .half input, #inquiry-classroom #sec01 .half input, #inquiry-instrument #sec01 .half input {
  width: calc(100% - 3em);
}
#inquiry #sec01 .half + .half, #inquiry-classroom #sec01 .half + .half, #inquiry-instrument #sec01 .half + .half {
  margin-left: 2%;
}
#inquiry #sec01 input[type=radio], #inquiry #sec01 input[type=checkbox], #inquiry-classroom #sec01 input[type=radio], #inquiry-classroom #sec01 input[type=checkbox], #inquiry-instrument #sec01 input[type=radio], #inquiry-instrument #sec01 input[type=checkbox] {
  width: 1em;
  height: 1em;
}
#inquiry #sec01 textarea, #inquiry-classroom #sec01 textarea, #inquiry-instrument #sec01 textarea {
  height: 150px;
  font-family: intain;
  resize: none;
}
#inquiry #sec01 p.error, #inquiry-classroom #sec01 p.error, #inquiry-instrument #sec01 p.error {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #d04f4f;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}
#inquiry #sec01 button, #inquiry-classroom #sec01 button, #inquiry-instrument #sec01 button {
  display: block;
  margin: 50px auto 0;
  font-family: inherit;
  border: 0;
  cursor: pointer;
}

#inquiry #sec01 .inner .tagtitle {
  justify-content: space-around;
  align-items: flex-end;
}
#inquiry #sec01 .inner .tagtitle label {
  display: block;
  flex-grow: 1;
  padding: 1em 0;
  border-top: 6px solid;
  border-left: 3px solid;
  border-right: 3px solid;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  font-weight: bold;
  text-align: center;
}
#inquiry #sec01 .inner .tagtitle label:first-of-type {
  border-left-width: 5px;
}
#inquiry #sec01 .inner .tagtitle label:last-of-type {
  border-right-width: 5px;
}
#inquiry #sec01 .inner .inquiry_type {
  display: none;
}
#inquiry #sec01 .inner .form_place {
  border: 5px solid;
  padding: 30px;
}
#inquiry #sec01 .inner .form_place .inquiry_form {
  height: 0;
  overflow-y: hidden;
}
#inquiry #sec01 .inner .form_place .inquiry_form figure {
  width: 100%;
  margin: 10px 0;
}
#inquiry #sec01 .inner .form_place .inquiry_form figure img {
  width: 100%;
}
#inquiry #sec01 .inner #type_purchase:checked ~ .tagtitle label {
  border-color: #69c39b;
}
#inquiry #sec01 .inner #type_purchase:checked ~ .tagtitle label[for=type_purchase] {
  padding-top: 2em;
  background: #69c39b;
  color: #ffffff;
}
#inquiry #sec01 .inner #type_purchase:checked ~ .form_place {
  border-color: #69c39b;
}
#inquiry #sec01 .inner #type_purchase:checked ~ .form_place #inquiry_purchase {
  height: auto;
}
#inquiry #sec01 .inner #type_course:checked ~ .tagtitle label {
  border-color: #065873;
}
#inquiry #sec01 .inner #type_course:checked ~ .tagtitle label[for=type_course] {
  padding-top: 2em;
  background: #065873;
  color: #ffffff;
}
#inquiry #sec01 .inner #type_course:checked ~ .form_place {
  border-color: #065873;
}
#inquiry #sec01 .inner #type_course:checked ~ .form_place #inquiry_course {
  height: auto;
}
#inquiry #sec01 .inner #type_event:checked ~ .tagtitle label {
  border-color: #f18b7a;
}
#inquiry #sec01 .inner #type_event:checked ~ .tagtitle label[for=type_event] {
  padding-top: 2em;
  background: #f18b7a;
  color: #ffffff;
}
#inquiry #sec01 .inner #type_event:checked ~ .form_place {
  border-color: #f18b7a;
}
#inquiry #sec01 .inner #type_event:checked ~ .form_place #inquiry_event {
  height: auto;
}
#inquiry #sec01 .inner #type_other:checked ~ .tagtitle label {
  border-color: #f8b250;
}
#inquiry #sec01 .inner #type_other:checked ~ .tagtitle label[for=type_other] {
  padding-top: 2em;
  background: #f8b250;
  color: #ffffff;
}
#inquiry #sec01 .inner #type_other:checked ~ .form_place {
  border-color: #f8b250;
}
#inquiry #sec01 .inner #type_other:checked ~ .form_place #inquiry_other {
  height: auto;
}

@media screen and (max-width: 768px) {
  #inquiry #sec01 .comment, #inquiry-classroom #sec01 .comment, #inquiry-instrument #sec01 .comment {
    margin-bottom: 15px;
  }
  #inquiry #sec01 .box.questionnaire dt, #inquiry-classroom #sec01 .box.questionnaire dt, #inquiry-instrument #sec01 .box.questionnaire dt {
    width: 100%;
  }
  #inquiry #sec01 .box.questionnaire dd, #inquiry-classroom #sec01 .box.questionnaire dd, #inquiry-instrument #sec01 .box.questionnaire dd {
    width: 100%;
  }
  #inquiry #sec01 form, #inquiry-classroom #sec01 form, #inquiry-instrument #sec01 form {
    width: 100%;
  }
  #inquiry #sec01 dt, #inquiry #sec01 dd, #inquiry-classroom #sec01 dt, #inquiry-classroom #sec01 dd, #inquiry-instrument #sec01 dt, #inquiry-instrument #sec01 dd {
    width: 100%;
    font-size: 13px;
  }
  #inquiry #sec01 dt, #inquiry-classroom #sec01 dt, #inquiry-instrument #sec01 dt {
    padding: 1em 0;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
  }
  #inquiry #sec01 dd, #inquiry-classroom #sec01 dd, #inquiry-instrument #sec01 dd {
    padding: 0 0 1em;
  }
  #inquiry #sec01 dd p, #inquiry-classroom #sec01 dd p, #inquiry-instrument #sec01 dd p {
    font-size: 12px;
  }
  #inquiry #sec01 input, #inquiry #sec01 select, #inquiry #sec01 textarea, #inquiry-classroom #sec01 input, #inquiry-classroom #sec01 select, #inquiry-classroom #sec01 textarea, #inquiry-instrument #sec01 input, #inquiry-instrument #sec01 select, #inquiry-instrument #sec01 textarea {
    width: 100%;
  }
  #inquiry #sec01 label.check, #inquiry-classroom #sec01 label.check, #inquiry-instrument #sec01 label.check {
    height: auto;
    margin-top: 30px;
    font-size: 12px;
  }
  #inquiry #sec01 label.check input[type=checkbox], #inquiry-classroom #sec01 label.check input[type=checkbox], #inquiry-instrument #sec01 label.check input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
  }
  #inquiry #sec01 label.check br, #inquiry-classroom #sec01 label.check br, #inquiry-instrument #sec01 label.check br {
    display: inherit;
  }
  #inquiry #sec01 button, #inquiry-classroom #sec01 button, #inquiry-instrument #sec01 button {
    margin: 30px auto 0;
  }
  #inquiry #sec01 .inner .tagtitle label {
    border-top: 3px solid;
    border-left: 3px solid;
    border-right: 3px solid;
    border-radius: 5px 5px 0 0/5px 5px 0 0;
    font-size: 13px;
  }
  #inquiry #sec01 .inner .tagtitle label:first-of-type {
    border-left-width: 3px;
  }
  #inquiry #sec01 .inner .tagtitle label:last-of-type {
    border-right-width: 3px;
  }
  #inquiry #sec01 .inner .form_place {
    border: 3px solid;
    padding: 1em;
  }
  #inquiry #sec01 .inner .form_place .inquiry_form {
    height: 0;
    overflow-y: hidden;
  }
  #inquiry #sec01 .inner #type_purchase:checked ~ .tagtitle label[for=type_purchase] {
    padding-top: 1em;
  }
  #inquiry #sec01 .inner #type_purchase:checked ~ .form_place #inquiry_purchase {
    height: auto;
  }
  #inquiry #sec01 .inner #type_course:checked ~ .tagtitle label[for=type_course] {
    padding-top: 1em;
  }
  #inquiry #sec01 .inner #type_course:checked ~ .form_place #inquiry_course {
    height: auto;
  }
  #inquiry #sec01 .inner #type_event:checked ~ .tagtitle label[for=type_event] {
    padding-top: 1em;
  }
  #inquiry #sec01 .inner #type_event:checked ~ .form_place #inquiry_event {
    height: auto;
  }
  #inquiry #sec01 .inner #type_other:checked ~ .tagtitle label[for=type_other] {
    padding-top: 1em;
  }
  #inquiry #sec01 .inner #type_other:checked ~ .form_place #inquiry_other {
    height: auto;
  }
}
.title {
  text-decoration: underline;
}

#single .info, #news .info {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
#single .info span + span, #single .info time + span, #news .info span + span, #news .info time + span {
  margin-left: 10px;
}
#single section .inner, #news section .inner {
  align-items: flex-start;
  justify-content: space-between;
}
#single section .left, #news section .left {
  width: 660px;
}
#single section .title, #news section .title {
  font-weight: bold;
}

/*=====<=====<=====<=====<=====<=====<=====
  news
=====>=====>=====>=====>=====>=====>=====*/
#news article {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
#news article + article {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed rgba(23, 103, 28, 0.5);
}
#news article .cntBox {
  width: calc(100% - 217px);
  padding-left: 0;
}
#news article .thumbnail {
  margin-right: 30px;
  display: block;
  width: 154px;
  height: 154px;
  overflow: hidden;
  border-radius: 10px;
}
#news article .thumbnail img {
  width: 100%;
  height: auto;
}
#news article .title {
  width: 100%;
  display: block;
}
#news article .info {
  margin-bottom: 20px;
  color: #17671c;
}
#news article .info time {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
#news article .info span {
  margin-left: 0;
}
#news article .info span + span {
  margin-left: 20px;
}
#news article .info span:empty {
  margin-left: 0;
}
#news #pageNavi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  text-align: center;
}
#news #pageNavi span, #news #pageNavi a {
  width: 30px;
  height: 40px;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.3em 0.5em 0.8em;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.9;
}
#news #pageNavi span {
  color: #fff;
  background: linear-gradient(135deg, #449e2d 30%, #137b37);
  border-color: transparent;
}
#news #pageNavi a {
  border: 1px solid #333;
  background: #fff;
}
#news #pageNavi a.nextpostslink, #news #pageNavi a.previouspostslink {
  border: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
  background: none;
}

/*=====<=====<=====<=====<=====<=====<=====
  single
=====>=====>=====>=====>=====>=====>=====*/
#single h2, #single h3 {
  text-align: left;
}
#single section .inner {
  align-items: flex-start;
  justify-content: space-between;
}
#single time {
  display: block;
  font-size: 14px;
}
#single .title {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
#single .title:hover {
  text-decoration: none;
}
#single .content > .flex {
  width: 100%;
  margin-bottom: 70px;
}
#single .content.lesson {
  margin-top: 30px;
}
#single .content.lesson h3 {
  font-size: 20px;
}
#single .content.lesson .box {
  margin-top: 20px;
}
#single .content .mainText h1, #single .content .mainText h2, #single .content .mainText h3, #single .content .mainText h4, #single .content .mainText h5, #single .content .mainText h6 {
  text-align: left;
}
#single .content .mainText h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .content .mainText h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .content .mainText h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .content .mainText h4 {
  display: block;
  font-size: 1em;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .content .mainText h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
  -webkit-margin-after: 1.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .content .mainText h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
  -webkit-margin-after: 2.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .content .mainText a {
  color: #0000ff;
  text-decoration: underline;
}
#single .content .mainText a:hover {
  text-decoration: none;
}
#single .content .mainText strong, #single .content .mainText b {
  font-weight: bold;
}
#single .content .mainText i, #single .content .mainText cite, #single .content .mainText em, #single .content .mainText var, #single .content .mainText address, #single .content .mainText dfn {
  font-style: italic;
}
#single .content .mainText img {
  display: block;
  margin: 0 auto;
}
#single .modal-wrapper {
  position: relative;
}
#single .js-modalWrapper {
  display: none;
}
#single .modal-imageBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#single .modal-image {
  border: solid 5px #fff;
  width: 600px;
  height: auto;
}
#single .modal-close {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 45px;
  padding: 5px;
  cursor: pointer;
}
#single .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, 0.4);
  z-index: 99999;
}
#single .box {
  width: 100%;
  margin-top: 50px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
#single .box dl {
  justify-content: flex-start;
  align-items: stretch;
}
#single .box dl + dl {
  border-top: 2px dotted rgba(102, 102, 102, 0.5);
}
#single .box dt, #single .box dd {
  padding: 0.9em 1em;
  font-size: 14px;
  line-height: 1.5;
}
#single .box dt {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#single .box dd {
  width: 70%;
}
#single article.postBox header {
  margin-bottom: 20px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #17671c;
}
#single article.postBox header h1 {
  font-size: 18px;
  text-align: left;
  line-height: 1.5;
}
#single article.postBox .cntBox h1, #single article.postBox .cntBox h2, #single article.postBox .cntBox h3, #single article.postBox .cntBox h4, #single article.postBox .cntBox h5, #single article.postBox .cntBox h6 {
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
#single article.postBox .cntBox h1 {
  font-size: 22px;
}
#single article.postBox .cntBox h2 {
  font-size: 20px;
}
#single article.postBox .cntBox h3 {
  font-size: 18px;
}
#single article.postBox .cntBox h4 {
  font-size: 16px;
}
#single article.postBox .cntBox h5 {
  font-size: 15px;
}
#single article.postBox .cntBox h6 {
  font-size: 13px;
}
#single article.postBox .cntBox p {
  font-size: 12px;
}
#single article.postBox .cntBox img {
  min-width: 100%;
  height: auto;
}
#single article.postBox .cntBox a {
  text-decoration: underline;
}
#single .classroom .content h2, #single .classroom .content h3, #single .hall .content h2, #single .hall .content h3, #single .teacher_list .content h2, #single .teacher_list .content h3 {
  background: #69c39b;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #ffffff;
}
#single .classroom .thumbnail, #single .teacher_list .thumbnail {
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#single .classroom .thumbnail figure, #single .teacher_list .thumbnail figure {
  width: 200px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#single .classroom .thumbnail figure + figure, #single .teacher_list .thumbnail figure + figure {
  margin-left: 30px;
}
#single .classroom .thumbnail figure figcaption, #single .teacher_list .thumbnail figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 0.8em;
}
#single .classroom .thumbnail + .content, #single .teacher_list .thumbnail + .content {
  margin-top: 30px;
}
#single .classroom .content + .content, #single .teacher_list .content + .content {
  margin-top: 30px;
}
#single .classroom .content .website_link a, #single .teacher_list .content .website_link a {
  color: #0000FF;
}
#single .classroom .content .mt-0, #single .teacher_list .content .mt-0 {
  margin-top: 0 !important;
}
#single .classroom .content video, #single .teacher_list .content video {
  width: 30%;
}
#single .classroom .content iframe, #single .teacher_list .content iframe {
  width: 30%;
  height: auto;
}
#single .classroom .content .box, #single .teacher_list .content .box {
  margin-top: 20px;
}
#single .classroom .content .box .flex .inquiry, #single .teacher_list .content .box .flex .inquiry {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 0 2em;
  background: #69c39b;
  line-height: 36px;
  border-radius: 18px;
  color: #fff;
}
#single .classroom .content .box .flex .inquiry::after, #single .teacher_list .content .box .flex .inquiry::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.8em;
  font-weight: bold;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#single .classroom .street_map_content iframe, #single .teacher_list .street_map_content iframe {
  height: 400px;
}
#single .classroom iframe, #single .teacher_list iframe {
  width: 100%;
  height: 300px;
}
#single .hall .pr + .pr {
  margin-top: 30px;
}
#single .hall .pr p + .thumbnail {
  margin-top: 20px;
}
#single .hall .pr p h1, #single .hall .pr p h2, #single .hall .pr p h3, #single .hall .pr p h4, #single .hall .pr p h5, #single .hall .pr p h6 {
  text-align: left;
}
#single .hall .pr p h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .hall .pr p h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .hall .pr p h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .hall .pr p h4 {
  display: block;
  font-size: 1em;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .hall .pr p h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
  -webkit-margin-after: 1.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .hall .pr p h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
  -webkit-margin-after: 2.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
#single .hall .pr p a {
  color: #0000ff;
  text-decoration: underline;
}
#single .hall .pr p a:hover {
  text-decoration: none;
}
#single .hall .pr p strong, #single .hall .pr p b {
  font-weight: bold;
}
#single .hall .pr p i, #single .hall .pr p cite, #single .hall .pr p em, #single .hall .pr p var, #single .hall .pr p address, #single .hall .pr p dfn {
  font-style: italic;
}
#single .hall .pr p img {
  display: inline;
  max-width: 100%;
  height: auto;
}
#single .hall .pr .thumbnail {
  margin-bottom: 0;
}
#single .hall .pr .thumbnail figure {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
#single .hall .pr .thumbnail figure + figure {
  margin-top: 20px;
}
#single .hall .pr .thumbnail figure img {
  display: inline;
}
#single .hall .pr .thumbnail figure img + figcaption {
  margin-top: 10px;
  margin-left: 10px;
}
#single .hall .pr table {
  width: 100%;
}
#single .hall .pr table th, #single .hall .pr table td {
  border: 1px solid #cccccc;
  width: auto;
  text-align: center;
  vertical-align: middle;
}
#single .hall .view {
  margin-top: 40px;
}
#single .hall .view iframe {
  width: 100%;
}
#single .hall .content.infomation {
  margin-top: 40px;
}
#single .hall .content.infomation .box {
  margin-top: 20px;
}
#single .hall .tagtitle {
  justify-content: space-around;
  align-items: flex-end;
}
#single .hall .tagtitle label {
  display: block;
  flex-grow: 1;
  padding: 1em 0;
  border-top: 6px solid;
  border-left: 3px solid;
  border-right: 3px solid;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  font-weight: bold;
  text-align: center;
}
#single .hall .tagtitle label:first-of-type {
  border-left-width: 5px;
}
#single .hall .tagtitle label:last-of-type {
  border-right-width: 5px;
}
#single .hall .tagtitle label span {
  font-size: inherit;
  font-weight: inherit;
}
#single .hall .tagtitle.tagtitle2 {
  align-items: flex-start;
}
#single .hall .tagtitle.tagtitle2 label {
  border-top-width: 0;
  border-bottom: 6px solid;
  border-radius: 0 0 10px 10px/0 0 10px 10px;
}
#single .hall .info_type {
  display: none;
}
#single .hall .form_place {
  border: 5px solid;
  padding: 30px;
}
#single .hall .form_place .hall_form {
  height: 0;
  padding: 0;
  overflow-y: hidden;
}
#single .hall #type_visitor:checked ~ .tagtitle label {
  border-color: #69c39b;
}
#single .hall #type_visitor:checked ~ .tagtitle label[for=type_visitor]:not(:only-of-type) {
  padding-top: 2em;
  background: #69c39b;
  color: #ffffff;
}
#single .hall #type_visitor:checked ~ .tagtitle.tagtitle2 label[for=type_visitor]:not(:only-of-type) {
  padding-top: 1em;
  padding-bottom: 2em;
}
#single .hall #type_visitor:checked ~ .form_place {
  border-color: #69c39b;
}
#single .hall #type_visitor:checked ~ .form_place #hall_visitor {
  height: auto;
}
#single .hall #type_visitor:checked ~ .form_place .content h2, #single .hall #type_visitor:checked ~ .form_place .content h3 {
  background: #69c39b;
}
#single .hall #type_user:checked ~ .tagtitle label {
  border-color: #f18b7a;
}
#single .hall #type_user:checked ~ .tagtitle label[for=type_user]:not(:only-of-type) {
  padding-top: 2em;
  background: #f18b7a;
  color: #ffffff;
}
#single .hall #type_user:checked ~ .tagtitle.tagtitle2 label[for=type_user]:not(:only-of-type) {
  padding-top: 1em;
  padding-bottom: 2em;
}
#single .hall #type_user:checked ~ .form_place {
  border-color: #f18b7a;
}
#single .hall #type_user:checked ~ .form_place #hall_user {
  height: auto;
}
#single .hall #type_user:checked ~ .form_place .content h2, #single .hall #type_user:checked ~ .form_place .content h3 {
  background: #f18b7a;
}
#single section.shop .box {
  margin-top: 0;
}
#single section.shop .center {
  width: 100%;
}
#single section.shop .infomation figure {
  width: 400px;
}
#single section.shop .infomation .box {
  width: 550px;
}
#single section.shop .content, #single section.shop .thum_list {
  margin-top: 30px;
}
#single section.shop .thum_list .thum_item {
  width: 320px;
  justify-content: flex-start;
}
#single section.shop .thum_list .thum_item:nth-of-type(3n+2), #single section.shop .thum_list .thum_item:nth-of-type(3n) {
  margin-left: 20px;
}
#single section.shop .thum_list .thum_item:nth-of-type(n+4) {
  margin-top: 20px;
}
#single section.shop .thum_list .thum_item figcaption {
  font-size: 13px;
  text-align: center;
  margin-top: 0.5em;
  line-height: 2;
}
#single section.shop .thum_list .thum_item img {
  width: 100%;
}
#single section.shop .access {
  margin-top: 50px;
}
#single section.shop .access h2, #single section.shop .access h3 {
  background: #69c39b;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #ffffff;
}
#single .instrument .inner .postBox header {
  width: 100%;
}
#single .instrument .inner .postBox #wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
}
#single .instrument .inner .postBox #wrap figure {
  overflow: hidden;
  position: relative;
}
#single .instrument .inner .postBox #wrap figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#single .instrument .inner .postBox #wrap #slider {
  width: 400px;
  margin: 0 auto 5px;
  overflow: hidden;
}
#single .instrument .inner .postBox #wrap #slider figure {
  width: 400px;
  height: 400px;
}
#single .instrument .inner .postBox #wrap .slide-item img {
  width: 100%;
}
#single .instrument .inner .postBox #wrap .slick-track {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
#single .instrument .inner .postBox #wrap #thumbnail-list {
  width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#single .instrument .inner .postBox #wrap #thumbnail-list figure {
  height: 76px;
}
#single .instrument .inner .postBox #wrap #thumbnail-list li + li {
  margin-left: 5px;
}
#single .instrument .inner .postBox #wrap .thumbnail-item {
  flex: 0 1 76px;
  margin-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
#single .instrument .inner .postBox #wrap .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
#single .instrument .inner .postBox #wrap .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
#single .instrument .inner .postBox #wrap .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
#single .instrument .inner .postBox .content {
  width: 580px;
}
#single .instrument .inner .postBox .content .box {
  margin-top: 0;
  margin-bottom: 10px;
}
#single .instrument .inner .postBox .content .cfs-hyperlink {
  display: inline-block;
  padding-top: 20px;
}
#single .instrument .inner .postBox .btn {
  margin: 20px 0 0 auto;
}

/*=====<=====<=====<=====<=====<=====<=====
  single teacher_list
=====>=====>=====>=====>=====>=====>=====*/
#single section.teacher_list .left, #news section.teacher_list .left {
  width: 100%;
}

/*=====<=====<=====<=====<=====<=====<=====
  sidebar
=====>=====>=====>=====>=====>=====>=====*/
#sidebar {
  width: 300px;
}
#sidebar h3 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #17671c;
}
#sidebar h3 span {
  margin-left: 15px;
  color: #137b37;
  font-size: 11px;
  font-style: italic;
}
#sidebar ul + h3 {
  margin-top: 20px;
}
#sidebar div {
  width: 100%;
}
#sidebar .title {
  font-size: 14px;
}
#sidebar #newPosts {
  margin-top: 50px;
}
#sidebar #newPosts li time {
  width: 100%;
  display: block;
}
#sidebar #newPosts li + li {
  border-top: 1px solid #ddd;
  margin-top: 1em;
}
#sidebar #newPosts li .info span:first-of-type {
  margin-left: 0;
}
#sidebar #free h3 {
  font-size: 15px;
  border-bottom: 1px solid #137b37;
  margin-bottom: 1em;
}
#sidebar #free .freeItem {
  background: #fafafa;
  border-radius: 5px;
  padding: 20px 15px;
}
#sidebar #free .freeItem + .freeItem {
  margin-top: 10px;
}
#sidebar #free .freeItem h3 {
  font-size: 13px;
  border-bottom: 3px double #137b37;
  margin-bottom: 1em;
}
#sidebar #free .freeItem h4 {
  text-align: left;
}
#sidebar #free .freeItem div + div {
  border-top: 1px solid #ddd;
}
#sidebar #free .freeItem div.course, #sidebar #free .freeItem div.area {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
#sidebar #free .freeItem div.course h4, #sidebar #free .freeItem div.area h4 {
  width: 5em;
  font-size: 11px;
}
#sidebar #free .freeItem div.lessondate h4 {
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
#sidebar #free .freeItem div.lessondate .tgl_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}
#sidebar #free .freeItem div.lessondate .tgl_btn::after {
  color: #137b37;
  content: "▼";
}
#sidebar #free .freeItem div.lessondate .tgl_btn.active::after {
  content: "▲";
}
#sidebar #free .freeItem div.lessondate .tgl_item {
  display: none;
}
#sidebar #free .freeItem div.lessondate .tgl_item.active {
  display: block;
}
#sidebar #free .freeItem div .side_prev {
  color: #137b37;
  text-decoration: none;
}
#sidebar #free .freeItem div .side_prev:hover {
  text-decoration: underline;
}
#sidebar #free .freeItem p {
  margin-left: 1em;
  font-size: 11px;
  text-align: left;
}
#sidebar #free .freeItem ul {
  font-size: 12px;
  display: flex;
  width: 100%;
}
#sidebar #free .freeItem ul li + li {
  display: inline;
  margin-left: 0.5em;
}
#sidebar #free .freeItem .btn {
  width: 210px;
  display: block;
  margin: 20px auto 0;
}

@media screen and (max-width: 760px) {
  /*=====<=====<=====<=====<=====<=====<=====
    news
  =====>=====>=====>=====>=====>=====>=====*/
  #news article .info {
    margin-bottom: 5px;
  }
  #news article .info span + span {
    margin-left: 0;
  }
  #news article .info time {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
  }
  #news article .cat a {
    height: 20px;
    padding: 0.2em 0.5em;
    line-height: 18px;
  }
  #news article .title {
    font-size: 14px;
    line-height: 1.4;
  }
  #news article + article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #333;
  }
  #news article .cntBox {
    width: calc(100% - 100px);
  }
  #news article .thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  #news #pageNavi {
    margin-top: 30px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    single
  =====>=====>=====>=====>=====>=====>=====*/
  #single section .left {
    width: 100%;
  }
  #single article.postBox header h1 {
    font-size: 15px;
    text-align: left;
  }
  #single article.postBox .cntBox h1, #single article.postBox .cntBox h2, #single article.postBox .cntBox h3, #single article.postBox .cntBox h4, #single article.postBox .cntBox h5, #single article.postBox .cntBox h6 {
    font-weight: bold;
    text-align: left;
    line-height: 2;
  }
  #single article.postBox .cntBox h1 {
    font-size: 22px;
  }
  #single article.postBox .cntBox h2 {
    font-size: 20px;
  }
  #single article.postBox .cntBox h3 {
    font-size: 18px;
  }
  #single article.postBox .cntBox h4 {
    font-size: 16px;
  }
  #single article.postBox .cntBox h5 {
    font-size: 15px;
  }
  #single article.postBox .cntBox h6 {
    font-size: 13px;
  }
  #single article.postBox .cntBox p {
    font-size: 12px;
  }
  #single article.postBox .cntBox img {
    min-width: 100%;
    height: auto;
  }
  #single article.postBox .cntBox a {
    text-decoration: underline;
  }
  #single .info {
    margin-bottom: 0;
  }
  #single .info span {
    margin-left: 0;
  }
  #single .info span + span {
    margin-left: 0;
  }
  #single .content > .flex {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  #single .content > .flex figure {
    margin-bottom: 20px;
  }
  #single .content.lesson {
    margin-top: 20px;
  }
  #single .content.lesson h3 {
    font-size: 15px;
  }
  #single .content.lesson .box {
    margin-top: 10px;
  }
  #single .modal-image {
    max-width: 300px;
  }
  #single .box {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #single .box dl {
    display: block;
  }
  #single .box dt, #single .box dd {
    width: 100%;
    padding: 0.9em 5px;
  }
  #single .box dt {
    display: block;
    padding-bottom: 0.5em;
    font-size: 14px;
  }
  #single .box dd {
    padding-top: 0;
  }
  #single .classroom .thumbnail, #single .classroom_list .thumbnail {
    display: block;
  }
  #single .classroom .thumbnail figure, #single .classroom_list .thumbnail figure {
    width: 100%;
  }
  #single .classroom .thumbnail figure + figure, #single .classroom_list .thumbnail figure + figure {
    margin-top: 10px;
    margin-left: 0;
  }
  #single .classroom .thumbnail + .content, #single .classroom_list .thumbnail + .content {
    margin-top: 20px;
  }
  #single .classroom .content + .content, #single .classroom_list .content + .content {
    margin-top: 20px;
  }
  #single .classroom .content .box, #single .classroom_list .content .box {
    margin-top: 10px;
  }
  #single .classroom .street_map_content iframe, #single .classroom_list .street_map_content iframe {
    height: 350px;
  }
  #single .classroom iframe, #single .classroom_list iframe {
    height: 250px;
  }
  #single .hall .pr + .pr {
    margin-top: 20px;
  }
  #single .hall .pr .thumbnail figure {
    flex-wrap: wrap;
  }
  #single .hall .pr .thumbnail figure img + figcaption {
    margin-left: 0;
  }
  #single .hall .view {
    margin-top: 20px;
  }
  #single .hall .view iframe {
    height: 300px;
  }
  #single .hall .content.infomation {
    margin-top: 20px;
  }
  #single .hall .content.infomation .box {
    margin-top: 10px;
  }
  #single .hall .tagtitle label {
    border-top: 3px solid;
    border-left: 3px solid;
    border-right: 3px solid;
    border-radius: 5px 5px 0 0/5px 5px 0 0;
    font-size: 13px;
    flex-grow: 1;
  }
  #single .hall .tagtitle label:first-of-type {
    border-left-width: 3px;
  }
  #single .hall .tagtitle label:last-of-type {
    border-right-width: 3px;
  }
  #single .hall .tagtitle.tagtitle2 label {
    border-bottom: 3px solid;
    border-radius: 0 0 5px 5px/0 0 5px 5px;
  }
  #single .hall .form_place {
    border: 3px solid;
    padding: 1em;
  }
  #single .hall .form_place .hall_form {
    height: 0;
    overflow-y: hidden;
  }
  #single .hall #type_visitor:checked ~ .tagtitle label[for=type_visitor]:not(:only-of-type) {
    padding-top: 1em;
  }
  #single .hall #type_visitor:checked ~ .tagtitle.tagtitle2 label[for=type_visitor]:not(:only-of-type) {
    padding-bottom: 1em;
  }
  #single .hall #type_visitor:checked ~ .form_place #hall_visitor {
    height: auto;
  }
  #single .hall #type_user:checked ~ .tagtitle label[for=type_user]:not(:only-of-type) {
    padding-top: 1em;
  }
  #single .hall #type_user:checked ~ .tagtitle.tagtitle2 label[for=type_user]:not(:only-of-type) {
    padding-bottom: 1em;
  }
  #single .hall #type_user:checked ~ .form_place #hall_user {
    height: auto;
  }
  #single section.shop .box {
    margin-top: 0;
  }
  #single section.shop .infomation figure {
    width: 100%;
  }
  #single section.shop .infomation .box {
    width: 100%;
    margin-top: 20px;
  }
  #single section.shop .content, #single section.shop .thum_list {
    margin-top: 20px;
  }
  #single section.shop .thum_list .thum_item {
    width: 100%;
  }
  #single section.shop .thum_list .thum_item:nth-of-type(3n+2), #single section.shop .thum_list .thum_item:nth-of-type(3n) {
    margin-left: 0;
  }
  #single section.shop .thum_list .thum_item:nth-of-type(n+4) {
    margin-top: 20px;
  }
  #single section.shop .thum_list .thum_item + .thum_item {
    margin-top: 20px;
  }
  #single section.shop .thum_list .thum_item figcaption {
    font-size: 11px;
  }
  #single section.shop .thum_list .thum_item img {
    width: 100%;
  }
  #single section.shop .thum_list .thum_item iframe {
    width: 100%;
  }
  #single section.shop .access {
    margin-top: 30px;
  }
  #single .instrument .inner .postBox #wrap {
    margin: auto;
  }
  #single .instrument .inner .postBox #wrap #slider {
    width: 285px;
    margin: 0 auto 5px;
  }
  #single .instrument .inner .postBox #wrap #slider figure {
    width: 285px;
    height: 285px;
  }
  #single .instrument .inner .postBox #wrap #thumbnail-list {
    width: 285px;
    margin: auto;
  }
  #single .instrument .inner .postBox #wrap #thumbnail-list figure {
    height: 53px;
  }
  #single .instrument .inner .postBox #wrap .thumbnail-item {
    flex: 0 1 53px;
  }
  #single .instrument .inner .postBox header {
    width: 100%;
  }
  #single .instrument .inner .postBox figure {
    margin: 0 auto 0;
  }
  #single .instrument .inner .postBox .content {
    margin-top: 20px;
    width: 100%;
  }
  #single .instrument .inner .postBox .content .box {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #single .instrument .inner .postBox .content .cfs-hyperlink {
    display: inline-block;
    padding-top: 20px;
  }
  #single time {
    width: 100%;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    single teacher_list
  =====>=====>=====>=====>=====>=====>=====*/
  /*=====<=====<=====<=====<=====<=====<=====
    sidebar
  =====>=====>=====>=====>=====>=====>=====*/
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  #single .teacher_list .content iframe, #single .teacher_list .content video {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  #sidebar {
    width: 100%;
    margin-top: 50px;
  }
  #sidebar ul + h3 {
    margin-top: 15px;
  }
  #sidebar #newPosts {
    margin-top: 0;
  }
  #sidebar #newPosts li .date {
    display: block;
  }
}/*# sourceMappingURL=module.css.map */