﻿body {
  background: #e8e8e8;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* header */
header{
  line-height: 0px;
}

header .logo {
  line-height: 0px;
  position: relative;
}
.bg {
  height: 450px;
  object-fit: cover;
}
header .logo img {
  width: 100%;
}

header .kinton_logo {
  width: 60%;
  height: 60%;
  top: 45%;
  z-index: 10;
}

main {
  width: 100%;
}

.menu_bg {
  background: #cacaca;
}

/* footer */
footer{
  background: #000;
  padding: 20px 0px;
}
#company_footer {
  margin: 20px 170px;
}
#company_footer img {
  width: 65%;
}
#copyright {
  text-align: center;
  color: #fff;
  margin-top:40px;
}
#copyright p {
  font-size:14px;
}
img.company_img {
  width: 25%;
}
.transport {
  text-align: center;
  margin-bottom: 20px;
}
.transport img {
  width: 50%;
}

/* ul */
ul.column2 li{
  float: left;
  width: 50%;
  text-align: center;
}
ul.column2 li img {
  width: 80%;
  height: 100%;
}

ul.column3 li{
  float: left;
  width: 33.33333333%;
  text-align: center;
}
ul.column3 li img {
  width: 100%;
  height: 100%;
}

ul.column4 li{
  float: left;
  width: 25%;
  text-align: center;
}
ul.column4 li img {
  width: 100%;
  height: 100%;
}

ul.column5 li{
  float: left;
  width: 20%;
  text-align: center;
}
ul.column5 li img {
  width: 100%;
  height: 100%;
}

ul.column6 li{
  float: left;
  width: 16.66666666%;
  text-align: center;
}
ul.column6 li img {
  width: 100%;
  height: 100%;
}


.menu {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
}
.circle {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 10%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  transition: .4s;
  font-size: 18px;
  background: #000;
  border: 5px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0px 0px 0px 0px #fff;
}
.circle2 {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 10%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  transition: .4s;
  font-size: 22px;
  background: #000;
  border: 5px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0px 0px 0px 0px #fff;
}

.circle:hover {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0px 0px 4px 2px #fff;
}

.menu span {
  font-size: 24px;
  top: 100%;
}

.bg_kinka {
  color: #000;
  text-decoration: none;
  background-image: url(../images/white.png);
}
.bottom_bg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/*---------------- max-screen 992px ----------------*/
@media only screen and (max-width: 992px){
#company_footer {
  margin: 20px 150px;
}
img.company_img {
  width: 30%;
}

.menu {
  width: 90%;
}

}
/* max-screen 992px end */

/*---------------- max-screen 700px ----------------*/
@media only screen and (max-width: 700px){
.circle {
  font-size: 16px;
  border: 4px solid #fff;
}
.menu span {
  font-size: 20px;
}

}
/* max-screen 600px end */

/*---------------- max-screen 600px ----------------*/
@media only screen and (max-width: 600px){
.pc{
  display: none !important;
}
.sp{ 
  display: block !important;
}
ul.column2 li{
  width: 50%;
}
ul.column4 li{
  width: 50%;
  margin-bottom: 30px;
}
h1 {
  font-size:24px;
}
.bg {
  height: 200px;
}
header .kinton_logo {
  width: 60%;
  height: 60%;
  top: 45%;
}

main {
  top: 495px !important;
}

.menu {
  width: 100%;
}

#company_footer {
  margin: 20px 0px;
}
#copyright p {
  font-size:13px;
}
#copyright p span{
  display: block;
}
img.company_img {
  width: 40%;
}
.transport img {
  width: 80%;
}

.circle {
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 18px;
  border: 3px solid #fff;
}
.circle2 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  border: 3px solid #fff;
}
.menu span {
  font-size: 18px;
}

.bottom_bg img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

}
/* max-screen 600px end */
