@charset "UTF-8";

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

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

メインカラー
#126fb9

サブカラー
#f0f8ff

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


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

body {
  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;
  line-height: 1.6;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.green {
  color: #126fb9 !important;
}

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

header {
  padding: 12px 0;
}

header .logo {
  float: left;
  margin-top: 30px;
  top: -100px;
}

header .logo div {
  font-size: 14px;
  margin-top: 15px;
}

header .logo.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: top 0.5s ease-in;
  -webkit-transition: top 0.5s ease-in;
  margin: 5px 0 0 10px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

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

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

header .logo.fixed div {
  display: none;
}

header .info {
  float: right;
  width: 50%;
  padding: 0px 0 0;
}

#home header {
  display: none;
}

/* h1 {
  font-size: 12px;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  text-align: justify;
  z-index: 10000;
  font-weight: normal;
  width: 100%;
}

h1 span {
  display: block;
}

h1 span.inner {
  width: 1004px;
} */

.sp-header-menu {
  display: none;
}

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

nav {
  z-index: 3;
  background-color: #126fb9;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 424px;
  width: 100%;
}

#home nav {
  margin-top: 935px;
}

nav ul {
  font-size: 0;
  padding: 20px 0;
}

#service nav ul,
#flow nav ul,
#staff nav ul,
#clinic nav ul,
#access nav ul {
  padding: 20px 0;
}

nav ul li {
  text-align: center;
  display: inline-block;
  width: 125px;
}

nav ul li a {
  display: block;
  line-height: 1;
}

nav ul li a span {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1;
  border-right: solid #fff 1px;
}

nav ul li:last-child a span {
  border-right: none;
}

nav ul li a:hover span,
nav ul li a:hover span small {
  color: #fff;
}

nav ul li small {
  font-size: 10px;
  color: #fff;
  display: block;
  padding: 5px 0 0;
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.5s ease-in;
  -webkit-transition: top 0.5s ease-in;
  margin-top: 0;
  border-bottom: 1px #ddd solid;
}

#home nav.fixed {
  margin-top: 0;
}

nav.fixed ul {
  text-align: right;
  padding: 10px 0 !important;
}

nav.fixed ul li {
  width: 115px;
}

nav.fixed ul li a span {
  font-size: 12px;
}

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

.pagetop {
  bottom: 0px;
  right: 0px;
  position: fixed;
  z-index: 3;
}

.pagetop a:hover {
  opacity: 0.8;
}

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

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

.footer-link {
  text-align: center;
  padding: 20px 0 30px;
}

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

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

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

.footer-link ul li {
  margin: 12px 6px 0 6px;
  display: inline-block;
}

.footer-link ul li img {
  width: 247px;
}


.footer-menu {
  text-align: center;
  background: #fff;
}

.footer-menu ul {
  padding: 20px;
  font-size: 0;
}

.footer-menu ul li {
  display: inline;
  font-size: 14px;
  padding: 0 20px;
  border-right: solid #E0E0E0 1px;
  font-family: リュウミン M-KL;
}

.footer-menu ul li:last-child {
  border-right: none;
}

.footer-content {
  margin: 0 0 40px;
}

.footer-logo {
  text-align: center;
  margin: 0 0 50px;
  padding-top: 40px;
}

.footer-content .info {
  float: left;
  width: 50%;
}

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

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

.footer-center {
  float: right;
  width: 500px;
}

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

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

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

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

#main-visual {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}

#main-visual .logo {
  margin: 0 auto;
  width: 1004px;
}

#main-visual .logo img {
  margin-left: -50px;
}

#main-visual .catch {
  position: absolute;
  top: 370px;
  left: 50%;
  margin-left: -336px;
}

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

#content {
  position: relative;
  padding: 0;
  margin-top: 70px;
}

#home #content {
  margin-top: 110px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.info .schedule {
  width: 480px;
}

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

header .info .schedule {
  width: auto;
}

.info .contact {
  width: 480px;
}

header .info .contact {
  width: auto;
}

.info .contact .tel {
  margin: 10px 0 60px;
  padding-left: 35px;
  font-size: 26px;
  display: inline-block;
  background: url(../img/icon-tel.png) no-repeat left center;
}

