@charset "UTF-8";

/*------------------------------
ポイントカラーの変え方

下記を置換してください。

メインカラー
#126fb9

サブカラー
#f0f8ff

------------------------------*/



/*------------------------------
コンテナー
------------------------------*/

body {
  padding: 60px 0 0;
  background-color: #FFFFFF;
  color: #4B4B4B;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
}

/*------------------------------
ヘッダー
------------------------------*/

header {
  position: fixed;
  height: 60px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
}

header .logo {
  float: left;
  padding: 17px 0 0 10px;
}

header .logo img {
  height: 25px;
  width: auto;
}

header .logo div {
  display: none;
}

@media(max-width:320px) {
  header .logo {
    padding: 20px 0 0 10px;
  }

  header .logo img {
    width: 180px;
  }
}

header .info {
  display: none;
}

/* h1 {
  display: none;
} */

.sp-header-menu {
  float: right;
}

.sp-header-menu ul {
  font-size: 0;
}

.sp-header-menu ul li {
  display: inline-block;
}

.sp-header-menu ul li img {
  width: 60px;
  height: 60px;
}

/*--------------------------------------------------
* spNavArea
==================================================*/

div#spNavArea {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 99999;
}

div#spNavArea .inner {
  position: relative;
  box-sizing: border-box;
}

div#spNavArea div#spNavBody {
  transition: 0.3s ease-in-out;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  height: 100%;
  background-color: #126fb9;
  opacity: 0;
  z-index: 9998;
}

div#spNavArea.navOpen div#spNavBody {
  left: 0;
  opacity: 1;
}

div#spNavArea div#spNavBody nav {
  display: block;
}

div#spNavArea div#spNavBody nav>ul {
  margin: 50px 0 20px 50px;
}

div#spNavArea div#spNavBody nav>ul>li {
  margin-bottom: 20px;
  color: #fff;
  list-style-type: disc;
  font-size: 18px;
}

div#spNavArea div#spNavBody nav ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

div#spNavArea div#spNavBody nav ul li>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 20px 0 0;
  font-size: 0.875em;
}

div#spNavArea div#spNavBody nav ul li>ul li {
  width: 60%;
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(../img/common/icon_pulldown.gif) 0 13px no-repeat;
}

div#spNavArea .navBtn {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 14px 15px;
  top: 5px;
  right: 5px;
  background-color: #126fb9;
  cursor: pointer;
  z-index: 9999;
}

div#spNavArea .navBtn span {
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  transition: all .5s ease-in-out;
}

div#spNavArea .navBtn span:nth-of-type(2),
div#spNavArea .navBtn span:nth-of-type(3) {
  margin-top: 8px;
}

div#spNavArea.navOpen .navBtn span:nth-of-type(1) {
  transform: translateY(10px) translateX(0) rotate(45deg);
}

div#spNavArea.navOpen .navBtn span:nth-of-type(2) {
  opacity: 0;
}

div#spNavArea.navOpen .navBtn span:nth-of-type(3) {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/*------------------------------
グローバルナビ
------------------------------*/

/*
nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 10000;
}
nav ul li {
  border-bottom: solid #ccc 1px;
}
nav ul li a {
  background-color: #126fb9;
  color: #fff;
  padding: 15px;
  display: block;
  line-height: 1;
  font-size: 14px;
}
nav ul li small {
  display: none;
}
*/

/*------------------------------
ページトップ
------------------------------*/

.pagetop {
  text-align: center;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  background-color: #C8C8C8;
  width: 100%;
}

.pagetop a {
  display: block;
}

.pagetop a:hover {
  opacity: 0.8;
}

.pagetop img {
  width: 40px;
  height: auto;
}

/*------------------------------
24時間WEB予約、電話をかける
------------------------------*/

.footer-btn {
  text-align: center;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1;
}

.footer-btn ul {
  font-size: 0;
}

.footer-btn ul li {
  display: inline-block;
  width: 48.5%;
}

.footer-btn ul li:first-child {
  margin-right: 1%;
}

.footer-btn ul li img {
  width: 100%;
  height: auto;
}


/*------------------------------
フッター
------------------------------*/

footer {
  background-color: #126fb9;
  color: #fff;
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.2) inset;
  padding-top: 30px;
}

.footer-link {
  text-align: center;
  padding: 10px 10px 20px;
  font-size: 14px;
}

.footer-link h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}

.footer-link p {
  margin-bottom: 10px;
}

.footer-link ul {
  font-size: 0;
}

.footer-link ul li {
  display: inline-block;
  width: 49%;
  margin-top: 2%;
}

.footer-link ul li:nth-child(odd) {
  margin-right: 2%;
}

.footer-link ul li img {
  width: 100%;
  height: auto;
}

.footer-menu {
  display: none;
}

.footer-content {
  padding: 0px 0 0;
  margin: 0 10px;
}

.footer-logo {
  margin: 0 0 0px;
  text-align: center;
}

.footer-content .logo img {
  width: auto;
  height: auto;
}

.footer-content .info .contact {
  padding: 20px 0 0;
}

.footer-content .info .sns {
  text-align: center;
  padding: 20px 0 0;
}

.footer-content .info .sns ul li {
  display: inline;
  margin: 0 0 0 10px;
}

.footer-center {
  margin-top: 10px;
  font-size: 14px;
}

.footer-center dt {
  color: #fff;
  margin: 0 0 10px 0;
  background: #f0f8ff;
  color: #4B4B4B;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*    font-family: リュウミン M-KL; */
}

.footer-center dd {
  padding: 0 0 10px 0;
}

.footer-center dd a {
  color: #fff;
}

.copyright {
  text-align: center;
  font-size: 14px;
  padding: 20px 0 65px;
  background: #126fb9;
  /*  font-family: リュウミン M-KL; */
  color: #fff;
}

/*------------------------------
メインビジュアル
------------------------------*/

#main-visual {
  display: none;
}

#main-visual-sp {
  background-color: #fff;
  position: relative;
  width: auto;
  /* height: 400px; */
  overflow: hidden;
  /* margin-top: -60px; */
}

#main-visual-sp .catch {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -160px;
}

#main-visual-sp .catch img {
  width: 320px;
  height: auto;
}

/*
#main-visual img {
  width: 800px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400px;
}
*/

/*------------------------------
コンテンツ
------------------------------*/

#content {
  position: relative;
  padding: 0;
}

#home #content {
  padding-top: 10px;
}

.info .schedule p {
  text-align: right;
  font-size: 12px;
}

.info .contact {
  letter-spacing: 1px;
  text-align: center;
  display: none;
}

footer .info .contact {
  display: block;
}

.info .contact span.tag {
  font-size: 14px;
  margin: 0 5px 0 0;
  letter-spacing: 0;
}

.info .contact .tel {
  margin: 0 0 2px;
  font-size: 24px;
  font-family: リュウミン M-KL;
  color: #fff;
}

.info .contact .tel a {
  color: #fff;
}

footer .info .contact .tel {
  margin-bottom: 10px;
  color: #fff;
}

.info .contact .tel .tag {
  color: #333;
}

footer .info .contact .web a {
  display: block;
  background: #fff;
  width: 200px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #126fb9;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 0 auto 20px;
}

footer .info .contact .web a span {
  padding-right: 20px;
  background: url(../img/icon01.png) no-repeat right center;
}

}

.info .contact .fax {
  font-size: 16px;
}

.info .contact .address {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0 0;
}

footer .info .contact .address {
  margin-bottom: 10px;
}

.info .contact .btn a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-family: リュウミン M-KL;
}

.info-sns {
  text-align: center;
  padding: 20px 0 0;
}

.info-sns ul li {
  display: inline;
  margin: 0 0 0 10px;
}

.header-sns {
  display: none;
}

table.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 5px;
}

table.schedule-table th {
  text-align: center;
  padding: 3px;
  font-size: 12px;
  border-bottom: solid #D8D8D8 1px;
  vertical-align: middle;
  font-weight: normal;
  background: #f0f8ff;
  color: #4B4B4B;
}

