@charset "UTF-8";
/*
Theme Name: orcamusic
Version: 1.1
*/
@font-face {
  font-family: "standard";
  src: url("fonts/standard.ttf?65qa1e") format("truetype"), url("fonts/standard.woff?65qa1e") format("woff"), url("fonts/standard.svg?65qa1e#standard") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "standard" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e902";
}

.icon-mail:before {
  content: "\e612";
}

.icon-export:before {
  content: "\e900";
}

.icon-location:before {
  content: "\e608";
}

.icon-cross:before {
  content: "\e60b";
}

.icon-list:before {
  content: "\e610";
}

.icon-first:before {
  content: "\e60e";
}

.icon-last:before {
  content: "\e60f";
}

.icon-arrow-left2:before {
  content: "\e60d";
}

.icon-arrow-down2:before {
  content: "\e605";
}

.icon-arrow-up2:before {
  content: "\e603";
}

.icon-arrow-right2:before {
  content: "\e60c";
}

.icon-arrow-left22:before {
  content: "\e607";
}

.icon-arrow-down22:before {
  content: "\e609";
}

.icon-arrow-up22:before {
  content: "\e606";
}

.icon-arrow-right22:before {
  content: "\e60a";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e613";
}

.icon-instagram:before {
  content: "\e907";
}

/*===== COMMON =====*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: inline-block;
  vertical-align: middle;
}

img, audio, video, canvas {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.md {
  display: none !important;
}

/* Base */
html, body {
  width: 100%;
  min-height: 100%;
}

body {
  background: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro", Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.url {
  color: #0084e7;
  text-decoration: underline;
}

.url:hover {
  text-decoration: none;
}

/* Font */
.wf1 {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

/* Text */
.color1 {
  color: #009fe8;
}

/* Button */
.gb-btn1 {
  display: table;
  width: 100%;
  height: 60px;
  background: #eef7fe;
  padding: 0 17px 0 15px;
  font-size: 15px;
  line-height: 1.4666666667;
  color: #009fe8;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gb-btn1 span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 45px;
  background: url(img/common/arrow02.svg) no-repeat 100% 50%;
  background-size: 25px auto;
}

.gb-btn1:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

/*===== HEADER =====*/
header {
  height: 56px;
  padding: 19px 18px 0;
}

.btn-menu {
  position: fixed;
  top: 25px;
  right: 15px;
  z-index: 100;
}

.btn-menu:before {
  display: inline-block;
  content: " ";
  width: 16px;
  height: 11px;
  background: url(img/common/btn_menu.svg) no-repeat;
  background-size: 100% 100%;
}

.btn-menu span {
  color: #0084e7;
  margin-left: 7px;
}

/*===== NAVIGATION =====*/
.nav-sm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #019fe8;
  color: #fff;
  overflow-y: auto;
  padding: 24px 17px;
}

.nav-sm .nav-btn {
  text-align: right;
}

.btn-close {
  display: inline-block;
}

.btn-close:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  width: 12px;
  height: 12px;
  background: url(img/common/btn_close.svg) no-repeat;
  background-size: 100% 100%;
}

.btn-close span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.nav-sm .nav-bar {
  padding-left: 10%;
  margin: 50px auto;
  width: 90%;
}

