@charset "UTF-8";
/* reset.css */
body, html {
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 370px) {
  body, html {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
  }
}
@media screen and (min-width: 370px) and (max-width: 768px) {
  body, html {
    font-size: 14px;
    line-height: 1.5;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 15px;
}
@media screen and (max-width: 370px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 370px) and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 13px;
    line-height: 1.5;
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: top;
}

a:focus {
  outline: none;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body, html {
  overflow-x: hidden;
  width: 100%;
}
body a, html a {
  text-decoration: none;
}
body a:hover, html a:hover {
  color: #00f;
}

@media screen and (max-width: 769px) {
  img {
    width: 100%;
    height: auto;
  }

  .hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  a img {
    transition: opacity .3s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
  }

  .hide_pc {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #wrapper {
    width: 100%;
  }
  #wrapper .show_sp {
    display: block;
  }
  #wrapper .hide_sp {
    display: none;
  }
  #wrapper .imgPC {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #wrapper .show_sp {
    display: none;
  }
  #wrapper .imgSP {
    display: none;
  }
  #wrapper .hide_sp {
    display: block;
  }
}

.inner_01 {
  zoom: 1;
}
@media screen and (min-width: 769px) {
  .inner_01 {
    position: relative;
    width: 980px;
    margin: 0 auto;
  }
}
.inner_01:before, .inner_01:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.inner_01:after {
  clear: both;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0);
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 56px;
  z-index: 999;
  border-bottom: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
}
#header .siteName {
  position: absolute;
  height: auto;
  top: 10px;
  left: 10px;
}
#header .siteName a {
  display: block;
  height: 100%;
  width: 100%;
}
#header .sns {
  position: absolute;
  top: 15px;
  right: 65px;
  text-align: right;
  font-size: 0;
}
#header .sns li {
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
}
#header .sns .tetratone {
  margin: 6px 12px 0 0;
}
@media screen and (max-width: 769px) {
  #header {
    height: 46px;
  }
  #header .siteName {
    width: 157.5px;
    top: 8px;
  }
  #header .sns {
    top: 13px;
    right: 43px;
  }
  #header .sns li {
    margin-left: 4px;
    width: 20px;
  }
  #header .sns .tetratone {
    margin: 7px 6px 0 0;
    width: 57px;
  }
}
@media screen and (max-width: 370px) {
  #header .siteName {
    width: 123.75px;
    top: 11px;
    left: 5px;
  }
}
@media screen and (min-width: 769px) {
  #header .siteName a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80);
  }
  #header .sns .designroom {
    margin-top: -1px;
  }
}

@media screen and (orientation: landscape) {
  #header {
    width: 100%;
  }
}
#gNav {
  position: absolute;
  z-index: 1000;
  top: 57px;
  right: 0;
  right: -282px;
  width: 282px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
}
#gNav.opened {
  right: 0;
  display: block;
}
@media screen and (max-width: 769px) {
  #gNav {
    top: 46px;
    right: -180px;
    width: 180px;
  }
}

#menuTrigger {
  position: absolute;
  z-index: 10001;
  width: 30px;
  height: 30px;
  top: 13px;
  right: 15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/common/menu_df.png) center center no-repeat;
  background-size: auto 100%;
  transition: background-image .4s ease-in-out;
  cursor: pointer;
}
#menuTrigger.opened {
  background-image: url(/img/common/menu_opened.png);
}
@media screen and (max-width: 769px) {
  #menuTrigger {
    width: 28px;
    height: 28px;
    top: 9px;
    right: 5px;
  }
}

.menu_overlay {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

#footer {
  padding: 20px 10px 100px;
  border-top: 1px solid #ccc;
  text-align: right;
  position: relative;
  overflow: hidden;
  z-index: 998;
}
#footer .copyright {
  float: right;
  margin-top: 10px;
}
#footer .logo {
  float: left;
  font-size: 0;
  display: table;
}
#footer .logo div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  #footer {
    padding: 10px 10px 30px 0;
  }
  #footer .logo div {
    padding: 0 8px;
  }
  #footer .logo_henteco {
    width: 70px;
  }
  #footer .logo_tetratone {
    width: 80px;
  }
  #footer .logo_designroom {
    width: 80px;
  }
  #footer .copyright {
    width: 150px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 370px) {
  #footer .logo_henteco {
    width: 63px;
  }
  #footer .logo_tetratone {
    width: 72px;
  }
  #footer .copyright {
    width: 135px;
  }
}