table.schedule-table td {
  text-align: center;
  padding: 5px;
  color: #333;
  font-size: 12px;
  border-bottom: solid #D8D8D8 1px;
  vertical-align: middle;
  background: #f0f8ff;
  color: #4B4B4B;
}

table.schedule-table td.time {
  color: #333333;
  font-size: 12px;
}

.content-arrow {
  padding: 90px 0 0;
  background: url(../img/content-arrow.png) no-repeat center top;
}

.large {
  font-size: 150%;
}

/*------------------------------
トップページ - お悩み
------------------------------*/

#onayami {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 60px;
  background: #f0f8ff;
}

#onayami h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0px 10px;
  font-family: リュウミン M-KL;
}

#onayami h2 span {
  display: inline-block;
}

.onayami-container {
  font-size: 0;
}

.onayami-container li {
  width: calc(33vmin - 1px);
  height: calc(33vmin - 1px);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}

.onayami-container li a {
  display: block;
  height: 100%;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  background-color: #eee;
  background-position: center 15%;
  box-sizing: border-box;
  padding-top: 60%;
  background-repeat: no-repeat;
  border: 1px solid #E5E5E5;
}

.onayami-container li.onayami-box01 a {
  background-image: url(../img/onayami-icon01.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box02 a {
  background-image: url(../img/onayami-icon02.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box03 a {
  background-image: url(../img/onayami-icon03.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box04 a {
  background-image: url(../img/onayami-icon04.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box05 a {
  background-image: url(../img/onayami-icon05.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box06 a {
  background-image: url(../img/onayami-icon06.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box07 a {
  background-image: url(../img/onayami-icon07.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box08 a {
  background-image: url(../img/onayami-icon08.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box09 a {
  background-image: url(../img/onayami-icon-rootcanal.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box10 a {
  background-image: url(../img/onayami-icon-notooth.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box11 a {
  background-image: url(../img/onayami-icon11.png);
  background-size: 50% auto;
}

.onayami-container li.onayami-box12 a {
  background-image: url(../img/onayami-icon12.png);
  background-size: 50% auto;
}

.onayami-container .onayami-box-right li a {
  padding: 0;
}

.onayami-container .onayami-box-right li a span {
  padding: 10px 0;
}

#onayami table {
  border: 1px solid #458DD6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  margin: 30px 10px 0;
}

#onayami table th {
  font-weight: normal;
  background: #A4D4FC;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #458DD6;
  border-right: 1px solid #458DD6;
  width: 30%;
}

#onayami table tr:last-child th {
  border-bottom: none;
}

#onayami table td {
  background: #fff;
  padding: 5px 10px;
  text-align: justify;
  border-bottom: 1px solid #458DD6;
}

#onayami table tr:last-child td {
  border-bottom: none;
}

/*------------------------------
トップページ - 住所・時間
------------------------------*/

#home #timetel {
  margin: 0 10px 30px;
  font-size: 14px;
}

#home #timetel table {
  margin-top: 10px;
}

/*------------------------------
トップページ - 内覧会・開院のお知らせ
------------------------------*/

#home #info.content {
  margin: 0 10px 10px;
}

#home #info .box {
  border: 1px solid #126fb9;
  background: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

#home #info .box:last-child {
  margin-bottom: 20px;
}

#home #info .box h3 {
  font-size: 16px;
  font-weight: normal;
}

#home #info .box strong {
  font-size: 18px;
  font-weight: normal;
  background: linear-gradient(transparent 70%, #FFF5BD 70%);
  padding: 0 20px 5px;
}

#home #info .box em {
  font-size: 16px;
  font-style: normal;
}

/*------------------------------
トップページ
------------------------------*/

#index-top table.schedule-table th {
  margin-bottom: 30px;
}

#index-top .fleft,
#index-top .fright {
  margin: 0 10px 30px;
}

#index-top .kamoku {
  padding: 0px 0 0;
}

#index-top .kamoku h2 {
  font-size: 18px;
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  border-bottom: solid #c7c7c7 1px;
  padding: 0 0 5px;
  text-align: center;
}

#index-top .kamoku ul {
  font-size: 0;
}

#index-top .kamoku ul li {
  width: 23%;
  margin: 0 2% 6px 0;
  display: inline-block;
  vertical-align: top;
}

#index-top .kamoku ul li br {
  display: none;
}

#index-top .kamoku ul li:first-child(1n) {
  width: 24%;
}

#index-top .kamoku ul li:nth-child(4n) {
  margin: 0 0 6px;
  width: 24%;
}

#index-top .kamoku ul li a {
  display: table;
  width: 100%;
  height: 5em;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}

#index-top .kamoku ul li a span {
  display: table-cell;
  vertical-align: middle;
}

#index-top .kamoku ul li a.line2 {
  padding: 1px 0;
}

.mail {
  margin-top: 10px;
}

.mail p {
  background: #DFF4F2;
  color: #4b4b4b !important;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}

#index-top .logo {
  display: none;
  margin: 0 0 20px;
}

#index-top .logo img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

#index-top .logo2 {
  display: none;
}

#index-top table.schedule-table th {
  background: #F0F0F0;
  border: none;
}

#index-yoyaku {
  padding: 20px;
  margin-bottom: 40px;
  background: #f0f8ff;
  font-family: リュウミン M-KL;
}

#index-yoyaku h2 {
  font-family: リュウミン M-KL;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}

#index-yoyaku>p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#index-yoyaku .yoyaku-box-left {
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
}

#index-yoyaku .yoyaku-box-left h3 {
  font-family: リュウミン M-KL;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: dashed #D7D7D7 1px;
}

#index-yoyaku .yoyaku-box-left p {
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 0px;
  text-align: justify;
}

#index-yoyaku .yoyaku-box-left .yoyaku-contact-tel a {
  line-height: 1;
  background: url(../img/icon-tel.png) no-repeat 0;
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  font-family: リュウミン M-KL;
  color: #126fb9;
  padding-left: 40px;
}

#index-yoyaku .yoyaku-box-right {
  background: #fff;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

#index-yoyaku .yoyaku-box-right h3 {
  font-family: リュウミン M-KL;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: dashed #D7D7D7 1px;
}

#index-yoyaku .yoyaku-box-right p {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 10px;
  text-align: justify;
}

.news-container h2 {
  font-size: 18px;
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  border-bottom: solid #c7c7c7 1px;
  padding: 0 0 5px;
  text-align: center;
}

.news-body ul {
  /*  height: 120px; */
  height: 240px;
  overflow: auto;
}

.news-body ul::-webkit-scrollbar {
  width: 5px;
}

.news-body ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 15px;
}

.news-body ul li {
  font-size: 0;
  margin: 0 0 10px;
}

.news-body ul li .date {
  color: #126fb9;
  display: inline-block;
  display: block;
  width: 30%;
  font-size: 14px;
  margin: 0 5% 0 0;
  line-height: 1.5;
  vertical-align: top;
}

.news-body ul li .title {
  display: inline-block;
  /* width: 65%; */
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}

#index-content {
  padding: 0 0 60px;
}

#index-content article {
  margin: 0 10px 30px;
}

#index-content article:last-child {
  margin: 0 10px;
}

#index-content article figure {
  margin: 0 0 20px;
}

#index-content article figure img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}

#index-content article h3 {
  font-size: 16px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  color: #126fb9;
}

#index-content article h3 strong {
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

#index-content article p {
  font-size: 14px;
  line-height: 1.6;
}

#index-content .btn {
  display: block;
  background: #126fb9;
  color: #fff;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  font-size: 14px;
  margin-top: 10px;
}

#index-content .btn span {
  padding-right: 20px;
  background: url(../img/icon01.png) no-repeat right center;
}

.serBox {
  margin: 0 10px 40px;
}

.serBox img {
  width: 100%;
  margin-bottom: 10px;
}

.serBox p {
  font-size: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.serBox h2 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1;
  font-weight: normal;
  padding: 20px 0 0;
  text-align: center;
}

.serBox h3 {}

.serBox h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: center;
}

.serBox p {
  text-align: center;
}

