@charset "UTF-8";

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

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

#64BE91

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


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

body {
  background-color: #fff;
  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:#25AABB !important;
}

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

header {
  padding: 20px 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: 5px;
  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: 14px;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  text-align: justify;
  z-index: 10000;
  font-weight: normal;
  width: 100%;
  color:#FFF;
}
h1 span {
  display: block;
}
h1 span.inner {
  width: 1004px;
}
.sp-header-menu {
  display: none;
}

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

nav {
  z-index: 3;
  background-color: #25AABB;
  /* position: absolute;
  top: 0;
  left: 0;
  margin-top: 478px;
  width: 100%; */
}
#home nav {
  /* margin-top: 600px; */
}
nav ul {
  display: grid;
  grid-template-columns: repeat(11, auto);
  align-items: center;
  padding: 20px 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
nav ul li {
  position: relative;
  text-align: center;
  display: block;
}
nav ul li:nth-of-type(n + 2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
  transform: translateY(-50%);
}
nav ul li a {
  display: block;
  line-height: 1;
}
nav ul li a span {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
}
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;
}
#spNavBody nav ul li {
  display: none;
}
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: 110px;
}
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 {
  overflow: hidden;
  background-color: #fafafa;
  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 {
  width: 100%;
    padding: 20px;
    font-size: 0;
    box-sizing: border-box;
}
.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-menu ul li span br {
  display: none;
}
.footer-menu ul li small {
  display: 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: #25AABB;
    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;*/
  background: #25AABB;
  color: #fff;
  font-family: リュウミン M-KL;
}

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

#main-visual {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 600px;
  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: 0px;
}
#home #content {
   margin-top: 70px;
}
.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: #fff;
  width: 200px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #25AABB;
  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: #25AABB;
  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: #25AABB;
  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: #D8D8D8;
}
table.schedule-table td {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-bottom: solid #dbdbdb 1px;
  vertical-align: middle;
  background: #fff;
}
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: #F5F5F5;
  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;
}
.onayami-container {
	width:676px;
	margin:0 auto;
	}

.onayami-container li {
  width: 154px;
  height: 154px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}
.onayami-container li:nth-child(4n) {
  margin-right: 0px;
}
.onayami-container li a {
  display: block;
  height: 100%;
  color: #333;
  font-size: 14px;
  background-color: #FFF;
  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-icon09.png);
}
.onayami-container li.onayami-box10 a {
  background-image: url(../img/onayami-icon10.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 #25AABB;
  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: #25AABB;
  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: #25AABB;
    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;
}

.web_top  a {
    display: block;
    background: #25AABB;
    width: 900px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    color: #fff;
    font-size:22px;
	margin:0 auto 30px;
	padding:10px 0;
}
.web_top  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: #F0F0F0;
  font-family: リュウミン M-KL;
}
#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: 525px;
  /*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;*/
  margin-left: 100px;
  font-family: リュウミン M-KL;
  padding-left: 40px;
  white-space: nowrap;
}
#index-yoyaku .yoyaku-box-right {
  /*width: 500px;*/
  width: 400px;
  /*background: #fff;*/
  float: right;
  padding: 0px;
  /*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;*/
  font-size: 14px;
  line-height: 1.6;
  float: left;
  width: 380px;
  margin-top: 5px;
}
#index-yoyaku .yoyaku-box-right img {
  float: right;
  margin-top: -50px;
}
.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;
  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 p {
  margin-top: 10px;
}
.news-body ul li .date {
  color: #25AABB;
  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 {
  margin-bottom: 50px;
}
#index-content #etiquette {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 120px;  
}
#index-content article figure {
  float: left;
  width: 200px;
  margin: 0 60px 80px 0;
}
#index-content article figure img {
  width: 200px;
	border:3px solid #ffea00;
}
#index-content article h3 {
  font-size: 20px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: normal;
  color: #25AABB;
}
#index-content article h3 strong {
  font-size: 30px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
#index-content article p {
  font-size: 16px;
  line-height: 1.6;
}
#index-content article.two img {
  margin-left: -25px;
}

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

