*{
	margin: 0;
	padding: 0;
	font-family: 'Hina Mincho', serif;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
.inner{
  /* width:300px; */
  margin:0 auto 150px;
}
body{
	color: #1B1B1B;
	background-color: #fafafa;
}
.wrapper{
	margin:0 auto;
}
h1{
  padding-top: 200px;
  margin-bottom: 180px;
  text-align: center;
  font-size: 3rem;
  color: #6d6a6e;
}
.works_gallery{
   margin-bottom: 200px;
}
h2{
  text-decoration: none;
  font-size: 1.8rem;
  color: #6d6a6e;
  margin-left: 15px;
}
.works_gallery p{
  font-size: 1.3rem;
  color: #6d6a6e;
  text-align: center;
}
.works_gallery figure{
  width: 250px;
  margin: 0 auto 50px;
}
.clock_text{
    width: 300px;
    padding-top: 40px;
    margin: 0 auto;
  }


/* --------------------------
	タブレット / iPad 768px(縦)から1023pxまでの設定 /
--------------------------  */
@media screen and (min-width:768px){
  .works_gallery{
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  /* .clock{
    
  } */
  .clock_img{
    width: 300px;
  }
  
}

/*--------------------------
	PC /1024px以上の設定/
-------------------------- */
@media screen and (min-width:1024px) {

}


/* ----------top------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #80748b;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
/* ----------top------------- */