.aboutBox {
  background-image: url(../img/about_bg_sp.jpg);
  text-align: center;
  padding-top: 270px !important;
  margin-bottom: 60px !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.title-shadow {
  font-size: 24px;
  font-family: リュウミン M-KL;
  text-align: center;
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-weight: normal;
  background: url(../img/content-shadow-top.jpg) no-repeat center bottom;
  background-size: 150% auto;
}

/*------------------------------
トップページ - バナー
------------------------------*/
#home #topbanner img {
  margin-bottom: 10px;
}



/*------------------------------
トップページ - 院長あいさつ
------------------------------*/

#home #greeting.content {}

#home #greeting {
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}

#home #greeting h3 {
  font-size: 18px;
  font-family: リュウミン M-KL;
  color: #126fb9;
  margin-bottom: 10px;
}

#home #greeting h3 strong {
  font-size: 24px;
  font-weight: normal;
}

#home #greeting img {
  margin: 0 auto 20px;
  display: block;
  width: 270px;
}

#home #greeting p {
  text-align: justify;
}

#home #greeting .name {
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}

#home #greeting .name strong {
  font-size: 24px;
  font-weight: normal;
}

#home #greeting .frame {
  background: #f0f8ff;
  clear: both;
  margin-top: 20px;
  text-align: justify;
  padding: 20px;
}

#home #greeting .frame h4 {
  font-size: 18px;
  font-weight: normal;
  color: #126fb9;
  border-bottom: 1px dotted #D7D7D7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: リュウミン M-KL;
}

#home #greeting .btn a {
  display: block;
  background: #126fb9;
  color: #fff;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 10px auto 0;
}

#home #greeting .btn a span {
  padding-right: 20px;
  background: url(../img/icon01.png) no-repeat right center;
}

#home #greeting table th {
  width: 80px;
}


/*------------------------------
トップページ - 院内・設備紹介
------------------------------*/

#facility {
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}

#home #facility .box {
  margin-bottom: 30px;
  overflow: hidden;
}

#home #facility .box>ul {
  margin-bottom: 10px;
  font-size: 0;
}

#home #facility .box>ul li {
  margin-bottom: 20px;
  text-align: justify;
  width: 48%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

#home #facility .box>ul li:nth-child(odd) {
  margin-right: 4%;
}

#home #facility .box>ul li img {
  margin: 0 0 10px;
  display: block;
  width: 100%;
  height: auto;
}

#home #facility .box>ul li h3 {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
}

#home #facility .btn,
#home #onayami .btn {
  display: block;
  background: #126fb9;
  color: #fff;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  font-size: 14px;
}

#home #facility .btn span,
#home #onayami .btn span {
  padding-right: 20px;
  background: url(../img/icon01.png) no-repeat right center;
}

#home #facility table {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 0 60px;
}

#home #facility table th {
  font-weight: normal;
  background: #FAFAFA;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  width: 30%;
}

#home #facility table tr:last-child th {
  border-bottom: none;
}

#home #facility table td {
  background: #fff;
  padding: 5px 10px;
  text-align: justify;
  border-bottom: 1px solid #E5E5E5;
}

#home #facility table tr:last-child td {
  border-bottom: none;
}

/*------------------------------
下層ページ共通
------------------------------*/
#service #page-header {
  background: url(../img/page-header-bg1.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#service.service #page-header {
  background: url(../img/page-header-bg4.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#service #page-header {
  background: url(../img/page-header-bg1.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#service #page-header .inner {
  background: none;
  height: 150px;
}

#service.price #page-header {
  background: url(../img/page-header-bg2.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#service.periodontal #page-header {
  background: url(../img/page-header-bg3.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#flow #page-header {
  background: url(../img/page-header-bg2.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#flow #page-header .inner {
  background: url(../img/page-header02.jpg) no-repeat;
  height: 150px;
}

#staff #page-header {
  background: url(../img/page-header-bg3.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#staff #page-header .inner {
  background: url(../img/page-header03.jpg) no-repeat;
  height: 150px;
}

#clinic #page-header {
  background: url(../img/page-header-bg4.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#clinic #page-header .inner {
  background: url(../img/page-header04.jpg) no-repeat;
  height: 150px;
}

#access #page-header {
  background: url(../img/page-header-bg5.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}

#access #page-header .inner {
  background: url(../img/page-header05.jpg) no-repeat;
  height: 150px;
}

#page-header h2 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 35px 0 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.5;
}

#page-header h2 small {
  font-family: 新ゴ R;
  display: block;
  padding: 5px 0 0;
  font-size: 16px;
  color: #126fb9;
}

.breadcrumb {
  border-bottom: solid #ececec 1px;
  font-size: 12px;
  padding: 10px;
  background: #fff;
}

.breadcrumb ul {}

.breadcrumb ul li {
  float: left;
  width: auto;
  line-height: 1;
}

.breadcrumb ul li a {
  color: #126fb9;
}

.content-header {
  padding: 30px 0 0;
}

.page-link {
  margin: 0 0 30px;
}

.page-link ul {
  font-size: 0;
}

.page-link ul li {
  display: inline-block;
  margin: 0 2% 20px 0 !important;
  width: 32%;
  vertical-align: top;
}

.page-link ul li:nth-child(3n) {
  display: inline-block;
  margin: 0 0 20px 0 !important;
}

.page-link ul li a {
  background-image: url(../img/trans-btn.png);
  background-size: contain;
  background-repeat: repeat-x;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  border-radius: 10px;
}

.page-link ul li a span {
  display: block;
  padding: 0 0 0 30px;
  background: url(../img/btn-arrow.png) no-repeat 0;
  text-align: justify;
}

.page-link ul li a:hover {
  opacity: .8;
}

.line-header {
  text-align: center;
  margin: 0 0 20px;
  background: url(../img/ling-header-bg.gif) no-repeat center;
}

.line-header h2 {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}

.corner-box {
  border: solid #ccc 1px;
  border-radius: 10px;
  position: relative;
  margin: 30px 10px;
}

.corner-box-header {
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  width: 100%;
}

.corner-box-header h3 {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px !important;
  line-height: 1;
  background-color: #fff;
}

.corner-box .body {
  padding: 40px 20px 20px;
}

.corner-box .body p {
  font-size: 16px;
  margin: 0 0 20px;
  text-align: center;
}

.corner-box .body .bnr {
  text-align: center;
}

/*------------------------------
診療案内
------------------------------*/

#service-content {
  padding: 20px 0 60px;
}

#service-content h3 {
  font-size: 18px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px;
  color: #126fb9;
}

#service-content h3 strong {
  color: #126fb9;
  font-weight: normal;
}

#service-content h3 strong br {
  display: none;
}

#service-content .main {
  background-color: #DFF4F2;
  padding: 20px;
  border-radius: 10px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.6;
}

#service-content .main h2 {
  font-size: 24px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

#service-content .kamoku {
  margin: 0 0 30px;
}

#service-content .kamoku ul {
  font-size: 0;
  padding: 0 10px 0;
}

#service-content .kamoku ul li {
  display: inline-block;
  width: 48%;
  margin: 0 4% 10px 0;
  vertical-align: top;
}

#service-content .kamoku ul li:nth-child(2n) {
  margin: 0 0 10px;
}

#service-content .kamoku ul li a {
  display: table;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
  background: #126fb9;
  color: #fff;
}

#service-content .kamoku ul li a span {
  padding-right: 20px;
  background: url(../img/icon02.png) no-repeat right center;
}

#service-content .kamoku ul li a.line2 {
  padding: 1px 0;
}

#service-content article {
  margin: -80px 10px 60px;
  padding: 80px 0 0;
}

#service-content article:last-child {
  margin: -80px 10px 0;
}

#service-content article figure {
  text-align: center;
}

#service-content article figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

#service-content article h3 {
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: #126fb9;
}

#service-content article h3 small {
  font-size: 14px;
  color: #fff;
  background: #126fb9;
  padding: 2px 10px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

#service-content article h4 {
  font-size: 16px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-left: 20px;
  background: url(../img/icon-maru.png) no-repeat left center;
  background-size: 15px auto;
}