#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: #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;
}
#index-content .preventive-btn {
  text-align: center;
  margin-top: 30px;
}
#index-content .preventive-btn button {
  font-size: 28px;
  padding: 10px 50px;
  background-color:#80dce6;
  border-style: none;
  border-radius: 5px;
  border: 2px solid #24ABBA;
}
#index-content .preventive-btn button a {
  color: #fff;
}
#index-content .preventive-btn button:hover {
  background-color:#aae8ef;
  border: 2px solid #80dce6;
}
.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 80px;
    padding-bottom: 20px;
    font-weight: normal;
    background: url(../img/content-shadow-top.jpg) 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: #25AABB;
 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: #F0F0F0;
 clear: both;
 margin-top: 30px;
 text-align: justify;
 padding: 15px 30px;
}
#home #greeting .frame h4 {
 font-size: 18px;
 font-weight: normal;
 color: #25AABB;
 border-bottom: 1px dotted #D7D7D7;
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-family: リュウミン M-KL;
}
#home #greeting .btn a {
    display: block;
    background: #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 .frame table {
	width:100%;
	}
#home #greeting .frame table th{
	width:150px;
	}


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

#facility {
  text-align: center;
  padding: 40px 0 60px 0;
}
#home #facility .box {
  margin-bottom: 60px;
  overflow: hidden;
}
#home #facility ul {
  font-size: 0;
  margin-bottom: 30px;
  margin-top: -17px;
}
#home #facility ul li {
  display: inline-block;
  font-size: 16px;
  width: 243px;
  margin-right: 17px;
  text-align: justify;
  margin-top: 17px;
}
#home #facility ul li:nth-child(4n) {
  margin-right: 0;
}
#home #facility ul li img {
  margin-bottom: 10px;
  width: 100%;
}
#home #facility ul li h3 {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
#home #facility .btn {
    display: inline-block;
    background: #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 {
    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: #25AABB;
}

.breadcrumb {
  border-bottom: solid #ececec 1px;
  font-size:14px;
  padding: 12px 0;
  background: #F0F0F0;
  width: auto;
}
.breadcrumb ul {
    width: 1024px;
    margin: 0 auto;
}
.breadcrumb ul li {
  float: left;
  width: auto;
  line-height: 1;
}
.breadcrumb ul li a {
  color: #25AABB;
}

.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 #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  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: #25AABB;
  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 50px;
  margin: 0 0 130px;
}
#service-content .kamoku ul {
 margin: 0 auto;
  font-size: 0;
  width: 1024px;
  /*display: flex;
    justify-content: center;*/
}
#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(4n) {
  margin: 0 0 20px;
  width: 232px;
}
#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 #e5e5e5 1px;
  line-height: 1.5;
}
#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: #25AABB;
}
#service-content article h3 small {
  font-size: 16px;
  color: #fff;
  background: #25AABB;
  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: #fff;
    width: 254px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    float: right;
    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 .topinfo{
	width:1024px;
	margin:0 auto 100px;
	}
#service .topinfo h2{
	margin-bottom:50px;
	}

#service .serviceinfo{
	width:1024px;
	margin:0 auto 100px;
	}
#service .serviceinfo dl{
	margin:50px 0;
	padding:20px 50px;
	border-radius:10px;
	background:#eee;
	line-height:2;
	box-sizing:border-box;
	}
#service .serviceinfo dt{
	font-size:18px;
	}
#service .serviceinfo dd{
	padding-left:20px;
	}
#service .serviceinfo 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 .contents {
	margin:50px auto;
	width:1024px;
	}
#service .contents h3{
	font-size:36px;
	padding:20px;
	border-bottom:2px solid #25AABB;
	text-align:left;
	margin-bottom:30px;
	}
#service .contents h4{
	font-size:24px;
	color:#fff;
	padding:10px;
	background:#25AABB;
	margin:30px 0;
	}
#service .contents img{
	width:400px;
	}
#service .contents img.fr{
	float:right;
	margin:0 0 20px 20px;
	}
#service .contents img.fl{
	float:left;
	margin:0 20px 20px 0;
	}

#service .contents h5{
	font-size:21px;
	padding-left:20px;
	border-left:10px solid #25AABB;
	color:#25AABB;
	margin:30px 0;
	}
#service .contents img.w200{
	width:200px;
	}

#service #s03 ul{
	margin:30px 0;
	}
#service #s03 ul li{
	list-style-type: decimal;
	margin-left:30px;
	}


#service .recruit{
	width:1024px;
	margin:100px auto 50px;
	}
#service .recruit img{
	width:200px;
	float:left;
	margin:0 20px 20px 0;
	}

#service .photobox{
	float:right;
	margin:0 0 20px 20px;
	}
#service .photobox img {
	height:280px;
	width:auto;
	}

#service .btn{
	width:400px;
	display:block;
	margin:30px auto;
	background:#25AABB;
	color:#fff;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	}


