@charset "UTF-8";

/* -----------------------------------------------
FileName: [base.css
----------------------------------------------- */
.material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

body {
  margin: 0;
  padding: 0;
  color: #3c3c3c;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, 'Osaka－等幅', 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
  font-size: 12pt;
  height: 100%;
  letter-spacing: 0.02em; /*	font-size:1.5; */
  background: #f0f0f0 url(../images/bg.jpg) 0 0 repeat-x;
}
#container {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
header {
  height: 120px;
  position: relative;
}
header h1 {
  position: absolute;
  top: 12px;
  left: 0;
  letter-spacing: 0.05em;
}
header h2 {
  position: absolute;
  top: 42px;
  left: 0;
}
header #headInfo {
  position: absolute;
  top: 42px;
  left: 290px;
}
header #headNav {
  position: absolute;
  top: 14px;
  left: 776px;
}
header #headNav li {
  float: left;
}
header #freeDial {
  position: absolute;
  top: 40px;
  right: 0;
}
header dl {
  position: absolute;
  top: 74px;
  left: 762px;
}
header dl dt {
  float: left;
  color: #38c9b9;
  width: 60px;
}
header dl dd {
  width: 170px;
  margin: 0 0 0 60px;
}
#glovalNav {
  height: 54px;
}
#glovalNav ul li:first-child {
  width: 90px;
}
#glovalNav ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 130px;
  height: 54px;
}
#contents {
  width: 1000px;
}
#mainCol {
  width: 760px;
  float: left;
}
#subCol {
  width: 210px;
  float: right;
}
.content {
  background: #fff;
  padding: 20px;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.subBox {
  width: 190px;
  padding: 5px 10px 20px;
  background: url(../images/bg-side-area.png) 0 0 no-repeat #fff;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
#newsList {
  height: 375px;
}
#newsList dl dt {
  color: #3da095;
  margin: 0;
}
#newsList dl dd {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
#newsList dl dd a {
  color: #3c3c3c;
}
#category ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 4px 10px;
  margin: 0 0 5px 0;
  background: url(../images/square.gif) 0 8px no-repeat;
}
#practice ul li {
  width: 226px;
  float: left;
  margin: 0 20px 20px 0;
}
#practice ul li.stopper {
  margin: 0 0 20px 0 !important;
}
#clinicInfo dl dt {
  font-size: 110%;
  color: #3da095;
  font-weight: bold;
}
#clinicInfo dl dd {
  margin: 0 0 5px 0;
}
footer {
  clear: both;
  width: 100%;
  height: 205px;
  text-align: center;
  background: url(../images/bg-footer.gif) 0 0 repeat-x;
}
#inFooter {
  width: 1000px;
  text-align: left;
  padding: 20px 0 0 0;
  margin: 0 auto;
  background: url(../images/bg-in-foot.gif) 0 0 repeat-x;
  position: relative;
}
#inFooter h1 {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 30px 0 0;
  border-right: 1px solid #9be4dc;
}
#inFooter #footerInfo {
  position: absolute;
  top: 20px;
  left: 284px;
}
#inFooter #freeDial_foot {
  position: absolute;
  top: 20px;
  right: 0;
}
#inFooter dl {
  position: absolute;
  top: 58px;
  left: 752px;
}
#inFooter dl dt {
  float: left;
  color: #38c9b9;
  width: 60px;
}
#inFooter dl dd {
  width: 170px;
  margin: 0 0 0 60px;
}
#inFooter ul li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 0 0 16px;
  background: url(../images/arrow01.gif) 0 7px no-repeat;
}
#inFooter #footNav1 {
  position: absolute;
  top: 120px;
  left: 0;
}
#inFooter #footNav2 {
  position: absolute;
  top: 160px;
  left: 0;
}
#mainKey {
  padding: 0 0 0 276px;
  width: 484px;
  height: 400px;
  background: url(../images/dammy-key.png) 0 0 no-repeat;
  position: relative;
}
#slider img {
  width: 484px;
  height: 400px;
  position: absolute;
  top: 0;
}
#keySecound {
  width: 750px; /*	height:310px; */
  padding: 5px;
  background: #fff;
  border-radius: 3px; /* CSS3 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.blogArticle {
  background: url(../../images/blog/article-bg.jpg) 20px 10px no-repeat #fff;
  border-radius: 3px; /* CSS3 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
  padding: 28px 20px 20px;
}
.blogArticle h3 {
  color: #38c9b9;
  font-size: 120%;
}
.blogArticle time {
  padding: 10px 0 0 0;
  text-align: right;
  border-top: 1px solid #d9d9d9;
  width: 720px;
  display: block;
  font-size: 70%;
  color: #666 !important;
}

/* -----------------------------------------------
access
----------------------------------------------- */
.scGraff {
  width: 100%;
  font-size: 85%;
}
.scGraff th,
.scGraff td {
  border: 1px solid #d8d8d8;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.4em;
  color: #38c9b9;
}
.scGraff th {
  background: #e2f5f4;
}
#map_canvas {
  width: 718px;
  height: 296px;
  border: 1px solid #38c9b9;
}
#faq dt {
  background: url(../../images/faq/icon-q.gif) 0 0 no-repeat;
  width: 713px;
  height: 35px;
  font-size: 125%;
  color: #38c9b9;
  padding: 5px 0 0 40px;
  margin: 0;
}
#faq dd {
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}

