@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

*/
.hide {
  display: none;
}

.spimg {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.btns a {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: #fff;
}

.btns a.spimg {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}

header {
  min-width: 960px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  header {
    min-width: 100%;
  }
}

#wrap {
  background-color: #fff9f0;
  min-width: 1000px;
}

#main {
  padding-bottom: 60px;
}

/* ======================================================
	SIDE

*/
#side {
  color: #fff;
}
#side h1 {
  margin-bottom: 50px;
}
#side .side-kids-space {
  background-color: #e8668a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#side .side-kids-space h2 {
  margin-top: -40px;
}
#side .side-container {
  padding: 10px 0 30px;
}
#side p.img {
  text-align: center;
  margin: 0;
}
#side .txt {
  margin: 1em 20px;
}

.side-contact {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 6px solid #b7de6d;
  background-color: #62b23b;
  text-align: center;
}
.side-contact h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.side-contact .tel {
  font-size: 150%;
  font-size: 1.5rem;
  margin: 0.5em 0;
  letter-spacing: -1px;
}
.side-contact ul {
  font-size: 62.5%;
  font-size: 0.625rem;
}
.side-contact hr {
  margin: 0 10px;
  border-color: #fff;
}
.side-contact .contact-btn {
  padding: 1.4em 0;
  margin-bottom: 0;
}
.side-contact .contact-btn a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 2em;
  border: 2px solid #fff;
  background-color: #ff6c00;
}
.side-contact .contact-btn a:hover {
  background-color: #ff3c00;
}

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

*/
.common-header {
  height: 471px;
}
.common-header .mainimg-container {
  width: 960px;
  margin: 0 auto;
}
.common-header .mainimg {
  width: 1500px;
  margin: 0 auto;
  height: 300px;
  margin-left: -270px;
}
.common-header .inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
}
.common-header .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
}
.common-header .gnav-container {
  padding-left: 330px;
  margin-top: -18px;
}
.common-header .gnav .active {
  position: relative;
}
.common-header .gnav .active span {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 15px;
  margin-top: -30px;
}
.contact .common-header .gnav .active span.mark {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 15px;
  margin-top: -45px;
}

.common-header .gnav .active span.arrow {
  top: 157px;
  left: 34px;
}
@media screen and (max-width: 640px) {
  .common-header .logo {
    display: none;
  }
  .common-header .gnav-container {
    padding-left: 0;
    margin-top: -18px;
  }
}

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

*/
.gnav li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gnav li.last {
  margin-right: 0;
}
.gnav a {
  background-image: url("../img/common/gnav.png");
  width: 150px;
  height: 120px;
}
.gnav .consultations a {
  background-position: 0 0;
}
.gnav .consultations a:hover {
  background-position: 0 bottom;
}
.gnav .about a {
  background-position: -160px 0;
}
.gnav .about a:hover {
  background-position: -160px bottom;
}
.gnav .access a {
  background-position: -320px 0;
}
.gnav .access a:hover {
  background-position: -320px bottom;
}
.gnav .contact a {
  background-position: -480px 0;
}
.gnav .contact a:hover {
  background-position: -480px bottom;
}

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

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

*/
.feature {
  border-left: 1px solid #00a0e9;
}

.feature-container {
  margin-bottom: 40px;
}
.feature-container .row {
  padding-bottom: 1em;
}

.feature {
  height: 320px;
}
.feature li {
  float: left;
  width: 235px;
  border-left: 1px solid #00a0e9;
}
.feature li.last {
  margin-right: 0;
}
.feature li p {
  padding: 2em;
}
.feature li div {
  height: 350px;
}
.feature li.last {
  border-right: 1px solid #00a0e9;
}
.feature p {
    padding: 1.4em 1em 1.4em 1.4em;
}

.more-features {
  background-image: url("../img/consultations/feature-bg.png");
  background-repeat: no-repeat;
  width: 710px;
  height: 255px;
  position: relative;
}
.more-features p {
  font-size: 63%;
  font-size: 0.63rem;
}
.more-features > div {
  float: left;
}
.more-features .feature-disinfect, .more-features .feature-kids {
  position: absolute;
  top: 40px;
  left: 140px;
  width: 180px;
}
.more-features .feature-kids {
  left: 500px;
}