.nav-sm .nav-bar li {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.nav-sm .nav-bar li:nth-child(even) {
  padding-left: 10px;
}

.nav-sm .nav-bar li a {
  text-decoration: underline;
  padding: 2px;
}

.nav-sm .nav-bar li.active a {
  background: #fff;
  color: #019fe8;
  text-decoration: none;
}

/*===== FOOTER =====*/
footer {
  margin-top: 48px;
}

.ft-butt .ft-inn {
  padding: 0 5px;
}

.ft-main {
  margin-top: 42px;
  background: #019fe8;
  color: #fff;
}

.ft-main .ft-inn {
  padding: 32px 20px 22px;
  background: url(img/common/ft_back.svg) no-repeat 50% 54px;
}

.ls-ft-sitemap li {
  float: left;
  width: 50%;
  margin-bottom: 26px;
  padding-left: 15px;
}

.ls-ft-sitemap li:nth-child(even) {
  padding-left: 40px;
}

.ls-ft-sitemap li a {
  text-decoration: underline;
}

.ft-main .ft-info {
  margin-top: 8px;
}

.ft-main .ft-info .cont .text {
  margin-top: 18px;
}

.ft-main .ft-info .cont .text .des {
  font-size: 10px;
}

.ft-copy {
  background: url(img/common/patt01.svg) repeat 50% 0;
  color: #666;
}

.ft-copy .ft-inn {
  padding: 12px 10px 18px;
  text-align: right;
}

.ls-ft-site li {
  display: inline-block;
  margin-left: 25px;
}

.ls-ft-site li:first-child {
  margin-left: 0;
}

.ls-ft-site li a {
  font-size: 12px;
  text-decoration: underline;
}

.ft-copy .copyright {
  font-size: 8px;
  margin-top: 10px;
  margin-bottom: 40px;
  letter-spacing: normal;
}

.ft-pagetop {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #019fe8;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/*===== MAIN =====*/
/* Breadcrumb */
.block-breadcrumb {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #aaaaaa;
}

.block-breadcrumb .block-inn {
  padding: 0 18px;
}

/*.breadcrumb span[property="itemListElement"] {
	margin-left: 5px;
}
.breadcrumb span[property="itemListElement"] span {
	vertical-align: middle;
}
.breadcrumb span[property="itemListElement"]:first-child {
	margin-left: 0;
}*/
.block-breadcrumb a:hover {
  text-decoration: underline;
}

/*.breadcrumb span[property="itemListElement"]:before {
	display: inline-block;
	content: ">";
	margin-right: 5px;
	vertical-align: middle;
}
.breadcrumb span[property="itemListElement"]:first-child:before {
	display: none;
}*/
/* Top */
.block-top-intro {
  text-align: center;
  padding: 23px 0 15px;
  overflow: hidden;
}

.block-top-intro .block-inn {
  padding: 0 18px;
}

.block-top-intro .logo {
  position: relative;
  width: 170px;
  height: 220px;
  margin: 0 auto;
  left: 10px;
}

.block-top-intro .logo .onpu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17.8%;
  /*height: 150px;*/
}

.block-top-intro .logo .onpu .bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  background: #000;
}

.block-top-intro .logo .logohead {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
}

.block-top-intro .logo .onpu .otama {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.block-top-intro .logo .onpu .icon {
  display: none;
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  z-index: 1;
}

.block-top-intro .logo .onpu1 {
  top: 31px;
  left: -28px;
}

.block-top-intro .logo .onpu1 .bar {
  height: 170px;
}

.block-top-intro .logo .onpu1 .otama,
.block-top-intro .logo .onpu1 .icon {
  top: 165px;
}

.block-top-intro .logo .onpu2 {
  top: 4px;
  left: 17px;
}

.block-top-intro .logo .onpu2 .bar {
  height: 128px;
}

.block-top-intro .logo .onpu2 .otama,
.block-top-intro .logo .onpu2 .icon {
  top: 123px;
}

.block-top-intro .logo .onpu3 {
  top: 58px;
  left: 59px;
}

.block-top-intro .logo .onpu3 .bar {
  height: 125px;
}

.block-top-intro .logo .onpu3 .otama,
.block-top-intro .logo .onpu3 .icon {
  top: 120px;
}

.block-top-intro .logo .onpu4 {
  top: 5px;
  left: 100px;
}

.block-top-intro .logo .onpu4 .bar {
  height: 113px;
}

.block-top-intro .logo .onpu4 .otama,
.block-top-intro .logo .onpu4 .icon {
  top: 108px;
}

.block-top-intro .logo .onpu5 {
  top: 31px;
  left: 140px;
}

.block-top-intro .logo .onpu5 .bar {
  height: 125px;
}

.block-top-intro .logo .onpu5 .otama,
.block-top-intro .logo .onpu5 .icon {
  top: 120px;
}

.block-top-intro .logo .onpu6 {
  top: 31px;
  left: 140px;
}

.block-top-intro .logo .onpu6 .bar {
  height: 95px;
}

.block-top-intro .logo .onpu6 .otama,
.block-top-intro .logo .onpu6 .icon {
  top: 90px;
}

.block-top-intro .name {
  margin-top: 20px;
}

.block-top-intro .name img {
  /*width: 90%;*/
  margin-left: 2%;
}

.block-top-intro .sound_onoff {
  display: block;
  margin-top: 20px;
}

.block-top-intro .sound_onoff span {
  background: url(img/common/sndbtn.png) no-repeat;
  width: 53px;
  height: 44px;
  display: inline-block;
}

.block-top-intro .sound_onoff.on span {
  -webkit-animation: sndbtn_ani 1s steps(20) 0s infinite;
          animation: sndbtn_ani 1s steps(20) 0s infinite;
}

.block-top-intro .sound_onoff.off span {
  background-position: -1060px 0;
}

@-webkit-keyframes sndbtn_ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1060px 0;
  }
}

