/**
 *
 */
*{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html{
  background-color: #444;
  background-color: #36a;
}
body{
  background-color: #f3f3f3;
  font-size: 16px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
ul{
  list-style-type:none;
}
p{
  line-height: 1.8;
}
header#top{
  display: flex;
  justify-content: flex-end;
  align-items:center;
  padding: 15px 100px 15px 100px;
  background-color: #fff;
  border-top: 4px solid #36a;
}
header#top h1{
  flex: 1;
  letter-spacing:3px;
  font-size:1.8em;
}
header #sitemap{
  margin-right: 8px;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-size:13px;
  color:#36a;
}
.contact{
  display: inline-block;
  padding: 5px 10px;
  background-color: #def;
  text-decoration: none;
  font-size:13px;
  color:#36a;
}
#sitemap:hover, .contact:hover, footer nav #address .contact:hover{
  background-color: #fd4;
  color:#a40;
}
header h1 a{
  text-decoration: none;
  color: #666;
}
header h1 img{
  vertical-align: middle;
  margin-right: 10px;
}
nav#top-menu ul{
  display: flex;
  justify-content: space-between;
  padding: 0 100px 0 100px;
  background-color: #36a;
}
#top-img-l-pad, #top-img-r-pad{
  /**nav#top-menu ul padding**/
  width:100px;
}
nav#top-menu ul li{
  width: 100%;
  background-color: #147;
  white-space: nowrap;

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.51, #147), color-stop(0.50, #159));
  background: -webkit-linear-gradient(top, #159 50%, #147 51%);
  background: -moz-linear-gradient   (top, #159 50%, #147 51%);
  background: -o-linear-gradient     (top, #159 50%, #147 51%);
  background: -ms-linear-gradient    (top, #159 50%, #147 51%);
  background: linear-gradient  (to bottom, #159 50%, #147 51%);
}
nav ul a{
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}
nav ul a:hover, nav ul a.current{
  background-color: #000;
}
footer{
  background: #666;
  font-size: 14px;
  color:#fff;
}
footer nav{
    display: flex;
    justify-content: space-between;
    padding: 30px 100px;
}
footer nav ul{
  background-color: #777;
  width:150px;
}
footer nav ul li{
  background-color: #777;
}
footer nav ul a{
  text-align: left;
  padding-left: 30px;
}
footer nav #address{
  width:300px;
  padding: 0 22px;
  letter-spacing:1px;
  line-height: 1.8;
}
footer nav #address span{
  letter-spacing:0px;
}
footer nav #address .contact{
  margin-top: 10px;
  background-color: #777;
  color:#fff;
}
footer img{
  padding-bottom: 8px;
}
#address a{
  color:#fff;
  text-decoration:none;
}
#map{
  flex: 1;
  height: 250px;
}
#map a{
  color:#fff;
  text-decoration:none;
}
#gmap{
  width: 100%;
  height: 100%;
}
#gmap h3{
  color:#4f667d;
}
#gmap-popup{
}
#copyright{
  padding: 8px 0;
  text-align: center;
  letter-spacing:1px;
  color:#aaa;
  background-color: #444;
}
#breadcrumb{
  margin: 8px 100px 8px 100px;
  font-size: 14px;
}
#content{
  min-height:300px;
  margin: 0 100px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}
#content section{
  margin-bottom: 40px;
}
#content section:last-child{
  margin-bottom: 10px;
}
#top-img{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 120px 15px 120px;
  background-position: center center;
  background-size:cover;
  text-align: center;
  width: 100%;
  height:80px;
  vertical-align: middle;
}
#top-img.home{
  border:none;
  align-items:flex-end;
  vertical-align:baseline;
}
#top-img span{
 display: block;
 text-align: left;
 letter-spacing:3px;
 font-size: 30px;
 /*
 */
 font-weight: bold;
 line-height: 1.8;
 color: #fff;
 /*
 letter-spacing:0.2em;
 */
 text-shadow:
   0px  2px 0px #bbb,
  -1px -1px 1px #666,
   1px -1px 1px #666,
  -1px  3px 3px #222,
   1px  3px 3px #222;
}
#top-img.home span{
 margin-bottom: 20px;
}
.profile, .profile2{
  border-collapse: collapse;
  margin-bottom: 10px;
}
.profile th, .profile2 th{
  font-weight: normal;
  width: 180px;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0px;
  vertical-align: top;
  background-color: #eee;
}
.profile2 th{
  width: 280px;
}
.history th{
  text-align: left;
  padding:10px 10px 10px 25px;
}
.profile td, .profile2 td{
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.8;
  padding: 10px 0 10px 10px;
}
.indent{
  padding-left: 2em;
}
/**
 *
 */
