@charset 'utf-8';

html {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;

  background-color: #fff;
}

body {
  font: 14px/2 '???C???I', Meiryo, '?l?r ?o?S?V?b?N', Osaka, '?q???M?m?p?S Pro W3', 'Hiragino Kaku Gothic Pro';

  margin: 0;
  padding: 0;

  color: #666;
  background-color: #fff;

  -webkit-text-size-adjust: 100%;
}

p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;

  border: none;
}

a {
  color: #666;
}

a:hover {
  text-decoration: none;

  color: #54c769;
}

p {
  padding: .5em 5px 1em;
}

#menu_button {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;

  cursor: pointer;
}


#menu_button img {
  height: auto;
  margin-right: 15px;
}

#nav_mo {
  font-size: 18px;

  position: fixed;
  z-index: 2;

  width: 100%;
}

#nav_mo>ul {
  line-height: 1.5em;

  padding: 0;

  background-color: #000;
}

#nav_mo>ul>li {
  list-style-type: none;
}

#nav_mo>ul>li>a:link {
  display: block;

  padding-top: 6px;
  padding-bottom: 6px;

  -webkit-transition: color .5s ease-in-out 0s;
  -moz-transition: color .5s ease-in-out 0s;
  -ms-transition: color .5s ease-in-out 0s;
  -o-transition: color .5s ease-in-out 0s;
  transition: color .5s ease-in-out 0s;
  text-decoration: none;

  color: #fff;
  border-bottom: 1px solid #2f2f2f;
}

#nav_mo>ul>li>a:visited {
  display: block;

  padding-top: 6px;
  padding-bottom: 6px;

  text-decoration: none;

  color: #fff;
  border-bottom: 1px solid #2f2f2f;
}

#nav_mo>ul>li>a:hover {
  font-weight: bold;

  text-decoration: none;

  color: #f8f;
}

#nav_mo>ul>li:last-child {
  margin-bottom: -1px;
}

.nav_mo_s {
  display: block;

  padding: 6px 0 6px 15px;

  cursor: pointer;
  text-decoration: none;

  color: #fff;
  border-bottom: 1px solid #2f2f2f;
}

.nav_mo_s li :first-child {
  border-top: 1px solid #2f2f2f;
}

.nav_mo_sub {
  display: none;

  margin-top: 15px;
  padding: 0;

  background-color: #000;
}

.nav_mo_sub li :first-child {
  border-top: 1px solid #2f2f2f;
}

.nav_mo_sub>li>a:link {
  display: block;

  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 35px;

  -webkit-transition: color .5s ease-in-out 0s;
  -moz-transition: color .5s ease-in-out 0s;
  -ms-transition: color .5s ease-in-out 0s;
  -o-transition: color .5s ease-in-out 0s;
  transition: color .5s ease-in-out 0s;
  text-decoration: none;

  color: #fff;
  border-bottom: 1px solid #222;
}

.nav_mo_sub>li>a:visited {
  display: block;

  padding-top: 6px;
  padding-bottom: 6px;

  text-decoration: none;

  color: #fff;
  border-bottom: 1px solid #222;
}

.nav_mo_sub>li>a:hover {
  font-weight: bold;

  text-decoration: none;

  color: #f8f;
}

#kikakuhead {
  position: relative;

}

#kikakuhead img {
margin: 0;
padding: 0;
display: inline;
}

#kikakuhead p {
  font-size: 0.7rem;
  font-weight: bold;

  position: absolute;
  bottom: -3%;
  right: 32%;
  color: #333;
}

#kikakuhead h1{
text-align: center;
  max-width: 100%;
}

#kikakuhead .header-tel {
  position: absolute;
  right: 5%;
  bottom: 20%;
  width: 30%;
  height: 30%;
}

#kikakuhead p a {
  color: #000;
}

#kikakuhead p a img {
  width: 144px;
  padding-bottom: 3px;
}