@keyframes sndbtn_ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1060px 0;
  }
}
.block-top-slide {
  background: #019fe8;
  color: #fff;
  margin-bottom: 18px;
}

.mod-top-intro {
  padding: 37px 15px 21px;
}

.mod-top-intro .tags li {
  float: left;
  margin-left: 14px;
}

.mod-top-intro .tags li:first-child {
  margin-left: 0;
}

.mod-top-intro .tags li img {
  width: auto !important;
  height: 23px;
}

.mod-top-intro .titl {
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: 1.4em;
}

.mod-top-intro .name {
  margin-top: 7px;
}

.mod-top-intro .name img {
  width: 246px;
}

.mod-top-intro .cont {
  line-height: 1.6153846154;
  margin-top: 18px;
  letter-spacing: 0.05em;
  text-align: justify;
}

.mod-top-intro .link {
  margin-top: 21px;
}

.mod-top-intro .link li {
  margin-top: 14px;
}

.mod-top-intro .link li:first-child {
  margin-top: 0;
}

.mod-top-intro .link li span {
  display: block;
  min-height: 25px;
  line-height: 25px;
  background: url(img/common/arrow01.svg) no-repeat 0 0;
  background-size: 25px auto;
  padding-left: 33px;
  font-size: 14px;
}

.mod-top-intro .link li span a {
  text-decoration: underline;
  display: inline-block;
}

.mod-top-intro .link li span a:hover {
  text-decoration: none;
}

.mod-top-slide {
  position: relative;
}

.mod-top-slide .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-top: 8px;
}

.mod-top-slide .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.mod-top-slide .slick-dots li button {
  display: block;
  text-indent: -99999px;
  width: 11px;
  height: 11px;
  background: #dcdcdc;
  border: none;
  outline: none;
  border-radius: 100%;
}

.mod-top-slide .slick-dots .slick-active button {
  background: #029fec;
}

.slick-top li img {
  display: block;
  width: 100%;
}

.block-top-access {
  padding-top: 38px;
}

.block-top-access .block-inn {
  padding: 0 5px;
}

.ls-top-access .ls {
  margin-top: 5px;
}

.ls-top-access .ls:first-child {
  margin-top: 0;
}