#service [id^="s0"] { margin-top:-40px; padding-top:40px;}
#service [id^="recruit"] { margin-top:-40px; padding-top:40px;}


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

#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: #25AABB;
}
.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: #25AABB;
  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: justify;
}
.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: #25AABB;
  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: #25AABB;
  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: #25AABB;
}
.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;
}

#clinic .c-slider {
    width: 750px;
    margin: 0px auto 100px auto;
}
#clinic .c-slider ul li {
  width: auto;
  margin: 0 0 0px 0;
  float: none;
}
#clinic .c-slider img {
    width: 750px;
}
#clinic .c-slider .bxslider {
    overflow: visible !important;
}
#clinic .c-slider .custom-thumb2, #clinic .c-slider .custom-thumb3 {
    overflow: hidden !important;
}
#clinic .c-slider .custom-thumb2 .bx-caption, #clinic .c-slider .custom-thumb3 .bx-caption {
    display: none;
}
#clinic .c-slider .custom-thumb2 ul, #clinic .c-slider .custom-thumb3 ul {
    margin-top: 30px;
    list-style: none;
    font-size: 0;
    text-align: center;
}
#clinic .c-slider .custom-thumb2 ul li, #clinic .c-slider .custom-thumb3 ul li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0px 5px 0px 0;
}
#clinic .c-slider .custom-thumb2 ul li:nth-child(6n), #clinic .c-slider .custom-thumb3 ul li:nth-child(6n) {
    margin: 0px 0 18px 0;
}
#clinic .c-slider .custom-thumb2 ul li:last-child, #clinic .c-slider .custom-thumb3 ul li:last-child {
    margin: 0px 0 18px 0;
}
#clinic .c-slider .custom-thumb2 ul li img, #clinic .c-slider .custom-thumb3 ul li img {
    width: 100%;
    height: auto;
}
#clinic .c-slider .custom-thumb2 ul li a:hover, #clinic .c-slider .custom-thumb3 ul li a:hover {
}
#clinic .c-slider .bxslider-btn {
    position: relative;
}
#clinic .c-slider .feed-prev-btn a {
    background: url(../img/btn-prev.png) no-repeat;
    display: block;
    font-size: 0;
    width: 35px;
    height: 66px;
    position: absolute;
    top: 229px;
    left: -120px;
    z-index: 1;
}
#clinic .c-slider .feed-prev-btn a:hover {
}
#clinic .c-slider .feed-next-btn a {
    background: url(../img/btn-next.png) no-repeat;
    display: block;
    font-size: 0;
    width: 35px;
    height: 66px;
    position: absolute;
    top: 229px;
    right: -120px;
    z-index: 1;
}
#clinic .c-slider .feed-next-btn a:hover {
}
#clinic .c-slider .bxslider2 .bx-caption, #clinic .c-slider .bxslider3 .bx-caption {
    text-align: center;
    padding: 20px 0 10px;
    line-height: 1.8 !important;
}
#clinic .c-slider .bxslider2 .bx-caption strong, #clinic .c-slider .bxslider3 .bx-caption strong {
    font-weight: normal !important;
    display: inline-block;
    margin: 0px 0 20px 0;
    color: #25AABB;
    font-size: 24px;
    line-height: 1.6;
    font-family: リュウミン M-KL;
    text-align: center;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon, #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon {
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    text-align: left;
}
#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon img, #clinic .c-slider .bxslider3 .bx-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;
}

#clinic .c-slider .bxslider2 .bx-caption p, #clinic .c-slider .bxslider3 .bx-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: #25AABB;
}
#access-content .detail h5 {
  clear: both;
  font-size: 24px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  padding: 5px 10px;
  background: #25AABB;
  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: #25AABB;
  font-family: リュウミン M-KL;
}
#access-content .detail .info table.info-detail td.fax {
  font-size: 24px;
  font-family: リュウミン M-KL;
  color: #25AABB;
}
#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 .route div{
	width:48%;
	margin-right:2%;
	float:left;
	}
#access .route div:last-child{
	margin-right:0;
	}
#access .route .title{
	text-align:center;
	clear: both;
    font-size: 24px;
    font-family: リュウミン M-KL;
    font-weight: normal;
    padding: 5px 10px;
    background: #25AABB;
    color: #fff;
	margin-bottom: 20px;
    width: 96%;
	}
#access .route div img{
	max-width:100%;
	display:block;
	margin:0 auto;
	}
#access .route div img.arrow{
	width: 12%;
}

