﻿@charset "utf-8";

body {
  font-size: 14px;
  line-height: 1em;
  font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
  line-height: 1em;
  background: #fff;
}

.banner {
  position: relative;
  height: 120px;
  width: 100%;
  background: url(../img/banner/banner_coating_catch.png) center center / contain no-repeat,
    url(../img/banner/banner_coating_moni.png) left center / contain no-repeat,
    url(../img/banner/banner_coating_detail.png) center center / contain no-repeat,
    url(../img/banner/banner_coating_bg.jpg) center center / cover no-repeat;
  margin: 0;
}

header {
  position: relative;
  height: 100px;
}

header nav ul {
  display: none;
}


.logo {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 45px;
}

.home {
  position: absolute;
  top: 25px;
  left: 70px;
  width: 160px;
  height: 75px;
  text-align: center;
}

.facebook {
  position: absolute;
  top: 10px;
  right: 200px;
  color: #3578E5 !important;
  font-size: 30px;
}

.tel {
  position: absolute;
  top: 12px;
  right: 155px;
}

.telbox {
  position: absolute;
  top: 20px;
  right: 7px;
}

h1 {
  font-family: 'Cinzel', serif;
  font-size: 1.5em;
  color: #000;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: 0.05em;
}

h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.1em;
  color: #000;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: 0.05em;
}

h3 {
  padding: 0px 10px 0px 10px;
  font-family: 'Cinzel', serif;
  font-size: 2em;
  color: #000;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: 0.1em;
}

h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
  font-size: 2em;
  color: #000;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: 0.05em;
}

small {
  letter-spacing: 0.05em;
  line-height: 2em;
}

small2 {
  letter-spacing: none;
  line-height: 2em;
  font-size: 1em;
}


g {
  color: #006934;
}

hr {
  height: 1px;
  background-color: #006934;
  border: none;
}


header menu {
  position: absolute;
  top: 60px;
  right: 0px;
}


header menu ul {
  display: table;
  height: 20px;
}

header menu li {
  display: table-cell;
  padding: 3px 10px 0px 10px;
}


header menu li + li {
  border-left: 1px solid #aaa;
}


header menu li a {
  font-size: 0.8em;
  font-weight: bold;
  color: #aaa;
}


#wrapper {
  margin-top: 20px;
  width: 100%;
}



.base {
  padding: 20px 0px 20px 0px;
  margin: 0 auto;
  width: 100%;
  background-color: #F5F5F5;
  text-align: center;
}


.base p {
  color: #3E3A39;
  font-weight: bold;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
}

.boxContainer {
  margin: 0 auto;
  padding: 40px 0px 25px 0px;
  width: 75%;
  border-bottom: 1px solid #006934;
}

.box {
  float: left;
}




no {
  padding: 4px 10px;
  background-color: #006934;
  color: #fff;
}

p {
  clear: both;
  margin: 20px auto;
  width: 75%;
  line-height: 2em;
  text-align: left;

}

p img {
  padding: 0px 0px 20px 20px;
}


.map {
  position: relative;
  width: 100%;
  max-width: 1500px;
}

.map span {
  position: absolute;
  top: 30px;
  left: 5%;
  padding: 20px 60px;
  font-family: 'Cinzel', serif;
  font-size: 2em;
  color: #000;
  font-weight: bold;
  line-height: 0.7em;
  letter-spacing: 0.1em;
  border: 1px solid #006934;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.map span small {
  font-size: 0.4em;
  font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1em;
  letter-spacing: 0.1em;
}

.map span2 {
  position: absolute;
  bottom: 20px;
  right: 5%;
  padding: 10px 20px;
  font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0em;
  border: 1px solid #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

blue {
  color: #036EB8;
}

yellow {
  color: #F8B62D;
}

red {
  color: #EA5514;
}


.map img {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 65%;
}


.greenbox {
  margin: 20px 30%;
  padding: 20px 0px 10px 0px;
  border: 1px solid #006934;
  text-align: center;
}

big {
  padding: 10px;
  font-family: 'Cinzel', serif;
  font-size: 1.5em;
  color: #000;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: 0.1em;
}

.button {
  margin-left: 5px;
  padding: 5px 10px;
  font-size: 0.8em;
  border: 1px solid #006934;
  background-color: transparent;
  color: #000;
}

.button:hover {
  background-color: #006934;
  border-color: #006934;
  color: #fff;
}


#fixedTop {
  padding: 10px 20px;
  right: 8px;
  bottom: 20px;
  color: #fff;
  text-align: center;
  display: none;
  background: #000;
  position: fixed;
  z-index: 99;
}

footer {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}


.home2 {
  margin: auto;
  padding-top: 20px;
  width: 160px;
  height: 50px;
  text-align: center;
}


@media only screen and (max-width: 798px) {

  header menu li {
    display: table-cell;
    padding: 3px 5px 0px 5px;
  }

  .boxContainer {
    width: 90%;
  }

  p {
    width: 90%;
    line-height: 1.5em;
  }

  h3 {
    padding: 0px 5px 0px 5px;
    font-family: 'Cinzel', serif;
    font-size: 1.7em;
    color: #000;
    font-weight: bold;
    line-height: 0.7em;
    letter-spacing: 0.1em;
  }

  .base {
    padding: 20px 0px 20px 0px;
  }

  .base p {
    font-size: 1em;
    line-height: 2em;
  }


  p {
    width: 90%;
    line-height: 2em;
  }

  p img {
    padding: 0px 0px 10px 10px;
  }

  .map span {
    top: 20px;
    left: 20px;
    padding: 15px 40px;
    font-size: 1.8em;
  }

  .map span small {
    font-size: 0.3em;
    line-height: 1em;
    letter-spacing: 0.1em;
  }

  .map span2 {
    bottom: 5px;
    right: 10px;
    padding: 10px 20px;
    font-size: 0.8em;
    line-height: 1.5em;
  }


  .map img {
    width: 75%;
  }

  big {
    padding: 5px;
    font-size: 1.2em;
  }

  small {
    letter-spacing: 0.03em;
  }

  small2 {
    letter-spacing: none;
    line-height: 2em;
    font-size: 0.6em;
  }

  .greenbox {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: :30px;
    padding: 10px 0px 5px 0px;
  }

  .button {
    font-size: 0.6em;
  }

}

@media only screen and (max-width: 600px) {
  body {
    min-width: 100%;
  }

  .banner {
    position: relative;
    height: 0;
    padding-top: 20%;
    margin-bottom: 30px;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }


  header menu ul {
    display: none;
  }


  .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .telbox {
    display: none;
  }

  .tel {
    display: none;
  }

  .home {
    top: 15px;
    left: calc(50% - 85px);
    width: 170px;
    height: 50px;
  }

  .facebook {
    top: 15px;
    right: 50px;
  }
  
  .boxContainer {
    width: 95%;
  }

  p {
    width: 95%;
    line-height: 1.5em;
  }

  .base p {
    font-size: 0.7em;
    line-height: 2em;
  }


  .map span {
    top: 10px;
    left: 15px;
    padding: 10px 30px;
    font-family: 'Cinzel', serif;
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
    line-height: 0.7em;
    letter-spacing: 0.1em;
    border: 1px solid #006934;
  }

  .map span small {
    font-size: 0.3em;
    line-height: 1em;
    letter-spacing: 0.1em;
  }

  .map span2 {
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 5px 10px;
    font-size: 0.7em;
    color: #000;
    line-height: 1.5em;
    letter-spacing: 0em;
  }

  .map img {
    width: 90%;
  }

  big {
    padding: 5px;
    font-size: 1em;
  }

}
