@charset "UTF-8";
/*
* this css file is footer
*
*
*/
.page_top{
  position: fixed;
  bottom:10px;
  right: 10px;
  z-index: 98;
  width: 50px;
  height: 50px;
  background-color: rgba(100, 100, 100, 0.5);
}
.page_top > a{
  position: relative;
  display: block;
  width:100%;
  height: 100%;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
.page_top > a::after {
  content: "";
  width: 35%;
  height: 35%;
  border-top: 5px solid #ffffff;
  border-left: 5px solid #ffffff;
  position: absolute;
  top: 16%;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg);
  transform: translateY(50%) translateX(-50%) rotate(45deg);
}
footer  {
  background: #000000;
  line-height: 1.5rem;
}
footer > .information {
  position: relative;
  background: #F2F2F2;
  padding-top: 3em;
  padding-bottom: 3em;
  z-index: 1;
}
footer > .information > .inner{
  max-width: 1200px;
  margin: 0 auto 1.5em;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
footer > .information > .inner > section {
  width: calc(30% - 1em);
  padding: 1em;
}
footer > .information > .inner > section:nth-child(2){
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
footer > .information > .inner > section > iframe{
  border: none;
  overflow: hidden;
  width: 100%;
  min-height: 350px;
}
footer > .information > .inner > section.facebook_box{
  text-align: center;
}
footer > .information > .inner > section.info .footer_hdg,
footer h2.rounded{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
footer .info > .item > dt {
  min-width: 6em;
}
footer .screen-reader-text{
  display: none;
}
input[type="submit"]{
  margin: 0 auto;
  font-size: 1rem;
  padding: 0.5em 2em;
  color: #ffffff;
  background-color: #333333;
  opacity: 1;
  border: 0;
}
input[type="search"]{
  padding: 0.3em;
  border: 1px solid #aaaaaa;
  border-radius: 0.2em;
  font-size: 1rem;
}
footer .cat-item{
  font-size: 0.8em;
  border: 1px solid #aaaaaa;
  padding: 0.5em 0.8em;
  display: inline;
  margin: 0 0.2em;
  line-height: 3em;
  white-space: nowrap;
}
footer > .footer{
  background: #000000;
  padding: 1em;
}
footer > .footer > .sns-follow{
  max-width: 150px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
footer > .footer > .sns-follow > li{
  margin: 0.5em;
}
footer > .footer > .sns-follow > li > a {
  width: 40px;
}
footer > .footer > .copyright{
  margin: 0 auto;
  font-size: 0.6rem;
  color: #ffffff;
  text-align: center;
}
/********************************************************
*
* middle size
*
********************************************************/
@media screen and (max-width:640px) {
  footer > .information > .inner {
    max-width: inherit;
    width: inherit;
    display: block;
  }
  footer > .information > .inner > section{
    width: inherit;
    padding: 1em;
  }
  footer > .information > .inner > section:nth-child(2){
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}