.ls-top-access .it {
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.ls-top-access .it .thum img {
  display: block;
  width: 100%;
}

.ls-top-access .it .cont {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
}

.ls-top-access .it .ttl {
  font-size: 10px;
}

.ls-top-access .ls-one .it .des {
  width: 168px;
}

.ls-top-access .ls-two .it .ttl {
  width: 160px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 8px;
  line-height: 1.1925;
  text-align: right;
}

.ls-top-access .ls-two .it .des {
  width: 133px;
}

.ls-top-access .ls-thr .it .des {
  width: 135px;
}

.ls-top-access .ls-fou .it .des {
  width: 197px;
}

.block-top-news {
  margin-top: 45px;
}

.block-top-news .block-inn {
  padding: 0 5px;
}

.block-top-news .block-ttl {
  text-align: center;
}

.block-top-news .block-ttl .jp {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.block-top-news .block-ttl .en {
  display: block;
  font-size: 10px;
}

.block-top-news .block-cnt {
  margin-top: 20px;
}

.mod-facebook .mod-cnt {
  text-align: center;
}

.mod-news {
  margin-top: 7px;
}

.ls-news .ls {
  margin-top: 5px;
}

.ls-news .ls:first-child {
  margin-top: 0;
}

.ls-news .it {
  background: #eef7fe;
  padding: 10px;
}

.ls-news .it .date {
  color: #666;
}

.ls-news .it .text a {
  color: #009fe8;
  text-decoration: underline;
}

.ls-news .it .text a:hover {
  text-decoration: none;
}

.mod-news .mod-btn {
  margin-top: 12px;
  text-align: right;
}

.mod-news .mod-btn .more {
  color: #009fe8;
  text-decoration: underline;
}

.mod-news .mod-btn .more:hover {
  text-decoration: none;
}

/* Orcabrass */
.block-gall-intro {
  margin-top: 33px;
  text-align: center;
}

.block-gall-intro img {
  width: 256px;
}

.block-main-post {
  padding-top: 21px;
}

.block-main-post .post-cate {
  padding: 0 3px;
}

.block-main-post .post-main {
  margin-top: 8px;
}

.ls-post-cate .ls {
  float: left;
  width: 50%;
  padding: 0 3px;
  margin-bottom: 6px;
}

.ls-post-cate .ls-w100 {
  float: left;
  width: 100%;
  padding: 0 3px;
  margin-bottom: 6px;
}

.ls-post-cate .it {
  display: table;
  width: 100%;
  height: 52px;
  background: #eef7fe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ls-post-cate .it:hover {
  background: #0084e7;
}

.ls-post-cate .it span {
  display: table-cell;
  text-align: center;
  padding: 0 5px;
  font-size: 12px;
  color: #0084e7;
  vertical-align: middle;
}

.ls-post-cate .it:hover span {
  color: #fff;
}

.ls-post-cate .ls-w100 .it span {
  display: table-cell;
  text-align: left;
  padding: 0 20px;
  font-size: 12px;
  color: #0084e7;
  vertical-align: middle;
  margin-bottom: 6px;
}

.ls-post-cate .ls-w100 .it:hover span {
  color: #fff;
}

.gr-gall-bann {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.gr-gall-bann .thum {
  background-color: #000;
}

.gr-gall-bann .thum img {
  display: block;
  width: 100%;
  opacity: 0.9;
}

.gr-gall-bann .cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  color: #fff;
  z-index: 10;
}

.gr-gall-bann .cont .ttl {
  font-size: 10px;
  color: #fff;
  background-color: #0084e7;
  padding: 2px 4px 0;
  display: inline-block;
}

.gr-gall-bann .cont .tag {
  margin-top: 5px;
}

.gr-gall-bann .cont .tag li {
  margin-top: 5px;
}

.gr-gall-bann .cont .tag li:first-child {
  margin-top: 0;
}

.gr-gall-bann .cont .tag li img,
.gr-gall-bann .cont .svg-h53 li img {
  width: auto !important;
  height: 32px;
}

.gr-gall-bann .cont .svg-h53 {
  /*margin-bottom: 10px;*/
}

.gr-gall-post {
  margin-top: 28px;
  padding: 0 12px;
}

#orcawood .thum {
  height: 200px;
}

#orcawood .cont {
  top: auto;
  bottom: 0;
}

#orcawind .cont {
  top: auto;
  bottom: 0;
}

#orchestra .cont {
  top: 10px;
}

#ballet .cont {
  top: auto;
  bottom: 0;
}

#rashbrass .cont {
  top: auto;
  bottom: 0;
}

.post {
  margin-top: 24px;
}

.post:first-child {
  margin-top: 0;
}

.post .post-titl img {
  width: auto !important;
  height: 45px;
}

.post .post-thum {
  margin-top: 10px;
}

.post .post-thum img {
  width: 100%;
}

.post .post-cont {
  line-height: 1.6153846154;
  margin-top: 3px;
  text-align: justify;
}

.gr-gall-sect {
  margin-top: 25px;
  padding: 0 12px;
}

.sect {
  margin-top: 40px;
}

.sect:first-child {
  margin-top: 0;
}

.sect .sect-ttl {
  background: #0084e8;
  color: #fff;
  font-size: 16px;
  padding: 10px 8px;
}

.sect .sect-ttl span {
  font-size: 12px;
}

.sect .sect-cnt {
  margin-top: 22px;
}

.sect .sect-des {
  font-size: 12px;
  margin-top: 8px;
  text-align: justify;
  color: #666;
}

.ls-gall01 .ls {
  margin-top: 35px;
  text-align: center;
}

.ls-gall01 .ls:first-child {
  margin-top: 0;
}

.ls-gall01 .cnt .tag span {
  display: block;
  width: 150px;
  height: 33px;
  line-height: 31px;
  border: 1px solid #0084e7;
  padding: 0 5px;
  text-align: center;
  color: #0084e7;
  margin: 0 auto;
}

.ls-gall01 .cnt .txt {
  line-height: 1.6153846154;
  margin-top: 15px;
}

.ls-gall01 .pic {
  margin-top: 10px;
}

.ls-gall01 .ls-one .pic img {
  width: 215px;
}

.ls-gall01 .ls-two .pic img {
  width: 286px;
}

.ls-gall01 .ls-thr .pic img {
  width: 296px;
}

.ls-gall02 {
  margin: 30px -1px 0;
}