header .info .contact .tel {
  margin: 5px 0 5px;
  padding-left: 25px;
  font-size: 24px;
  background: url(../img/icon-tel.png) no-repeat left center;
  background-size: 15px auto;
}

.info .contact .web {
  float: right;
  margin-top: 15px;
}

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

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

header .info .contact .web {
  margin-top: 5px;
}

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

.info .contact .address {
  font-size: 16px;
  line-height: 1.5;
}

.page header .info {
  width: 600px;
}

.page header .info .contact .time-box {
  width: 380px;
  float: left;
}

.page header .info .contact .address {
  font-size: 12px;
  width: 190px;
  float: right;
}

.page header .info .contact .address .tel {
  font-size: 18px;
  color: #126fb9;
  padding: 0;
  background: none;
  white-space: nowrap;
}

.page header .info .contact .address .tel small {
  font-size: 14px;
  color: #787878;
}

.page header .info .contact .web a {
  background: #126fb9;
  color: #fff;
  font-size: 16px;
  width: 190px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-bottom: 2px solid #e5e5e5;
}

.page header .info .contact .web a span {
  background: none;
  padding: 0;
}

header .info .contact .address {
  font-size: 14px;
}

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

.info .contact .btn a.fixed {
  position: fixed;
  top: 6px;
  left: 270px;
  z-index: 2;
  margin: 0;
  transition: top 0.5s ease-in;
  -webkit-transition: top 0.5s ease-in;
}

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

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

.header-sns {
  text-align: right;
  padding: 5px 25px 0;
}

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

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

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

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

table.schedule-table td.time {
  font-size: 14px;
}

header table.schedule-table th {
  padding: 5px;
  font-size: 12px;
}

header table.schedule-table td {
  padding: 5px;
  font-size: 12px;
}

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

.large {
  font-size: 150%;
}

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

#onayami {
  text-align: center;
  background: #f0f8ff;
  padding: 40px 0 60px;
  margin-bottom: 60px;

}

#onayami h2 {
  font-size: 36px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

.onayami-container {
  font-size: 0;
  width: 900px;
  margin: 0 auto;
}

.onayami-container li {
  width: 172px;
  height: 200px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 10px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;

}

.onayami-container li:nth-child(5n) {
  margin-right: 0px;
}

.onayami-container li a {
  display: block;
  height: 100%;
  color: #333;
  font-size: 14px;
  background-color: #eee;
  background-position: center 25%;
  box-sizing: border-box;
  padding-top: 120px;
  background-repeat: no-repeat;
}

.onayami-container li a:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#home #timetel {
  display: none;
}

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

#home #info.content {}

#home #info .box {
  border: 1px solid #126fb9;
  background: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 100px;
  margin-bottom: 30px;
}

#home #info .box:last-child {
  margin-top: 0px;
  margin-bottom: 100px;
}

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

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

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

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

#index-top {
  margin-bottom: 20px;
}

#index-top .logo2 {
  float: left;
  margin-top: 30px;
  top: -100px;
}

#index-top .logo2 div {
  font-size: 14px;
  margin-top: 15px;
}

#index-top .logo2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  transition: top 0.5s ease-in;
  -webkit-transition: top 0.5s ease-in;
  margin: 5px 0 0 10px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

#index-top .logo2.fixed img {
  height: 20px;
  width: auto;
}

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

#index-top .index-time {
  float: left;
  width: 378px;
}

#index-top .index-time p {
  font-size: 14px;
  margin-bottom: 15px;
}

#index-top .contact {
  width: 600px;
  float: right;
}

#index-top .contact .tel {
  font-size: 22px;
  margin: 10px 0 0px;
  white-space: nowrap;
  background: none;
  padding: 0;
  color: #126fb9;
  font-family: リュウミン M-KL;
}

#index-top .contact .tel em {
  font-size: 14px;
  font-style: normal;
  color: #4B4B4B;
}

#index-top .info .contact .web {
  float: left;
}

#index-top .info .contact .web a {
  display: block;
  background: #126fb9;
  width: 190px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  color: #fff;
  font-size: 16px;
}

#index-top .info .contact .web a span {
  padding-right: 0px;
  background: none;
}

#index-top .info .contact .address {
  width: 190px;
  float: right;
}