/* ======================================================
	top - page

*/
.top #side {
  clear: left;
}
.top #main {
  margin-top: -100px;
}
.top .gallery-imgs li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.top #main-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  margin-top: -100px;
}
.top .main-head {
  margin: 0 2em 2em 2em;
}
.top .links-container ul {
  margin: 0 20px;
}
.top .links-container li {
  padding: 10px;
  border-bottom: 1px dotted #333;
}
.top .contents-list li {
  font-size: 75%;
  font-size: 0.75rem;
}
.top .main-head-read {
  font-size: 100%;
  font-size: 1rem;
}
.top .gnav a {
  background-image: url("../img/top/gnav.png");
  width: 170px;
}
@media screen and (max-width: 640px) {
  .top .gnav a {
    text-indent: 130%;
    background-image: url("../img/top/sp/gnav.png");
    width: 145px;
    height: 40px;
    background-size: 100% auto;
  }
}
.top .gnav .consultations a {
  background-position: 0 0;
}
.top .gnav .consultations a:hover {
  background-position: 0 bottom;
}
.top .gnav .about a {
  background-position: -180px 0;
}
.top .gnav .about a:hover {
  background-position: -180px bottom;
}
.top .gnav .access a {
  background-position: -360px 0;
}
.top .gnav .access a:hover {
  background-position: -360px bottom;
}
.top .gnav .contact a {
  background-position: -540px 0;
}
.top .gnav .contact a:hover {
  background-position: -540px bottom;
}
@media screen and (max-width: 640px) {
  .top .gnav .consultations a {
    background-position: 0 0;
  }
  .top .gnav .consultations a:hover {
    background-position: 0 0;
  }
  .top .gnav .about a {
    background-position: 0 -45px;
  }
  .top .gnav .about a:hover {
    background-position: 0 -45px;
  }
  .top .gnav .access a {
    background-position: 0 -90px;
  }
  .top .gnav .access a:hover {
    background-position: 0 -90px;
  }
  .top .gnav .contact a {
    background-position: 0 -135px;
  }
  .top .gnav .contact a:hover {
    background-position: 0 -135px;
  }
}

/* ======================================================
	consultation - page

*/
.consultations-container .columns {
  text-align: center;
}
.consultations-container .columns p {
  text-align: left;
}

.scheme #main-container {
  padding-top: 50px;
  position: relative;
}
.scheme #main h2.main-title {
  margin: 0 0 50px 0;
}

.consultation .common-header {
  background: url("../img/consultations/header_bg.png") repeat-x;
}
.consultation .consultations-container li {
  border-left: 1px solid #00a0e9;
  width: 235px;
  float: left;
}
.consultation .consultations-container li.last {
  border-right: 1px solid #00a0e9;
}
.consultation .consultations-container .row {
  margin-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
}
.consultation .consultations-container .columns {
  padding-left: 0;
  padding-right: 0;
}
.consultation .consultations-container .inner {
  height: 450px;
  border-left: 1px solid #00a0e9;
}
.consultation .consultations-container .inner p {
  margin: 2em;
}
.consultation .consultations-container .last .inner {
  border-right: 1px solid #00a0e9;
}
.consultation .title-implant {
  margin-bottom: 20px;
}
.consultation .implant {
  margin-bottom: 60px;
}
.consultation .more-features {
  margin-bottom: 80px;
}
.consultation .embed-video {
  width: 640px;
  margin: 0 auto;
}

/* ======================================================
	about - page

*/
.about .common-header {
  background: url("../img/common/header_bg.png") repeat-x;
}
.about .title {
  margin: 35px 0 30px 0;
  text-align: center;
}
.about .our-clinic .txt {
  line-height: 200%;
  font-size: 88.8%;
  font-size: 0.888rem;
  margin-top: 2em;
}
.about .feature-container {
  margin-bottom: 40px;
}
.about .equip h4 {
  font-size: 77.778%;
  font-size: 0.77778rem;
  font-weight: bold;
  color: #00a0e9;
  margin: 1em 0;
}
.about .equip .columns {
  margin-bottom: 2em;
}
.about .equip .columns img {
  max-width: inherit;
}