/*------------------------------
料金
------------------------------*/
#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 article p{
	font-size:16px!important;
	margin-top: 70px;
	}

#service.price article .pricetable {
    border-collapse:collapse;
    width:100%;
    }
#service.price article .pricetable th,
#service.price article .pricetable td{
    padding:10px;
    border:1px solid #25AABB;
	width:50%;
    }
#service.price article .pricetable th {
    text-align:left;
    background:#eee;
    }
#service.price article .pricetable td {
    text-align:center;
	}

#service.price .footnote{
	width:1024px;
	margin:0 auto;
	padding:20px;
	background:#FAF5C5;
	box-sizing:border-box;
	}


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

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

/*------------------------------
予防・定期検診
------------------------------*/

#preventive #page-header {
  background: url(../img/page-header-bg6.jpg) no-repeat center;
  background-size: 100% auto;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}
#preventive #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  height: 250px;
}
#preventive-content {
  margin: 0 0 0px;
  padding: 100px 0 0;
}
#preventive-content h3 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}
#preventive-content h3 strong {
  color: #25AABB;
  font-weight: normal;
}
#preventive-content .balloon {
  position: relative;
  width: 50%;
  padding: 20px;
  background-color: #25AABB;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin: 0 0 0 auto;
  font-size: 1.5em;
}
#preventive-content .balloon::before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #25AABB;
  left: -35px;
  bottom: 5px;
  width: 30px;
  height: 30px;
}
#preventive-content .request {
  width: 60%;
  margin: 50px auto;
  font-size: 1.3em;
}
#preventive-content .checkmark{
	padding-left:24px;
	position:relative;
}
#preventive-content .checkmark:before,
#preventive-content .checkmark:after{
	content:"";
	display:block;
	position:absolute;
}
#preventive-content .checkmark:before{
	width:16px;
	height:16px;
	border-radius:3px;
	background:#ffffff;
	border:1px solid #000000;
	left:0;top:2px;
}
#preventive-content .checkmark:after{
	border-left:2px solid #25AABB;
	border-bottom:2px solid #25AABB;
	width:15px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
#preventive-content .balloon::after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #25AABB;
  left: -55px;
  bottom: 2px;
  width: 15px;
  height: 15px;
}
#preventive-content .contents .midashi {
  font-size:24px;
	color:#25AABB;
	padding:10px;
	background:#fff;
  margin:50px 0 30px 0;
  text-align: center;
}
#preventive-content .contents .preventive-graf {
  width: 90%;
  margin: 0 auto 50px auto;
  text-align: center;
}
#preventive-content .kamoku {
  margin: 0 0 130px;
}
#preventive-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 1024px;
}
#preventive-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}
#preventive-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}
#preventive-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 #e5e5e5 1px;
  line-height: 1.5;
}
#preventive-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  background: url(../img/icon02.png) no-repeat right center;
}
#preventive-content .kamoku ul li a.line2 {
  padding: 1px 0;
}
#preventive-content article {
  margin: 0 auto 150px;
  width: 1024px;
}
#preventive-content article figure {
  float: left;
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}
#preventive-content article figure img {
  width: 320px;
  height: auto;
}
#preventive-content article .body {
  float: right;
  width: 677px;
}
#preventive-content article h3 {
  font-size: 28px;
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: #25AABB;
}
#preventive-content article h3 small {
  font-size: 16px;
  color: #fff;
  background: #25AABB;
  padding: 2px 20px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
#preventive-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;
}
#preventive-content article p {
  line-height: 1.6;
  font-size: 15px;
}
#preventive-content article 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;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}
#preventive-content article p a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}


#preventive .topinfo{
	width:1024px;
	margin:0 auto 100px;
}
#preventive .topinfo h2{
	margin-bottom:50px;
}

#preventive .preventiveinfo{
	width:1024px;
	margin:0 auto 100px;
}
#preventive .preventiveinfo dl{
	margin:50px 0;
	padding:20px 50px;
	border-radius:10px;
	background:#eee;
	line-height:2;
	box-sizing:border-box;
}
#preventive .preventiveinfo .no {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0px 0px;
  background-color: #25AABB;
  color: #fff;
  text-align: center;
  float: left;
  font-size: 16px;
}
#preventive .preventiveinfo dt{
	font-size:18px;
}
#preventive .preventiveinfo dd{
	padding-left:20px;
}
#preventive .preventiveinfo 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;
}

