@charset "UTF-8";

@font-face {
  font-family: "Zag Regular";
  src: url("../font/Zag Regular.otf");
}

@font-face {
  font-family: "Zag Bold";
  src: url("../font/Zag Bold.otf");
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: url("../font/ヒラギノ角ゴ Pro W3.otf");
}

@font-face {
  font-family: "ヒラギノ角ゴ Pro W6";
  src: url("../font/ヒラギノ角ゴ Pro W6.otf");
}

body,
input {
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size:16px;
  line-height:1.2;
  background-color:#ffffff;
  -webkit-text-size-adjust: 100%;
}

a,a:hover,a:active,a:visited {
  text-decoration:none;
  color:#000000;
}

img {
  vertical-align:bottom;
  font-size:0;
}

.debug {
  display:block;
  position:fixed;
  top:50px;
  right:0;
  z-index:100;
  color:#000;
}

a.c_morebutton {
  display:block;
  clear:both;
  width:80%;
  border:solid 3px #00878f;
  margin:30px auto;
  padding:15px;
  font-weight:bold;
  text-align:center;
  background-color:#ffffff;
  transition:0.2s;
}

a.c_morebutton:hover {
  background-color:#00878f;
  color:#ffffff;
}

div.ad {
  margin:20px 0;
}

div.common.banner {
  margin:20px 0;
}

div.common.banner a {
  background-color:#fff;
  display:block;
  margin:20px 0;
}

div.common.banner a img {
  width:100%;
  transition:0.2s;
}

div.common.banner a img:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter:"alpha(opacity=80)";
}



div.wrapper {
  width:100%;
  overflow:hidden;
}


header.common {
  position:fixed;
  width:100%;
  height:auto;
  z-index:100;
}

header.common p.description {
  clear:both;
  padding:4px 16px;
  text-align:center;
  font-size:62.5%;
  font-weight:normal;
  color:#000;
  background-color:#ddd;
}

header.common div.logo {
  position:relative;
  height:48px;
  line-height:48px;
  padding:5px;
  background-color:#fff;
}

header.common div.logo a img {
  width:60%;
  vertical-align:middle;
}

header.common div.logo img.menubutton {
  position:absolute;
  top:10px;
  right:10px;
  width:38px;
  height:38px;
}

header.common nav {
  display:none;
  float:right;
  overflow:hidden;
  /*
  font-family:"Zag Bold";
  letter-spacing:0.01em; 
  font-size:20px;
  */
  background-color:#fff;
}

header.common nav a p {
  padding:10px;
  color:#00878f;
  transition:0.2s;
}

header.common nav a.current p,
header.common nav a:hover p {
  background-color:#00878f;
  color:#ffffff;
}

header.common nav a p.contact {
  color:#ffffff;
  background-color:#2b4f6a;
}

header.common nav a:hover p.contact {
  color:#ffffff;
  background-color:#6b8faa;
}

header.common nav a img {
  margin:5px 10px;
}

header.common div.pc_bottom nav {
}



div.header_common_padding {
  padding-top:90px;
}



footer.common {
  position:relative;
  clear:both;
  width:100%;
  overflow:hidden;
  background-color:#ffffff;
  z-index:1;
}

footer.common section.share {
  clear:both;
  overflow:hidden;
  margin:15px 0;
  margin-bottom:30px;
  text-align:center;
}

footer.common section.share p {
  margin:15px;
}

footer.common section.share div {
  margin:15px;
}

footer.common section.share div a:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"alpha(opacity=70)";
  transition:0.1s;
}

footer.common section.contact {
  width:960px;
  margin:30px auto;
  padding:30px 0;
  overflow:hidden;
}

footer.common section.contact h1 {
  margin:15px 0;
  font-family:"Zag Bold";
  font-size:38px;
  font-weight:normal;
  text-align:center;
  color:#00878f;
  letter-spacing:0.1em;
}

footer.common section.contact h2 {
  margin:15px 0;
  font-size:22px;
  font-weight:bold;
  text-align:center;
}

footer.common section.contact >p {
  text-align:center;
}
footer.common section.contact form {
  
}

footer.common section.contact form div.form_inner {
  margin:15px;
  padding:5px;
  border:solid 3px #000000;
  overflow:hidden;
}

footer.common section.contact form div.form_inner div {
  height:80px;
  padding-top:5px;
}

footer.common section.contact form p {
  font-size:15px;
}

footer.common section.contact form div.form_inner div.name {
  float:left;
  width:45%;
}

footer.common section.contact form div.form_inner div.email {
  float:left;
  width:45%;
  padding-left:5px;
  border-left:solid 2px #000000;
}

footer.common section.contact form div.form_inner div.title {
  clear:both;
  border-top:solid 1px #000000;
}

footer.common section.contact form div.form_inner div input {
  width:90%;
  margin-left:15px;
  height:50px;
  font-size:24px;
  border:0;
}

footer.common section.contact form div.text {
  margin:15px;
  padding-right:5px;
}

footer.common section.contact form div.text textarea {
  width:100%;
  height:80px;
  border:solid 3px #000000;
}

