@charset "UTF-8";

body{
  min-width: 100%;
  background-color: #fff;
  margin: auto;
}

a{
text-decoration: none;
color: #666;
text-align: center;
font-size: 1.1em;
line-height: 25px;
}

header{
width: 100%;
margin-bottom: 20px;
}

hr{
  margin-bottom: 40px;
}


@media screen and (min-width:480px){


#head_up{
  width: 98%;
  padding: 0.5em;
  margin-bottom: 20px;
   display: flex;
}

#head_up h1{
  width: 100%;
  padding: 1.0em 0 0 1%;
  margin-bottom: 20px;
}

#head_up p.Tel{
  width: 86%;
  color: #454545;
  font-size: 1.5em;
   padding-left:2em;
   padding-top: 1.5em;
   text-align: center;
   font-weight: bold;
}

#head_up p.box1{
  width: 50%;
  padding: 1.5em  5% 0 0;
}

#head_up p.box1 img{
width: 100%;
}

#head_up p.box1 img a{
  display: block;
  margin: 1%;
  padding: 0.5em;
  color: #666;
  font-size: 1em;
  text-align: center;
  　background-color: #333;
}

#head_up p.box1 a:hover{
  opacity: 0.7;
  -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
}

#head_dwn {
  width: 99%;
margin-bottom: 5px;
}

nav{
  width: 99%;
}

.head_nav ul{
  display: flex;
  width: 100%;
  padding: 1%;
}

.head_nav ul li{
  flex: auto;
  padding:1.6em;
  list-style: none;
}

.head_nav ul li a{
  display: block;
  font-size: 1.2em;
  padding: 1.0em;
}

.head_nav ul li a:hover{
  background: #063;
  color: #fff;
  border-radius: 5px;
}
main{
  width: 99%;
  margin: 0 auto;
}

#main_visual{
  width: 99%;
}

#topic{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

caption{
border-left:solid 7px #063;
padding-left: 20px;
  color: #666;
  font-size: 1.5em;
  margin-bottom: 20px;
  text-align: left;
}

#topic table th{
  padding: 0px 5px 2px 5px;
}

#topic table td{
  padding-left: 15px;
}

#topic_tit{
width: 40%;
padding:70px 40px 20px 20px;
text-align: right;
  -webkit-align-items: center;
  align-items: center;
  height: 200px;
 color: #666;
}

#topic_tit h4{
  font-size: 1.5em;
}

#topic_tit p{
  text-align: right;
}

#topic_cont{
display: flex;
width: 60%;
text-align: left;
}

#about_title{
padding-top: 1%;
width: 100%;
margin-bottom: 1.6em;
}

#about_title h2{
  text-align: center;
  font-size: 1.5em;
  color: #666;
}

#about_title p{
  text-align: center;
}

#about_us{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#about_text{
  padding-top: 5%;
  width: 50%;
  padding-left:20%;
   line-height: 1.6;
}

#about_img{
  width: 50%;
  padding-top: 5%;
  padding-left: 5%
}

#about_img p{
  width: 100%;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 10px;
}

#about_img p.name{
  width: 50%;
  text-align: center;
  padding-left: 90px;
}

#about_text p{
  line-height: 2.0;
  text-align: left;
}

#about_text h3{
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 3%;
}

.info_btn {
  width: 50%;
  padding-left: 20%;
  padding-bottom: 3%;
}

.info_btn p{
  padding: 1.6em;
  width: 100%;
}

.info_btn p a{
border:solid #666 1px;
display: block;
padding: 1.6em 5px;

}

.info_btn p a:hover{
  background-color: #063;
  color: #fff;
  transition: 2s;
  -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
}

.busi_tit h2{
  text-align: center;
  color: #666;
  border-left: solid 7px #063;
  width: 350px;
  margin: 20px auto;
  padding-left: 1.2em;
}

.busi_tit p{
  text-align: center;
  color: #666;
  margin-bottom: 3%;
}