/* ======================================================
	access - page

*/
.access .common-header {
  background: url("../img/access/header_bg.png") repeat-x;
}
.access .embed-map {
  margin-bottom: 30px;
}
.access .outline-content {
  width: 710px;
  height: 310px;
  background-image: url("../img/access/outline-img.png");
  background-repeat: no-repeat;
}
.access .outline-content p {
  padding: 70px 0 0 325px;
  margin: 0;
}

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

*/
#main {
  min-height: 850px;
}

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

*/
.privacy .common-header {
  background: url("../img/common/header_bg.png") repeat-x;
}
.privacy .marker {
  margin-right: 0.5em;
  color: #00a0e9;
}
.privacy #main {
  float: none;
  width: 100%;
}
.privacy #main .txt {
  margin-bottom: 3em;
}
.privacy dt {
  clear: left;
  float: left;
  width: 24%;
  padding: 30px 0;
  font-weight: bold;
}
.privacy dd {
  padding: 30px 0 30px 24%;
  line-height: 150%;
  border-bottom: 1px #CCCCCC dotted;
  margin-left: 0;
}
.privacy dd.last {
  border-bottom: none;
}
.privacy dd.first {
  border-top: 1px #CCCCCC dotted;
}

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

*/
footer {
  color: #fff;
}
footer .pagetop {
  margin-top: -55px;
}
footer .pagetop a {
  width: 180px;
  height: 50px;
  margin-right: 15px;
  margin-left: auto;
  background-image: url("../img/common/page-top.png");
}
footer .pagetop a:hover {
  background-position: left bottom;
}
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;
}

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

.footer-links {   
  padding: 20px 0 120px 0;
  color: #333;
  font-size: 75%;
  font-size: 0.75rem;
}
.footer-links .copyright {
  float: right;
}
.footer-links .row {
  max-width: 1000px;
}

.footer-times {
  margin-left: 15px;
}

@media screen and (min-width: 640px) {
  .sp-visible {
    display: none;
  }
}

.consultation.scheme .headline  {
  padding-bottom: 50px;
  background-image: url(../img/consultations/content-main_img.png);
  background-repeat: no-repeat;
}
.consultation.scheme .headline .columns {
  padding-left: 50px;
}
.consultation.scheme .headline h3 {
  margin-bottom: 1em;
}
.consultation.scheme .headline p{
  line-height: 1.8;
}

.consultation.scheme .denture .content{
  padding: 0 15px;
}

.consultation.scheme .denture h3{
  padding: 1.25em 0 0.75em;
}

.consultation.scheme .denture .columns {
  padding: 0 30px;
}

.consultation.scheme .medical .content{
  padding: 0 15px;
}

.consultation.scheme .medical .columns {
  padding: 0 30px;
}
.consultation.scheme .medical ul {
  border-top: 1px dotted #111;

}

.consultation.scheme .medical h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 2em 0;
  color: #038DE4;
}
.consultation.scheme .medical li {
  border-bottom: 1px dotted #111;
  border-left: none;
  text-align: left;
  padding: 10px 0;
  width: auto;
  float: none;
  font-size: 12px;
}


#side .side-contact .accept {
  padding: 10px 14px;
}
#side .side-contact .accept h4{
  color: #fff;
  font-size: 18px;
  text-align: left;
}

#side .side-contact .accept h4 span {
  background-color: #FEEC4B;
  color: #61B23B;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  padding: 2px 6px;
  position: relative;
  top: -1px;
  font-weight: bold;
  border-radius: 4px;
}

#side .side-contact .accept__notes {
  font-size: 11px;
}
#side .side-contact .accept__time {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 6px;
}
#side .side-contact .accept__time dt {
  color:#FEEC4B;
  margin-bottom: 0;
}
#side .side-contact .accept .notes {
  font-size: 10px
}
.gnav a img {
  display: none;
}