.ls-gall02 .ls {
  float: left;
  width: 50%;
  padding: 0 1px;
}

.ls-gall02 .it img {
  display: block;
  width: 100%;
}

.sect-two .sect-cnt {
  margin-top: 12px;
}

.ls-gall03 .ls {
  margin-top: 10px;
}

.ls-gall03 .ls:first-child {
  margin-top: 0;
}

.ls-gall03 .it .ttl {
  height: 33px;
  line-height: 31px;
  border: 1px solid #0084e7;
  padding: 0 18px;
  color: #0084e7;
}

.ls-gall03 .it .cnt {
  margin-top: 3px;
  background: #eef7fe;
  padding: 18px 10px;
}

.ls-dot li {
  font-size: 12px;
}

.ls-dot li:before {
  display: block;
  float: left;
  content: "・";
}

.ls-dot li p {
  overflow: hidden;
}

.sect-thr .sect-cnt {
  margin-top: 8px;
}

.ls-gall04 .ls img {
  display: block;
  width: 100%;
}

.ls-gall05 {
  margin-top: 28px;
}

.ls-gall05 .ls {
  margin-top: 23px;
}

.ls-gall05 .ls:first-child {
  margin-top: 0;
}

.ls-gall05 .it .tag span {
  display: block;
  width: 113px;
  height: 33px;
  line-height: 31px;
  border: 1px solid #0084e7;
  padding: 0 5px;
  text-align: center;
  color: #0084e7;
  margin: 0 auto;
}

.ls-gall05 .it .cnt {
  margin-top: 10px;
  line-height: 1.6153846154;
  text-align: justify;
}

.sect-fou .sect-cnt {
  margin-top: 8px;
  line-height: 1.6153846154;
}

/* common */
.block-gall-intro .block-inn .block-ttl .jp-h1 {
  display: block;
  font-size: 21px;
  letter-spacing: 0.2em;
}

.block-gall-intro .block-inn .block-ttl .en-h1 {
  display: block;
  font-size: 10px;
}

.gr-gall-bann .font-blue {
  color: #0084e7;
}

.pad10 {
  padding: 0 10px;
}

.pad12 {
  padding: 0 12px;
}

.mbottom20 {
  margin-bottom: 20px;
}

.mgntop10 {
  margin-top: 10px;
}

.mgntop30 {
  margin-top: 30px;
}

.block-main-post .text {
  line-height: 1.6153846154;
  text-align: justify;
  overflow: hidden;
}

.scroll_tbl {
  overflow: auto;
  margin-bottom: 60px;
}

.scroll::-webkit-scrollbar {
  height: 3px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.fcolor_red {
  color: #e40058;
}

.fcolor_blue {
  color: #0084e7;
}

.post-main .text {
  line-height: 1.6153846154;
  text-align: justify;
  padding: 0 12px;
  margin-bottom: 15px;
}

/* special ensemble */
/* activities */
h2.blue_ttl {
  color: #0084e7;
  border-left: 10px solid #0084e7;
  height: 26px;
  font-size: 13px;
  padding-top: 6px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.block-main-post .text .tblcmt {
  display: block;
  text-align: right;
  padding-top: 10px;
}

.tbl_blue {
  font-size: 12px;
  margin-bottom: 20px;
  white-space: nowrap;
  min-width: 100%;
}

.tbl_blue th {
  background-color: #0084e7;
  color: #fff;
  font-weight: normal;
  padding: 7px;
}

.tbl_blue td {
  background-color: #eef7fd;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 7px;
}

.tbl_blue .kouen,
.tbl_blue .lesson {
  text-align: center;
}

/* repertory */
.block-gall-intro .block-inn .block-ttl .icon {
  width: 43px;
  height: 55px;
  margin-top: 20px;
}

/* services */
.sect_title {
  margin-bottom: 20px;
  margin-left: 12px;
}

.sect_title img {
  height: auto;
}

#kansyokai .sect_title img {
  width: 156px;
}

#event .sect_title img {
  width: 290px;
}

#class .sect_title img {
  width: 126px;
}

#lesson .sect_title img {
  width: 188px;
}

.sect .photo {
  padding: 0 12px;
}

.sect .photo li {
  margin-bottom: 10px;
}

.sect .main_koushi_title {
  text-align: center;
  margin: 30px 0;
}

.sect .main_koushi_title img {
  width: 157px;
  height: auto;
}

.main_koushi .koushi {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 30px;
  /*height: 416px;*/
}

