@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:#0064FF;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#0064FF;}
a:visited{color:#0064FF;}
a:hover{color:#0064FF;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:middle; border-style:none;//IE8}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.dn{display: none;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}
.forPc{display:inline-block;}
.forSp{display:none;}

/* Common
 * --------------------------------------------------------*/
body {
  background: #371E00;
  letter-spacing: 0.2em;
  font:normal 14px/28px "MS 明朝","ＭＳ Ｐ明朝","MS PMincho","A1明朝", "A1 Mincho",serif;
}
.wrapper {
  width: 800px;
  margin: 0 auto;
  background: #FFF;
}
/* header */
header {
}


#yodogawa {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.15em;
  display: table;
  margin: 55px auto;
}

#workday {
  width: 500px;
  margin: 0 auto;
  border: 3px solid #371E00;
  border-radius: 20px;
  padding: 40px 0 42px 0;
}
#workday h2 {
  text-align: center;
  padding-bottom: 30px;
}
#workday p {
  display: table;
  margin: 0 auto;
}

#about {
  width: 580px;
  margin: 0 auto;
  padding: 40px 0 42px 0;
}
#about h3 {
  padding-bottom: 58px;
  /* padding-left: 50px; */
}
#about .about_txt {
  margin-top: -88px;
}
/* #about .about_img {
  padding-left: 50px;
} */
#about .archive {
  padding-top: 24px;
}

#detail {

}
#detail .d_ttl {
  background-repeat: no-repeat;
  background: url(../images/detail_bk.jpg) top center;
  background-size: cover;
  height: 420px;
  position: relative;
}
#detail .d_ttl img {
  position: absolute;
  top: 128px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#detail .d_txt {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.4em;
  display: table;
  margin: 34px auto 70px auto;
}
#detail .cap {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-top: 5px;
  padding-left: 58px;
}

.update{
  font-size: 12px;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 0 0 34px 0;
}

/* footer */
footer {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #371E00;
}
footer ul {
  width: 800px;
  margin: 0 auto;
}
footer li {
  padding: 0 40px;
}
footer li.ft_tobichi {
  padding: 0 20px;
}
footer .copy {
  margin: 50px auto 0 auto;
}


/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  body {width: 100%;margin: 0 auto;}
  img{max-width:100%;height:auto;}
  .hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
  .wrapper{width: 100%;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  .forSp{display:block;}

  #yodogawa {
    width: 92%;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.15em;
    display: table;
    margin: 20px auto;
  }

  #workday {
    width: 92%;
    margin: 0 auto;
    border: 3px solid #371E00;
    border-radius: 20px;
    padding: 30px 0 22px 0;
  }
  #workday h2 {
    padding-bottom: 20px;
  }
  #workday h2 img {
    width: 90%;
  }
  #workday p {
    width: 88%;
    margin: 0 auto;
  }

  #about {
    width: auto;
    display:table;
    margin: 0 auto;
    padding: 40px 0 42px 0;
  }
  #about h3 {
    padding-bottom: 15px;
  }
  #about .about_txt {
    margin-top: 0px;
  }
  #about .archive {
    padding-top: 4px;
  }
  #about .about_img {
    text-align: center;
    margin-top:26px;
    margin-bottom: 30px;
  }
  #about h3 {
    padding-left: 0;
  }
  #about .about_img {
    padding-left: 0;
  }

  #detail .d_txt {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0.1em;
    display: table;
    margin: 34px auto 70px auto;
    width: 92%;
  }
  #detail .cap {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-top: 5px;
    padding-left: 42px;
  }
  #detail .d_ttl img {
    width: 90%;
  }

  /* [sp] footer */
  footer {
    width: 100%;
  }
  footer ul{
    width: 100%;
  }
  footer li{
    display: inline-block;
    padding: 0;
    width: 22%;
  }
  footer .ft_inner {
    width: 100%;
  }
  footer .forSp {
    padding-top: 10px;
  }
  footer .copy {
      margin: 10px auto 0 auto;
  }
}