#service-content article p {
  line-height: 1.6;
  font-size: 14px;
  font-size: 16px;
}

#service-content article p a {
  display: block;
  background: #fff;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 16px;
}

#service-content article p a span {
  padding-right: 20px;
  background: url(../img/icon01.png) no-repeat right center;
}

#service.service #service-content article#s01 img {
  width: 100%px;
  margin: 0 0 20px;
}

#service.service #service-content article#s01 ul {
  margin: 20px 0;
}

#service.service #service-content article#s01 h4 {
  font-size: 21px;
}

#service.service #service-content article#s03 table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
}

#service.service #service-content article#s03 table th,
#service.service #service-content article#s03 table td {
  padding: 10px;
  border: 1px solid #eee;
  display: block;
}

#service.service #service-content article#s03 table th {
  text-align: center;
  background: #126fb9;
  color: #fff;
}

#service.service #service-content article#s03 img.map {
  display: block;
  width: 100%;
  margin: 20px 0;
}

#service.service #service-content article#s04 table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
}

#service.service #service-content article#s04 table th,
#service.service #service-content article#s04 table td {
  padding: 10px;
  border: 1px solid #eee;
  display: block;
}

#service.service #service-content article#s04 table th {
  text-align: center;
  background: #126fb9;
  color: #fff;
}


/*------------------------------
歯周病治療
------------------------------*/
#service.periodontal {}

#service.periodontal #s01 .box1 img {
  margin: 20px auto;
  float: none;
  display: block;
}

#service.periodontal #s01 .box1 .flow {
  width: auto;
  overflow: hidden;
}

#service.periodontal #s01 .box1 .flow .item {
  margin: 20px 0;
}

#service.periodontal #s01 .box1 .flow .item .title {
  display: block;
  background: #126fb9;
  color: #fff;
  padding: 5px 10px;
}

#service.periodontal #s02 p.flow {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}

#service.periodontal .arrow {
  margin: 20px auto 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #126fb9 transparent transparent transparent;
}



/*------------------------------
治療の流れ
------------------------------*/

#flow-content h3 {
  font-size: 32px;
  font-family: リュウミン M-KL;
  text-align: center;
  margin: 30px 0 30px;
  font-weight: normal;
}

#flow-content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 20px;
}

#flow-content p.catch {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 30px 10px 0;
  text-align: center;
  background: url(../img/content-shadow-top.jpg) top center no-repeat;
}

#flow-content ol {
  padding-bottom: 30px;
}

#flow-content ol li {
  margin: 0 0 20px 0;
  padding: 0 0 60px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/sp/flow-arrow.png);
  background-size: 40px;
}

#flow-content ol li h3 {
  font-size: 20px;
  font-family: リュウミン M-KL;
  line-height: 1.5;
  text-align: justify;
  font-weight: normal;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 0;
  border-top: solid #ccc 1px;
}

#flow-content ol li h3 br {
  display: none;
}

#flow-content ol li h3 span {
  display: inline-block;
  border-radius: 20px;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  background-color: #8bcc5a;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}

#flow-content ol li img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#flow-content ol li figcaption {
  padding: 10px 0 0 0;
  text-align: center;
}

#flow-content ol li figcaption p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 10px;
  text-align: justify;
}

#flow-content ol li figcaption p br {
  display: none;
}

#flow-content ol li figcaption div.btn a {
  font-family: リュウミン M-KL;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  display: inline-block;
}

#flow-content ol li.flow-content01 .tel {
  color: #6fb00c !important;
  margin: 0 10px;
}

#flow-content ol li.flow-content01 .tel a {
  color: #6fb00c !important;
  display: block;
  border: solid #6fb00c 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
}

#flow-content ol li.flow-content01 .tel a small {
  font-size: 12px;
  display: block;
  background-color: #6fb00c;
  color: #fff;
}

#flow-content ol li.flow-content01 .tel a span {
  font-size: 30px;
  display: inline-block;
  background: url(../img/icon-tel.png) no-repeat 0;
  padding: 0 0 0 30px;
}

#flow-content ol li.flow-content07 {
  background-image: none;
  padding: 0;
}

#flow-content ol li.flow-content10 {
  background-image: none;
  padding: 0 0 30px 0;
}

.flow-flow {
  margin: 0 10px 30px;
}

.flow-flow ol li {
  border-radius: 20px;
  width: 100%;
  padding: 0 0 43px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}

.flow-flow ol li.odd {
  background-image: url(../img/flow/flow-arrow-green.png);
}

.flow-flow ol li.odd.last {
  background-image: none;
}

.flow-flow ol li.even {
  background-image: url(../img/flow/flow-arrow-brown.png);
}

.flow-flow ol li.even.last {
  background-image: none;
}

.flow-flow ol li span {
  display: block;
}

.flow-flow ol li span.number {
  font-size: 24px;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  vertical-align: middle;
}

.flow-flow ol li span.number img {
  width: 50%;
  height: auto;
}

.flow-flow ol li.odd span.number {
  background-color: #ffbfbd;
}

.flow-flow ol li.even span.number {
  background-color: #c9bc9c;
}

.flow-flow ol li p.title {
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  padding: 10px;
}

.flow-flow ol li p.title em {
  font-size: 24px;
  font-style: normal;
  text-align: center;
  display: block;
  line-height: 1.4;
}

.flow-flow ol li.odd p.title {
  border: solid #86cc88 1px;
}

.flow-flow ol li.odd p.title em {
  color: #86cc88;
}

.flow-flow ol li.even p.title {
  border: solid #a5ada2 1px;
}

.flow-flow ol li.even p.title em {
  color: #a5ada2;
}

.flow-flow ol li p.title img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.flow-flow .btn_tel,
.flow-flow .btn_web {
  display: inline-block;
  border-radius: 10px;
  border-bottom: solid #E79B8C 3px;
  background-color: #ffbfbd;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 16px;
  width: 100%;
}

#flow01,
#flow02 {
  margin-top: -61px;
  padding-top: 61px;
}

/*------------------------------
医師あいさつ
------------------------------*/

.doctor {
  padding: 20px 0 60px;
}

.doctor .content-body {
  font-size: 0;
}

.doctor .content-body h4 {
  font-size: 24px;
  font-family: リュウミン M-KL;
  padding: 0 0 5px;
  border-bottom: dashed #D7D7D7 1px;
  margin: 0 10px 20px;
  font-weight: normal;
  color: #126fb9;
}

.doctor .content-body figure {
  text-align: center;
  margin: 0 0 20px;
}

.doctor .content-body figure img {
  width: 80%;
  height: auto;
}

.doctor .content-body .text {
  margin: 0 10px 20px;
}

.doctor .content-body .text strong {
  font-size: 18px;
  font-weight: normal;
  color: #126fb9;
  display: block;
  margin-bottom: 20px;
  font-family: リュウミン M-KL;
}

.doctor .content-body .text p {
  font-size: 14px;
  line-height: 1.6;
}

.doctor .content-body .signature {
  font-size: 16px;
  font-family: リュウミン M-KL;
  padding: 20px 0 0;
  text-align: right;
}

.doctor .content-body .signature span {
  margin: 0 0 0 0px;
  font-size: 24px;
  font-family: リュウミン M-KL;
  position: relative;
  display: inline-block;
}

.doctor .content-body .signature span small {
  position: absolute;
  top: -14px;
  left: 0;
  letter-spacing: .2em;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-family: リュウミン M-KL;
  display: inline-block;
  margin-left: -.2em;
}

.doctor .detail {
  margin: 0 10px;
}

.doctor.side .detail {
  padding-top: 40px;
}

.doctor .detail .fleft,
.doctor .detail .fright {
  margin: 0 0 20px;
}

.doctor .detail table {
  font-size: 14px;
  line-height: 1.6;
}

.doctor .detail table th {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
  font-weight: normal;
}

.doctor .detail table td {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
}

.staff {
  padding: 0 0 60px;
}

.staff figure {
  font-size: 0;
}

.staff figure img {
  width: 100%;
  height: auto;
}