/* -----------------------------------------------
recruit
----------------------------------------------- */
.recGraff {
  width: 100%;
  font-size: 80%;
}
.recGraff th,
.recGraff td {
  border: 1px solid #c0eee9;
  padding: 20px;
  line-height: 1.4em;
  vertical-align: middle;
}
.recGraff th {
  background: #eefaf9;
  text-align: center;
  color: #299a8c;
  font-size: 120%;
}
.greenText {
  font-size: 110%;
  color: #38c9b9;
}
.pictArea {
  width: 230px;
}
.titleFacility {
  background: url(../../images/facility/h4-bg.gif) 0 0 no-repeat;
  width: 710px;
  height: 32px;
  padding: 0 0 0 10px;
  line-height: 32px;
  color: #fff;
  font-size: 115%;
}
#medicalContents {
  padding-bottom: 10px !important;
}
#medicalContents ul li {
  margin: 0 0 1px 0;
  height: 32px;
  line-height: 1em;
  padding: 0;
}
.titlemedical {
  background: url(../../images/practice/gp-title-bg.gif) 0 0 no-repeat;
  width: 710px;
  height: 32px;
  padding: 0 0 0 10px;
  line-height: 32px;
  color: #fff;
  font-size: 115%;
}
.titlemedical a {
  color: #fff !important;
}
#fllowText {
  float: left;
  width: 430px;
}
#fllowPict {
  width: 260px;
  float: right;
}
#fllowPict img {
  display: block;
}
.voiceArea {
  border: 1px solid #55cab8;
  padding: 20px 20px 10px 20px;
}
.voiceArea .nameArea {
  border-top: 1px solid #9be4dc;
  padding: 10px 0 0 0;
}
.voiceArea .nameArea p {
  color: #55cab8;
  line-height: 46px;
}
.texts,
.textareas {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px !important;
}

/* 0806 追加 */
.MedicalAboutRight {
  width: 422px;
  float: right;
  margin-left: 10px;
}
.MedicalAboutLeft {
  float: left;
  width: 270px;
}
.MedicalAbout dd {
  padding-left: 10px;
  background: url(../../images/clinic/dot.jpg) 0 0.6em no-repeat;
}
.MedicalAboutSubList dt {
  font-size: 125% !important;
  float: left;
}
.MedicalAboutSubList dd {
  font-size: 125% !important;
  background: none;
  float: right;
  width: 170px;
}

#map_canvas iframe {
  width: 100%;
  height: 100% !important;
}

.pcnone,
#mainCol.staff .hobby span,
#mainCol.staff .hobby small,
h3 p {
  display: none !important;
}

