@charset "UTF-8";
@import url("reset.css");
/*  common
----------------------------------------------------------- */

#wrap {
  width: 100%;
  min-width: 1150px;
  background-color: #f5f5f5;
}

#container {
  width: 1150px;
  margin: 0 auto;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha( opacity=70)”;
}

img {
  max-width: 100%;
}

#pagetop {
  width: 800px;
  text-align: right;
  margin: 10px auto 0;
}

/*  header
----------------------------------------------------------- */

#header {
  background-image: url(../img2014/common/bg_head.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 1150px;
  height: 177px;
  position: relative;
}

#header #logo {
  padding: 35px 0 0 50px;
}

#header #headR {
  /*  width: 390px;*/
  position: absolute;
  top: 50px;
  right: 50px;
}

#header #headR .boxL {
  display: inline;
  float: left;
}

#header #headR .boxL a {
  margin-right: 10px;
}

#header #headR .boxR {
  display: inline;
  float: right;
}

/*  nav
----------------------------------------------------------- */

#nav {
  /* 20150707 ナビの追加により変更
  margin-left: 125px;
  width: 900px;
*/
  margin-left: 80px;
  width: 1000px;
}

#nav li {
  display: inline-block;
  float: left;
  margin-right: 12px;
}

/*  SocialShareButton
----------------------------------------------------------- */

#header .SocialShareButton {
  position: absolute;
  top: 10px;
  right: 35px;
  float: right;
  line-height: 100%;
}

.SocialShareButton li {
  float: left;
  margin-right: 1rem;
  min-width: 70px;
}

#header .SocialShareButton li a {
  display: block;
  position: relative;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

#header .SocialShareButton .facebooklike a {
  background: #3C5A99;
}

.SocialShareButton li.twittertweet a {
  background: #1DA1F2;
}

.SocialShareButton li.linesend a {
  text-indent: 1rem;
  background: #00B900;
}

.SocialShareButton li.linesend a img {
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: 0.25rem;
  top: 0.2rem;
}

#header .SocialShareButton a i {
  margin-right: 0.25rem;
}

/*  contents
----------------------------------------------------------- */

#contents {
  width: 1050px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  padding-top: 20px;
}

.main_slider {
  width: 1010px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
  background-image: url(../img2014/common/bg_dot.png);
  background-repeat: repeat;
}

.main_slider ul#main_image li {
  width: 900px;
}

.main_slider ul#my_slider_pager {
  width: 1050px;
  margin: 0 auto;
  padding: 12px 0;
}

.main_slider ul#my_slider_pager li {
  float: left;
  margin-left: 50px;
}

.main_slider ul#my_slider_pager li:first-child {
  margin-left: 65px;
}

.main_slider ul#my_slider_pager li .active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  zoom: 1;
}

/*  what's new
----------------------------------------------------------- */

#new {
  margin-top: 40px;
}

#new .inner {
  width: 1010px;
  margin: 10px auto;
}

#new .inner .boxL {
  width: 490px;
  float: left;
  border: 1px solid #B3B3B4;
  height: 430px;
  border-radius: 10px;
}

#new .inner .boxL h3 {
  padding: 5px;
}

#new .inner .boxL iframe {
  width: 450px;
  height: 390px;
  padding: 20px;
}

#new .inner .boxR {
  width: 493px;
  float: right;
}

#new .inner .boxR #blogInfo {
  width: 493px;
  height: 348px;
  border: 1px solid #B3B3B4;
  margin-bottom: 12px;
  border-radius: 10px;
}

#new .inner .boxR #blogInfo h3 {
  padding: 5px;
}

#new .inner .boxR .blogBox {
  width: 470px;
  height: 280px;
  margin: 10px 5px;
  overflow: scroll;
}

#new .inner .boxR .blogBox .line {
  border-bottom: dotted 1px #B3B3B4;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/*  EVENT
----------------------------------------------------------- */

#event {
  margin-top: 40px;
}

#event .inner {
  width: 960px;
  margin: 10px auto;
}

#eventTable table {
  width: 960px;
  margin: 20px auto;
  border: 1px solid #B3B3B4;
}

#eventTable tr, #eventTable td {
  border: 1px solid #B3B3B4;
}

/*  services
----------------------------------------------------------- */

#services {
  margin-top: 40px;
}

#services .inner {
  width: 1010px;
  margin: 10px auto;
  border: 20px solid #FFAA00;
  border-radius: 10px;
}