.staff figure figcaption {
  padding: 0 0 20px;
}

.staff figure figcaption p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 10px;
}

.staff figure figcaption p span {
  margin: 0 10px;
}

.staff figure figcaption p.total {
  font-size: 24px;
  font-family: リュウミン M-KL;
}

.staff figure figcaption p.total strong {
  color: #126fb9;
  font-family: リュウミン M-KL;
  font-weight: normal;
}

/*------------------------------
医院紹介
------------------------------*/

#clinic .content-header.slide h2 {
  padding: 0;
}

.clinic h3 {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
}

.clinic .content-body {
  background: url(../img/content-shadow-top.jpg) top center no-repeat;
  font-size: 0;
}

.clinic .content-body h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
  font-weight: normal;
}

.clinic .content-body ul {
  padding-top: 30px;
}

.clinic .content-body ul li {
  margin: 0 10px 30px;
}

.clinic .content-body ul li:last-child {
  margin: 0 10px;
  padding: 0 0 30px;
}

.clinic .content-body ul li.wide img {
  margin: 0 0 10px;
}

.clinic .content-body ul li.wide img:last-of-type {
  margin: 0;
}

.clinic .content-body figure img {
  width: 100%;
  height: auto;
}

.clinic .content-body figcaption {
  clear: both;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.clinic .content-body ul li.wide figcaption {
  text-align: center;
}

#service .c-slider {
  width: 320px;
  margin: 30px auto 0;
  padding-top: 30px;
}

#service .c-slider img {}

#service .c-slider ul,
#service .c-slider li {
  margin: 0;
  padding: 0;
}

#service .c-slider img {
  width: 320px;
  height: auto;
  width: 98%;
  margin: 0 auto;
  display: block;
}

#service .c-slider .custom-thumb2 .bx-caption,
#service .c-slider .custom-thumb3 .bx-caption {
  display: none;
}

#service .c-slider .custom-thumb2 ul,
#service .c-slider .custom-thumb3 ul {
  width: 320px !important;
  margin: 10px auto 0;
  height: auto !important;
  list-style: none;
}

#service .c-slider .custom-thumb2 ul li,
#service .c-slider .custom-thumb3 ul li {
  width: 100px;
  float: left;
  margin: 10px 10px 0 0;
}

#service .c-slider .custom-thumb2 ul li:nth-child(3n),
#service .c-slider .custom-thumb3 ul li:nth-child(3n) {
  margin: 10px 0 0 0;
}

#service .c-slider .custom-thumb2 ul li img,
#service .c-slider .custom-thumb3 ul li img {
  width: 100px;
  height: auto;
}

@media screen and (max-width: 320px) {
  #facilities .c-slider {
    width: 280px !important;
  }

  #service .c-slider img {
    width: 280px !important;
  }

  #service .c-slider .custom-thumb2 ul {
    height: 120px !important;
  }

  #service .c-slider .custom-thumb2 ul li {
    width: 86px !important;
  }

  #service .c-slider .custom-thumb2 ul li img {
    width: 86px !important;
  }

  #service .c-slider .custom-thumb3 ul {
    height: 120px !important;
  }

  #service .c-slider .custom-thumb3 ul li {
    width: 86px !important;
  }

  #service .c-slider .custom-thumb3 ul li img {
    width: 86px !important;
  }
}

#service .c-slider .slide-navigation {
  position: relative;
}

#service .c-slider .bxslider-btn {
  position: relative;
}

#service .c-slider .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#service .c-slider .flex-control-thumbs li {
  flex-basis: 29%;
  width: 29%;
  padding-top: 13px;
}

#service .c-slider .flex-control-thumbs img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  display: block;
}

#service .c-slider .feed-prev-btn {
  background: url(../img/btn-prev.png) no-repeat;
  background-size: cover;
  display: block;
  font-size: 0;
  width: 5vw;
  height: 10vw;
  position: absolute;
  top: 90px;
  left: -6vw;
  z-index: 1;
}

#service .c-slider .feed-next-btn {
  background: url(../img/btn-next.png) no-repeat;
  background-size: cover;
  display: block;
  font-size: 0;
  width: 5vw;
  height: 10vw;
  position: absolute;
  top: 90px;
  right: -6vw;
  z-index: 1;
}

#service .c-slider .bxslider2 .bx-caption,
#service .c-slider .bxslider3 .bx-caption,
#service .c-slider .flex-caption {
  text-align: center;
  padding: 10px 0 10px;
}

#service .c-slider .bxslider2 .bx-caption strong,
#service .c-slider .bxslider3 .bx-caption strong,
#service .c-slider .flex-caption strong {
  font-size: 18px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px;
  color: #126fb9;
  display: block;
}

#service .c-slider .bxslider2 .bx-caption strong span.imgicon,
#service .c-slider .bxslider3 .bx-caption strong span.imgicon,
#service .c-slider .flex-caption strong span.imgicon {
  vertical-align: top;
  display: inline-block;
  margin: 0px 0 0 5px;
  padding: 0 0 0 0;
  text-align: left;
}

#service .c-slider .bxslider2 .bx-caption strong span.imgicon img,
#service .c-slider .bxslider3 .bx-caption strong span.imgicon img,
#service .c-slider .flex-caption strong span.imgicon img {
  vertical-align: top;
  display: inline-block;
  width: 30px;
  height: auto;
  margin: 0 0px 0px 5px;
  padding: 0 0 0 0;
}

@media(max-width:320px) {

  #service .c-slider .bxslider2 .bx-caption strong span.imgicon img,
  #service .c-slider .bxslider3 .bx-caption strong span.imgicon img,
  #service .c-slider .flex-caption strong span.imgicon img {
    vertical-align: top !important;
    display: inline-block !important;
    width: 30px !important;
    height: auto !important;
    margin: 0 0px 0px 5px !important;
    padding: 0 0 0 0 !important;
  }
}

#service .c-slider .bxslider2 .bx-caption p,
#service .c-slider .bxslider3 .bx-caption p,
#service .c-slider .flex-caption p {
  color: #4b4b4b !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin: 0px 0 0 0 !important;
  text-align: left;
}




/*------------------------------
アクセス
------------------------------*/

#access-content {
  padding: 20px 0 60px;
}

#access-content .content-body {
  font-size: 0;
}

#access-content #map {
  margin-top: -70px;
  padding-top: 70px;
}

#access-content .map figure {
  text-align: center;
  margin: 0 0 20px;
}

#access-content .map figure img {
  width: 80%;
  height: auto;
}

#access-content .map p a {
  display: block;
  background: #fff;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 10px 10px 40px;
  font-size: 14px;
}

#access-content .map p a span {
  padding-right: 20px;
  background: url(../img/icon01.png) no-repeat right center;
}

#access-content .body {
  margin: 0 10px 30px;
}

#access-content .body img {
  width: 100%;
  height: auto;
}

#access-content .body p {
  text-align: center;
  margin: 0 0 20px;
}

#access-content .body ul {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 0;
}

#access-content .body ul li {
  margin: 0 0 20px;
  vertical-align: top;
}

#access-content .body ul li figcaption {
  padding: 10px 0 0;
  text-align: center;
  font-size: 16px;
}

#access-content .body ul li:last-child {
  margin: 0;
}

#access-content .detail {
  margin: 0 10px;
}

#access-content .detail h4 {
  font-size: 24px;
  font-family: リュウミン M-KL;
  padding: 0 0 5px;
  border-bottom: dashed #D7D7D7 1px;
  margin: 0 0px 20px;
  font-weight: normal;
  color: #126fb9;
}

#access-content .detail h5 {
  clear: both;
  font-size: 20px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 5px 10px;
  background: #126fb9;
  color: #fff;
}

#access-content .detail p {
  font-size: 14px;
}

#access-content .detail figure {
  text-align: center;
  margin: 0 0 20px;
}

#access-content .detail figure img {
  width: 80%;
  height: auto;
}

#access-content .detail figure img:first-child {
  margin-bottom: 10px;
}

#access-content .detail .info table.info-detail {
  font-size: 20px;
  width: 100%;
  border-collapse: collapse;
  display: block;
}

