/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body{
	font-family: 'Sawarabi Mincho', sans-serif;
	background-color:#f9fbe7;
}
nav ul a,
nav .brand-logo {
  color: #444;
}


p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 300px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container2 {
  min-height: 300px;
}
  .parallax-container .section {
    width: 100%;
  }

nav {
  height: 72px;
  line-height: 72px;
}
.parallax-container .parallax img {
  bottom: 50%;
  min-width: 100%;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.ifcen {
	text-align: center;
}
.taleft {

}
.taleft th {
	text-align: center;
}
.taleft td {
	text-align: center;
}
.col .row {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}
.section {
  padding-top:0;
  padding-bottom:0;
}
.row {
    margin-bottom: 0px;
}
.kuhaku{
	margin-left:25px;
}
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
.parallax-container .parallax img {
  min-width: 50%;
}
img.protop{
	width:100%;
	height:auto;
}
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
    .top-logo{
	width:280px;
	height:35px;
  }
.parallax-container .parallax img {
  min-width: 25%;
}
img.protop{
	width:75%;
	height:auto;
}
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