#preventive .contents {
	margin:50px auto;
	width:1024px;
}
#preventive .contents h3{
	font-size:36px;
	padding:20px;
	border-bottom:2px solid #25AABB;
	text-align:left;
	margin-bottom:30px;
	background-image: none;
}
#preventive .contents h4{
	font-size:24px;
	color:#fff;
	padding:10px;
	background:#25AABB;
	margin:30px 0;
}
#preventive .contents img{
	width:400px;
}
#preventive .contents img.fr{
	float:right;
	margin:0 0 20px 20px;
}
#preventive .contents img.fl{
	float:left;
  margin:0 20px 20px 0;
}

#preventive .contents h5{
	font-size:21px;
	padding-left:20px;
	border-left:10px solid #25AABB;
	color:#25AABB;
	margin:30px 0;
}
#preventive .contents img.w200{
	width:200px;
}
#preventive .contents .health {
  width: 70%;
  margin: 50px auto 0 auto;
}
#preventive .contents .health .title {
  background-color: #25AABB;
  color: #fff;
  padding: 5px;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}
#preventive .contents .health ul li {
  list-style: disc;
  margin-left: 20px;
}
#preventive .contents .health .fr{
	float:right;
}
#preventive .contents .health .fl{
	float:left;
}
#preventive .contents .merit {
  width: 60%;
  margin: 30px auto 50px auto;
}
#preventive .contents .merit li {
  width: 154px;
  height: 154px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  color: #25AABB;
  font-weight: bold;
  background-color: #F4F8F9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
#preventive .contents .merit .flex {
  display: flex;
  justify-content: center;
}
#preventive .contents .roiteri li {
  list-style: disc;
  margin-left: 20px;
}

/*------------------------------
保険診療と自費診療について
------------------------------*/

#fee #page-header {
  background: url(../img/page-header-bg7.jpg) no-repeat center;
  background-size: 100% auto;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}
#fee #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  height: 250px;
}
#fee-content {
  margin: 0 0 0px;
  /* padding: 100px 0 0; */
}
#fee-content h3 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 20px 0 20px;
}
#fee-content h3 strong {
  color: #25AABB;
  font-weight: normal;
}
#fee-content table {
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
  margin: 20px;
  text-align: center;
  font-weight: normal;
}
#fee-content table th {
  color: #fff;
  background-color: #24ABBA;
  padding: 10px;
  border: 1px solid #24ABBA;
}
#fee-content table td {
  color: #4b4b4b;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #24ABBA;
}
#fee-content table img {
  width: 100%;
}
#fee-content table.dark th {
  background-color: #2C5796;
  border: 1px solid #2C5796;
}
#fee-content table.dark td {
  border: 1px solid #2C5796;
}
#fee-content .contents .midashi {
  font-size:24px;
	color:#25AABB;
	padding:10px;
	background:#fff;
  margin:50px 0 30px 0;
  text-align: center;
}
#fee-content .kamoku {
  margin: 0 0 130px;
}
#fee-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 1024px;
}
#fee-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}
#fee-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}
#fee-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 #e5e5e5 1px;
  line-height: 1.5;
}
#fee-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  background: url(../img/icon02.png) no-repeat right center;
}
#fee-content .kamoku ul li a.line2 {
  padding: 1px 0;
}
#fee-content article {
  margin: 0 auto 150px;
  width: 1024px;
}
#fee-content article figure {
  float: left;
  width: 140px;
  padding: 0px 0 0;
  text-align: center;
}
#fee-content article figure img {
  width: 320px;
  height: auto;
}
#fee-content article .body {
  float: right;
  width: 677px;
}
#fee-content article h3 {
  font-size: 28px;
  padding: 0 0 10px;
  margin: 0 0 30px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: #25AABB;
}
#fee-content article h3 small {
  font-size: 16px;
  color: #fff;
  background: #25AABB;
  padding: 2px 20px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
#fee-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;
}
#fee-content article p {
  line-height: 1.6;
  font-size: 15px;
}
#fee-content article 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;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}
#fee-content article p a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}

#fee .topinfo{
	width:1024px;
	margin:0 auto 100px;
}
#fee .topinfo h2{
	margin-bottom:50px;
}

#fee .feeinfo{
	width:1024px;
	margin:0 auto 100px;
}
#fee .feeinfo dl{
	margin:50px 0;
	padding:20px 50px;
	border-radius:10px;
	background:#eee;
	line-height:2;
	box-sizing:border-box;
}
#fee .feeinfo dt{
	font-size:18px;
}
#fee .feeinfo dd{
	padding-left:20px;
}
#fee .feeinfo 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;
}
#fee .feeinfo table {
  margin-bottom: 50px;
}