#index-top .fleft {
  /* width: 450px; */
  float: none;
  margin-bottom: 100px;
}

#index-top .fright {
  /* width: 510px; */
  float: none;
  overflow: hidden;
  margin-bottom: 50px;
}

#index-top .info .schedule {
  width: auto;
  /* float: right; */
}

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

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

#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:nth-child(4n) {
  margin: 0 0 6px;
  width: 25%;
}

#index-top .kamoku ul li a {
  display: table;
  width: 100%;
  height: 3em;
  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: 5px;
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}

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

#index-top .logo.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: top 0.5s ease-in;
  -webkit-transition: top 0.5s ease-in;
  display: block;
}

#index-top .logo img {
  width: 450px;
  height: auto;
}

#index-top .logo.fixed img {
  height: 41px;
  width: auto;
  margin: 3px 0 0 10px;
}

#index-top table.schedule-table {}

#index-top table.schedule-table th {
  padding: 5px;
  border: none;
}

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

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

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

#index-yoyaku .yoyaku-box-left {
  width: 424px;
  /*  float: left; */
  background: #fff;
  padding: 20px;
  min-height: 108px;
  margin: 0 auto;
}

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

#index-yoyaku .yoyaku-box-left .yoyaku-contact-tel {
  line-height: 1;
  background: url(../img/icon-tel.png) no-repeat 0;
  font-size: 39px;
  margin-top: 20px;
  margin-left: 55px;
  font-family: リュウミン M-KL;
  padding-left: 40px;
  white-space: nowrap;
}

#index-yoyaku .yoyaku-box-right {
  width: 500px;
  background: #fff;
  float: right;
  padding: 20px;
}

#index-yoyaku .yoyaku-box-right h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: リュウミン M-KL;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: justify;
  border-bottom: dashed #D7D7D7 1px;
  width: 380px;
  float: left;
}

#index-yoyaku .yoyaku-box-right p {
  font-size: 16px;
  line-height: 1.6;
  float: left;
  width: 380px;
}

#index-yoyaku .yoyaku-box-right img {
  float: right;
  margin-top: -50px;
}

/**** トップページ中段　バナー ****/

#topbanner {
  text-align: center;
  margin-bottom: 50px;
}

#topbanner img {
  width: auto;
  margin-bottom: 20px;
}



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

.news-body ul {
  /*  height: 200px; */
  height: 260px;
  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;
  width: 20%;
  font-size: 16px;
  margin: 0 50px 0 0;
  line-height: 1.5;
  vertical-align: top;
}

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

#index-content {
  width: 700px;
  margin: 0 auto 50px;

}

#index-content article figure {
  float: left;
  width: 460px;
  margin: 0 60px 80px 0;
}

#index-content article figure img {
  width: 480px;
}

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

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

#index-content article p {
  font-size: 21px;
  line-height: 2;
}

#index-content article.two img {
  margin-left: -25px;
}

#index-content h4 {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 30px 0 20px;
}

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

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

.serBox2 {
  float: left;
  width: 45% !important;
  padding: 0% 2% 5%;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center center;
}

.blocka {
  float: left;
  margin-light: 50px
}

.blockb {
  width: 480px;
}

.aboutBox {
  background-image: url(../img/about_bg.jpg);
  height: 248px !important;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 70px;
}

.title-shadow {
  font-size: 36px;
  font-family: リュウミン M-KL;
  text-align: center;
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-weight: normal;
  background: url(../img/content-shadow-top.png) no-repeat center bottom;
}

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

#home #greeting.content {
  padding: 40px 0 120px;
}

#home #greeting {
  text-align: center;
}

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

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

#home #greeting img {
  float: right;
  margin-left: 30px;
  width: 270px;
}

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

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

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

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

#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;
  width: 300px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  margin: 20px 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;
  padding: 40px 0 60px 0;
}

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

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

#home #facility .box>ul li {
  display: inline-block;
  font-size: 16px;
  width: 243px;
  margin-right: 17px;
  text-align: justify;
  margin-top: 17px;
  vertical-align: top;
}

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

#home #facility .box>ul li img {
  margin-bottom: 10px;
  width: 100%;
}

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

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

#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: 15px;
  vertical-align: top;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  width: 140px;
}

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

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

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

