@charset "UTF-8";
/* CSS Document */

body {
  background-color: #FCEED4 !important;
}

a {
  color: blue;
}

:root {
  --f2: #a82c36;
}

p {
  line-height: 1.8;
}

.bg-f2 {
  background-color: #a82c36 !important;
}

.bg-f2-container {
  background-color: #F9F9F9 !important;
}

a.bg-f2:hover, a.bg-f2:focus,
button.bg-ray:hover,
button.bg-ray:focus {
  background-color: #a82c36 !important;
}



.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-f2 .navbar-brand {
  color: #fff;
}



.navbar-f2 .navbar-brand:hover, .navbar-ray .navbar-brand:focus {
  color: #fff;
}

.navbar-f2 .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-f2 .navbar-nav .nav-link:hover, .navbar-f2 .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1.0);
}

.navbar-f2 .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-f2 .navbar-nav .show > .nav-link,
.navbar-f2 .navbar-nav .active > .nav-link,
.navbar-f2 .navbar-nav .nav-link.show,
.navbar-f2 .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-f2 .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-f2 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-f2 .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-f2 .navbar-text a {
  color: #fff;
}

.navbar-f2 .navbar-text a:hover, .navbar-f2 .navbar-text a:focus {
  color: #fff;
}

.jumbotron {
  height: 360px;
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
  border-radius: 0.3rem;
  background-color: #FCEED4;
}

.jumbotron-classic-pc {
  background-image: url(../img/jumbo_classic_pc.png);
  display: block;
}

.jumbotron-classic-sp {
  background-image: url(../img/jumbo_classic_sp.png);
  display: none;
}

.jumbotron-popular-pc {
  background-image: url(../img/jumbo_popular.png);
  display: block;
}

.jumbotron-popular-sp {
  background-image: url(../img/jumbo_popular.png);
  display: none;
}

.jumbotron-kids-pc {
  background-image: url(../img/jumbo_kids_pc.png);
  display: block;
}

.jumbotron-kids-sp {
  background-image: url(../img/jumbo_kids_sp.png);
  display: none;
}

.jumbotron-grow-pc {
  background-image: url(../img/jumbo_grow_pc.png);
  display: block;
}

.jumbotron-grow-sp {
  background-image: url(../img/jumbo_grow_sp.png);
  display: none;
}

.jumbotron-special-pc {
  background-image: url(../img/jumbo_special_pc.png);
  display: block;
}

.jumbotron-special-sp {
  background-image: url(../img/jumbo_special_sp.png);
  display: none;
}

.jumbotron-access-pc {
  background-image: url(../img/jumbo_access_pc.png);
  display: block;
}

.jumbotron-access-sp {
  background-image: url(../img/jumbo_access_sp.png);
  display: none;
}

.jumbotron-rental-pc {
  background-image: url(../img/jumbo_rental_pc.png);
  display: block;
}

.jumbotron-rental-sp {
  background-image: url(../img/jumbo_rental_sp.png);
  display: none;
}

.jumbotron-roomrental-pc {
  background-image: url(../img/jumbo_roomrental_pc.png);
  display: block;
}

.jumbotron-roomrental-sp {
  background-image: url(../img/jumbo_roomrental_sp.png);
  display: none;
}

.jumbotron-teacher-pc {
  background-image: url(../img/jumbo_teacher_pc.png);
  display: block;
}

.jumbotron-teacher-sp {
  background-image: url(../img/jumbo_teacher_sp.png);
  display: none;
}

.jumbotron-piano-pc {
  background-image: url(../img/jumbo_piano_pc.png);
  display: block;
}

.jumbotron-piano-sp {
  background-image: url(../img/jumbo_piano_sp.png);
  display: none;
}

.jumbotron-history-pc {
  background-image: url(../img/jumbo_history_pc.png);
  display: block;
}

.jumbotron-history-sp {
  background-image: url(../img/jumbo_history_sp.png);
  display: none;
}



