@charset "UTF-8";
/* ==========================================================================
    default archeture
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 100%;
}

body {
  font-size: 100%;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height: 160%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   chromeframe prompt
   ========================================================================== */
.browsehappy, .chromeframe {
  margin: 0;
  padding: 2em;
  border-bottom: 1px solid #ccc;
  background: #ddd;
  color: #000;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 77.778%;
  font-size: 0.77778rem;
  line-height: 1.6;
  margin: 1em 0;
}

/* ======================================================
	common style

*/
#wrap {
  background-color: #fff9f0;
}

#main {
  padding-bottom: 60px;
}

/* ======================================================
	COMMON : HEADER

*/
.sp-headbar {
  padding: 1em 0;
}
.sp-headbar .home img {
  margin-top: 10%;
  width: 80%;
}

.common-header {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/common/header_bg.png") 0 100% repeat-x;
}
.common-header .logo {
  display: none;
}
.common-header .gnav-container {
  padding-left: 0;
  margin-top: -18px;
}
.common-header .inner {
  margin-bottom: 20px;
}
.common-header .gnav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.common-header .gnav li {
  width: 20%;
}
.common-header .gnav .active {
  position: relative;
}
.common-header .gnav .active span {
  position: absolute;
  top: -25%;
  left: 0;
}
.common-header .gnav .active .arrow {
  top: auto;
  bottom: -45px;
  left: 50%;
  margin-left: -40px;
}
.common-header .gnav .active .arrow img {
  max-width: 80px;
  height: auto;
}

.scheme #main-container {
  padding-top: 2em;
}
.scheme #main .main-title {
  margin-bottom: 1em;
}
.scheme #main .main-title img {
  height: 20px;
  width: auto;
}

/* ======================================================
	GLOBAL NAVIGATION

*/
.gnav-container.top {
  margin: 70px 0 25px 0;
}

/* ======================================================
	contact - page

*/
.contact .common-header {
  background: url("../img/contact/header_bg.png") 0 100% repeat-x;
}
.contact .thanks {
  line-height: 220%;
  text-align: center;
}

/* ======================================================
	privacy - page

*/
.privacy .common-header {
  background: url("../img/common/header_bg.png") 0 100% repeat-x;
}
.privacy dt {
  clear: none;
  float: none;
  width: 100%;
  padding: 1em 0;
}
.privacy dd {
  padding-left: 0;
  padding-top: 0;
  line-height: 150%;
  border-bottom: 1px #CCCCCC dotted;
  margin-left: 0;
}
.privacy dd.last {
  border-bottom: none;
}
.privacy dd.first {
  border-top: none;
}

/* ======================================================
	footer

*/
footer {
  color: #fff;
}
footer .pagetop {
  margin-top: -55px;
}
footer .pagetop a {
  width: 180px;
  height: 55px;
  margin-right: 15px;
  background-size: 100% auto;
  margin-left: auto;
  background-image: url("../img/common/sp/page-top.png");
  background-repeat: no-repeat;
  position: relative;
  z-index: 999;
}
footer .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
footer .footer-container {
  padding: 30px 0;
  background-color: #00a0e9;
}
footer address {
  padding: 16px 0;
  font-style: normal;
  line-height: 28px;
  font-size: 77.7%;
  font-size: 0.777rem;
}
footer address strong {
  font-size: 140%;
  font-size: 1.4rem;
}
footer address a {
  color: #fff;
}
footer .contact a {
  padding: 10px 40px 13px 40px;
  border: 2px solid #fff;
  background-color: #ff6c00;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
footer .contact a:hover {
  background-color: #ff3c00;
}
footer .tel-num {
  text-decoration: none;
}

header img {
  max-width: 100%;
  height: auto;
}

.top #main {
  margin-top: -60px;
}

.gnav-container.top {
  margin-top: 30px;
  margin-bottom: 0;
}

.sp-hidden {
  display: none;
}

#side {
  padding-bottom: 20px;
}

#side p.img {
  margin-left: -5%;
  margin-top: -10%;
  width: 96%;
}

.small-only-contact {
  margin-top: 20px;
  color: #fff;
}

.footer-links {
  padding: 20px 0;
  color: #fff;
  font-size: 75%;
  font-size: 0.75rem;
  text-align: center;
  background-color: #00a0e9;
}
.footer-links a {
  color: #fff;
}

footer .pagetop {
  left: 0;
  width: 100%;
}
footer .pagetop a {
  margin: 0 auto;
}

.footer-contact h2 {
  margin: 14px 0;
}
.footer-contact h2 img {
  width: 80%;
  height: auto;
}

.footer-contact {
  text-align: center;
}

.footer-contact .times {
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;
}

.small-pd-left-zero {
  padding-left: 0;
}

.main-head-container {
  padding-bottom: 20px;
}

.align-center {
  clear: both;
  display: block;
  margin: 0 auto;
}

.gnav li {
  margin-right: 5px;
}

.pagetop a {
  display: block;
}

#wrap {
  min-width: 100%;
}

/* ======================================================
	FEATURES

*/
.feature-container {
  margin-bottom: 40px;
}

.feature {
  border-left: none;
  margin: 5px 4% 20px 60px;
  padding-top: 5px;
}

.feature-title img {
  height: auto;
  width: 80%;
}

.feature-container .columns {
  background-image: url("../img/top/sp/feature_bg1.png");
  background-size: 60px 80px;
  background-repeat: no-repeat;
  border-left: none;
}

.feature-container .columns:nth-child(2) {
  background-image: url("../img/top/sp/feature_bg2.png");
}

.feature-container .columns:nth-child(3) {
  background-image: url("../img/top/sp/feature_bg3.png");
}

.more-features > div {
  padding-left: 80px;
  padding-top: 20px;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-size: 80px auto;
}

.feature-disinfect {
  background-image: url("../img/consultations/sp/feature-bg-01.jpg");
}

.feature-kids {
  background-image: url("../img/consultations/sp/feature-bg-02.jpg");
  padding-bottom: 2em;
}

.more-features {
  margin-top: 30px;
  background-color: #fff;
  background-image: none;
}
.more-features h3 {
  width: 70%;
  margin-bottom: 1em;
}
.more-features p {
  font-size: 0.75rem;
}