/*------------------------------
下層ページ共通
------------------------------*/

#page-header {}

#page-header h2 {
  font-size: 48px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 65px 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: 15px;
  color: #126fb9;
}

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

.breadcrumb ul {
  width: 1024px;
  margin: 0 auto;
}

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

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

.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 40px;
  background: url(../img/ling-header-bg.gif) no-repeat center;
}

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

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

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

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

.corner-box .body {
  padding: 60px 30px 30px;
}

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

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

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

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

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

#flow-content h3 {
  font-size: 40px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin-top: 40px;
}

#flow-content p {
  font-size: 15px;
  line-height: 1.8;
}

#flow-content p.catch {
  font-size: 15px;
  line-height: 1.8;
  margin: 20px auto 100px auto;
  text-align: center;
  background: url(../img/content-shadow-top.jpg) top center no-repeat;
  padding: 60px 0 0;
  width: 1024px;
}

#flow-content ol {
  width: 1024px;
  margin: 0 auto;
}

#flow-content ol li {
  padding: 40px 0 0 160px;
  min-height: 250px;
  overflow: hidden;
  margin: 0 0 10px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}

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

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

#flow-content ol li img {
  float: right;
  margin: -70px 0 0 0;
}

#flow-content ol li figcaption {
  float: left;
  width: 515px;
}

#flow-content ol li figcaption p {
  font-size: 15px;
  margin: 0 0 10px 0;
}

#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 {
  background-image: url(../img/flow/flow01.png);
}

#flow-content ol li.flow-content01 .tel {
  font-size: 30px;
  background: url(../img/icon-tel.png) no-repeat 0;
  padding: 0 0 0 30px;
  color: #6fb00c !important;
}

#flow-content ol li.flow-content01 .tel small {
  display: none;
}

#flow-content ol li.flow-content01 .tel a {
  color: #6fb00c !important;
}

#flow-content ol li.flow-content02 {
  background-image: url(../img/flow/flow02.png);
}

#flow-content ol li.flow-content03 {
  background-image: url(../img/flow/flow03.png);
}

#flow-content ol li.flow-content04 {
  background-image: url(../img/flow/flow04.png);
}

#flow-content ol li.flow-content05 {
  background-image: url(../img/flow/flow05.png);
}

#flow-content ol li.flow-content06 {
  background-image: url(../img/flow/flow06.png);
}

#flow-content ol li.flow-content07 {
  background-image: url(../img/flow/flow07.png);
  margin-bottom: 100px;
}

#flow-content ol li.flow-content08 {
  background-image: url(../img/flow/flow08.png);
}

#flow-content ol li.flow-content09 {
  background-image: url(../img/flow/flow09.png);
}

#flow-content ol li.flow-content10 {
  background-image: url(../img/flow/flow10.png);
  margin-bottom: 100px;
}

#flow-content .flow-flow {
  margin-bottom: 60px;
}

#flow-content .flow-flow ol li {
  padding: 0 0 40px;
  background-position: 440px bottom;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}

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

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

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

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

#flow-content .flow-flow ol li span.number {
  width: 200px;
  height: 200px;
  display: block;
}

#flow-content .flow-flow ol li.odd span.number {
  margin-top: 70px;
}

#flow-content .flow-flow ol li.even span.number {
  margin-top: 70px;
}

#flow-content .flow-flow ol li p.title {
  border-radius: 10px;
  font-size: 15px;
  padding: 20px;
}

#flow-content .flow-flow ol li p.title em {
  font-size: 48px;
  font-style: normal;
  text-align: justify;
  display: block;
  line-height: 1.4;
  padding-bottom: 10px;
}

#flow-content .flow-flow ol li p.title span {
  float: left;
  width: 440px;
}

#flow-content .flow-flow ol li.odd p.title {
  border: solid #86cc88 1px;
  width: 760px;
  margin-left: 100px;
  margin-top: -300px;
  padding-left: 120px;
  overflow: hidden;
}

#flow-content .flow-flow ol li.odd p.title img {
  float: right;
}

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

#flow-content .flow-flow ol li.even p.title {
  border: solid #a5ada2 1px;
  width: 760px;
  margin-left: 100px;
  margin-top: -300px;
  padding-left: 120px;
  overflow: hidden;
}