.photo-equipment{
  position:relative;
  border: 8px solid #fff;
  display: inline-block;
  box-shadow: 3px 3px 18px -3px rgba(0, 0, 0, 0.6);
  width:100%;
  max-width:400px;
  height: auto;
  margin: 5px;
  overflow:hidden;
  line-height:0;
}
.photo-equipment::after{
  content:'';
  border-radius:60px;
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  box-shadow: 0px 0px 30px 30px rgba(0, 20, 50, 0.04), 0px 0px 30px 30px rgba(0, 20, 50, 0.04) inset;
}
.photo-equipment img{
  width: 100%;
  height: auto;
}
.photo-equipment figcaption{
  display: block;
  background-color:rgba(0, 0, 0, 0.5);
  position:absolute;
  text-align: center;
  height:auto;
  padding: 6px 0px;
  right:0; bottom:0; left:0;
  color:#fff;
  line-height:normal;
}


/**
 *
 */
header h2{
  border: 1px solid #94c1ef;
  background-color: #f4fafd;
  color:#27a;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 4px 16px;
  display:inline-block;
  font-weight: normal;
}
/**
 * ■index
 */
#advantage{
  /*
  text-align: center;
  */
  line-height: 2;
  background-image: url(../../img/top_background.png);
  background-position: center center;
  background-size:cover;
}
#advantage header h2, #page-quality header h2, #pages header h2, #banner header h2{
 border: none;
 background-color:transparent;
 color:#27a;
 font-size: 26px;
 margin-bottom: 0px;
 padding: 4px 10px 4px 0px;
 display:inline-block;
 font-weight: normal;
}
#pages header h2{
  margin-left: 10px;
}
#pages{
  margin: 0 -10px; /* 子要素の左右マージン分を広げることで、横幅がwidth100%状態となる */
  margin-bottom: 40px;
}
#pages ul{
  list-style-type:none;
  display:flex;
  justify-content: space-between;
}
#pages ul li{
  flex: 1;
  height: 200px;
  position: relative;
  margin: 0 10px;
}
#info table{
  border-collapse:separate;
  border-spacing:0px 10px;
  word-break:break-all;
}
#info .date{
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
}
.page-image{
  overflow: hidden;
}
.page-image span:before{
  /*
  content:'> ';
  */
}
.page-image span{
  position:absolute;
  bottom:0;
  padding-left: 10px;
  display: block;
  width: 100%;
  z-index: 10;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.page-image:hover span{
  color:#fc0;
}
.page-image a{
  width: 100%;
  height:100%;
  display: block;
  text-decoration: none;

}
.page-image div:after{
  position:absolute;
  color:#fff;
  right: 8px;
  text-shadow: 1px 1px 0px #000;

}
.page-image div{
  -webkit-transition:ease-in-out;
  -moz-transition   :ease-in-out;
  -o-transition     :ease-in-out;
  transition        :ease-in-out;
  transform:scale(1);
  transition: 0.4s;

  width: 100%;
  height: 100%;
  background-position: center center;
  background-size:100% auto;
  position:absolute;
  z-index: 0;
}
.page-image:hover div{
  /*
  background-size:105%;
  */
  transform:scale(1.08);
}
.page-profile{
}
.page-equipment{
}
.page-quality{
}
.page-profile div{
  background-image: url(../../img/01.jpg);
}
.page-equipment div{
  background-image: url(../../img/02.jpg);
}
.page-quality div{
  background-image: url(../../img/03.jpg);
}
img.photo{
  border:8px solid #fff;
  display: inline-block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
/**
 * [Component]to-top
 */
#to-top{
  position:fixed;
  bottom:20px;
  right :20px;
  z-index: 9999;
}
#to-top a{
  display:block;
  width      : 40px;
  height     : 40px;
  line-height: 40px;
  text-align:center;
  color:#fff;
  background-color:#333;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
}
#to-top a:hover{
  opacity:0.7;
}