#fee .contents {
	margin:50px auto;
	width:1024px;
}
#fee .contents h3{
	font-size:36px;
	padding:20px;
	/*border-bottom:2px solid #25AABB;*/
	text-align:left;
	margin-bottom:30px;
}
#fee .contents img{
	width:400px;
}
#fee .contents img.fr{
	float:right;
	margin:0 0 20px 20px;
}
#fee .contents img.fl{
	float:left;
  margin:0 20px 20px 0;
}

#fee .contents h5{
	font-size:21px;
	padding-left:20px;
	border-left:10px solid #25AABB;
	color:#25AABB;
	margin:30px 0;
}
#fee .contents img.w200{
	width:200px;
}
#fee .contents img.w300{
	width:300px;
}

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

.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: #F0F0F0;
  overflow: hidden;
}
.box1 h4 {
  border-bottom: 1px solid #D7D7D7 !important;
  background: none !important;
  padding: 0 0 10px 0 !important;
  color: #25AABB;
  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;
}
.pcnone {
  display: none;
}
.pc_none {
  display: none !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.fz30 {
  font-size: 30px;
}
.cb {
  clear: both;
}
.sp_br {
  display: none;
}


/*------------------------------
精密根管治療
------------------------------*/

#endodontic #page-header {
  background: url(../img/page-header-bg8.jpg) no-repeat center;
  background-size: 100% auto;
  height: 250px;
  width: 100%;
  margin: 0 0 0;
}
#endodontic #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  height: 250px;
}
#endodontic-content {
  margin: 0 0 0px;
  padding: 100px 0 0;
}
#endodontic-content .kamoku {
  margin: 0 0 100px;
}
#endodontic-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 1024px;
}
#endodontic-content .kamoku ul li {
  display: inline-block;
  width: 230px;
  margin: 0 34px 20px 0;
  vertical-align: top;
}
#endodontic-content .kamoku ul li:nth-child(4n) {
  margin: 0 0 20px;
  width: 232px;
}
#endodontic-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 #25AABB 1px;
  line-height: 1.5;
}
#endodontic-content .kamoku ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  background: url(../img/icon02.png) no-repeat right center;
}
.endodontic-info,
.endodontic-sec {
    margin: 50px auto;
    width: 1024px;
}
.endodontic-box {
    width: 1024px;
    border: 2px solid #25AABB;
    padding: 5% 8%;
    margin: 80px auto;
    box-sizing: border-box;
}
.endodontic-box h2 {
    text-align: center;
    margin-bottom: 30px;
}
.endodontic-box h2 strong {
    font-size: 36px;
    background: linear-gradient(transparent 70%, #F0F0F0 70%);
    color: #00b1ad;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
}
.endodontic-box h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.endodontic-box h3::before {
    content: url(../img/icon-check.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.endodontic-sec h3 {
    font-size: 36px;
    margin: 30px 0;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.endodontic-sec h3::before {
    content: url(../img/title-logo.png);
    display: block;
}
.endodontic-box2 {
    width: 1024px;
    background: #f0f5f5;
    padding: 20px 30px;
    margin: 30px auto;
    box-sizing: border-box;
}
.endodontic-box2 h5 {
    font-size: 22px;
    color: #00b1ad;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #d7d7d7;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.box5 {
    background: #F0F0F0;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 30px 60px;
}
.endodontic-article {
    margin: 60px 0 30px;
}
.endodontic-article h4 {
    font-size: 28px;
    color: #00b1ad;
    margin-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
}
.endodontic-tbl {
    padding: 0 0px 60px;
}
.endodontic-tbl table {
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1;
    font-size: 0;
}
.endodontic-tbl table tr th {
    position: relative;
    display: inline-block;
    width: 80px;
    min-height: 80px;
    vertical-align: middle;
}
.endodontic-tbl table tr th span {
    line-height: 1.4;
}
.endodontic-tbl table tr th span strong {
    font-size: 26px;
    font-weight: normal;
}
.endodontic-tbl table tr th .no-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    padding: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #00b1ad;
    background: #F0F0F0;
    border-radius: 50%;
}
.endodontic-tbl table tr td.title {
    width: 260px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 20px 40px;
    line-height: 1;
    font-size: 22px;
    vertical-align: middle;
    color: #00b1ad;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.endodontic-tbl table tr td {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px 8px 10px;
    line-height: 1.6;
    font-size: 16px;
    vertical-align: middle;
}
.endodontic-tbl table tr td.flow-mark {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    line-height: 1;
    background: url(../img/flow-border.png);
    background-position: 120px center;
    background-repeat: no-repeat;
    vertical-align: top;
}
.endodontic-box3 {
    position: relative;
    width: 1024px;
    border: 2px solid #25AABB;
    padding: 5%;
    margin: 80px auto;
    box-sizing: border-box;
}
.endodontic-box3 h2 {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: -1em;
    font-size: 36px;
    color: #00b1ad;
}
.endodontic-box3 h2 strong {
    padding: 0 1em;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
}
.endodontic-box3 h3 {
    text-align: center;
    margin-bottom: 30px;
}
.endodontic-box3 h3 strong {
    font-size: 28px;
    color: #00b1ad;
    background: linear-gradient(transparent 70%, #F0F0F0 70%);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.3em;
}
.flex-img {
    width: 320px;
}
.flex img {
    max-width: 100%;
}
.flex-info {
    width: 675px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.flex-info2 {
    width: 683px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.flex-info3 {
    width: 510px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*---------------------------------------------
コメントバナー
---------------------------------------------*/
.box30 {
    margin: 0 auto 30px;
    /*margin: 0 auto 50px;*/
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    width: 900px;
}
.box30 .box-title {
    font-size: 1.2em;
    background: #f8941c;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}


/*------------------------------
ホワイトニング
------------------------------*/
#service.whitening{
	}
#service.whitening .kamoku .topcom{
	width:1024px;
	margin:30px auto;
	}
#service.whitening .kamoku img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
#service.whitening .kamoku ul li {
  display: inline-block;
  width: 328px;
  margin: 0 20px 20px 0;
  vertical-align: top;
}
#service.whitening .kamoku ul li:nth-child(3n) {
  margin: 0 0 20px;
}
/*20211203編集*/
#index-content .web{
display: inline-block;
    height: 33px;
	margin-top:30px;
	margin-left:30px;
}
#index-content .web a {
    display: block;
    background: #fff;
    height: 33px;
    line-height: 33px;
    border: 1px solid #25AABB;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
}
#index-content .web a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}
#index-content .web p{
	font-size:14px;
	margin-top:5px;
}
#index-yoyaku .yoyaku-box-right .web{
display: inline-block;
width: 100%;
    height: 33px;
	margin-top:30px;
	margin:0 auto;
}
#index-yoyaku .yoyaku-box-right .web a {
    display: block;
    background: #fff;
	height: 63px;
    line-height: 63px;
    /*height: 33px;
    line-height: 33px;*/
    border: 1px solid #25AABB;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
}
#index-yoyaku .yoyaku-box-right .web a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}
.web_top a span{
	font-size:18px;
	margin-top:10px;
}
br.pcnone{
	display:none;
}
/*20220107編集*/
#service-content #s01 ol li{
	list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#service-content #s01 ol li span.title{