#bussness{
  display: flex;
  margin-bottom: 50px;
}

.cont1{
  width: 50%;
 height: 470px;
 padding: 2%;
}

.cont2{
  width: 50%;
 height: 470px;
 padding: 2%;
}

.cont1 a p,.cont2 a p{
  text-align: left;
}

.cont1 h3, .cont2 h3{
  margin-bottom: 1.6em;
  text-align: center;
}

.cont1 a , .cont2 a{
  display: block;
}

.cont1 a:hover , .cont2 a:hover{
  opacity: 0.7;
  transition: 2s;
  -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
}

#contact_us{
  width: 100%;
  margin-bottom: 3%;
  display: block;
}

#contact_us h3{
  text-align: center;
  color: #666;
  margin-bottom: 2%;
}

#contact_us p{
  text-align: center;
  margin-bottom: 1%;
}

#contact_us p img{
  display: block;
  margin: auto;
}

#contact_us p img:hover{
  opacity:0.5;
	transition:0.3s;
}

.tel{
  font-size: 1.6em;
}

#foot_up{
  width: 100%;
  margin-bottom: 50px;
}

#foot_up ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
 width: 90%;
 margin: auto;
background-color: #063;
}

#foot_up ul li{
 list-style: none;
 flex: auto;
 text-align: center;
 font-size: 1em;
 line-height: 25px;
 border-radius: 5px;
 padding: 15px;
 }

#foot_up ul li a{
  color: #fff;
}

#foot_up ul li a:hover{
  opacity: 0.7;
  transition: 2s;
  -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
}

#foot_botm {
  width: 100%;
  height: 200px;
  display: flex;
}

#foot_left{
  width: 50%;
  padding-left: 5%;
}

#foot_left p{
  text-align: left;
  margin-bottom: 16px;
}

#foot_right {
  width: 50%;
  padding-left: 30%;
}

#foot_right p{
  width: 100%;
  margin-bottom: 20px;
}

#foot_right a:hover{
  opacity: 0.7;
  transition: 2.0;
  -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
}


#plivacy {
  width: 50%;
  margin: 0 auto;
}
#plivacy h4{
  width: 50%;
  font-weight: lighter;
  font-size: 1.3em;
  text-align: center;
  margin: 1% auto 3%;
  border-left: solid 7px #063;
}
#plivacy p{
  width: 100%;
  text-align: left;
  margin-bottom: 1.2em;
  padding-left: 16px;
}

#plivacy p a{
  text-decoration: underline;
}

#policy{
  width: 40%;
  margin: 0 auto;
}

#policy h4{
  width: 50%;
  font-weight: lighter;
  font-size: 1.3em;
  text-align: center;
  margin: 1% auto 3%;
  border-left: solid 7px #063;
}
#policy p{
  width: 100%;
  text-align: left;
  margin-bottom: 1.2em;
  padding-left: 16px;
}

#policy p a{
  text-decoration: underline;
}

span.obi{
  background-color: rgba(50, 50, 50, 0.2);
  width: 100%;
  padding: 0.2em;

}
#sitemap{
  width: 50%;
  display: flex;
  padding: 1em 2em;
   margin: auto;
}
#sitemap p.site_tit{
  width: 40%;
 margin: auto;
}
.left_cont{
  width: 100%;
}
.right_cont{
  width: 100%;
  padding-left: 10%;
}
#sitemap p {
  margin-bottom: 2em;
}
#sitemap p a{
  color: #063;
  font-weight: 600;
}
#sitemap p a:hover{
  color: #063;
  text-decoration: underline;
}
.ind{
  text-indent: 1em;
  font-weight: normal;;
}
#container1{
  width: 700px;
  margin: 1% auto;
}
.bfaf{
  width: 700px;
  margin: 0 auto;
}

#main_visual2{
  width: 99%;
  height: 220px;
  overflow-y: hidden;
  margin-bottom: 25px;
  display: block;
  margin: 25px auto;
}