/****/
@media screen and (max-width: 950px){
  #top-img span{
    font-size:25px;
  }
  #pages ul li{
    height: 180px;
  }
}
/****/
@media screen and (max-width: 900px){
  #pages ul li{
    height: 150px;
  }
  footer nav{
    display: block;
  }
  footer nav ul{
    width:auto;
    display: flex;
  }
  #address{
    margin: 20px 0;
  }
  footer nav ul a{
    padding: 10px;
  }
  .profile2 th span{
    display: block;
  }
}
/****/
@media screen and (max-width: 800px){
  #top-img span{
    font-size:20px;
  }
  #pages ul li{
    height: 220px;
  }
  header#top h1{
    font-size: 1.3em;
  }
  nav#top-menu ul{
    font-size: 12px;
  }
  #pages ul{
    display:block;
  }
  #pages ul li{
    margin: 0 0 20px 0;
  }
  /* [] */
  header#top{
    padding: 15px 40px 15px 40px;
  }
  #top-img{
   height: 60px;
   padding: 15px 60px 15px 60px;
  }
  nav#top-menu ul{
    padding: 0 40px 0 40px;
  }
  #top-img-l-pad, #top-img-r-pad{
    /**nav#top-menu ul padding**/
    width:40px;
  }
  footer nav{
    padding: 30px 40px;
  }
  #breadcrumb{
    margin: 8px 40px 8px 40px;
  }
  #content{
    margin: 0 40px;
  }
}
/****/
@media screen and (max-width: 700px){
  header#top h1{
    letter-spacing:0px;
  }
  header #sitemap{
    display: none;
  }
}
/****/
@media screen and (max-width: 600px){
  header#top h1 img{
    width:300px;
    height:auto;
  }
  nav#top-menu ul{
    padding: 0;
  }
  #top-img-l-pad, #top-img-r-pad{
    /**#content margin**/
    width:40px;
  }
  #top-img{
   height: 40px;
  }
  #top-img span {
    font-size: 20px;
    letter-spacing:0px;
  }
  .profile td, .profile2 td{
    font-size: 12px;
  }
  .profile th, .profile2 th{
    width:80px;
    font-size: 12px;
  }
  .history th{
    text-align:center;
    padding: 10px 0px;
  }
  .profile th span{
    display: block;
  }
  footer nav ul{
    width:auto;
    display: block;
  }
}
/****/
@media screen and (max-width: 500px){
  header#top h1 img{
    width:220px;
    height:auto;
  }
  header#top .contact{
    display: none;
  }
  #top-img span {
    /*
    font-size: 16px;
    */
  }
  #advantage header h2 {
    font-size: 20px;
  }
  /* [] */
  header#top{
    padding: 15px 10px 15px 10px;
  }
  #top-img{
   padding: 15px 20px 15px 20px;
  }
  nav#top-menu ul{
    padding: 0 0px 0 0px;
  }
  footer nav{
    padding: 30px 10px;
  }
  #breadcrumb{
    margin: 8px 10px 8px 10px;
  }
  #content{
    margin: 0 10px;
  }
  #top-img-l-pad, #top-img-r-pad{
    /**#content margin**/
    width:10px;
  }
}
/****/
@media screen and (max-width: 400px){
  header#top h1{
    font-size: 1em;
  }
  nav#top-menu ul{
    display: block;
  }

}
/* width:320px */