.main_koushi .koushi li {
  width: 48%;
}

.main_koushi .koushi li img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.main_koushi .koushi li p {
  font-size: 8px;
  margin-top: 7px;
  text-align: center;
}

.main_koushi .koushi li p span {
  display: block;
  font-size: 13px;
}

/* company */
.company_sect {
  padding: 0 12px;
}

.company_midashi {
  text-align: left;
  margin-bottom: 20px;
}

.company_midashi img {
  width: 170px;
  height: 40px;
  margin-left: -1px;
}

.company_midashi img:first-child {
  width: 300px;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 3px;
}

.company_msg {
  margin-bottom: 70px;
}

.post-main .company_msg .text {
  margin-bottom: 20px;
  padding: 0;
}

.company_msg .photo {
  margin-bottom: 10px;
}

.company_msg .prof .name {
  color: #0084e7;
  font-size: 24px;
  margin-bottom: 20px;
}

.company_msg .prof .name .katagaki {
  color: #000;
  font-size: 12px;
  display: block;
}

.company_info_title {
  margin-bottom: 20px;
}

.company_info_title img {
  width: 147px;
  height: 34px;
}

.company_info_tbl {
  white-space: normal;
}

/* Q & A */
.qa {
  margin-bottom: 10px;
}

.qa .question {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 11px;
  padding-bottom: 8px;
  position: relative;
  text-decoration: none;
  color: #0084e7;
  border: 1px solid #0084e7;
}

.qa .question:hover {
  color: #fff;
  background-color: #0084e7;
}

.qa .question::before {
  content: "Q";
  font-size: 24px;
  left: 10px;
  position: absolute;
  top: 0;
}

.qa .question span {
  color: #0084e7;
  display: block;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 8px;
}

.qa .question:hover span {
  color: #fff;
}

.qa span.close_icon {
  display: none;
}

.qa .answer {
  display: none;
  padding: 15px 0 20px 30px;
}

.qa .answer img {
  max-width: 100%;
  height: auto;
}

.qa .answer a {
  color: #0084e8;
  text-decoration: underline;
}

.qa .answer a:hover {
  text-decoration: none;
}

.qa_title {
  margin-top: 40px;
}

/* contact */
.contact .photo {
  margin: 20px 0;
}

.contact .photo img {
  vertical-align: bottom;
}

.contact div.wpcf7-validation-errors {
  border: none;
  background-color: #fffb85;
  padding: 5px;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #c3e7ff;
  padding: 5px !important;
}

.contact .req {
  color: #f00;
  font-size: 10px;
}

.contact .recaptcha_exp {
  margin-top: 0.5em;
  color: #ccc;
  font-size: 80%;
}
.contact .recaptcha_exp a {
  color: #ccc;
  text-decoration: underline;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
}

#opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

#opening .loading {
  display: none;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}

#opening .loading .onpu {
  width: auto;
  height: 40px;
  text-align: center;
}

#opening .loading .onpu img {
  height: 100%;
}

#opening .loading .moji {
  text-align: center;
  margin: 10px 0 0;
  font-size: 12px;
  /*animation: tenmestu 1s infinite;*/
  /*	transform-origin: 50% -50px;
  */
}

@-webkit-keyframes tenmestu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tenmestu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* news */
.newspage article {
  margin-bottom: 20px;
}

.newspage .news_ttl {
  background-color: #eef7fe;
  padding: 10px;
}

.newspage .news_ttl h2 {
  color: #009fe8;
  font-size: 16px;
}

.newspage .news_ttl h2 a {
  text-decoration: underline;
}

.newspage .news_ttl time {
  color: #afafaf;
  margin-top: 10px;
}

.newspage .news_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #eef7fe;
  padding: 10px;
}

.newspage .news_body img {
  height: auto;
}

.newspage .news_body p {
  margin-bottom: 10px;
}

.newspage .news_body a {
  color: #009fe8;
  text-decoration: underline;
}

.blog_nav ul {
  margin: 0;
  padding: 0;
}

.blog_nav ul li {
  list-style: none;
  padding: 3px 10px;
  background-color: #eef7fe;
  color: #009fe8;
  margin-bottom: 2px;
}

.blog_nav ul li a {
  display: block;
  text-decoration: underline;
  line-height: 30px;
  height: 30px;
  position: relative;
}

.blog_nav .nengetsu span {
  display: inline-block;
  font-size: 18px;
  vertical-align: -2px;
  position: absolute;
  top: 5px;
  right: 0;
}