footer.common section.contact form div.submit {
  text-align:center;
}

footer.common section.contact form div.submit input.submit {
  clear:both;
  width:280px;
  border:solid 3px #00878f;
  margin:0 auto;
  padding:15px;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  background-color:#ffffff;
  transition:0.2s;
  cursor:pointer;
}

footer.common section.contact form div.submit input.submit:hover {
  background-color:#00878f;
  color:#ffffff;
}

footer.common section.bottom {
  overflow:hidden;
  text-align:center;
  background-color:#00878f;
  color:#ffffff;
}

footer.common section.bottom div.fbtw a img {
  margin:15px;
}

footer.common section.bottom nav {
  margin:15px;
}

footer.common section.bottom nav a p {
  display:inline;
  padding:0 30px;
  border-right:solid 2px #ffffff;
  font-size:16px;
  color:#ffffff;
}

footer.common section.bottom nav a:hover p {
  text-decoration:underline;
}

footer.common section.bottom nav a:last-child p {
  border:0;
}

footer.common section.bottom p.copyright {
  margin:15px;
}



div.pagetop {
  position:fixed;
  bottom:50px;
  right:50px;
  width:100px;
  height:100px;
  display:none;
  z-index:2;
}

div.pagetop a img {
  width:100%;
  transition:0.1s;
}

div.pagetop a:hover img {
  opacity:0.5;
  filter:alpha(opacity=50);
  -ms-filter:"alpha(opacity=50)";
}



div.common.mv {
  position:relative;
  clear:both;
  overflow:hidden;
  width:100%;
}

div.common.mv img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}

div.common.mv img:first-child {
  position:relative;
  width:100%;
  z-index:1;
}

div.common.mv div.prev,
div.common.mv div.next {
  position:absolute;
  top:50%;
  box-sizing:border-box;
  margin-top:-24px;
  width:48px;
  height:48px;
  border-style:solid;
  border-width:8px 8px 0 0;
  border-color:rgba(255,255,255,0.5);
  border-radius:0px 0px;
  transform-origin:25px 25px;
  z-index:50;
  cursor:pointer;
}

div.common.mv div.prev:hover,
div.common.mv div.next:hover {
  border-color:rgba(0,0,0,0.5);
}

div.common.mv div.prev {
  transform:rotate(-135deg);
  left:48px;
}

div.common.mv div.next {
  transform:rotate(45deg);
  right:48px;
}

ul.common.posts {
  clear:both;
  overflow:hidden;
  box-sizing:border-box;
  width:930px;
  margin:15px auto;
  padding-bottom:50px;
  background-color:#ffffff;
}

ul.common.posts li {
  position:relative;
  overflow:hidden;
  float:left;
  margin:15px 0;
}

ul.common.posts li a div.img {
  position:relative;
  text-align:center;
  overflow:hidden;
  width:310px;
  height:242px;
  background-color:#000000;
}

ul.common.posts li a div.img img {
  position:relative;
  top:0;
  left:0;
  width:100%;
  transition:0.2s;
}

ul.common.posts li p {
  text-align:center;
  background-color:#ffffff;
}

ul.common.posts li p span.client {
  font-size:100%;
}

ul.common.posts li p span.title {
  font-size:75%;
}

ul.common.posts li p span.date {
  margin-right:5px;
  font-size:75%;
}

ul.common.posts li p span.category {
  padding-left:5px;
  font-size:12px;
}

ul.common.posts li p span.category a:hover {
  text-decoration:underline;
}

ul.common.posts li a div.img:hover img {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"alpha(opacity=70)";
  -webkit-transform:scale(1.10, 1.10);
  -moz-transform:scale(1.10, 1.10);
  -o-transform:scale(1.10, 1.10);
}





@media screen and (min-device-width:400px) and (min-width:640px) {

  body {
    line-height:normal;
  }

  a.c_morebutton {
    width:280px;
  }

  header.common a:hover img {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha(opacity=70)";
    transition:0.2s;
  }

  header.common p.description {
    padding:0 15px;
    text-align:left;
    font-size:75%;
  }

  header.common div.pc_body {
    position:relative;
    box-sizing:border-box;
    height:50px;
    padding:5px 30px;
    overflow:hidden;
  }

  header.common div.logo {
    padding-left:30px;
    height:40px;
    line-height:40px;
  }

  header.common div.logo a img {
    width:auto;
    height:100%;
  }

  header.common img.menubutton {
    display:none;
  }

  header.common div.pc_bottom {
    position:relative;
    overflow:hidden;
    background-color:#fff;
  }

header.common nav {
  display:block;
  float:none;
  position:absolute;
  top:0;
  right:0;
  width:auto;
  height:50px;
  margin:0 15px;
}

header.common nav a {
  display:block;
  float:left;
  height:50px;
  line-height:50px;
  vertical-align:middle;
}

header.common nav a p {
  padding:0 10px;
}

header.common nav a p.contact {
}

header.common nav a img {
  margin:5px 10px;
}

div.header_common_padding {
  padding-top:64px;
}







}