#flow-content .flow-flow ol li.even p.title img {
  float: right;
}

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

#flow-content .flow-flow .btn_tel,
.flow-flow .btn_web {
  display: inline-block;
  border-radius: 12px;
  background-color: #ffbfbd;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  font-size: 15px;
  width: 100%;
}

#flow-content .flow-flow ol li p.title small {
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding-left: 30px;
  background: url(../img/icon-maru.png) no-repeat left center;
}

/*------------------------------
診療案内
------------------------------*/
#service #page-header {
  background: url(../img/page-header-bg1.jpg) no-repeat center;
  background-size: auto 100%;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}

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

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

#service-content {
  margin: 0 0 0px;
  padding: 100px 0 0;
}

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

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

#service-content .main {
  background-color: #DFF4F2;
  padding: 35px 25px;
  border-radius: 10px;
  margin-bottom: 50px;
  line-height: 1.6;
}

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

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

#service-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 800px;
}

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

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

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

#service-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  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: 0 auto 150px;
  width: 1024px;
}

#service-content article figure {
  float: left;
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}

#service-content article figure img {
  width: 320px;
  height: auto;
}

#service-content article .body {
  float: right;
  width: 677px;
}

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

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

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

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

#service-content article p a {
  display: block;
  background: #126fb9;
  color: #fff;
  width: 254px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #E5E5E5;
  text-align: center;
  box-shadow: 0px 2px 0px 0px #f4f4f4;
  float: left;
  margin-top: 20px;
  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 {
  float: right;
  width: 400px;
  margin: 0 0 20px 20px;
}

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


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

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

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



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

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

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







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

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

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

#staff article {
  width: 100%;
  height: 300px;
  background: url(../img/staff/treatment-bg01.png) no-repeat;
  margin: 0 0 30px 0;
}

#staff article h3 {
  padding: 20px 0 0 0;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

#staff article h3 span {
  font-size: 50px;
}

#staff article p {
  padding: 30px 0 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.doctor {
  padding: 100px 0 0;
  margin: 0 0 110px;
}

.doctor:last-child {
  margin: 0 0 150px;
}

.doctor .content-body {
  width: 1024px;
  margin: 0 auto;
}

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

.doctor .content-body figure {
  float: left;
}

.doctor .content-body figure img {
  width: 280px;
  height: auto;
}

.doctor .content-body .text {
  float: right;
  width: 700px;
}

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

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

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

.doctor.side .content-body .signature {
  padding: 10px 0 0;
  text-align: right;
}

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

.doctor .content-body .signature span small {
  position: absolute;
  top: -15px;
  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 {
  width: 1024px;
  margin: 0 auto;
}

.doctor .detail.first {
  margin: 0 auto 110px;
}

.doctor.side .detail {
  width: 100%;
}

.doctor .detail .fleft,
.doctor .detail .fright {
  float: none;
}

.doctor .detail h4 {
  font-size: 24px;
  font-family: リュウミン M-KL;
  color: #fff;
  background: #126fb9;
  margin: 0 0 30px;
  padding: 0 10px;
  font-weight: normal;
}

.doctor .detail table {
  font-size: 15px;
}

.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: 40px 0 0;
  margin: 0 0 60px;
}

.staff figure {
  font-size: 0;
  text-align: center;
}

.staff figure img {
  width: 850px;
  height: auto;
}

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

.staff figure figcaption p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

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

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

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

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

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

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

#clinic h3 {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 10px 0 20px;
  color: #126fb9;
}

.clinic {}

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

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

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

.clinic .content-body {
  margin: 0 0 60px;
}

.clinic .content-body ul li {
  width: 48%;
  margin: 0 4% 60px 0;
  float: left;
  vertical-align: top;
}

.clinic .content-body ul li:nth-child(even) {
  margin: 0 0 60px;
}

.clinic .content-body ul li.wide {
  width: 100%;
}

.clinic .content-body ul li.wide img {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
}

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

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

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

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

.clinic .content-body ul.three li {}

.clinic .content-body ul.three li:nth-child(3n) {
  margin: 0 0 60px;
}

.clinic .content-body ul.three li img {
  width: 100%;
  height: auto;
}