@media screen and (max-width: 501px) {
  body {
    background-image: none;
  }

  /*spナビゲーション*/

  header {
    width: 100%;
    position: fixed;
    height: 66px;
    border-bottom: solid 2px #38c9b9;
    z-index: 100;
    background-color: #fff;
    top: 0;
  }

  header.sp_header .inner {
    padding: 10px;
    box-sizing: border-box;
  }

  header.sp_header h1 {
    position: unset;
    width: 50%;
  }

  header.sp_header h1 img {
    width: 100%;
    height: auto;
  }

  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 14%;
    height: 62px;
    position: relative;
    top: 4px;
    z-index: 100;
    /*background-color:#59472f;*/
  }
  #nav_toggle div {
    position: relative;
  }

  #nav_toggle {
    position: absolute;
    top: 15px;
    right: 0;
  }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #38c9b9;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 80%;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    box-sizing: border-box;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 23px;
  }

  #nav_toggle > div > p {
    padding-top: 32px;
    font-size: 83%;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }

  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  header.sp_header nav {
    clear: both;
    padding: 10px;
    background-color: #38c9b9;
    z-index: 100;
    position: absolute;
    top: 68px;
    width: 100%;
    display: none;
    padding-top: 0;
    left: 0;
    box-sizing: border-box;
  }

  header.sp_header nav ul li {
    border-bottom: solid 1px #fff;
    padding: 1px 4px 1px 4px;
  }

  header.sp_header nav ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  header.sp_header nav ul li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }

  header.sp_header a {
    text-decoration: none;
  }

  /*トップページ*/
  #container {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  #contents {
    width: 100%;
  }

  #mainCol {
    width: 100%;
    float: none;
    margin-top: 80px;
  }

  #mainKey {
    padding: 27% 0 0 0;
    width: 100%;
    height: auto;
    background: url(../images/sp_dammy-key.png) 0 0 no-repeat;
    position: relative;
    background-position: center top;
    background-size: 100%;
    background-size: 100%;
  }

  #subCol {
    float: none;
    width: 100%;
  }

  footer {
    clear: both;
    width: 100%;
    height: auto;
		padding-bottom: 37px;
    text-align: center;
    background: none;
    background-color: #fff;
  }

  #inFooter {
    width: 100%;
    text-align: left;
    padding: 20px;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    background: url(../images/bg-in-foot.gif) 0 0 repeat-x;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  #inFooter h1 {
    position: unset;
    top: 20px;
    left: 0;
    padding: 0;
    border-right: none;
    text-align: center;
    margin-bottom: 20px;
  }

  #inFooter h1 img {
    width: 80%;
    height: auto;
  }

  #inFooter #footerInfo {
    position: unset;
    top: 20px;
    left: 284px;
  }

  #inFooter #footerInfo img {
    width: 100%;
    height: auto;
  }

  #inFooter #freeDial_foot {
    position: unset;
    top: 20px;
    right: 0;
  }

  #inFooter dl {
    position: unset;
    top: 58px;
    left: 752px;
  }

  #inFooter #footNav1 {
    position: unset;
    top: 120px;
    left: 0;
  }

  #inFooter #footNav2 {
    position: unset;
    top: 160px;
    left: 0;
  }

  #slider img {
    width: 100% !important;
    height: auto;
    position: absolute;
    top: 98%;
  }

  h3 p {
    font-size: 20px;
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
    line-height: 1.3;
    display: block !important;
  }

  h3 p span {
    font-size: 12px;
    display: block;
    color: #38c9b9;
    font-weight: bold;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo,
      'sans-serif';
  }

  .content.home {
    margin-top: 82%;
  }

  #practice ul li {
    width: 100%;
    float: none;
    margin: 0 0px 40px 0;
  }

  #practice ul li a img {
    display: block;
    margin: 0 auto 20px;
  }

  .scrollbars {
    width: 90% !important;
    clear: both;
    padding: 0 0;
    margin-left: auto;
    margin-right: auto;
  }

  .scrollbars .viewport {
    width: 90%;
    height: 310px;
    overflow: hidden;
    position: relative;
  }

  .scrollbars .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 6px;
    width: 100%;
  }

  .subBox {
    width: 100%;
    box-sizing: border-box;
  }

  .scrollbars .viewport,
  .scrollbars .scrollbar,
  .scrollbars .track {
    height: 280px !important;
  }

  .scrollbars .viewport {
    width: 90% !important;
  }

  .scrollbars .viewport {
    width: 90%;
  }

  .nivo-controlNav {
    width: auto !important;
    padding: 15px 0;
    position: absolute;
    top: unset !important;
    left: 36% !important;
  }

  #page-top {
    z-index: 10;
  }

  #newsList.subBox,
  #clinicInfo.subBox,
  #category.subBox {
    background-image: none;
    border-top: solid 7px #38c9b9;
    box-sizing: border-box;
  }

  #newsList.subBox h3 a p {
    color: #3c3c3c;
    border-bottom: none;
    padding: 15px 0 0;
    box-sizing: border-box;
  }

  #clinicInfo.subBox h3 p {
    border-bottom: none;
    box-sizing: border-box;
  }

  #contents.clinic h3.main_title p span {
    color: #38c9b9;
    display: inline-block;
    margin-left: 10px;
  }

  #newsList.subBox h3 a p small {
    float: right;
    background-color: #38c9b9;
    padding: 10px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin-top: -37px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #clinicInfo.subBox > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    height: auto;
  }

  #contents.clinic #mainCol #keySecound {
    width: 100%;
    height: auto;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
  }

  #contents.clinic #mainCol #keySecound img {
    width: 100%;
    height: auto;
  }

  #contents.clinic #mainCol section img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  #mainCol.staff section.director img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #mainCol.staff section.director dl {
    width: 100% !important;
    padding-left: 0 !important;
  }

  #mainCol.staff .hobby span {
    color: #38c9b9;
    font-size: 14px;
    display: inline-block !important;
  }

  #mainCol.staff .hobby small {
    color: #38c9b9;
    font-size: 14px;
    display: inline-block !important;
    margin-left: 10px;
  }

  #mainCol.staff section.staff img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #mainCol.staff .dentist {
    width: 100% !important;
  }

  #mainCol.practice .titlemedical,
  #mainCol.facility .titleFacility,
  #mainCol.case .titlemedical {
    width: 100%;
    box-sizing: border-box;
  }

  #mainCol.practice img,
  #mainCol.facility img {
    width: 100%;
    height: auto;
  }

  #mainCol.facility img.vertical_pict {
    width: 55%;
    height: auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #mainCol.facility iframe.youtube-player {
    width: 100%;
    height: 250px;
  }

  #keySecound {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  #keySecound img {
    width: 100%;
    height: auto;
  }

  #medicalContents ul li {
    float: left;
    width: 50%;
    height: auto;
  }

  #medicalContents ul li img {
    width: 100%;
    height: auto;
  }

  aside#medicalContents .clear_b {
    clear: both;
  }

  aside#medicalContents h3 p {
    border-bottom: none;
    color: #3c3c3c;
  }

  aside#medicalContents h3 p span {
    color: #38c9b9;
  }

  aside#medicalContents {
    background-image: none;
    border-top: solid 7px #38c9b9;
    box-sizing: border-box;
  }

  #mainCol.faq #faq dt {
    background: url(../../images/faq/sp_icon-q.gif) 0 0 no-repeat;
    width: 100%;
    min-height: 35px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  #mainCol.faq #faq dt span {
    font-size: 115%;
    color: #38c9b9;
    padding: 0px 0 0 0px;
    margin: 0;
    border-bottom: solid 1px #38c9b9;
    box-sizing: border-box;
    display: block;
  }

  #mainCol.faq #faq dt.sp_mb_10 {
    margin-bottom: 10px;
  }

  #mainCol.recruit img,
  #mainCol.access img {
    width: 100%;
    height: auto;
  }

  #map_canvas {
    width: 100%;
    height: 250px !important;
  }

  #map_canvas iframe {
    width: 100%;
    height: 100% !important;
  }

  .scGraff th,
  .scGraff td {
    padding: 5px;
  }

  #mainCol.access table.scGraff tr td img {
    width: 15px;
    height: auto;
  }

  #mainCol.implant img {
    width: 100%;
    height: auto;
  }

  #fllowText {
    float: none;
    width: 100%;
  }

  #fllowPict {
    width: 100%;
    float: none;
  }

  #mainCol.implant img.sp_pict_width,
  #mainCol.case img.sp_pict_width {
    width: 65%;
    height: auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #mainCol.case img.sp_pict_width2 {
    width: 35%;
    height: auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .text_center {
    text-align: center;
  }

  img.sp_w100 {
    width: 100%;
    height: auto;
  }

  #mainCol.case img {
    width: 100%;
    height: auto;
  }

  .recGraff th,
  .recGraff td {
    padding: 10px;
  }

  .recGraff th {
    width: 35%;
  }

  .voiceArea .nameArea p {
    font-size: 10px;
  }

  .texts,
  .textareas {
    box-sizing: border-box;
    width: 100%;
  }

  .texts.sp_w50 {
    box-sizing: border-box;
    width: 45%;
  }

  .blogArticle time {
    width: 100%;
  }

  .sp_fixed_btn {
    position: fixed;
    text-aling: center;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

  .sp_fixed_btn ul {
    overflow: hidden;
    width: 100%;
  }

  /*.sp_fixed_btn ul li{
	float:left;
	width:50%;
	padding:0 2px;
	box-sizing: border-box;
}*/

  .sp_fixed_btn ul li {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    padding: 0 2px;
    box-sizing: border-box;
  }

  .sp_fixed_btn ul li a {
    display: block;
    background-color: #38c9b9;
    text-align: center;
    padding: 10px;
    border: solid 3px #fff;
    border-bottom: none;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .sp_fixed_btn ul li a span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-image: url(../../common/images/tel_white.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 30px;
    box-sizing: border-box;
  }

  .sp_fixed_btn ul li.contact {
    display: none;
  }

  .sp_fixed_btn ul li.contact a {
    background-color: #eca141;
  }

  .sp_fixed_btn ul li.contact a span {
    background-image: url(../../common/images/mail_white.png);
  }

  .nivo-box,
  .nivo-slice {
    display: none !important;
  }

  .pictArea,
  .MedicalAboutRight {
    width: 100%;
  }

  .right20 {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .left20 {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pcnone {
    display: block !important;
  }

  .spnone {
    display: none !important;
  }
}

.sp-buttons,
.sp-buttons * {
	box-sizing: border-box;
}
.sp-buttons {
	--space: 5px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: var(--space);
	padding: 0 var(--space);
}
.sp-buttons__link {
	flex: 1;
  display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	max-width: 50%;
  background-color: var(--color);
  text-align: center;
  padding: 10px;
  border: solid 3px #fff;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.sp-buttons__link.tel {
	--color: #38c9b9;
}
.sp-buttons__link.news {
	--color: #35b9d8;
}
