@charset "utf-8";

body {
  font-size: 10px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.8;
  color: #444;
  background: #fff;
}

img {
  vertical-align: top;
}

p {
  margin-bottom: 1em;
}

th,td {
  vertical-align: top;
}

#wrapper hr {
  margin: 10px 0;
  display: block;
  height: 1px;
  border: none;
  border-bottom: dotted #aaa 1px;
  vertical-align: top;
}

#wrapper hr.wide {
  margin: 30px 0;
}

#header {
}

#header_container {
  position: relative;
  margin: 0 auto;
  max-width: 860px;
  height: 156px;
  overflow: hidden;
}

#header h1 {
  position: absolute;
  top: 42px;
  left: 0;
}

#header h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 1.1em;
  color: #999;
}

#header .mail {
  position: absolute;
  top: 0;
  right: 0;
}

#header .tel {
  position: absolute;
  top: 48px;
  right: 0;
}

#main_image {
  clear: both;
  margin: 0 auto 50px auto;
  max-width: 1280px;
  text-align: center;
}

#main_image img {
  width: 100%;
  max-width: 1280px;
  min-width:
}

#main {
  margin: 0 auto;
  padding: 0 0 20px 0;
  max-width: 1280px;
  font-size: 1.8em;
}

.contact_buttons {
  margin-bottom: 20px;
  padding: 20px;
  background: #DBF5EE;
}

#footer .footer_info {
  font-size: 14px;
  overflow: hidden;
}

#footer .footer_info li.clinic {
  float: left;
  width: 410px;
}

#footer .footer_info li.map {
  float: right;
  width: 429px;
}

#footer .footer_info table {
  width: 100%;
}

#footer .footer_info table th {
  padding: 6px 0;
  width: 60px;
  text-align: left;
  font-weight: 400;
  border-top: solid 1px #A2A2A2;
  border-bottom: solid 1px #A2A2A2;
}

#footer .footer_info table td {
  padding: 6px 0;
  text-align: left;
  font-weight: 400;
  border-top: solid 1px #A2A2A2;
  border-bottom: solid 1px #A2A2A2;
}

#footer .copyright {
  margin-top: 20px;
  padding: 8px 0;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  background: #00283D;
}

.youtube {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
}

.youtube iframe {
  width: 100%;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 860px;
}

.oflow {
  overflow: hidden;
}

.mbottom {
  margin-bottom: 20px;
}

.mbottom_10 {
  margin-bottom: 10px;
}

.mbottom_40 {
  margin-bottom: 40px;
}

.mbottom_80 {
  margin-bottom: 80px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 24px;
}

.alignleft {
  float: left;
  display: inline;
  margin-right: 24px;
}

.center {
  text-align: center;
}

.red {
  color: #CA1A00;
}

.blue {
  color: #0A50AE;
}

.bold {
  font-weight: 800;
}

.big {
  font-size: 1.3em;
}

ul.col_2 {
  overflow: hidden;
}

ul.col_2 li {
  float: left;
  width: 50%;
}

ul.col_2 li:nth-child(odd) {
  clear: both;
}

ul.col_3 {
  overflow: hidden;
}

ul.col_3 li {
  float: left;
  width: 33.33%;
}

.hide_pc {
  display: none;
}


/* -----------------------------------------------------------
		スマホ用
----------------------------------------------------------- */

.smacool {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  border-collapse: separate;
}

.smacool > * {
  width: 100%;
}

.smacool .smacool__item {
  width: 50% !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #B7943E), color-stop(0.49, #e2d2ab), color-stop(0.00, #B7943E));
  background: -webkit-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
  background: -moz-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
  background: -o-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
  background: -ms-linear-gradient(top, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);
  background: linear-gradient(to bottom, #B7943E 0%, #e2d2ab 49%, #B7943E 100%);;
  border: 1px solid #ccc;
  text-align: ;
  display: block;
  float: left;
  box-sizing: border-box;
}
.smacool .smacool__item a {
  padding: 10px 20px;
  display: block;
  color: #666;
  font-size: 1.1em;
  font-weight: 700;
}

@media screen and (max-width: 500px){
  .smacool {
    display: block;
  }
} 