#company{
  width: 100%;
  margin-bottom:
}
table.gaiyou{
  width: 86%;
border-collapse: collapse;
margin: 40px auto;
}

table.gaiyou th,table.gaiyou td{

padding: 1.2em;
  border: solid 1px #666;
}
table.gaiyou tr th{
  white-space: nowrap;
}
.kaisha{
width: 70%;
margin: 0 auto;
}
.kaisha h3{
  width: 100%;
  margin-bottom:20px;
  text-align: center;
}
#bussness2{
  display:flex;
  margin-bottom: 5%;

}
#bussness3{
  display: block;
  margin-bottom: 20px;
}
#map{
  width: 80%;
  margin: auto;


}
#map p{
    text-align: center;
}
.gmap{
  display: block;
  width: 86%;
  margin: 50px auto;
}
#biz_cont{
  width: 700px;
  margin: auto;
}

#biz_cont2{
  width: 100%;
  padding: 2% 10%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.cam_con{
  width: 33%;
  margin: 2% auto;
  padding: 0 2%;
}
.cam_con p{
  text-align: center;
}
.cam_con2{
  width: 45%;
  margin: 2% auto;
  padding: 0 2%;
}
.cam_con2 h4{
  margin-bottom: 2%;
}
.cam_con2 h5{
  background: #063;
  width: 50%;
  color: #fff;
  padding: 1% 0 1% 4%;
  font-size: 1.1em;
  font-weight: 500;
}
.cam_txt{
  line-height: 2em;
  font-size: 1.2em;
}
.orange1{
  font-size: 1.6em;
  background: #f49c3e;
  color: #fff;
    line-height: 2em;
}
.green1{
  font-size: 1.8em;
  font-size: 2em;
  color: #4bda25;
  font-weight: 700;
  line-height: 2em;
}
.hanbai{
    width: 60%;
}

#biz_cont h3{
 background: #063;
 text-align: center;
 color: #fff;
}
#biz_cont tr{
margin-bottom: 20px;

}
#biz_cont table th , #biz_cont table td{
  border: none;
  width: 50%;
  vertical-align: top;
}
.bfaf{
  width: 700px;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}

}

@media screen and (max-width:480px){


	/* 480px以下に適用されるCSS（スマホ用） */
header{
  width: 100%;
  display: block;
  padding: 0 1.2em;
}

h2{
  text-align: center;
}
  #head_up{
    width: 100%;
    padding: 0.5em;
    margin-bottom: 20px;
    display: block;
  }


  #head_up p.Tel{
    width: 100%;
    color: #454545;
    font-size: 1.5em;
     padding: 0.3em;
     margin: 2% auto;
     text-align: center;
     font-weight: bold;
  }

  #head_up p.box1{
    display: none;
    margin: 10px auto;
  }

  #head_up p.box1 img{
    display: block;
        margin:  auto;
  width: 65%;
  }

  #head_up p.box1 img a{
    display: block;
    margin: 1%;
    color: #666;
    font-size: 1em;
   text-align: center;
    　background-color: #333;
  }

  #head_up p.box1 a:hover{
    opacity: 0.7;
    -webkit-transition: .4s ease-in-out;
   transition: .4s ease-in-out;
  }

  nav.head_nav{
    display: none;
  }

main{
  width: 100%;
  margin: 0 auto;


}
#main_visual{
width: 100%;
}
#topic{
  padding:  1em;s
}
#topic_tit h4 , #topic_tit p{
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}
caption{
  margin-bottom: 1em;
}
/*table td{
  padding-left: 1em;
}*/
#about_us{
  width: 100%;
  display: block;
  height: auto;
}
#about_title p{
  text-align: center;
}
#about_text{
  width: 90%;
  padding: 10px;
  margin: auto;
}

#about_img img{
  display: block;
  margin:0 auto;
}