#access-content .detail .info table.info-detail tr,
#access-content .detail .info table.info-detail tbody {
  display: block;
}

#access-content .detail .info table.info-detail th {
  font-size: 20px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 0px 0 10px 0;
  display: block;
}

#access-content .detail .info table.info-detail td {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 0px 0 20px 0;
  display: block;
}

#access-content .detail .info table.info-detail td.tel {
  font-size: 20px;
}

#access-content .detail .info table.info-detail td.tel a {
  color: #126fb9;
  font-family: リュウミン M-KL;
}

#access-content .detail .info table.info-detail td.fax {
  font-size: 16px;
  font-family: リュウミン M-KL;
  color: #126fb9;
}

#access-content .detail .info p {
  font-size: 18px;
  font-family: リュウミン M-KL;
}

#access-content .detail .schedule table.schedule-table th {
  font-size: 14px;
}

#access-content .detail .schedule table.schedule-table td {
  font-size: 14px;
}

#access-content .detail .schedule table.schedule-table td.time {
  font-size: 14px;
}

#access-content .detail .schedule p {
  text-align: right;
  font-family: 新ゴ R;
  font-size: 14px;
}

#access-content .mail a {
  width: 80%;
  margin: 0 auto;
}

.access-img {
  margin: 0 0 60px;
}

.access-img ul {}

.access-img ul li {
  margin: 20px 0 0 0;
  font-size: 14px;
}

.access-img ul li:first-child {
  margin: 0;
}

.access-img ul li img {
  width: 100%;
}

.access-img ul li p {
  margin-top: 10px;
}

#access img.map {
  margin: 20px 0;
  width: 100%;
}

/*------------------------------
価格表
------------------------------*/
#service.price {}

#service.price #service-content table,
body.implant table.price {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}

#service.price #service-content table th,
#service.price #service-content table td,
body.implant table.price th,
body.implant table.price td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

#service.price #service-content table th,
body.implant table.price th {
  text-align: center;
  background: #126fb9;
  color: #fff;
}


/*------------------------------
予防・メンテナンス
------------------------------*/
#service.maintenance {}

#service.maintenance #s01 .title {
  display: block;
  background: #126fb9;
  color: #fff;
  padding: 5px 10px;
}

#service.maintenance #s01 img {
  float: none;
  margin: 30px auto;
  display: block;
}

#service.maintenance .arrow {
  margin: 20px auto 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #126fb9 transparent transparent transparent;
}

/*------------------------------
インプラント
------------------------------*/
#service.implant {}

#service.implant #s01 img {
  float: none;
  width: 100%;
  margin: 0 0 20px 0px;
}

#service.implant #s01 p {
  margin-bottom: 30px;
}

/*------------------------------
ホワイトニング
------------------------------*/
#service.whitening {}

#service.whitening #s00 p {
  fint-size: 18px;
  line-height: 2;
}

#service.whitening #s00 img {
  display: block;
  margin: 30px auto;
  width: 100%;
}


/*------------------------------
セラミック
------------------------------*/
#service.ceramic {}

#service.ceramic #s00 p {
  fint-size: 18px;
  line-height: 2;
}


/*------------------------------
歯のない場合の処置
------------------------------*/
#service.notooth {}

#service.notooth #s00 p {
  fint-size: 18px;
  line-height: 2;
}


/*------------------------------
ブログ
------------------------------*/

.archive {
  margin: 0 10px 20px;
  text-align: right;
}

.blog-content h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.blog-content .body {
  margin: 0 10px 30px;
  background: url(../img/content-shadow-top.jpg) top center no-repeat;
  font-size: 0;
  padding: 40px 0 0;
}

.blog-content .body p {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 16px;
}

.blog-content .body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin: 0 auto 20px;
}

.blog-content .date {
  margin: 0 0 30px;
  text-align: right;
}

.pager {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.pager span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #262f66 1px;
  color: #262f66;
  border-radius: 5px;
}

.pager a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #fff 1px;
  border-radius: 5px;
}

.pager a:hover {
  color: #fff;
  border: solid #262f66 1px;
  background-color: #262f66;
}

.pager .prev {
  position: absolute;
  top: 30px;
  left: 0;
}

.pager .next {
  position: absolute;
  top: 30px;
  right: 0;
}

.pager .list {
  text-align: center;
}






/*------------------------------
スマホ
------------------------------*/

.pc {
  display: none;
}

.box1 {
  background: #f0f8ff;
  padding: 20px;
  margin-top: 30px;
  clear: both;
}

.box1 h4 {
  border-bottom: 1px solid #D7D7D7 !important;
  background: none !important;
  padding: 0 0 5px 0 !important;
  color: #126fb9;
  margin-bottom: 20px !important;
}

.box1 img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.tel_no {
  background-color: #f29243;
  color: #fff !important;
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px !important;
  padding-left: 10px !important;
}

.tel_no a {
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 18px !important;
}

.mail_no {
  background-color: #edae03;
  color: #fff !important;
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px !important;
  padding-left: 10px !important;
}

.mail_no a {
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 18px !important;
}

.flow_ul {
  overflow: hidden;
  text-align: center !important;
  width: 280px;
  margin: 10px auto 50px;
}

.flow_ul li {
  float: left;
  display: inline-block;
  margin: 10px;
}

.flow_ul li a {
  background-color: #f68a48;
  display: table-cell;
  width: 120px;
  height: 120px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px !important;
  vertical-align: middle;
}

.pagetop {
  text-align: center;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  background-color: #C8C8C8;
  width: 100%;
  display: none;
}

.pagetop a {
  display: block;
  color: #fff;
  padding: 10px 0;
}

.pagetop a {
  color: #fff;
}

.h3_1 {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
}

.h3_1 strong {
  font-size: 24px;
}

.serBox2 {
  padding: 0% 2% 5%;
  text-align: center;
}

.serBox2 h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: center;
}

.pcnone {
  text-align: center
}

.pcnone img {
  width: 80%;
  margin: 10px;
}

/*矯正治療ページ*/
.text_center {
  text-align: center !important;
}

body.ortho {
  font-size: 14px;
}

.ortho ul.onayami {
  overflow: hidden;
  margin-bottom: 40px;
}

.ortho ul.onayami li {
  margin-bottom: 30px;
  /*border:solid 1px #126fb9;*/
  padding: 0px;
  box-sizing: border-box;
  height: auto;
  /*background-color:#fff;*/
  position: relative;
  background-color: #fff;
}

.ortho ul.onayami li:nth-child(3) {
  margin-right: 0;
}

.ortho ul.onayami li:nth-child(4) {
  /*margin-left:15%;*/
}

.ortho ul.onayami li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  /*margin-top:20px;*/
}

.ortho ul.onayami li p.num {
  /*background-color:#126fb9;*/
  color: #126fb9;
  /*width:30px;*/
  text-align: center;
  /*height:30px;
	line-height:30px;*/
  border-radius: 50%;
  /*margin:0 auto;*/
  font-size: 48px !important;
  font-family: "Times New Roman", Times, serif;
  position: absolute;
  left: 7px;
  z-index: 10;
  top: -16px;
  font-style: italic;
  text-shadow:
    white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
}

.ortho ul.onayami li p {
  padding: 20px;
  box-sizing: border-box;
}

.ortho ul.merit {
  overflow: hidden;
  margin-bottom: 150px;
}

