/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 h1,h2,h3,h4 {
    font-size: 1.2rem !important;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

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

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

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

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

footer.page-footer {
  margin: 0;
}
#index-banner,
#index-banner .parallax-container,
.parallax-container,
.parallax {
  height:150px !important;
  min-height: 150px !important;
  overflow: hidden;}
h1 {
  margin: 0.4rem 0 0.68rem 0 !important;
}
/* nav {
  height: 40px !important;
  line-height: 40px !important;
} */
.parallax-container .section {
    position: absolute !important;
    top: -10% !important;
}
nav .brand-logo {
  color:#333333 !important;
  font-size: 1.1rem !important;
}
nav ul a {
  color:#999999 !important;
}
.heightnarrow {line-height: 1.2em;}
.beautiful {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
}

body { position:relative;}

.fixad {
          position:fixed;
          width:100%;
          height:auto;
          text-align:center;
          padding:2px 0px;
          right:0;
          bottom:0px;
          /*background-color:#BBBBBB;*/
          opacity: 0.9;
          background: rgba(147,147,147, 0.9);
          border: solid 3px #BBBBBB;/*線*/
          border-radius: 10px;/*角の丸み*/
          font-weight: bold;
          font-size:1.2em;
          z-index:2147483647;
     }

/*無料サーバのみ必要*/
@media screen and (max-width: 800px){
     .fixad {
          bottom:100px;
     }
}/*min-width*/

/*光るボタン*/

.shiny-btn4 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 5px auto;
    background-color: #ed4545;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.shiny-btn4:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn4 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*spanの場合のみaタグに別途指定必要*/
a.linkfromeach {
    text-decoration: none;
}

/*gazoubox*/
.ggmap {
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    /* border-top: 4px solid #1c66fe; */
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em 0;
    padding: 2em;
}

/*swiper*/
.swiper-slide .title {
      font-size: 1.3em !important;

    }
    .swiper-slide .subtitle {
      font-size: 1.0em !important;
    }
    .swiper-slide .text {
      font-size: 0.7em !important;
    }
