@charset "UTF-8";
/* CSS Document */
#child p {
  color: #42210b;
}
#child h1, #child h2, #child h3, #child, h4, #child, h5 {
  color: #42210b;
}
.top_contant {
  background: url(../image/child/head_bg.png) repeat-x bottom center;
  padding: 0 0 2%;
}
#child header {
  position: relative;
  background: none;
  border: none;
}
#child header h1 {
  margin: 5px 0 2px 0;
  font-size: 12px;
}
#child header .logo {
  text-align: left;
}
#child header .logo img {
  width: 300px;
}
#child header .head_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  z-index: 99999;
}
#child header .head_btn li {
  float: left;
  list-style-type: none;
  margin: 0;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  padding: 2% 3%;
  height: 55px;
}
.list-inline {
  margin: 0;
}
.btn_tel {
  background: #33240d;
}
.btn_top {
  background: #ff6699;
}
.slid_cover {
  position: relative;
}
.slid_cover p.img_top {
  left: -10%;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 120%;
}
.carousel-inner {
  z-index: 1;
}
.carousel-indicators {
  z-index: 3;
}
#child .carousel-inner {
  width: 90%;
}
#child main {
  background: url(../image/child/contant_bg.jpg) repeat;
}
.container_small {
  width: 950px !important;
}
.sec01 {
  background-image: url(../image/child/sec01_01.png), url(../image/child/sec01_02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  text-align: center;
  margin-bottom: 60px;
}
.sec01 h2 {
  margin: 0 0 15px 0;
}
.sec01 p {
  line-height: 2em;
}
.sec02 {
  background: url(../image/child/border_yoko.png) repeat-x top;
  padding: 20px 0;
}
.sec02 h3, .sec_03 h3 {
  margin-top: -10%;
  text-align: center;
}
.sec02 h5 {
  font-size: 18px;
  font-weight: bold;
}
.sec02 span {
  font-size: 14px;
  font-weight: normal;
}
#child blockquote {
  border: solid 1px #ffa66b;
  border-radius: 5px;
  padding: 2%;
  font-size: 12px;
}
#child .sec02 hr {
  border: solid 1px #42210b;
  margin: 10px 0;
}
.youbi {
  color: #ff3366 !important;
  font-weight: bold;
  font-size: 18px;
}
.label-brown {
  background: #330;
  color: #fff;
  padding: 10px;
}
.border_left {
  background: url(../image/child/border_tate.png) repeat-y left;
  padding-left: 20px !important;
}
.sec_03 {
  background: url(../image/child/sec_03_bg.jpg) repeat;
}
.map_wrap {
  position: relative;
}
.map_wrap .pinmap01 {
  position: absolute;
  bottom: 24%;
  left: 3%;
}
.map_wrap .pinmap02 {
  position: absolute;
  top: 5%;
  left: 20%;
}
.map_wrap .pinmap03 {
  position: absolute;
  bottom: 9%;
  left: 40%;
}
.map_wrap .pinmap04 {
  position: absolute;
  top: 14%;
  right: 40%;
}
.map_wrap .pinmap05 {
  position: absolute;
  top: 56%;
  right: 3%;
}
.map_wrap .pinmap06 {
  bottom: 19%;
  position: absolute;
  right: 5%;
}
.map_wrap .pinmap07 {
  bottom: 15%;
  position: absolute;
  right: 21%;
}
.child_news_tit {
  background: url(../image/child/title_line.png) no-repeat bottom center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.child_blog_tit {
  font-size: 15px;
}
.element-animation {
  position: absolute;
  right: -5%;
  top: 10%;
  z-index: 5;
  animation: animationFrames linear 3s;
  animation-iteration-count: 100;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 3s;
  -webkit-animation-iteration-count: 100;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 3s;
  -moz-animation-iteration-count: 100;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 3s;
  -o-animation-iteration-count: 100;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 3s;
  -ms-animation-iteration-count: 100;
  -ms-transform-origin: 50% 50%;
}
@keyframes animationFrames {
  0% {
    transform: translate(1px, -51px);
  }
  10% {
    transform: translate(35px, 10px);
  }
  100% {
    transform: translate(35px, 10px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: translate(1px, -51px);
  }
  10% {
    -moz-transform: translate(35px, 10px);
  }
  100% {
    -moz-transform: translate(35px, 10px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(1px, -51px);
  }
  10% {
    -webkit-transform: translate(35px, 10px);
  }
  100% {
    -webkit-transform: translate(35px, 10px);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: translate(1px, -51px);
  }
  10% {
    -o-transform: translate(35px, 10px);
  }
  100% {
    -o-transform: translate(35px, 10px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: translate(1px, -51px);
  }
  10% {
    -ms-transform: translate(35px, 10px);
  }
  100% {
    -ms-transform: translate(35px, 10px);
  }
}
.kirakira_01 {
  position: absolute;
  left: 7%;
  top: 14%;
  z-index: 5;
}
.kirakira_02 {
  position: absolute;
  right: 7%;
  bottom: 14%;
  z-index: 5;
}
#orthodontic_img {
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAYABgDAREAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABggK/8QAJxAAAgEDAwQABwAAAAAAAAAAAQMCBAUGABIUERUhIhcnRWJkgpT/xAAWAQEBAQAAAAAAAAAAAAAAAAAIBgr/xAAvEQACAQMDAwIBDQAAAAAAAAABAgQDBhEAEiEIFDETFRYYJihERmFiY2SBg5KU/9oADAMBAAIRAxEAPwDePhWFWzCLY2329r6llS/k1lZU7A17RALgBBYEFJVAesfJBJJJ66MHSr0q2H0m2HIs2zZEufMny+5mTJOwVa9UIKaKqUwEpUaSDFOmNxBZ2Z3ZyRR3Nc0255qy5aqiIu1EXOFGcnk8kk+Tx4HAxpjpP6nNDs1wq2ZvbFW+4NfTMpn8mjrKbYWoaYFc4ygwGDUtgfaPgkgEEdNGDqr6VLD6srDj2beUiXAmQJfcw5kbYatCqUNN1ZKgKVaNVDipTO0kqjK6leaO2bmm2xNaXEVXR12ujZwwzkcjkEHwefJ4OdMdJ/U5qO/mV8SvrfP73+X2ztnL/k7RxP12/drML9O/5d/2t+Mfi39Z7X7X3n+P2fs/4vS/O0jPmV8FfVe07X8Hqeps/v6u/wDfP3asTWnrRz0OwrNbZm9sbcLep9MymfxqyjqdhahpgGQImsmDUtgfWXgkgggdNGDpV6qrD6srDkXlZseXAmQJfbTIcnYatCqUFRGV6ZKVaNVDmnUG0kq6sispBo7mtmbbE1YktldHXcjrnDDODweQQfI58jk50x0n9Tmh2a5rbMItirhcFPqWVL+NR0dNsDXtECyZM2EQUlUB7S8kEgAHrowdVXVVYfSbYce8ryjy58yfL7aHDjbBVr1QhqOzPUISlRpIM1Kh3EFkVUZmAFHbNszbnmtEiMqIi7nds4UZwOByST4HHg8jGv/Z) repeat;
  padding: 1%;
  text-align: center;
}
#orthodontic_img .list-inline li {
  width: 30%;
}
#child footer h1, #child footer h2, #child footer h3, #child footer h4, #child footer h5 {
  color: #fff;
}
#child .footer_pink h1, #child .footer_pink h2, #child .footer_pink h3, #child .footer_pink h4, #child .footer_pink h5 {
  color: #fff;
}
#child .footer_pink p {
  color: #fff;
}
.orthodontic_check {
  margin-bottom: 30px;
}
.corce_wrap {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #child header h1 {
    font-size: 10px;
    text-align: center;
  }
  #child header .logo {
    text-align: center;
  }
  #child header .head_btn {
    position: fixed;
    width: 100%;
    bottom: -20px;
    top: auto;
  }
  #child header .head_btn li {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
  }
  .btn_tel {
    width: 60%;
  }
  .btn_top {
    width: 40%;
  }
  .container_small {
    width: 100% !important;
  }
  .border_left {
    background: none;
    padding-left: 15px !important;
  }
  .top_contant, .sp_wrap {
    width: 100% !important;
    overflow: hidden !important;
  }
  .element-animation {
    width: 40%;
  }
  #child .carousel-inner {
    width: 100%;
  }
  .slid_cover p.img_top {
    left: -16%;
    top: -2px;
    width: 135%;
  }
  .element-animation {
    right: -10%;
    top: 30%;
  }
  .sec01 {
    background-image: url(../image/child/sec01_01.png), url(../image/child/sec01_02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
    margin-bottom: 50%;
    height: 600px;
    background-size: 50% auto;
    margin-bottom: 5%;
  }
  .sec02 h3 {
    margin-top: 0;
  }
  .kirakira_01 {
    left: 2%;
    top: 3%;
    width: 45px;
  }
  .kirakira_02 {
    right: 0%;
    bottom: 0%;
    width: 45px;
  }
  [class^="pinmap"] {
    width: 30px;
  }
  .map_wrap .pinmap02 {
    top: -4%;
  }
  .map_wrap .pinmap04 {
    top: 12%;
    right: 37%;
  }
  .map_wrap .pinmap05 {
    top: 34%;
  }
  .map_wrap .pinmap06 {
    bottom: 17%;
    right: 2%;
  }
  .map_wrap .pinmap07 {
    bottom: 7%;
    right: 18%;
  }
  .pinmap03 {
    bottom: 0%;
  }
  #child #page-top {
    position: fixed;
    bottom: 40px;
    right: 5px;
    z-index: 9;
  }
  #orthodontic_img .list-inline li {
    width: 70%;
    margin: 0 0 10px;
  }
  .sec01 p {
    line-height: 1.5em;
  }
	.contactb_box li{
		width: 100%;
	}
}