.blog_nav .nengetsu_list {
  display: none;
}

.blog_nav .nengetsu_list li {
  border-top: dashed 1px #c9e7ff;
}

#kanren_blog {
  width: 100%;
  margin: 20px 0;
}

#kanren_blog a {
  display: inline-block;
}

#kanren_blog .wrap_next {
  text-align: left;
}

#kanren_blog .wrap_prev {
  text-align: right;
}

#kanren_blog .wrap_next > span,
#kanren_blog .wrap_prev > span {
  display: block;
}

#kanren_blog a {
  color: #009fe8;
  text-decoration: underline;
}

.wp-pagenavi {
  margin: 30px 0;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 12px;
  border: none;
  padding: 0;
  margin: 0 1px;
}

.wp-pagenavi > a span {
  border: none;
  margin: 0;
  padding: 0;
}

.wp-pagenavi .extend {
  background-color: transparent;
  color: #542921;
}

.wp-pagenavi .current {
  background-color: #f0e7da;
  color: #542921;
  font-weight: normal;
  vertical-align: middle;
}

.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #009fe8;
  color: #eef7fe;
  vertical-align: middle;
}

.g-recaptcha {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  margin-bottom: 20px;
}

.net_contact input, .net_contact textarea {
  font-size: 16px;
}
.net_contact input[type=radio],
.net_contact input[type=checkbox] {
  display: none;
}
.net_contact input:not([type=radio]), .net_contact textarea {
  border: solid 1px #00abeb;
  padding: 5px 10px;
  width: 100%;
}
.net_contact input:not([type=radio]):focus, .net_contact textarea:focus {
  -webkit-box-shadow: 0 0 2px 0 black;
          box-shadow: 0 0 2px 0 black;
  outline: 0;
}
.net_contact input:not([type=radio])::-webkit-input-placeholder, .net_contact textarea::-webkit-input-placeholder {
  color: gray;
}
.net_contact input:not([type=radio])::-moz-placeholder, .net_contact textarea::-moz-placeholder {
  color: gray;
}
.net_contact input:not([type=radio]):-ms-input-placeholder, .net_contact textarea:-ms-input-placeholder {
  color: gray;
}
.net_contact input:not([type=radio])::-ms-input-placeholder, .net_contact textarea::-ms-input-placeholder {
  color: gray;
}
.net_contact input:not([type=radio])::placeholder, .net_contact textarea::placeholder {
  color: gray;
}
@media (max-width: 639px) {
  .net_contact input:not([type=radio])::-webkit-input-placeholder, .net_contact textarea::-webkit-input-placeholder {
    font-size: 80%;
  }
  .net_contact input:not([type=radio])::-moz-placeholder, .net_contact textarea::-moz-placeholder {
    font-size: 80%;
  }
  .net_contact input:not([type=radio]):-ms-input-placeholder, .net_contact textarea:-ms-input-placeholder {
    font-size: 80%;
  }
  .net_contact input:not([type=radio])::-ms-input-placeholder, .net_contact textarea::-ms-input-placeholder {
    font-size: 80%;
  }
  .net_contact input:not([type=radio])::placeholder, .net_contact textarea::placeholder {
    font-size: 80%;
  }
}
.net_contact input:not([type=radio]) {
  height: 40px;
}
.net_contact .check {
  display: none;
}
.net_contact .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  color: #0084e7;
}
@media (min-width: 768px) {
  .net_contact .title {
    width: 210px;
    margin-bottom: 0;
    font-weight: normal;
  }
}
.net_contact .req {
  color: #f00;
  font-size: 12px;
  padding: 3px 5px;
}
.net_contact .unit {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .net_contact .unit {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.net_contact .unit:not(.radio_area) {
  display: block;
}
@media (min-width: 768px) {
  .net_contact .unit:not(.radio_area).line2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .net_contact .unit:not(.radio_area) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .net_contact .unit:not(.radio_area) .title {
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .net_contact .unit:not(.radio_area) .val {
    width: calc(100% - 210px);
  }
}
.net_contact .unit:not(.radio_area) .val.half input {
  width: 50%;
}
@media (min-width: 768px) {
  .net_contact .radio_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .net_contact .radio_area .title {
    margin-top: 0;
  }
}
.net_contact .radio_area .wpcf7-list-item {
  display: block;
  margin: 0 20px 5px 0;
}
.net_contact .radio_area .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.net_contact .radio_area .wpcf7-list-item-label:hover {
  cursor: pointer;
}
.net_contact .radio_area .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  margin: auto;
  width: 18px;
  height: 18px;
  border: solid 1px #aaa;
  background-color: #fff;
  border-radius: 18px;
}
@media (min-width: 960px) {
  .net_contact .radio_area .wpcf7-list-item-label::before {
    width: 21px;
    height: 21px;
    border-radius: 21px;
  }
}
.net_contact .radio_area input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #00abeb;
  border-radius: 10px;
}
@media (min-width: 960px) {
  .net_contact .radio_area input[type=radio]:checked + .wpcf7-list-item-label::after {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    top: 8px;
    left: 6px;
  }
}
.net_contact .select_area select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 28px;
}
.net_contact .select_area select::-ms-expand {
  display: none;
}
.net_contact .select_area .val {
  position: relative;
  border: solid 1px #aaa;
  padding: 5px 10px;
  background: #ffffff;
}
.net_contact .select_area .val::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 5.5px 0 5.5px;
  border-color: #00abeb transparent transparent transparent;
  pointer-events: none;
}
@media (min-width: 768px) {
  .net_contact .cb_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.net_contact .cb_area .title {
  color: #0084e7;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .net_contact .cb_area .title {
    padding-top: 0;
  }
}
.net_contact .cb_area .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 3px;
}
.net_contact .cb_area .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 1.8;
}
.net_contact .cb_area .wpcf7-list-item-label:hover {
  cursor: pointer;
}
.net_contact .cb_area .wpcf7-list-item-label .sub {
  color: #00abeb;
  font-size: 80%;
  margin-left: 10px;
  vertical-align: 1px;
}
.net_contact .cb_area .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #00abeb;
  background-color: #fff;
}
.net_contact .cb_area input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 8px;
  width: 10px;
  height: 17px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}