#services .inner ul {
  width: 1010px;
}

#services .inner ul li {
  border-bottom: 2px dotted #FF99CC;
  border-right: 2px dotted #FF99CC;
  float: left;
  width: 310px;
  height: 100px;
  padding: 10px 12px;
}

#services .inner ul li.last {
  border-right: none
}

#services .inner ul li.secFirst {
  border-top: none;
  clear: both;
}

#services .inner ul li.sec {
  border-bottom: none;
}

#services .inner ul li.secLast {
  border-bottom: none;
  border-right: none
}

#services .inner ul li dt {
  width: 100px;
  float: left;
}

#services .inner ul li dd {
  width: 195px;
  float: right;
}

#services .inner ul li dd h3 {
  font-weight: bold;
  font-size: 16px;
  color: #982426;
  margin-bottom: 5px;
}

#services .inner ul li dd h3 a {
  color: #CF121B;
  text-decoration: none;
}

#services .inner ul li dd h3 a:hover {
  text-decoration: underline;
}

#services .inner ul li dd p {
  font-size: 13px;
  line-height: 1.3em;
}

#services .inner ul li dd p span {
  background-color: #666767;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}

/*shopInfo
----------------------------------------------------------- */

#shopInfo {
  margin-top: 40px;
}

#shopInfo .inner {
  width: 940px;
  margin: 10px auto;
  padding: 15px 55px 5px;
  border: 1px solid #dbdcdc;
}

#shopInfo .inner li {
  width: 470px;
  float: left;
  margin-bottom: 10px;
}

#shopInfo .inner li dt {
  width: 122px;
  float: left;
}

#shopInfo .inner li dd {
  width: 250px;
  float: left;
  margin-left: 20px
}

#shopInfo .inner li dd h3 {
  font-weight: bold;
  font-size: 16px;
}

#shopInfo .inner li dd h3 a {
  color: #000000;
}

#shopInfo .inner li dd p {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 13px;
}

/*link
----------------------------------------------------------- */

#link {
  margin-top: 40px;
  padding-bottom: 13px;
}

#link .inner {
  width: 1050px;
  margin: 10px auto;
}

#link .inner .boxL {
  width: 850px;
  float: left;
}

#link .inner .boxL td {
  padding: 2px 0;
}

#link .inner .boxR {
  width: 125px;
  float: right;
  border: 1px solid #989898;
}

#link .inner .boxR td {
  border-bottom: 1px solid #989898;
}

/*footer
----------------------------------------------------------- */

#footer {
  width: 1100px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
}

#footer #footerLink {
  width: 380px;
  position: absolute;
  /*left:720px;*/
  left: 800px;
  top: 15px;
}

#footer #footerLink li {
  font-size: 12px;
  display: inline-block;
  float: left;
  padding-right: 20px;
}

#footer #footerLink li a {
  color: #000;
  text-decoration: none;
}

#footer #footerLink li a:hover {
  color: #000;
  text-decoration: underline;
}

#footerL {
  margin-left: 10px;
  padding-bottom: 30px;
}

#footerL h3 {
  font-size: 15px;
  font-weight: bold;
}

#footerL p {
  font-size: 12px;
  line-height: 1.5em;
}

/*other
----------------------------------------------------------- */

#other h1 {
  background-image: url(../img2014/other/bg_h1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  font-size: 20px;
}

#other h2 {
  background-image: url(../img2014/other/bg_h2r.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 0 0 5px 20px;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 16px;
}

#other h3 {
  background-image: url(../img2014/other/bg_h3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 25px 0 12px 10px;
  margin: 15px 0 5px 10px;
  color: #fff;
  font-weight: normal;
}

#other p {
  margin-left: 20px;
  margin-right: 20px;
}

#other .sec {
  margin-top: 1em;
}

#other p.kome {
  font-size: 12px;
}

#other ul {
  margin-left: 20px;
  margin-right: 20px;
}

#other ol {
  margin-left: 20px;
  margin-right: 20px;
}

#other ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#other ol li {
  text-indent: -1.4em;
  padding-left: 0.5em;
  list-style-type: none;
}

#other ol li ul {
  margin: 0;
}

#other ol li ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#other table {
  margin: 10px 20px 0;
  border: 1px solid #666666;
  width: 90%;
}