.clinic .content-body ul.three li {
  width: 30%;
  margin: 0 4% 60px 0;
  float: left;
  vertical-align: top;
}

#service .c-slider {
  width: 750px;
  margin: 0px auto 100px auto;
}

#service .c-slider ul li {
  width: auto;
  margin: 0 0 0px 0;
  float: none;
}

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

#service .c-slider .bxslider {
  overflow: visible !important;
}

#service .c-slider .custom-thumb2,
#service .c-slider .custom-thumb3 {
  overflow: hidden !important;
}

#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 {
  margin-top: 30px;
  list-style: none;
  font-size: 0;
  text-align: center;
}

#service .c-slider .custom-thumb2 ul li,
#service .c-slider .custom-thumb3 ul li {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin: 0px 5px 0px 0;
}

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

#service .c-slider .custom-thumb2 ul li:last-child,
#service .c-slider .custom-thumb3 ul li:last-child {
  margin: 0px 0 18px 0;
}

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

#service .c-slider .custom-thumb2 ul li a:hover,
#service .c-slider .custom-thumb3 ul li a:hover {}

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

#service .c-slider .flex-control-thumbs {
  display: flex;
  margin-top: 30px;
}

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

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

#service .c-slider .feed-prev-btn {
  background: url(../img/btn-prev.png) no-repeat;
  display: block;
  font-size: 0;
  width: 35px;
  height: 66px;
  position: absolute;
  top: 229px;
  left: -60px;
  z-index: 1;
}

#service .c-slider .feed-prev-btn a:hover {}

#service .c-slider .feed-next-btn {
  background: url(../img/btn-next.png) no-repeat;
  display: block;
  font-size: 0;
  width: 35px;
  height: 66px;
  position: absolute;
  top: 229px;
  right: -60px;
  z-index: 1;
}

#service .c-slider .feed-next-btn a:hover {}

#service .c-slider .bxslider2 .bx-caption,
#service .c-slider .bxslider3 .bx-caption,
#service .c-slider .bxslider2 .flex-caption {
  text-align: center;
  padding: 20px 0 10px;
  line-height: 1.8 !important;
}

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

#service .c-slider .bxslider2 .bx-caption strong span.imgicon,
#service .c-slider .bxslider3 .bx-caption strong span.imgicon,
#service .c-slider .bxslider2 .flex-caption strong soan.imgicon {
  margin: 0 0 0 10px;
  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 .bxslider2 .flex-caption strong span.imgicon img {
  vertical-align: top;
  display: inline-block;
  width: 36px;
  height: auto;
  margin: 0 0px 0px 5px;
  padding: 0 0 0 0;
}

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

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

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

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

#access-content {
  padding: 100px 0 0;
  width: 1024px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

#access-content .body ul li {
  display: inline-block;
  width: 32%;
  margin: 0 2% 0 0;
  vertical-align: top;
}

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

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

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

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

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

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

#access-content .detail p {
  padding: 10px 10px 40px;
  font-size: 16px;
}

#access-content .detail figure {
  float: right;
  width: 460px;
}

#access-content .detail figure img {
  width: 425px;
  height: auto;
}

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

#access-content .detail .info,
#access-content .detail .schedule {
  float: left;
  width: 520px;
}

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

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

#access-content .detail .info table.info-detail td {
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  text-align: justify;
  padding: 0px 0 20px 10px;
}

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

#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: 24px;
  font-family: リュウミン M-KL;
  color: #126fb9;
}

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

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

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

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

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

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

.access-img {
  margin: 40px 0 100px;
}

.access-img ul {
  font-size: 0;
}

.access-img ul li {
  margin: 0 0 20px 29px;
  font-size: 16px;
  display: inline-block;
  width: 322px;
}

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

.access-img ul li img {
  width: 322px;
}

.access-img ul li p {
  margin-top: 20px;
  padding: 0 !important;
}

#access img.map {
  display: block;
  margin: 20px auto;
}

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

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

#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;
}

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


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

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

#service.periodontal .box1 {}

#service.periodontal #s01 .box1 img {
  margin-right: 20px !important;
  float: left;
  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: 50px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #126fb9 transparent transparent transparent;
}



/*------------------------------
予防・メンテナンス
------------------------------*/
#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.fr {
  float: right;
  width: 350px;
  margin: 0 0 20px 20px;
}

