@charset "UTF-8";

@import url("reset.css");
/* @import url("contents.css"); */






/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fotter
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fotter {
  width: 100%;
  background-color: #f3f3f3;
  padding: 30px 40px 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
      position: relative;
}
#fotter .pp {
  width: 100%;
  /* margin: 0 auto;
  position: relative;
  z-index: 9001; */

  display: flex;
  justify-content: center;
}
#fotter .pp a {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #000950;
}
#fotter .ft_inner {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  z-index: 9001;
}
#fotter .ft_inner .ft_left {
  width: 50%;

  margin-top: 29px;
  padding-left: 97px;
  box-sizing: border-box;
}
#fotter .ft_inner .skytec {
  line-height: 1em;
  margin-left: -97px;
}
#fotter .ft_inner .skytec_sub {
  font-weight: bold;
  margin-bottom: 10px;
}
#fotter .ft_inner .tel a {
  font-weight: bold;
  color: #000;
}
#fotter .ft_inner .copyright {
  font-size: 12px;
  padding-top: 75px;
  margin-left: -97px;
}
#fotter .ft_inner .ft_right {
    position: absolute;
  top: 90px;
  right: 20px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
}
#fotter .ft_inner .ft_right .instagram_box a {
    display: block;
  width: 60px;
  height: 60px;
    background: #FFF url(../images/instagram_icon.jpg) no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    border-radius: 50%;
    box-shadow: 0 0 10px #b7b7b7;
}
#fotter .ft_inner .ft_right .instagram_box a:hover {
    opacity: 0.8;
}





@media only screen and (max-width: 1080px) {
    
    
   
  /* +++++
fotter
++++++++ */

  #fotter .ft_inner {
    flex-wrap: unset;
    flex-direction: column;
  }
  #fotter .ft_inner .pp {
    order: 2;
    margin-top: 25px;
  }
  /*#fotter .ft_inner::before {
		background-size: 75px 77px;
		left: -20px;
		top: -3px;
	}*/
  #fotter .ft_inner .ft_left {
    order: 3;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  #fotter .ft_inner .skytec {
    font-size: 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  #fotter .ft_inner .skytec img {
    width: 200px;
    height: auto;
  }
  #fotter .ft_inner .skytec_sub {
    font-size: 16px;
    margin: -5px 0 0;
    padding-left: 80px;
  }
  #fotter .ft_inner .adress {
    padding-left: 78px;
    font-size: 16px;
  }
  #fotter .ft_inner .tel a {
    display: block;
    width: 80%;
    color: #fff;
    background-color: #000950;
    border-radius: 10px;
    margin: 20px auto 30px;
    padding: 30px 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #fotter .ft_inner .copyright {
    font-size: 14px;
    padding-top: 0;
    margin-left: 0;
    text-align: center;
  } 
    
    
}



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


  /* +++++
fotter
++++++++ */
  /*#fotter .ft_inner::before {
		background-size: 75px 77px;
		left: -20px;
		top: -3px;
	}*/
  #fotter .ft_inner .ft_left {
    padding-left: 0;
  }
  #fotter .ft_inner .skytec {
    font-size: 20px;
    padding-left: 0px;
    margin-left: -29px;
  }
  #fotter .ft_inner .skytec img {
    width: 200px;
    height: auto;
  }
  #fotter .ft_inner .skytec_sub {
    font-size: 16px;
    margin: 2px 0 0;
    padding-left: 42px;
  }
    
    
#fotter .ft_inner .ft_right {
    position: absolute;
  top: 100px;
  right: 20px;
  width: 40px;
  display: flex;
  justify-content: flex-end;
}
#fotter .ft_inner .ft_right .instagram_box a {
  width: 40px;
  height: 40px;
    background: #FFF url(../images/instagram_icon_sp.jpg) no-repeat;
    background-position: center center;
    background-size: 23px 23px;

}

    
    
  #fotter .ft_inner .adress {
    padding-left: 41px;
    font-size: 16px;
  }
  #fotter .ft_inner .tel a {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000950;
    border-radius: 10px;
    margin: 20px 0 30px;
    padding: 30px 0;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}