@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position:relative;
  background: #fff;
  background-size: cover;
  color: #000;
  font-size: 1.4rem;
  font-family: Raleway, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.ha-top{
	position:absolute;
	top:167px;
	left:0%;
}
.ha-bottom{
	position:absolute;
	bottom:56px;
	right:0%;
}
/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 4rem;
}
.heading::before,
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
}
.heading::before {
  bottom: 5px;
}
.button {
  display: inline-block;
  width: 130px;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 1px solid #000;
  text-decoration: none;
  margin:15px 5px 0 0;
}
.button:hover {
  opacity: 0.9;
}

h3{
  margin:30px 0 -10px 0;
}
#phot{
  text-align:center;
}
#ari,#aka,#kiri,#tata,#sen,#jitsu,#syori,#heian{
  text-align:center;
  margin-bottom:-68px;
}
.music{
  margin:55px auto;
  text-align:center;
}
.threeCol {
  width:80%;
  margin:0 auto;
  overflow:hidden;
}
.threeColInner {
  overflow:hidden;
  margin-right:-3%;
}
.threeColInner div {
  width:23%;
  float:left;
  margin-right:2%;
  margin-bottom:150px;
}
.threeColInner div:nth-child(4n+1) {
  clear:both;
}
.threeColInner img {
  width:200px;
  margin-bottom:0.5em;
  border-radius:2px;
  box-shadow:5px 5px 5px 5px #999 ;
}


/* --------------------------------
 * header
 * -------------------------------- */
.header {
  padding: 0 0 20px;
}
#header-a{
  background-color: rgba( 0, 0, 0, 0.15 );
  color: #000;
  text-align:left;
  width: 100%;
  padding: 5px 50px 20px;
  margin: 0 auto;
  border-top:rgba(0, 0, 0, 0.74) solid 30px;
}
.site-title {
  margin: 10px 0 10px;
  font-size: 2.6rem;
  letter-spacing: 10px;
}

/* --------------------------------
 * about
 * -------------------------------- */
.about {
  padding: 75px 120px;
  margin:80px auto;
  width:60%;
  text-align: left;
  border-top:ridge #eee 10px;
  border-left:ridge #eee 10px;
  border-bottom:groove #eee 10px;
  border-right:groove #eee 10px;
  box-shadow:11px 11px 17px 0px #cccccc;
  -moz-box-shadow:11px 11px 17px 0px #cccccc;
  -webkit-box-shadow:11px 11px 17px 0px #cccccc;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.about p{
  line-height: 20px;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
  padding: 30px 0 0;
}
.footer p{
  width: 100%;
  padding:10px;
  margin: 0 auto;
  text-align:center;
  background-color: rgba( 0, 0, 0, 0.15 );
  color: #000;
  border-bottom:rgba(0, 0, 0, 0.74) solid 20px;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1024px) {
  body {
    background-image: none;
  }
@media (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  .heading {
    margin-top: 20px;
    font-size: 2.5rem;
  }
  /* --- header --- */
  .site-title {
    margin-top: 4px;
    font-size: 1.8rem;
	letter-spacing: 1px;
	white-space: nowrap;
  } 
  #header-a{
    padding: 5px 15px 10px;
  }
  .ha-top{
/*	top: 108px;
    left: 10px;
    width: 53%;
*/
display:none;
  }
  .ha-bottom{
/*	bottom: 60px;
    right: 10px;
    width: 43%;
*/
display:none;
  }
  h2{
    border-bottom: 2px solid #999;
	width:80%;
    font-size: 1.8rem;
  }
  h3{
    border-bottom: 1px solid #999;
    width: 55%;
    font-size: 1.5rem;
  }
  /* --- about --- */
  .about {
    padding: 20px 10px;
    margin:10px auto;
    width:90%;
    text-align: left;
  }
  .twoCol {
	margin-right:0;
	margin-bottom:30px;
  }
  .twoColInner {
	margin-right:0;
  }
  .twoColInner div {
	float:none;
	width:100%;
  }
  .threeCol {
	margin-bottom:30px;
  }
  .threeColInner {
	margin-right:0;
  }
  .threeColInner div {
	float:none;
	width:100%;
	margin-bottom:30px;
  }
  #phot{
	margin-top: 50px;
  }
  #ari,#aka,#kiri,#tata,#sen,#jitsu,#syori,#heian{
	margin-bottom:-5px;
    margin-top:50px;
  }
  .button {
	width:135px;
	margin:3px 3px 3px 0;
  }
}