#other table th {
  text-align: left;
  background-color: #dddddd;
  padding: 5px;
  width: 60%;
  border: 1px solid #666666;
  white-space: nowrap;
}

#other table td {
  text-align: left;
  padding: 5px;
  border: 1px solid #666666;
}

#my_slider_pager li {
  max-width: 180px;
}

#my_slider_pager li img {
  max-width: 100%;
}

select, input, button {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.headerTaxFreeLink {
  height: 70px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

/* 音楽教室用のテンプレートCSS */

.school_shop {
  display: flex;
}

.school_shop a {
  display: block;
  width: 100%;
  margin: 0.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.school_shop a img {
  border-radius: 5px 5px 0px 0px;
}

.school_shop a:hover {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
  border: solid 1pxrgba(0, 0, 0, 0.2);
}

.school_shop a img:hover {
  opacity: 1;
}

.school_shop a p {
  display: block;
  color: black;
  border-radius: 0px 0px 5px 5px;
  padding: 0.25rem 0rem;
  color: black;
  font-size: 1.25rem;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+72,f7f7f7+100 */
  background: rgb(252, 252, 252);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */
}

.school_shop a p span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
}

.gotocourse {
  text-align: center;
}

.gotocourse a {
  display: inline-block;
  text-align: center;
  min-width: 70%;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  font-weight: 900;
  margin: 0rem 0rem 3rem 0rem;
  color: #9B7201;
  transition: 0.15s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7ba02+0,e2a702+100&0.1+0,0.2+100 */
  background: -moz-linear-gradient(top, rgba(247, 186, 2, 0.1) 0%, rgba(226, 167, 2, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(247, 186, 2, 0.1) 0%, rgba(226, 167, 2, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(247, 186, 2, 0.1) 0%, rgba(226, 167, 2, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af7ba02', endColorstr='#33e2a702', GradientType=0);
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+72,f7f7f7+100 */
  background: rgb(252, 252, 252);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */
}

.gotocourse a:hover {
  opacity: 1;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
}

.gotocourse a img {
  height: 2rem;
}

.courceMain {
  font-size: 1.5rem;
  background: rgba(0, 0, 100, 1);
  color: white;
  padding: 0.5rem;
  margin: 1rem 0rem 0.5rem 0rem;
}

.courceSub {
  border-left: solid 1rem rgba(100, 100, 255, 1);
  font-size: 1.25rem;
  padding: 0.5rem;
  margin: 0.5rem;
}

.musicschoolCource {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.musicschoolCource .cource {
  display: block;
  width: 220px;
  max-width: 45%;
  margin: 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  padding: 0.25rem;
  border-radius: 5px;
  transition: 0.15s;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,fcfcfc+72,f7f7f7+100 */
  background: rgb(252, 252, 252);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(252, 252, 252, 1) 72%, rgba(247, 247, 247, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */
}

.musicschoolCource .cource:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background: white;
}

.musicschoolCource .cource:hover img {
  opacity: 1;
}

.musicschoolCource .cource img {
  display: block;
}

.musicschoolCource .cource span {
  display: block;
  text-align: center;
  padding: 0.25rem;
}

.schoolforeachstore {
  display: flex;
}

.schoolforeachstore .stores {
  border: solid 1px rgba(0, 0, 100, 0.2);
  display: flex;
  flex-direction: column;
  margin: 0.25rem;
  padding: 0.25rem;
  width: 100%;
  line-height: 1.8;
  transition: 0.15s;
}

.schoolforeachstore .stores:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

.schoolforeachstore .stores:hover {
  background: rgba(255, 255, 0, 0.1);
}

.schoolforeachstore .stores a {
  display: block;
  text-decoration: none;
  padding: 0.2rem;
  color: blue;
  transition: 0.15s;
}

.schoolforeachstore .stores a:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}

.schoolforeachstore .stores a:hover {
  background: rgba(0, 0, 100, 0.3);
  color: white;
}

.schoolforeachstore .stores h3 {
  background: rgba(200, 150, 0, 1);
  color: white;
  padding: 0.25rem;
  text-align: center;
}

.schoolforeachstore .stores h3 a {
  color: white;
}

@media(max-width:467px) {
  .schoolforeachstore {
    flex-direction: column;
    border: none;
  }
  .schoolforeachstore .stores {
    margin: 0rem;
  }
  .schoolforeachstore .stores a {
    font-size: 1.25rem;
    padding: 0.25rem
  }
}