@charset "utf-8";

/* ========================================

ベースCSS

======================================== */



@font-face {
    font-family: 'Noto Sans JP', sans-serif;
        src: url("../font/NotoSansJP-Regular.woff") format("woff");

}


body {
  /*font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",;*/

  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #4D4D4D;
  font-weight: 400;
    

    
}

ul, li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.red {
  color: #F00;
}

table, th, td {
  border-collapse: collapse
}

form{padding: 0px; margin: 0px;}
/*
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;}
.clearfix {
	display: inline-block;
	position:relative;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
*/

.clear {
  clear: both;
}

a:link {
  color: #000000;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #CCCCCC;
}

a:active {
  color: #ffffff;
}

.br:before {
  content: "\A";
  white-space: pre;
}

input, select {
  -webkit-appearance: none;
  border: none;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
}

section {
  height: auto;
  width: 100%;
  max-width: 960px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

input[type="text"],input[type="email"] {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

select {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
}


/* ========================================

フッター

======================================== */



footer {
  padding: 0px 0px 50px 0px;
}
.footer_inner{
  background-color: #f7f7f7;
  background-repeat: repeat;
  padding: 78px 0px 80px 0px;
    
}



/* ACCESS==================================================== */

footer h2 {
  color: #ea511f;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
  padding: 0px 0px 0px 0px;
  font-size: 41px;
    margin: 0px 0px 30px 0px;
    height: 41px;
    line-height: 30px;
}






footer ul {
  width: 100%;
  margin: 27px auto 30px auto;
  padding: 0x 0px 0px 0px;
  text-align: center;
    height: 50px;
    line-height: 18px;
    max-width: 900px;
}

/*480px 以下*/

@media screen and (max-width: 480px) {
    
    
footer h2  {
  color: #ea511f;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
  padding: 50px 0px 0px 0px;
  font-size: 30px;
  margin: 0px 0px 10px 0px;
  height: 37px;
  line-height: 27px;
}
    
.footer_inner{
  padding: 48px 0px 50px 0px;
    
}
    
  footer ul {
    display: none
  }
}


footer ul li {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;

}

footer ul li::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #333;
  position: absolute;
  right: -3px;
  top: 9px;
}


footer ul li:nth-of-type(8)::after {
  display: none
}

footer ul li:last-of-type::after {
  display: none
}

footer ul li a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 5px 8px 5px 8px;
}



footer p.text {
  text-align: center;
  padding: 0px 30px 18px 30px;
}

footer p.text span{display: inline-block;font-size: 18px;margin-bottom: 10px}


footer #map {
  width: 100%;
  margin: 0px auto 0px auto;
  max-width: 960px;
    height: 450px;
 position: relative;
}

footer #map iframe{position: absolute;top:0px;opacity: 0;background-color: #FFF}


footer.ani #map iframe {
  animation-name: footer_map;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

@keyframes footer_map {
  0% {
    top: -200px;opacity: 0
  }
  100% {
    /*left: calc(100% + 85px);*/
    top: 0px;opacity: 1
  }
}




footer p.copy {
  text-align: center;
  padding: 0px 30px 0px 30px;
  font-weight: 300;
    margin: 0px;
  font-size: 12px;

}

/*480px 以下*/

@media screen and (max-width: 480px) {

 footer p.text span{display: inline-block;font-size: 18px;margin-bottom: 10px; font-size: 14px;}   
    
footer p.copy {
  padding: 30px 30px 0px 30px;
}
}

footer #map {
  width: 100%;
  margin: 0px auto 0px auto;
  max-width: 960px;
}





@media print {
  /*印刷用CSSの定義を指定する*/
  footer #map {
    height: 450px;
    position: relative
  }
  footer #map::after {
    z-index: 9999;
    background-image: url(../img/g_map.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    content: "";
    display: block;
    top: 0px;
    left: 0px;
    position: absolute;
  }
}



#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
    z-index: 9999;
}

#page_top a {
  background: #ea511f;
  text-decoration: none;
  color: #fff;
  width: 30px;
  padding: 10px;
  text-align: center;
  display: block;
    line-height: 15px;
}

#page_top a:hover {
  text-decoration: none;
  background-color: #F29879;
}


/*480px 以下*/

@media screen and (max-width: 480px) {

#page_top {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
    
    #page_top a {
  width: 30px;
  padding: 10px;
  text-align: center;
  display: block;
    line-height: 15px;
        
    }
    
}


@media print {
  /*印刷用CSSの定義を指定する*/
  #page_top {
    display: none
  }
}