font-size: 22px;
    font-weight: bold;
}
#service-content #s01 ol li h4{
	font-size: 20px;
    color: #fff;
    padding: 10px;
    background: #25AABB;
    margin: 20px 0;
	text-align:center;
}
.flow span{
    display: flex;
    justify-content: flex-start;
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	}
	.flow span:last-child{
		border-bottom:none;
	}
.flow span h5{
	font-size: 21px;
	background-color: #25AABB;
    color: #fff !important;
    margin: 30px 0;
	padding: 10px 30px !important;
	border-radius:30px;
	border:none !important;
	text-indent: 0; 
	height: fit-content;
	margin:0 30px 0 0 !important;
}
.flow span p{
text-indent: 0; 
}
.flow span img{
	width:250px !important;
	border-radius: 10px;
	margin: 0 0 0 auto;
}
.contents01{
	padding:20px;
	text-indent: 0;
	width: 70%;
    margin: 20px auto 50px;
	background: #FAF5C5;
}
.contents01 span{
font-size: 22px;
    font-weight: bold;
}
#service-content #s01 table.whitening{
border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    margin: 20px 0;
    text-align: left;
    font-weight: normal;
}
#service-content #s01 table.whitening th {
    color: #fff;
    background-color: #24ABBA;
    padding: 10px;
    border: 1px solid #24ABBA;
	text-align: center;
}
#service-content #s01 table.whitening td {
    color: #4b4b4b;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #24ABBA;
	text-indent: 0;
}
#service-content #s01 h3{
}
#service-content #s01 table.whitening img{
	width:9px;
	display: block;
	margin-left:20px;
}