#service.implant #s01 img.fl {
  float: left;
  width: 350px;
  margin: 0 20px 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;
}


/*------------------------------
セラミック
------------------------------*/
#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 0 40px;
  text-align: right;
}

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

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

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

.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;
}

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

.sp-header-menu {
  display: none;
}

#sp-menu-container {
  display: none;
}

#sp-btn-access,
#sp-btn-ct {
  display: none;
}

#main-visual .inner-sp {
  display: none;
}

.sp {
  display: none;
}

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

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

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

.box1 img {
  width: 250px;
  float: left;
  margin-right: 30px;
}

.serBox {
  margin-bottom: 80px;
}

.serBox img {
  display: block;
  margin: 0 auto;
}

.serBox p {
  line-height: 1.6;
}

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

.serBox h3 {}

.h4_flow {
  font-size: 40px !important;
  text-align: center;
}

.h4_flow strong {
  font-size: 75px !important;
  font-weight: normal;
  padding: 0px 3px;
  color: #F38906;
}

.flow_ul {
  overflow: hidden;
  text-align: center !important;
  width: 560px;
  margin: 30px 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: 18px !important;
  vertical-align: middle;
}

.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;
}

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

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

.ortho ul.onayami li {
  float: left;
  width: 31%;
  margin-right: 30px;
  /*border:solid 1px #126fb9;*/
  /*padding:20px;*/
  box-sizing: border-box;
  margin-bottom: 20px;
  height: 352px;
  background-color: #fff;
  /*background-color:#fff;*/
  position: relative;
}

.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: 25px;
  z-index: 10;
  top: 5px;
  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.content {
  padding: 20px;
  box-sizing: border-box;
}

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

.ortho ul.merit li {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.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: 150px;
}

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

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

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

.ortho ul.type li {
  float: left;
  width: 30%;
  height: 475px;
  margin-right: 50px;
  margin-bottom: 20px;
  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: 40px;
  clear: both;
}

.ortho #service-content article figure img {
  float: left;
  width: 320px;
  margin-right: 40px;
}

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

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

.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: 150px !important;
}

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

p.recommend {
  text-align: center;
  font-size: 28px !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: 22.5%;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 360px;
}

.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: 13%;
}

.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 20px auto;
}

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

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

.ortho ul.cautions img {
  position: absolute;
  z-index: 100;
  left: -200px;
  bottom: 0;
  height: 80%;
}

.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 30px 10px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}

.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;
  font-size: 16px;
}

.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: 18px !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: 35px !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;
  font-size: 16px;
}

.ortho #service-content .kamoku ul {
  width: 1024px;
}

.ortho #service-content .kamoku ul li {
  width: 317px;
}

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

.ortho figcaption {
  font-size: 16px;
}

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

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

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

.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;
}


.pcnone {
  display: none;
}

.pc_none {
  display: none !important;
}


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

#service.cosmetic .topcom {
  width: 1024px;
  margin: 30px auto 100px;
  font-size: 18px;
  line-height: 1.7;
}

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

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

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

#service.cosmetic article {
  width: 1024px;
  margin: 30px auto;
}

#service.cosmetic article img {
  width: 400px;
  float: left;
  margin: 0 20px 20px 0;
}

#service.cosmetic .lastcom {
  width: 1024px;
  margin: 50px auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background: #126fb9;
  color: #fff;
  font-size: 21px;
  line-height: 2;
}

#service.cosmetic #s03 img.right {
  float: right;
  margin: 0 0 20px 20px;
}


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

body.implant a.external {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  margin: 16px auto 0 auto !important;
  padding: 4px 12px !important;
  box-sizing: border-box !important;
}

.vids {
  position: relative;
  width: 640px;
  margin: 32px auto 64px auto;
}

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

.vids::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
  pointer-events: none;
  background: url(../img/play.png) center / 60px no-repeat;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.vids.active::after {
  opacity: 0;
}

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


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

#index-yoyaku>div.clearfix {
  display: grid;
  grid-template: 1fr / 1fr auto;
  grid-gap: 16px;
  justify-content: stretch;
  align-content: stretch;
}

#index-yoyaku .yoyaku-box-right a {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