#about_img{width: 100%;}

#about_img p{
  padding: 0;
  margin: auto;
    width: 100%;
}

#about_img p.name{
width: 100%;
padding: 0;
text-align: center;
}

#about_text{
width: 100%;
height: auto;
}


.info_btn{
    width: 100%;

    padding-bottom: 3%;

    padding:1%;
}

.info_btn p{
width: 100%;
text-align: center;
}

.cont1{
  height: auto;
}

.cont2{
  height: auto;
}
.info_btn p a{
border:solid #666 1px;
display: block;
padding: 1.6em 5px;

}

.info_btn p a:hover{
  background-color: #063;
  color: #fff;
  transition: 2s;
  -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
}
#business{
  display: block;
  width: 99%;
  padding: 1rem;
}
.busi_tit p{
  text-align: center;
}
#contact_us{
  width: 100%;
  padding: 1rem;
}
#contact_us p.otoi{
  padding: 1em;
}
  #foot_up{
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  #foot_up ul{
 display: block;
   width: 90%;
   margin: auto;
background-color: inherit;
  }


  #foot_up ul li{
background-color: #063;
   list-style: none;
   text-align: center;
   font-size: 1em;
   line-height: 25px;
   border-radius: 5px;
   padding: 2em;
   margin-bottom: 3%;
   }

  #foot_up ul li a{
    color: #fff;
  }

  #foot_up ul li a:hover{
    opacity: 0.7;
    transition: 2s;
    -webkit-transition: .4s ease-in-out;
   transition: .4s ease-in-out;
  }

  #foot_botm {
    width: 100%;
    height: 200px;
  display: block;
  }

  #foot_left{
    width: 100%;
    padding-left: 5%;
  }

  #foot_left p{
    text-align: left;
    margin-bottom: 16px;
  }

  #foot_right {
    width: 90%;
    display: flex;
    margin: auto;
  }

  #foot_right p{
    text-align: center;
    padding: 3%;
    margin-bottom: 20px;
  }

  #foot_right p:hover{
    opacity: 0.7;
    transition: 2.0;
    -webkit-transition: .4s ease-in-out;
   transition: .4s ease-in-out;
  }
  #plivacy {
    width: 50%;
    margin: 0 auto;
  }
  #plivacy h4{
    width: 50%;
    font-weight: lighter;
    font-size: 1.3em;
    text-align: center;
    margin: 1% auto 3%;
    border-left: solid 7px #063;
  }
  #plivacy p{
    width: 100%;
    text-align: left;
    margin-bottom: 1.2em;
    padding-left: 16px;
  }

  #policy{
    width: 100%;
    margin: 0 auto;
  }
  #policy h4{
    width: 80%;
    font-weight: lighter;
    font-size: 1.3em;
    text-align: center;
    margin: 1% auto 3%;
    border-left: solid 7px #063;
  }
  #policy p{
    width: 100%;
    text-align: left;
    margin-bottom: 1.2em;
    padding-left: 16px;
  }

  #policy p a{
    text-decoration: underline;
  }

  span.obi{
    background-color: rgba(50, 50, 50, 0.2);
    width: 100%;
    padding: 0.2em;

  }
  #sitemap{
    width: 100%;
    display: block;
  }
  .left_cont{
    width: 100%;
  }
  .right_cont{
    width: 100%;
  }
  #biz_cont h3{
   background: #063;
   text-align: center;
   color: #fff;
  }
  #biz_cont tr{
  margin-bottom: 20px;

  }
  #biz_cont table th , #biz_cont table td{
    border: none;
    width: 50%;
    vertical-align: top;
  }
  table.gaiyou{
    width: 86%;
  border-collapse: collapse;
  margin: 40px auto;
  }

  table.gaiyou th,table.gaiyou td{
width: 50%;
  padding: 1.2em;
    border: solid 1px #666;
  }
  table.gaiyou tr th{
    white-space: nowrap;
  }

}