#pageTop {
  position: fixed;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  #pageTop {
    left: 5%;
    bottom: 0;
    width: 90%;
    background: url(/img/common/pagetop_sp.png) bottom center no-repeat;
    background-size: contain;
  }
  #pageTop a {
    display: block;
    padding-top: 10%;
    font-size: 0;
  }
}
@media screen and (min-width: 769px) {
  #pageTop {
    width: 90px;
    height: 90px;
    bottom: 10px;
    z-index: 100;
    left: 50%;
    margin-left: -45px;
    text-align: center;
  }
  #pageTop a {
    display: block;
    position: relative;
    background: url(/img/common/pagetop_pc.png) 0 0 no-repeat;
    width: 90px;
    height: 90px;
  }
}

#kv.under {
  background: url(/img/products/products_kv_01.jpg) center center no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  margin-bottom: 30px;
}
#kv.under img {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  #kv.under {
    height: 250px;
    margin-bottom: 15px;
  }
  #kv.under img {
    width: 31.71875%;
    top: 23px;
  }
}

.title_nomal_01 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .title_nomal_01 {
    margin-bottom: 20px;
  }
}

.title_with_leaf_01 {
  text-align: center;
}
.title_with_leaf_01:before, .title_with_leaf_01:after {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_leaf_01.png) top left no-repeat;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
}
.title_with_leaf_01:before {
  margin-right: 5px;
}
.title_with_leaf_01:after {
  margin-left: 5px;
  background-position: top right;
}

.title_with_leaf_02, .title_with_leaf_03 {
  margin-bottom: 20px;
  background: url(/img/common/icon_leaf_02.png) center left no-repeat;
  background-size: 25px auto;
  padding-left: 38px;
  color: #B1F277;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .title_with_leaf_02, .title_with_leaf_03 {
    margin-bottom: 7px;
    background-position: top left;
    background-size: 1em auto;
    padding-left: 1.3em;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.title_with_leaf_03 {
  background-image: url(/img/common/icon_leaf_03.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  color: #336F35;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
}

iframe {
  vertical-align: bottom;
}

.clear_both {
  clear: both;
}

#share {
  padding-bottom: 20px;
}

#share li {
  float: left;
  text-align: left;
  margin-right: 10px;
  list-style-type: none;
  height: 28px;
  width: 28px;
}

#share a:hover {
  text-decoration: none;
  color: #ffffff;
}

.btn_01 {
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
  border: 3px solid #367139;
  border-radius: 50px;
  width: 240px;
  line-height: 41px;
  text-align: center;
  font-weight: bold;
  color: #367139;
  font-size: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.btn_01:hover {
  opacity: 0.75;
  color: #367139;
}
@media screen and (max-width: 769px) {
  .btn_01 {
    border-width: 2px;
    width: 180px;
    font-size: 1rem;
    line-height: 30px;
  }
}

.wp-pagenavi {
  padding: 50px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  vertical-align: middle;
}
.wp-pagenavi a {
  text-decoration: none !important;
  color: #89c78d !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.wp-pagenavi a:hover {
  opacity: 0.75;
}
.wp-pagenavi span, .wp-pagenavi a.page {
  margin: 0 5px;
  padding-top: 1px;
  border: 2px solid #89c78d;
  border-radius: 7px;
  width: 26px;
  text-align: center;
  font-weight: bold;
}
.wp-pagenavi span {
  background: #fff;
  color: #367139;
  background: #367139;
  border-color: #367139;
  color: #fff;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  margin: 4px 10px 0;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi {
    padding: 25px 0;
  }
  .wp-pagenavi span, .wp-pagenavi a.page {
    margin: 0 3px;
    line-height: 20px;
    width: 20px;
    border-radius: 5px;
  }
  .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
    margin: -2px 5px 0;
    width: 55px;
  }
  .wp-pagenavi a.nextpostslink img, .wp-pagenavi a.previouspostslink img {
    width: 100%;
    vertical-align: middle;
  }
}

/*# sourceMappingURL=common.css.map */