#index-yoyaku .yoyaku-box-right img {
  float: none;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

#index-yoyaku .yoyaku-box-right>div.clearfix {
  display: grid;
  grid-template: auto / 1fr 180px;
  grid-gap: 16px;
  justify-content: center;
  align-content: center;
}

#index-yoyaku .yoyaku-box-right h3 {
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
}

#index-yoyaku,
#index-yoyaku * {
  box-sizing: border-box;
}

#index-yoyaku .yoyaku-box-right p {
  float: none;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#index-yoyaku .yoyaku-contact-tel {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: auto;
  margin: 0 auto !important;
}

#index-yoyaku .yoyaku-box-left {
  display: grid;
  grid-template: auto 1fr / 1fr;
  grid-gap: 0;
}

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



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

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

#service.dentures h3 {
  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: 1024px;
  box-sizing: border-box;
}

#service.dentures .ucolumn .photo {
  width: 400px;
}

#service.dentures .ucolumn .photo.left {
  float: left;
  margin: 0 20px 20px 0;
}

#service.dentures .ucolumn .photo.right {
  float: right;
  margin: 0 0 20px 20px;
}

#service.dentures .ucolumn .photo.wide {
  width: 80%;
  margin: 20px auto;
}

#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;
}

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

table.parking caption {
  display: none;
}

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

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

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


/**** 230726 ****/

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

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


footer .footer-bnrs {
  display: grid;
  width: 800px;
  grid-template: auto / repeat(3, 1fr);
  gap: 1rem;
  margin: -80px calc((100% - 800px) / 2) 0;
  padding-bottom: 100px;
  justify-content: center;
}

footer .footer-bnrs a {
  display: block;
  transition: all .2s ease-in-out;
  box-sizing: border-box;
  border: 3px solid #ccc;
  background: #ccc;
}

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

footer .footer-bnrs a:hover {
  opacity: .8;
}


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

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

.p-rootcanal .right {
  float: right !important;
  margin: 0 0 20px 20px !important;
}




body#home div.notes {
width: 820px;
box-sizing: border-box;
margin: 2rem 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: 3rem;
}
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: 100px 0 0;
  margin-bottom: 100px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

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

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

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

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

.faq-question {
  background: #f0f8ff;
  border: 1px solid #126fb9;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  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: 8px 8px 0 0;
  margin-bottom: 0;
}

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

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

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

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #126fb9;
  transition: transform 0.3s ease;
  margin-left: 15px;
  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 8px 8px;
  margin-bottom: 10px;
  padding: 20px;
  display: none;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: #4B4B4B;
}

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

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

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

/* スマートフォン対応 */
@media only screen and (max-width: 768px) {
  .faq-question {
    padding: 15px;
    font-size: 14px;
  }
  
  .faq-answer {
    padding: 15px;
    font-size: 14px;
  }
  
  .faq-icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
    margin-right: 10px;
  }
  
  .faq-toggle {
    font-size: 20px;
    margin-left: 10px;
  }
}

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

.top-h1{
  font-size: 36px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
  padding-bottom: 20px;
  margin: 0 0 1em 0;
  background: url(../img/content-shadow-top.png) no-repeat center bottom;
}

#page-header h1 {
  font-size: 48px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 65px 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: 15px;
  color: #126fb9;
}

#page-header p {
  font-size: 48px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 65px 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: 15px;
  color: #126fb9;
}

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

#access-content .detail h3 {
  clear: both;
  font-size: 24px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  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: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}

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

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

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

.box1 h3 {
  text-align: left !important;
  font-size: 22px !important;
  font-family: リュウミン M-KL;
  line-height: 1.3 !important;
  border-bottom: 1px solid #D7D7D7 !important;
  background: none !important;
  padding: 0 0 10px 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 30px 10px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}

.ortho div.chance h3 {
  color: #D4145A !important;
  font-size: 32px !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: 64px !important;
}

/* 20260115追加 */
#index-content article h3.index-concept {
  font-size: 30px;
  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-weight: normal !important;
  display: inline-block;
  margin: 0px 0 20px 0;
  color: #126fb9;
  font-size: 24px;
  line-height: 1.6;
  font-family: リュウミン M-KL;
  text-align: center;
}