/*20210111編集*/
.box31{
	display: block;
    background: no-repeat url("../img/img10.jpg");
    width: 860px;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    color: #fff;
    margin: 0 auto 30px;
    padding: 20px;
	background-size: cover;
}
.box31 .box-title{
font-size: 24px;
    font-family: リュウミン M-KL;
    margin: 0 0 10px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 0 5px;
	color:#4b4b4b;
	}
.box31 p{
		color:#4b4b4b;
}
.box31 p span{
background-color: #25AABB;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
}
/*20220121編集*/
#s01 .box01{
	display:flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
#s01 .box01 span{
	color:red;
	margin-right: 7px;
}
#s01 .box01 img{
	width:200px;
}
/*20220303編集*/
.seotext_05 {
background: linear-gradient(transparent 50%, #FAF5C5 0%);
    font-size: 19px;
    font-weight: bold;
    margin-right: 20px;
	}
#service-content #s01 table.whitening h5{	
font-size: 17px;
background: #F0F0F0;
   color: #25AABB !important;
    margin: 30px 0;
    padding: 10px 30px !important;
    border-radius: 30px;
    border: none !important;
    text-indent: 0;
    height: fit-content;
    margin: 0 20px 0 0 !important;
	width: 15%;
	float: left;
}	
#service-content #s01 table.whitening td p{
	font-size: 17px;
    font-weight: bold;
	padding-top: 10px;
}

/*20220617編集*/
.box01{
	width: 100% !important;
    margin:15px 0 0 !important;
    float: none !important;
}
.box01 p{
	font-weight:bold;
}


/*------------------------------
下層共通　2022.4.15
------------------------------*/
#service-content .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:1024px;
	}
#service-content .ucolumn img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
#service-content .ucolumn p{
	line-height:1.7;
	}

#service-content ul.menu_btn{
    margin:0px 0;
    }
#service-content ul.menu_btn li{
    list-style:none;
    width:23.5%;
    margin-right:2%;
    float:left;
	margin-bottom:20px;
    }
#service-content ul.menu_btn li:nth-child(4n){
    margin-right:0;
    }
#service-content ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#25AABB;
    color:#fff;
    }



#service-content ul.listbox{
	margin:30px auto 0;
	width:1024px;
	padding:0;
	}
#service-content ul.listbox li{
	list-style:none;
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
	padding:10px;
	box-sizing:border-box;
	height:300px;
	float:left;
	}
#service-content ul.listbox li:nth-child(3n){
	margin-right:0;
	}
#service-content ul.listbox li p.title{
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	font-size:18px;
	margin-bottom:20px;
	}

#service-content ul.listbox li img{
	width:100%;
	margin-bottom:20px;
	}

/*------------------------------
虫歯治療　2022.4.15
------------------------------*/
#service-content table.cavities {
	border-collapse:collapse;
	width:100%;
	}
#service-content table.cavities th,
#service-content table.cavities td{
	padding:10px;
	border:1px solid #eee;
	}
#service-content table.cavities th {
	text-align:center;
	background:#eee;
	width:100px;
	}
#service-content table.cavities td img{
	width:200px;
	}
/*20220622編集*/
.footer-link .box01{
display: flex !important;
    margin-top: 30px !important;
    justify-content: center;
	}
/*20220712編集*/
.map p.directions{
	text-align:center;
	margin-bottom: 30px;
}
/*20220728編集*/
.box32 {
    margin: 0 auto 30px;
    /* margin: 0 auto 50px; */
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
    width: 900px;
	text-align: center;
    font-size: 20px;
    padding: 20px 0;
    color: #2e5995;
    font-weight: bold;
    border-top: solid 5px #2e5995;
    border-bottom: solid 5px #2e5995;
}
/*230621*/
.bnr_bunkatsu {
  text-align: center;
  margin: 30px auto 0;
}
.bnr_bunkatsu img {
  max-width: 800px;
  height: auto;
}


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;
position: relative;
z-index: 2;
}
footer .footer-bnrs::before {
content: "";
display: block;
position: absolute;
z-index: -1;
pointer-events: none;
background: #25AABB;
width: 100vw;
height: 100%;
transform: translateX(calc((100% - 800px) / 2 * -1));
}
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;
}



#fee-content table td.notes {
border-color: transparent;
text-align: left;
padding-inline: 0;
}
#fee-content table td.notes a {
text-decoration: underline;
font-weight: bold;
color: #2e5995;
}