.net_contact .cb_area input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  background-color: #eee;
  border-color: #00abeb;
}
.net_contact .cb_area input[type=checkbox]:disabled + .wpcf7-list-item-label .main {
  text-decoration: line-through;
  color: #00abeb;
}
@media (min-width: 768px) {
  .net_contact .check_area {
    margin-left: 170px;
  }
}
.net_contact .check_area span.wpcf7-list-item {
  margin-left: 0;
}
.net_contact .check_txt {
  padding: 0 0 5px 30px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  font-size: 12px;
}
.net_contact .check_txt .req {
  margin-right: 5px;
}
.net_contact .check_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #aaa;
  background-color: #fff;
}
.net_contact .check:checked + .wpcf7-list-item-label .check_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 8px;
  width: 10px;
  height: 17px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #00abeb;
  border-right: 3px solid #00abeb;
}
.net_contact .privacy_txt {
  color: #4d4d4d;
  font-size: 11px;
  text-align: justify;
}
@media (min-width: 768px) {
  .net_contact .privacy_txt {
    margin-left: 170px;
  }
}
.net_contact .btn_area {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 20px;
}
.net_contact .btn_area input {
  width: 100px;
  background-color: #00abeb;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.net_contact .btn_area input::-webkit-search-decoration {
  display: none;
}
.net_contact .btn_area input::focus {
  outline-offset: -2px;
}
.net_contact .btn_area input:disabled {
  background-color: #999;
}
.net_contact .btn_area input:not(:disabled) {
  cursor: pointer;
}
.net_contact .btn_area input:not(:disabled):hover {
  background-color: #00abeb;
}
.net_contact .wpcf7-not-valid-tip {
  color: #f00;
}
.net_contact .wpcf7 .ajax-loader {
  position: absolute;
  top: 7px;
  right: 105px;
}
.net_contact .wpcf7 form.invalid .wpcf7-response-output,
.net_contact .wpcf7 form.failed .wpcf7-response-output,
.net_contact .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  border-left: solid 5px #f00;
  margin: 1em 0;
  padding: 0.2em 0 0.2em 0.5em;
}
.net_contact .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  border-left: solid 5px #81b181;
  margin: 1em 0;
  padding: 0.2em 0 0.2em 0.5em;
}

.grecaptcha-badge {
  visibility: hidden;
}

.net_contact {
  background-color: #eef7fd;
  padding: 15px 15px 30px;
}
@media (min-width: 640px) {
  .net_contact {
    padding: 30px 30px 50px;
  }
}
/*# sourceMappingURL=style.css.map */