@media only screen and (max-width: 750px) {
    .jumbotron-classic-pc,.jumbotron-kids-pc,.jumbotron-grow-pc,.jumbotron-special-pc,.jumbotron-access-pc,.jumbotron-rental-pc,.jumbotron-roomrental-pc,.jumbotron-teacher-pc {
        display: none;
    }
    .jumbotron-classic-sp,.jumbotron-kids-sp,.jumbotron-grow-sp,.jumbotron-special-sp,.jumbotron-access-sp,.jumbotron-rental-sp,.jumbotron-roomrental-sp,.jumbotron-teacher-sp {
        display: block;
    }
}



@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron .textarea {
  padding: 0.6rem 1rem 0.02rem;
  background: rgba(0,0,0,0.3);
  margin-top: 12rem;
  color: #fff;
}

.jumbotron .textarea h2 {
  font-weight: 400;
  font-style: normal;
  text-shadow: 0.2rem 0.2rem 0.4rem black;
}

.jumbotron .textarea p {
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  line-height: 1.4;
}



#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #202250;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #777;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    line-height: 2.0;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.text-wh {
    color: #fff;
}

.text-red {
  color: red;
}



.teac-title {
    background-color: #ccc;
    padding: 0.1rem 0.8rem;
    display: inline-block;
}

.teac-title-g {
  background-color: gold;
  padding: 0.1rem 0.8rem;
  display: inline-block;
}

.teac-copy {
    color: #a82c36;
}

.teac-name {
    font-size: 2.0rem;
}

.teac-furi {
    font-size: 1.2rem;
    padding-left: 2.0rem;
}

.teac-text {
    font-size: 0.9rem;
    padding-right: 1.2rem;
    padding-bottom: 1.2rem;
}

.button {
  background-color: #a82c36;
  padding: 0.2rem;
  text-align: center;
  border-radius: 0.3rem;
  color: white;
  margin: 0;
  font-size: 0.8rem;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 250px;
  font-size: 80%;
}

#page-top a {
  display: block;
  background: #ccc;
  color: #666;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

#page-top a:hover {
  background: #eee;
  text-decoration: none;
}


#toco {
  position: fixed;
  bottom: 150px;
  right: 250px;
  font-size: 80%;
}

#toco a {
  display: block;
  background: #a82c36;
  color: yellow;
  width: 45px;
  padding: 25px 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.0rem;
}

.vertical {
  writing-mode: vertical-rl;
}

#toco a:hover {
  background: #722428;
  text-decoration: none;
}

#tkn {
  position: fixed;
  bottom: 350px;
  right: 250px;
  font-size: 80%;
}

#tkn a {
  display: block;
  background: #a82c36;
  color: yellow;
  width: 45px;
  padding: 25px 0px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.0rem;
}

#tkn a:hover {
  background: #722428;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 80%;
  }
  
  #page-top a {
    display: block;
    background: #ccc;
    color: #666;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }
  
  #page-top a:hover {
    background: #eee;
    text-decoration: none;
  }
  
  
  #toco {
    position: fixed;
    bottom: 10;
    right: 10px;
    font-size: 80%;
  }
  
  #toco a {
    display: block;
    background: #a82c36;
    color: yellow;
    width: 30px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.0rem;
  }
  
  .vertical {
    writing-mode: vertical-rl;
  }
  
  #toco a:hover {
    background: #722428;
    text-decoration: none;
  }
  
  #tkn {
    position: fixed;
    bottom: 40%;
    right: 10px;
    font-size: 80%;
  }
  
  #tkn a {
    display: block;
    background: #a82c36;
    color: yellow;
    width: 30px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.0rem;
  }
}

.about {
  text-align: center;
}

ion-icon {
    vertical-align: -3px;
}

#toco ion-icon {
    display : inline-flex;
    align-items: center;
}



.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #FCEED4;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;
}

.breadcrumb li:after {/* ▶を表示*/
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0 0.6em;
  color: silver;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #888;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.0em;
  color: #aaa;
  padding-left: 0.6em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}


.date {
	border-bottom: 1px solid #666;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.performers {
	border-bottom: 1px dotted #666;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