.ortho ul.merit li {
  width: 300px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.ortho ul.merit li img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.ortho ul.merit li:nth-chid(3),
.ortho ul.merit li:last-child {
  margin-right: 0;
}

.ortho div.chance {
  /*background-image:url(../img/ortho/bg01.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:right center;
	padding:75px 0;
	box-sizing:border-box;*/
  clear: both;
  margin-bottom: 40px;
}

.ortho div.chance h5 {
  color: #D4145A;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: リュウミン M-KL;
  font-weight: normal;
}

.ortho div.chance p {
  font-size: 14px !important;
}

.ortho ul.type {
  overflow: hidden;
  margin-bottom: 50px;
}

.ortho ul.type li {
  /*float:left;
	width:30%;*/
  /*height:430px;*/
  /*margin-right:50px;*/
  margin-bottom: 30px;
  background-color: #fff;
}

.ortho ul.type li:nth-child(3),
.ortho ul.type li:last-child {
  margin-right: 0;
}

.ortho ul.type li p {
  padding: 20px;
  box-sizing: border-box;
}

.ortho ul.type li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ortho ul.type li h5 {
  text-align: center;
  margin-bottom: 10px;
  color: #126fb9;
  font-weight: normal;
  font-size: 18px !important;
}

.ortho #service-content article figure {
  float: none;
  width: auto;
  overflow: hidden;
  margin-bottom: 30px;
  clear: both;
}

.ortho #service-content article figure img {
  /*float:left;*/
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.ortho #service-content article figure figcaption {
  /*text-align:left;
	float:right;
	width:645px;*/
  text-align: left;
}

.ortho #service-content article figure.img_r img {
  /*float:right;
	width:320px;
	margin-left:40px;
	margin-right:0;*/
  clear: both;
  margin-bottom: 20px;
}

.ortho #service-content article figure.img_r figcaption {
  text-align: left;
  /*float:left;
	width:645px;*/
}

span.orange {
  color: #F90;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

.mb_150 {
  margin-bottom: 50px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

p.recommend {
  text-align: center;
  font-size: 20px !important;
  margin-bottom: 40px;
  color: #F90;
}

.marker {
  background: linear-gradient(transparent 70%, #FFD08A 70%);
}

.ortho ul.feature {
  overflow: hidden;
}

.ortho ul.feature li {
  background-color: #f0f8ff;
  /*float:left;*/
  width: 100%;
  margin-right: 0px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  height: auto;
}

.ortho ul.feature li:nth-child(4),
.ortho ul.feature li:last-child {
  margin-right: 0;
}

.ortho ul.feature li:nth-child(5) {
  margin-left: 0%;
}

.ortho ul.feature li h5 {
  color: #126fb9;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: solid 1px #126fb9;
  font-size: 18px !important;
  font-weight: normal;
}

.ortho ul.feature li img {
  height: 50px;
  width: auto;
  display: block;
  margin: 0 auto 10px auto;
}

.ortho ul.cautions {
  /*position:relative;*/
  background-color: #fff;
  border: solid 1px #CCC;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  /*float:right;*/
}

.ortho ul.cautions li {
  margin-bottom: 30px;
}

.ortho ul.cautions li:last-child {
  margin-bottom: 0;
}

.ortho ul.cautions img {
  position: absolute;
  z-index: 100;
  /*left:-200px;*/
  bottom: -72px;
  height: 40%;
}

.ortho .arrow {
  margin: 50px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #126fb9 transparent transparent transparent;
}

.ortho div.price {
  margin-top: 40px;
  clear: both;
  margin-bottom: 150px;
}

.ortho div.price table {
  border-collapse: collapse;
}

.ortho div.price table tr th,
.ortho div.price table tr td {
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #126fb9;
  width: 50%;
  background-color: #fff;
}

.ortho div.price table tr th {
  background-color: #f0f8ff;
}

.ortho #service-content div.contact {
  margin-top: 30px;
  text-align: center;
}

.ortho #service-content div.contact p {
  font-size: 16px !important;
}

.ortho #service-content div.contact p a {
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  color: #126fb9;
  border: none;
  height: auto;
  width: auto;
  float: none;
  box-shadow: none;
  font-size: 32px !important;
  font-family: "Times New Roman", Times, serif;
}

.ortho #service-content ol.risk {
  margin-top: 20px;
  margin-bottom: 150px;
}

.ortho #service-content ol li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.ortho #service-content .kamoku {
  margin: 0;
}

.ortho #service-content .kamoku ul {
  width: 100%;
  padding-left: 0;
}

.ortho #service-content .kamoku ul li {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.ortho #service-content .kamoku ul li:nth-child(4) {
  /*margin-left:15%;*/
}

.ortho #s01,
.ortho #s02,
.ortho #s03,
.ortho #s04,
.ortho #s05 {
  margin-top: -60px;
  padding-top: 60px;
}

.ortho #service-content article h3 {
  text-align: center;
}

.ortho section#bg_white {
  background-color: #fff;
  padding-top: 40px;
}

.ortho .mb_75 {
  margin-bottom: 40px !important;
}

.ortho #service-content article h4 {
  background-position: left 3px;
}

.ortho .box1 h4 span.num {
  color: #fff;
  background-image: url(../img/ortho/step_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.ortho #service-content article p {
  font-size: 14px;
}

.ortho span.jiyuu {
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  box-sizing: border-box;
  background-color: #126fb9;
  font-size: 14px;
  text-align: center;
  margin-left: 20px;
}


.sp_none {
  display: none !important;
}





/*------------------------------
審美治療
------------------------------*/
#service.cosmetic {}

#service.cosmetic .topcom {
  width: 100%;
  margin: 30px auto 100px;
  font-size: 18px;
  line-height: 1.7;
  padding: 10px;
  box-sizing: border-box;
}

#service.cosmetic #service-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 100%;
}

#service.cosmetic #service-content .kamoku ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  vertical-align: top;
}

#service.cosmetic article {
  width: 100%;
  margin: 30px auto;
  padding: 10px;
  box-sizing: border-box;
}

#service.cosmetic article img {
  width: 100%;
  margin: 0 20px 20px 0;
}

#service.cosmetic .lastcom {
  width: 100%;

  margin: 50px auto;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: #126fb9;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}


body.implant h3 {
  margin-top: 52px !important;
}

body.implant a.external {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  padding: 4px 12px !important;
  margin: 16px auto 0 auto !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  background: #126fb9 !important;
  color: #fff !important;
}

.vids {
  position: relative;
  width: 95%;
  margin: 32px auto;
}

.vids::before {
  width: 100%;
  content: "";
  display: block;
  padding-top: 56.25%;
}

.vids video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
}

#index-yoyaku .yoyaku-box-right p {
  text-align: center;
}

#index-yoyaku .yoyaku-box-right p .pc {
  display: none;
}

/*20220622編集*/
.footer-link .box01 {
  margin-top: 30px;
}

.footer-link .box01 img {
  margin-bottom: 10px;
}




/*------------------------------
義歯（入れ歯）2022/6/26
------------------------------*/
#service.dentures {}

#service.dentures #service-content {
  padding-top: 0;
}

#service.dentures h3 {
  font-size: 21px;
  color: #126fb9;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 50px !important;
}

#service.dentures .point {
  font-size: 21px;
  color: #126fb9;
  border-left: 10px solid #126fb9;
  padding-left: 0.5em;
  margin-bottom: 20px;
}

#service.dentures .ucolumn {
  margin: 30px auto;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#service.dentures .ucolumn .photo {
  width: 100%;
  margin-bottom: 20px;
}

#service.dentures .ucolumn .photo img {
  width: 100%;
}

#service.dentures .ucolumn .txt {
  overflow: hidden;
}

#service.dentures .ucolumn p {
  line-height: 1.7;
}

/*** indent checklist ***/

#service.dentures ul.checkbox2 {
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px 0 !important;
}

#service.dentures ul.checkbox2 li {
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}

#service.dentures ul.checkbox2 li p {
  padding: 0 0 0 2em;
  font-size: 16px;
  position: relative;
}

#service.dentures ul.checkbox2 li p::before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "●";
  color: #126fb9;
  font-size: 21px;
}


#service.dentures .indent_numtxt li {
  list-style: none;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 3em;
  position: relative;
}

#service.dentures .indent_numtxt li span.num {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  background: #126fb9;
  margin-right: 10px;
  line-height: 40px;
  font-size: 24px;
}

/*** table ***/

#service.dentures table.comparison {
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;
}

#service.dentures table.comparison th,
#service.dentures table.comparison td {
  padding: 10px;
  border: 1px solid #777;
  text-align: center;
}

#service.dentures table.comparison th {
  background: #126fb9;
  color: #fff;
  width: 100px;
}

.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  margin-top: 20px;
  /*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #126fb9;
}

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #126fb9;
}

.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #126fb9;
}

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #126fb9;
}

table.parking {
  border-collapse: collapse;
  border: 1px solid #777;
  margin: 0 0 50px 0;
  width: 200%;
  font-size: 14px;
}

table.parking caption {
  text-align: left;
}

table.parking th {
  border: 1px solid #777;
  padding: 5px;
  box-sizing: border-box;
  background: #126fb9;
  text-align: center;
  font-weight: normal;
  color: #fff;
}

table.parking td {
  border: 1px solid #777;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}

table.parking td.left {
  text-align: left;
}



/***** 230726 *****/

#index-yoyaku .btn {
  display: block;
  background: #126fb9;
  color: #fff;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  font-size: 14px;
  margin-top: 10px;
}

#index-yoyaku .btn span {
  padding-right: 20px;
  background: url(../img/icon01.png) no-repeat right center;
}



footer .footer-bnrs {
  width: 80%;
  display: grid;
  grid-template: auto / auto;
  gap: 1rem;
  margin: -45px 10% 0;
  padding-bottom: 85px;
  justify-content: center;
}

footer .footer-bnrs a {
  display: block;
  box-sizing: border-box;
  border: 3px solid #ccc;
}

footer .footer-bnrs a img {
  width: 100%;
}


/*------------------------------
根管治療
------------------------------*/
.p-rootcanal article h2 {
  font-weight: normal;
  font-size: 18px !important;
  padding: 0 0 10px !important;
  margin: 0 0 20px !important;
  border-bottom: dashed #D7D7D7 1px !important;
  text-align: justify !important;
  color: #126fb9 !important;
}

.p-rootcanal article h3 {
  color: #4B4B4B !important;
  font-size: 16px !important;
  font-family: リュウミン M-KL !important;
  line-height: 1.3 !important;
  margin: 0 0 10px !important;
  font-weight: normal !important;
  padding-left: 20px !important;
  padding-bottom: 0 !important;
  background: url(../img/icon-maru.png) no-repeat left center !important;
  background-size: 15px auto !important;
  border-bottom: none !important;
}

.p-rootcanal .kamoku {
  margin-top: 30px !important;
  margin-left: -10px !important;
}


body#home div.notes {
width: 95%;
box-sizing: border-box;
margin: 1rem auto;
/* border: 3px solid white; */
background: #f0f8ff;
box-shadow: 0 0 10px #ccc;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
flex-direction: column;
padding: 2rem;
}
body#home div.notes * {
  color: black;
}
body#home div.notes span {
display: inline-block;
font-size: inherit;
}
body#home div.notes h2 {
font-size: 150%;
font-weight: bold;
}

/*------------------------------
よくある質問（FAQ）- スマートフォン
------------------------------*/

#faq-content {
  padding: 20px 0 0;
  margin-bottom: 50px;
}

.faq-container {
  max-width: 100%;
  margin: 0 10px;
}

.faq-section {
  margin-bottom: 30px;
}

.faq-section:last-child {
  margin-bottom: 0;
}

.faq-section-title {
  font-size: 18px;
  font-family: リュウミン M-KL;
  color: #126fb9;
  border-bottom: 2px solid #126fb9;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-weight: normal;
}

.faq-list {
  margin: 0;
  padding: 0;
}

.faq-question {
  background: #f0f8ff;
  border: 1px solid #126fb9;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #126fb9;
}

.faq-question:hover {
  background: #e6f2ff;
  box-shadow: 0 2px 8px rgba(18, 111, 185, 0.2);
}

.faq-question.active {
  background: #126fb9;
  color: #fff;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
}

.faq-icon {
  background: #126fb9;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  flex-shrink: 0;
}

.faq-question.active .faq-icon {
  background: #fff;
  color: #126fb9;
}

.faq-text {
  flex: 1;
  line-height: 1.4;
}

.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: #126fb9;
  transition: transform 0.3s ease;
  margin-left: 10px;
  flex-shrink: 0;
}

.faq-question.active .faq-toggle {
  color: #fff;
  transform: rotate(45deg);
}

.faq-answer {
  background: #fff;
  border: 1px solid #126fb9;
  border-top: none;
  border-radius: 0 0 6px 6px;
  margin-bottom: 8px;
  padding: 15px;
  display: none;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.5;
  color: #4B4B4B;
}

.faq-answer.active {
  display: flex;
}

.faq-answer .faq-icon {
  background: #4B4B4B;
  color: #fff;
  margin-right: 10px;
  flex-shrink: 0;
}

.faq-answer .faq-text {
  flex: 1;
}

.faq-answer .faq-text a {
  color: #126fb9;
  text-decoration: underline;
  word-break: break-all;
}

/* 20251111追加 */
/* 76～78行目コメントアウト */
h1{
  line-height: 2;
  font-weight: normal;
}

.top-h1{
  font-size: 24px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  margin: 0 0 1em 0;
}

#page-header h1 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 35px 0 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.5;
}

#page-header h1 small {
  font-family: 新ゴ R;
  display: block;
  padding: 5px 0 0;
  font-size: 16px;
  color: #126fb9;
}

#page-header p {
  font-size: 30px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 35px 0 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.5;
}

#page-header p small {
  font-family: 新ゴ R;
  display: block;
  padding: 5px 0 0;
  font-size: 16px;
  color: #126fb9;
}

/* 20251204追加 */
.news-body p{
  font-size:90%;
}

#access-content .detail h3 {
  clear: both;
  font-size: 20px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 5px 10px;
  background: #126fb9;
  color: #fff;
}

/* 20251223追加 */
.blog_single h2{
  margin:2em 0 1em;
}

.blog_single h3{
  margin:2em 0 1em;
}

.blog_single h4{
  margin:1.5em 0 1em;
}

.blog_single p{
  margin:0 0 1.5em;
}

/* 20260107追加 */
#service-content h2 {
  font-size: 18px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px;
  color: #126fb9;
}

#service-content article h2 {
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: #126fb9;
}

#service-content h3.icon-maru-h3 {
  color: #4B4B4B;
  font-size: 16px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px !important;
  font-weight: normal;
  padding-left: 20px;
  padding-bottom:0;
  border:none;
  background: url(../img/icon-maru.png) no-repeat left center;
  background-size: 15px auto;
}

.ortho h3.icon-maru-h3{
  text-align: left !important;
}

.box1 h3 {
  text-align: left !important;
  font-size: 16px !important;
  font-family: リュウミン M-KL;
  line-height: 1.3 !important;
  border-bottom: 1px solid #D7D7D7 !important;
  background: none !important;
  padding: 0 0 5px 0 !important;
  color: #126fb9;
  margin-bottom: 20px !important;
}

.ortho .box1 h3 span.num {
  color: #fff;
  background-image: url(../img/ortho/step_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.ortho div.chance h3 {
  color: #D4145A !important;
  font-size: 20px !important;
  padding-bottom: 0 !important;
  margin: 0 0 20px !important;
  font-family: リュウミン M-KL;
  font-weight: normal;
  line-height:normal !important;
  border:none !important;
  text-align: left !important;
}

.ortho ul.type li h3 {
  text-align: center;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
  color: #126fb9;
  font-weight: normal;
  font-size: 18px !important;
  border:none !important;
}

.ortho ul.feature li h3 {
  color: #126fb9;
  text-align: center;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
  border-bottom: solid 1px #126fb9;
  font-size: 18px !important;
  font-weight: normal;
  border-bottom: solid 1px #126fb9 !important;
}

.ortho #service-content article h2 {
  text-align: center;
}

body.implant h2 {
  margin-top: 52px !important;
}

/* 20260115追加 */
#index-content article h3.index-concept {
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

/* 20260203追加 */
#blog-content table,
#blog-content th,
#blog-content td{
  border-collapse: collapse;
  border:1px solid #ccc;
}

#blog-content th,
#blog-content td{
  padding:0.5em;
}

.flex-caption b {
  font-size: 18px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px;
  color: #126fb9;
  display: block;
}
