@charset "UTF-8";

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

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

#64BE91

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



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

body {
  padding: 60px 0 0;
  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;
  -webkit-text-size-adjust: 100%;
}

img {
	max-width:100%;
	}
/*------------------------------
ヘッダー
------------------------------*/

header {
  position: fixed;
  height: 60px;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  top: 0;
  left: 0;
  z-index: 10000;
}
header .logo {
  float: left;
  padding: 12px 0 0 10px;
}
header .logo img {
  height: 35px;
  width: auto;
}
header .logo div {
  display: none;
}
@media(max-width:320px) {
  header .logo {
    padding: 20px 0 0 10px;
  }
  header .logo img {
    width: 180px;
  }
}
header .info {
  display: none;
}
h1 {
color: #4B4B4B;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
	font-size:10px;
	padding-left: 5px;
	}
.sp-header-menu {
  float: right;
}
.sp-header-menu ul {
  font-size: 0;
}
.sp-header-menu ul li {
  display: inline-block;
}
.sp-header-menu ul li img {
  width: 60px;
  height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagetop {
  text-align: center;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  background-color: #C8C8C8;
  width: 100%;
}
.pagetop a {
  display: block;
}
.pagetop a:hover {
  opacity: 0.8;
}
.pagetop img {
  width: 40px;
  height: auto;
}

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

.footer-btn {
  text-align: center;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1;
}
.footer-btn ul {
  font-size: 0;
}
.footer-btn ul li {
  display: inline-block;
  width: 48.5%;
}
.footer-btn ul li:first-child {
  margin-right: 1%;
}
.footer-btn ul li img {
  width: 100%;
  height: auto;
}


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

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

.footer-link {
  text-align: center;
  padding: 10px 10px 20px;
  font-size: 14px;
}
.footer-link h3 {
  font-size: 22px;
    font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-link p {
  margin-bottom: 10px;
}
.footer-link ul {
  font-size: 0;
}
.footer-link ul li {
    display: inline-block;
    width: 100%;
    margin-top: 2%;
}
/*
.footer-link ul li:nth-child(odd) {
    margin-right: 2%;
}
*/
.footer-link ul li img {
    width: 100%;
    height: auto;
}
.footer-link .box01{
	margin-top:30px !important;
}

.footer-menu {
  display: none;
}

.footer-content {
  padding: 0px 0 0;
  margin: 0 10px;
}
.footer-logo {
  margin: 0 0 0px;
  text-align: center;
}
.footer-content .logo img {
  width: auto;
  height: auto;
}
.footer-content .info .contact {
  padding: 20px 0 0;
}
.footer-content .info .sns {
  text-align: center;
  padding: 20px 0 0;
}
.footer-content .info .sns ul li {
  display: inline;
  margin: 0 0 0 10px;
}

.footer-center {
    margin-top: 10px;
    font-size: 14px;
}
.footer-center dt {
    color: #fff;
    margin: 0 0 10px 0;
    background: #25AABB;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: リュウミン M-KL;
}
.footer-center dd {
    padding: 0 0 10px 0;
}

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

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

#main-visual {
  display: none;
}
#main-visual-sp {
  background-color: #fff;
  position: relative;
  width: auto;
  height: 400px;
  overflow: hidden;
  margin-top: -60px;
}
#main-visual-sp .catch {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -160px;
}
#main-visual-sp .catch img {
  width: 320px;
  height: auto;
}
/*
#main-visual img {
  width: 800px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -400px;
}
*/

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

#content {
  position: relative;
  padding: 0;
}
#home #content {
  padding-top: 10px;
}
.info .schedule p {
  text-align: right;
  font-size: 12px;
}
.info .contact {
  letter-spacing: 1px;
  text-align: center;
  display: none;
}
footer .info .contact {
  display: block;
}
.info .contact span.tag {
  font-size: 14px;
  margin: 0 5px 0 0;
  letter-spacing: 0;
}
.info .contact .tel {
  margin: 0 0 2px;
  font-size: 24px;
  font-family: リュウミン M-KL;
  color: #25AABB;
}
footer .info .contact .tel {
  margin-bottom: 10px;
}
.info .contact .tel .tag {
  color: #333;
}
footer .info .contact .web a {
    display: block;
    background: #fff;
    width: 200px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #25AABB;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    margin: 0 auto;
	/*margin: 0 auto 20px;*/
}
footer .info .contact .web a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}
.info .contact .fax {
  font-size: 16px;
}
.info .contact .address {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0 0;
}
footer .info .contact .address {
  margin-bottom: 10px;
}
.info .contact .btn a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-family: リュウミン M-KL;
}
.info-sns {
  text-align: center;
  padding: 20px 0 0;
}
.info-sns ul li {
  display: inline;
  margin: 0 0 0 10px;
}
.header-sns {
  display: none;
}
table.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 5px;
}
table.schedule-table th {
  text-align: center;
  padding: 3px;
  font-size: 12px;
  border-bottom: solid #D8D8D8 1px;
  vertical-align: middle;
  font-weight: normal;
  background: #D8D8D8;
}
table.schedule-table td {
  text-align: center;
  padding: 5px;
  color: #333;
  font-size: 12px;
  border-bottom: solid #D8D8D8 1px;
  vertical-align: middle;
  background: #fff;
}
table.schedule-table td.time {
  color: #333333;
  font-size: 12px;
}
.content-arrow {
  padding: 90px 0 0;
  background: url(../img/content-arrow.png) no-repeat center top;
}
.large {
  font-size: 150%;
}

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

#onayami {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 60px;
  background: #F5F5F5;
}
#onayami h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0px 10px;
  font-family: リュウミン M-KL;
}
#onayami h2 span {
  display: inline-block;
}
.onayami-container {
  font-size: 0;
}
.onayami-container li {
  width: calc(33vmin - 1px);
  height: calc(33vmin - 1px);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}
.onayami-container li a {
  display: block;
  height: 100%;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFF;
  background-position: center 15%;
  box-sizing: border-box;
  padding-top: 60%;
  background-repeat: no-repeat;
  border: 1px solid #E5E5E5;
}
.onayami-container li.onayami-box01 a {
  background-image: url(../img/onayami-icon01.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box02 a {
  background-image: url(../img/onayami-icon02.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box03 a {
  background-image: url(../img/onayami-icon03.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box04 a {
  background-image: url(../img/onayami-icon04.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box05 a {
  background-image: url(../img/onayami-icon05.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box06 a {
  background-image: url(../img/onayami-icon06.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box07 a {
  background-image: url(../img/onayami-icon07.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box08 a {
  background-image: url(../img/onayami-icon08.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box09 a {
  background-image: url(../img/onayami-icon09.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box10 a {
  background-image: url(../img/onayami-icon10.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box11 a {
  background-image: url(../img/onayami-icon11.png);
  background-size: 50% auto;
}
.onayami-container li.onayami-box12 a {
  background-image: url(../img/onayami-icon12.png);
  background-size: 50% auto;
}
.onayami-container .onayami-box-right li a {
  padding: 0;
}
.onayami-container .onayami-box-right li a span {
  padding: 10px 0;
}

#onayami table {
  border: 1px solid #458DD6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  margin: 30px 10px 0;
}
#onayami table th {
    font-weight: normal;
    background: #A4D4FC;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #458DD6;
    border-right: 1px solid #458DD6;
    width: 30%;
}
#onayami table tr:last-child th {
    border-bottom: none;
}
#onayami table td {
    background: #fff;
    padding: 5px 10px;
    text-align: justify;
    border-bottom: 1px solid #458DD6;
}
#onayami table tr:last-child td {
    border-bottom: none;
}

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

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

#home #timetel .timetel-schedule .address{
	}
#home #timetel .schedule p{
	text-align:right!important;
	}

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

#home #info.content {
    margin: 0 10px 10px;
}
#home #info .box {
  border: 1px solid #25AABB;
  background: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
#home #info .box:last-child {
  margin-bottom: 20px;
}
#home #info .box h3 {
  font-size: 16px;
  font-weight: normal;
}
#home #info .box strong {
  font-size: 18px;
  font-weight: normal;
  background: linear-gradient(transparent 70%, #FFF5BD 70%);
  padding: 0 20px 5px;
}
#home #info .box em {
  font-size: 16px;
  font-style: normal;
}
.web_top  a {
    display: block;
    background: #25AABB;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    color: #fff;
    /*font-size:18px;*/
	font-size: 20px;
	margin:0 10px 20px;
	padding:10px 0;
		/*margin:0 10px 30px;*/

}
.web_top  a span {
    padding-right: 0px;
    background: none;
		font-size:14px;
		line-height: normal;
}

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

#index-top table.schedule-table th {
  margin-bottom: 30px;
}
#index-top .fleft, #index-top .fright {
  margin: 0 10px 30px;
}
#index-top .kamoku {
  padding: 0px 0 0;
}
#index-top .kamoku h2 {
    font-size: 18px;
    font-family: リュウミン M-KL;
    margin: 0 0 10px;
    letter-spacing: 2px;
    font-weight: normal;
    border-bottom: solid #c7c7c7 1px;
    padding: 0 0 5px;
    text-align: center;
}
#index-top .kamoku ul {
  font-size: 0;
}
#index-top .kamoku ul li {
  width: 23%;
  margin: 0 2% 6px 0;
  display: inline-block;
  vertical-align: top;
}
#index-top .kamoku ul li br {
  display: none;
}
#index-top .kamoku ul li:first-child(1n) {
  width: 24%;
}
#index-top .kamoku ul li:nth-child(4n) {
  margin: 0 0 6px;
  width: 24%;
}
#index-top .kamoku ul li a {
  display: table;
  width: 100%;
  height: 5em;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}
#index-top .kamoku ul li a span {
  display: table-cell;
  vertical-align: middle;
}
#index-top .kamoku ul li a.line2 {
  padding: 1px 0;
}
.mail {
  margin-top: 10px;
}
.mail p {
  background: #DFF4F2;
  color: #4b4b4b !important;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
}
#index-top .logo {
  display: none;
  margin: 0 0 20px;
}
#index-top .logo img {
  display: block;
  width: 80%;
  height: auto;
	height:30px;
  margin: 0 auto;
}
#index-top .logo2 {
  display: none;
}

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

#index-yoyaku{
  padding: 20px;
  margin-bottom: 40px;
  background: #F0F0F0;
  font-family: リュウミン M-KL;
}
#index-yoyaku h2 {
  font-family: リュウミン M-KL;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
#index-yoyaku > p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#index-yoyaku .yoyaku-box-left {
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  text-align: center;
   background: #fff;
}
#index-yoyaku .yoyaku-box-left h3 {
  font-family: リュウミン M-KL;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: dashed #D7D7D7 1px;
}
#index-yoyaku .yoyaku-box-left p {
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 0px;
  text-align: justify;
}
#index-yoyaku .yoyaku-box-left .yoyaku-contact-tel a{
  line-height: 1;
  background: url(../img/icon-tel.png) no-repeat 0;
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  font-family: リュウミン M-KL;
  color: #25AABB;
  padding-left: 40px;
}
#index-yoyaku .yoyaku-box-right {
   /*background: #fff;*/
  padding: 0px;
  /*padding: 10px 10px 10px 10px;*/
  text-align: center;
}
#index-yoyaku .yoyaku-box-right h3 {
  font-family: リュウミン M-KL;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: dashed #D7D7D7 1px;
}
#index-yoyaku .yoyaku-box-right p {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 10px;
  text-align: justify;
}
.news-container h2 {
  font-size: 18px;
  font-family: リュウミン M-KL;
  margin: 0 0 10px;
  letter-spacing: 2px;
  font-weight: normal;
  border-bottom: solid #c7c7c7 1px;
  padding: 0 0 5px;
  text-align: center;
}
.news-body ul {
  height: 120px;
  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;
  display: block;
  width: 30%;
  font-size: 14px;
  margin: 0 5% 0 0;
  line-height: 1.5;
  vertical-align: top;
}
.news-body ul li .title {
  display: inline-block;
  /* width: 65%; */
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}
#index-content {
  padding: 0 0 60px;
}
#index-content article {
  margin: 0 10px 30px;
}
#index-content article:last-child {
  margin: 0 10px;
}
#index-content article figure {
  margin: 0 0 20px;
}
#index-content article figure img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
	border:3px solid #ffea00;
}
#index-content article h3 {
  font-size: 16px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  color: #25AABB;
}
#index-content article h3 strong {
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
#index-content article p {
  font-size: 14px;
  line-height: 1.6;
}

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

#index-content .btn {
    display: block;
    background: #fff;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    font-size: 14px;
    margin-top: 10px;
}
#index-content .btn span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}
#index-content .preventive-btn {
  text-align: center;
}
#index-content .preventive-btn button {
  font-size: 16px;
  padding: 10px 50px;
  background-color:#80dce6;
  border-style: none;
  border-radius: 5px;
  border: 2px solid #24ABBA;
}
#index-content .preventive-btn button a {
  color: #fff;
}

.serBox {
  margin: 0 10px 40px;
}
.serBox img {
  width: 100%;
  margin-bottom: 10px;
}
.serBox p {
  font-size: 14px;
  font-size: 16px;
  line-height: 1.6;
}
.serBox h2 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  line-height: 1;
  font-weight: normal;
  padding: 20px 0 0;
  text-align: center;
}
.serBox h3 {
}
.serBox h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: center;
}
.serBox p {
  text-align: center;
}
.aboutBox {
  background-image: url(../img/about_bg_sp.jpg);
  text-align: center;
  padding-top: 270px !important;
  margin-bottom: 60px !important;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

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

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

#home #greeting.content {
}
#home #greeting {
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}
#home #greeting h3 {
 font-size: 18px;
 font-family: リュウミン M-KL;
 color: #25AABB;
 margin-bottom: 10px;
}
#home #greeting h3 strong {
 font-size: 24px;
 font-weight: normal;
}
#home #greeting img {
  margin: 0 auto 20px;
  display: block;
  width: 270px;
height: auto !important;
}
#home #greeting p {
  text-align: justify;
}
#home #greeting .name {
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}
#home #greeting .name strong {
 font-size: 24px;
 font-weight: normal;
}
#home #greeting .frame {
 background: #F0F0F0;
 clear: both;
 margin-top: 20px;
 text-align: justify;
 padding: 20px;
}
#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;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    margin: 10px auto 0;
}
#home #greeting .btn a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}

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

#facility {
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}
#home #facility .box {
  margin-bottom: 30px;
  overflow: hidden;
}
#home #facility ul {
  margin-bottom: 10px;
  font-size: 0;
}
#home #facility ul li {
  margin-bottom: 20px;
  text-align: justify;
  width: 48%;
  display: inline-block;
  font-size: 14px;
}
#home #facility ul li:nth-child(odd) {
  margin-right: 4%;
}
#home #facility ul li img {
  margin: 0 0 10px;
  display: block;
  width: 100%;
  height: auto;
}
#home #facility ul li h3 {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
}
#home #facility .btn {
    display: block;
    background: #fff;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    font-size: 14px;
}
#home #facility .btn span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}

#home #facility table {
  border: 1px solid #E5E5E5;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin: 0 0 60px;
}
#home #facility table th {
    font-weight: normal;
    background: #FAFAFA;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    width: 30%;
}
#home #facility table tr:last-child th {
    border-bottom: none;
}
#home #facility table td {
    background: #fff;
    padding: 5px 10px;
    text-align: justify;
    border-bottom: 1px solid #E5E5E5;
}
#home #facility table tr:last-child td {
    border-bottom: none;
}

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

#service #page-header {
  background: url(../img/page-header-bg1.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#service #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  height: 150px;
}
#flow #page-header {
  background: url(../img/page-header-bg2.jpg) no-repeat right;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#flow #page-header .inner {
  background: url(../img/page-header02.jpg) no-repeat;
  height: 150px;
}
#staff #page-header {
  background: url(../img/page-header-bg3.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#staff #page-header .inner {
  background: url(../img/page-header03.jpg) no-repeat;
  height: 150px;
}
#clinic #page-header {
  background: url(../img/page-header-bg4.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#clinic #page-header .inner {
  background: url(../img/page-header04.jpg) no-repeat;
  height: 150px;
}
#access #page-header {
  background: url(../img/page-header-bg5.jpg) no-repeat center;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#access #page-header .inner {
  background: url(../img/page-header05.jpg) no-repeat;
  height: 150px;
}
#service.price #page-header {
  background: url(../img/page-header-bg2.jpg) no-repeat right;
	background-size:cover;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#page-header h2 {
  font-size: 30px;
  font-family: リュウミン M-KL;
  text-align: center;
  font-weight: normal;
  padding: 35px 0 0;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.5;
}
#page-header h2 small {
  font-family: 新ゴ R;
  display: block;
  padding: 5px 0 0;
  font-size: 16px;
  color: #25AABB;
}

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

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

.page-link {
  margin: 0 0 30px;
}
.page-link ul {
  font-size: 0;
}
.page-link ul li {
  display: inline-block;
  margin: 0 2% 20px 0 !important;
  width: 32%;
  vertical-align: top;
}
.page-link ul li:nth-child(3n) {
  display: inline-block;
  margin: 0 0 20px 0 !important;
}
.page-link ul li a {
  background-image: url(../img/trans-btn.png);
  background-size: contain;
  background-repeat: repeat-x;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  border-radius: 10px;
}
.page-link ul li a span {
  display: block;
  padding: 0 0 0 30px;
  background: url(../img/btn-arrow.png) no-repeat 0;
  text-align: justify;
}
.page-link ul li a:hover {
  opacity: .8;
}
.line-header {
  text-align: center;
  margin: 0 0 20px;
  background: url(../img/ling-header-bg.gif) no-repeat center;
}
.line-header h2 {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
.corner-box {
  border: solid #ccc 1px;
  border-radius: 10px;
  position: relative;
  margin: 30px 10px;
}
.corner-box-header {
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  width: 100%;
}
.corner-box-header h3 {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px !important;
  line-height: 1;
  background-color: #fff;
}
.corner-box .body {
  padding: 40px 20px 20px;
}
.corner-box .body p {
  font-size: 16px;
  margin: 0 0 20px;
  text-align: center;
}
.corner-box .body .bnr {
  text-align: center;
}

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

#service-content {
  padding: 20px 10px 60px;
}
#service-content h3 {
  font-size: 18px;
  font-family: リュウミン M-KL;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px;
  color: #25AABB;
}
#service-content h3 strong {
  color: #25AABB;
  font-weight: normal;
}
#service-content h3 strong br {
  display: none;
}
#service-content .main {
  background-color: #DFF4F2;
  padding: 20px;
  border-radius: 10px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.6;
}
#service-content .main h2 {
  font-size: 24px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
#service-content .kamoku {
  margin: 0 0 30px;
}
#service-content .kamoku ul {
  font-size: 0;
  padding: 0 10px;
}
#service-content .kamoku ul li {
  width: 100%;
  margin: 10px 0;
  vertical-align: top;
}

#service-content .kamoku ul li a {
  display: table;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  font-size: 16px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  border: solid #e5e5e5 1px;
  line-height: 1.5;
}
#service-content .kamoku ul li a span {
    padding-right: 20px;
    background: url(../img/icon02.png) no-repeat right center;
}
#service-content .kamoku ul li a.line2 {
  padding: 1px 0;
}
#service-content article {
  margin: -80px 10px 60px;
  padding: 80px 0 0;
}
#service-content article:last-child {
  margin: -80px 10px 0;
}
#service-content article figure {
  text-align: center;
}
#service-content article figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
#service-content article h3 {
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: dashed #D7D7D7 1px;
  text-align: justify;
  color: #25AABB;
}
#service-content article h3 small {
  font-size: 14px;
    color: #fff;
    background: #25AABB;
    padding: 2px 10px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
#service-content article h4 {
  font-size: 16px;
  font-family: リュウミン M-KL;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  padding-left: 20px;
  background: url(../img/icon-maru.png) no-repeat left center;
  background-size: 15px auto;
}
#service-content article p {
  line-height: 1.6;
  font-size: 14px;
  font-size: 16px;
  margin-top:30px;
}

#service-content article p a {
    display: block;
    background: #fff;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    margin: 10px 0 0;
    font-size: 14px;
    font-size: 16px;
}
#service-content article p a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}



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

#service .serviceinfo{
	width:100%;
	margin:0 auto 100px;
	}
#service .serviceinfo dl{
	margin:50px 0;
	padding:20px;
	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:100%;
	}
#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:100%;
	}
#service .contents img.fr{
	float:right;
	margin:0 0 20px 20px;
	}
#service .contents img.fl{
	float:left;
	margin:0 20px 20px 0;
  }
#service .contents .influenza-img {
  display: flex;
}
#service .contents .w200 {
  width: 40%;
}

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

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

#service .photobox{
	width:100%;
	margin:20px 0px;
	text-align:center;
	}
#service .photobox img:first-child {
	max-width:100%;
	}
#service .photobox img:last-child {
	width:40%;
	}


#service .btn{
	width:100%;
	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;}

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

#flow-content h3 {
  font-size: 32px;
  font-family: リュウミン M-KL;
  text-align: center;
  margin: 30px 0 30px;
  font-weight: normal;
}
#flow-content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 20px;
}
#flow-content p.catch {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 30px 10px 0;
  text-align: center;
  background: url(../img/content-shadow-top.jpg) top center no-repeat;
}
#flow-content ol {
  padding-bottom: 30px;
}
#flow-content ol li {
  margin: 0 0 20px 0;
  padding: 0 0 60px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/sp/flow-arrow.png);
  background-size: 40px;
}
#flow-content ol li h3 {
  font-size: 20px;
  font-family: リュウミン M-KL;
  line-height: 1.5;
  text-align: justify;
  font-weight: normal;
  padding: 10px 10px 0 10px;
  margin: 0 0 10px 0;
  border-top: solid #ccc 1px;
}
#flow-content ol li h3 br {
  display: none;
}
#flow-content ol li h3 span {
  display: inline-block;
  border-radius: 20px;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  background-color: #8bcc5a;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
#flow-content ol li img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#flow-content ol li figcaption {
  padding: 10px 0 0 0;
  text-align: center;
}
#flow-content ol li figcaption p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 10px;
  text-align: justify;
}
#flow-content ol li figcaption p br {
  display: none;
}
#flow-content ol li figcaption div.btn a {
  font-family: リュウミン M-KL;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 20px;
  font-size: 18px;
  display: inline-block;
}
#flow-content ol li.flow-content01 .tel {
  color: #6fb00c !important;
  margin: 0 10px;
}
#flow-content ol li.flow-content01 .tel a {
  color: #6fb00c !important;
  display: block;
  border: solid #6fb00c 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
}
#flow-content ol li.flow-content01 .tel a small {
  font-size: 12px;
  display: block;
  background-color: #6fb00c;
  color: #fff;
}
#flow-content ol li.flow-content01 .tel a span {
  font-size: 30px;
  display: inline-block;
  background: url(../img/icon-tel.png) no-repeat 0;
  padding: 0 0 0 30px;
}
#flow-content ol li.flow-content07 {
  background-image: none;
  padding: 0;
}
#flow-content ol li.flow-content10 {
  background-image: none;
  padding: 0 0 30px 0;
}
.flow-flow {
  margin: 0 10px 30px;
}
.flow-flow ol li {
  border-radius: 20px;
  width: 100%;
  padding: 0 0 43px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 0 10px;
}
.flow-flow ol li.odd {
  background-image: url(../img/flow/flow-arrow-green.png);
}
.flow-flow ol li.odd.last {
  background-image: none;
}
.flow-flow ol li.even {
  background-image: url(../img/flow/flow-arrow-brown.png);
}
.flow-flow ol li.even.last {
  background-image: none;
}
.flow-flow ol li span {
  display: block;
}
.flow-flow ol li span.number {
  font-size: 24px;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  vertical-align: middle;
}
.flow-flow ol li span.number img {
  width: 50%;
  height: auto;
}
.flow-flow ol li.odd span.number {
  background-color: #ffbfbd;
}
.flow-flow ol li.even span.number {
  background-color: #c9bc9c;
}
.flow-flow ol li p.title {
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  padding: 10px;
}
.flow-flow ol li p.title em {
  font-size: 24px;
  font-style: normal;
  text-align: center;
  display: block;
  line-height: 1.4;
}
.flow-flow ol li.odd p.title {
  border: solid #86cc88 1px;
}
.flow-flow ol li.odd p.title em {
  color: #86cc88;
}
.flow-flow ol li.even p.title {
  border: solid #a5ada2 1px;
}
.flow-flow ol li.even p.title em {
  color: #a5ada2;
}
.flow-flow ol li p.title img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.flow-flow .btn_tel, .flow-flow .btn_web {
  display: inline-block;
  border-radius: 10px;
  border-bottom: solid #E79B8C 3px;
  background-color: #ffbfbd;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 16px;
  width: 100%;
}
#flow01, #flow02 {
  margin-top: -61px;
  padding-top: 61px;
}

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

.doctor {
  padding: 20px 0 60px;
}
.doctor .content-body {
  font-size: 0;
}
.doctor .content-body h4 {
    font-size: 24px;
    font-family: リュウミン M-KL;
    padding: 0 0 5px;
    border-bottom: dashed #D7D7D7 1px;
    margin: 0 10px 20px;
    font-weight: normal;
    color: #25AABB;
}
.doctor .content-body figure {
  text-align: center;
  margin: 0 0 20px;
}
.doctor .content-body figure img {
  width: 80%;
  height: auto;
}
.doctor .content-body .text {
  margin: 0 10px 20px;
}
.doctor .content-body .text strong {
  font-size: 18px;
  font-weight: normal;
  color: #25AABB;
  display: block;
  margin-bottom: 20px;
  font-family: リュウミン M-KL;
}
.doctor .content-body .text p {
  font-size: 14px;
  line-height: 1.6;
}
.doctor .content-body .signature {
  font-size: 16px;
  font-family: リュウミン M-KL;
  padding: 20px 0 0;
  text-align: right;
}
.doctor .content-body .signature span {
  margin: 0 0 0 0px;
  font-size: 24px;
  font-family: リュウミン M-KL;
  position: relative;
  display: inline-block;
}
.doctor .content-body .signature span small {
  position: absolute;
  top: -14px;
  left: 0;
  letter-spacing: .2em;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-family: リュウミン M-KL;
  display: inline-block;
  margin-left: -.2em;
}
.doctor .detail {
  margin: 0 10px;
}
.doctor.side .detail {
  padding-top: 40px;
}
.doctor .detail .fleft, .doctor .detail .fright {
  margin: 0 0 20px;
}
.doctor .detail table {
  font-size: 14px;
  line-height: 1.6;
}
.doctor .detail table th {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
  font-weight: normal;
}
.doctor .detail table td {
  padding: 0 10px 10px;
  text-align: justify;
  vertical-align: top;
}
.staff {
  padding: 0 0 60px;
}
.staff figure {
  font-size: 0;
}
.staff figure img {
  width: 100%;
  height: auto;
}
.staff figure figcaption {
  padding: 0 0 20px;
}
.staff figure figcaption p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 10px 10px;
}
.staff figure figcaption p span {
  margin: 0 10px;
}
.staff figure figcaption p.total {
  font-size: 24px;
  font-family: リュウミン M-KL;
}
.staff figure figcaption p.total strong {
  color: #25AABB;
  font-family: リュウミン M-KL;
  font-weight: normal;
}

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

#clinic .content-header.slide h2 {
  padding: 0;
}
.clinic h3 {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px;
}
.clinic .content-body {
  background: url(../img/content-shadow-top.jpg) top center no-repeat;
  font-size: 0;
}
.clinic .content-body h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
  font-weight: normal;
}
.clinic .content-body ul {
  padding-top: 30px;
}
.clinic .content-body ul li {
  margin: 0 10px 30px;
}
.clinic .content-body ul li:last-child {
  margin: 0 10px;
  padding: 0 0 30px;
}
.clinic .content-body ul li.wide img {
  margin: 0 0 10px;
}
.clinic .content-body ul li.wide img:last-of-type {
  margin: 0;
}
.clinic .content-body figure img {
  width: 100%;
  height: auto;
}
.clinic .content-body figcaption {
  clear: both;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.clinic .content-body ul li.wide figcaption {
  text-align: center;
}

#clinic .c-slider {
    width: 280px;
    margin: 30px auto 0;
    padding-top: 30px;
}
#clinic .c-slider ul {
    margin: 0;
    padding: 0;
}
#clinic .c-slider img {
    width: 280px;
    height: auto;
}
#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 {
    width: 290px !important;
    margin: 10px auto 0;
    height: auto !important;
    list-style: none;
}
#clinic .c-slider .custom-thumb2 ul li, #clinic .c-slider .custom-thumb3 ul li {
    width: 90px;
    display:inline-block;
    margin: 10px 10px 0 0;
}


#clinic .c-slider .custom-thumb2 ul li:nth-child(3n) {
    margin-right: 0;
}
#clinic .c-slider .custom-thumb2 ul li img {
    width: 90px;
    height: auto;
}

@media screen and (max-width: 320px) {
	#facilities .c-slider {
        width: 280px !important;
    }
	#clinic .c-slider img {
        width: 280px !important;
    }
	#clinic .c-slider .custom-thumb2 ul {
        height: 120px !important;
    }
	#clinic .c-slider .custom-thumb2 ul li {
        width: 86px !important;
    }
	#clinic .c-slider .custom-thumb2 ul li img {
        width: 86px !important;
    }

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

#clinic .c-slider .bxslider-btn {
    position: relative;
}
#clinic .c-slider .feed-prev-btn a {
    background: url(../img/btn-prev.png) no-repeat;
    background-size:20px;
    display: block;
    font-size: 0;
    width: 20px;
    height: 38px;
    position: absolute;
    top: 90px;
    left: -35px;
    z-index: 1;
}
#clinic .c-slider .feed-next-btn a {
    background: url(../img/btn-next.png) no-repeat;
    background-size:20px;
    display: block;
    font-size: 0;
    width: 20px;
    height: 38px;
    position: absolute;
    top: 90px;
    right: -35px;
    z-index: 1;
}
#clinic .c-slider .bxslider2 .bx-caption, #clinic .c-slider .bxslider3 .bx-caption {
    text-align: center;
    padding: 10px 0 10px;
}
#clinic .c-slider .bxslider2 .bx-caption strong, #clinic .c-slider .bxslider3 .bx-caption strong {
    font-size: 18px;
    font-family: リュウミン M-KL;
    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin: 0 0 5px;
    color: #25AABB;
    display: block;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon, #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon {
    vertical-align: top;
    display: inline-block;
    margin: 0px 0 0 5px;
    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: 30px;
    height: auto;
    margin: 0 0px 0px 5px;
    padding: 0 0 0 0;
}
@media(max-width:320px) {
    #clinic .c-slider .bxslider2 .bx-caption strong span.imgicon img, #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon img {
        vertical-align: top !important;
        display: inline-block !important;
        width: 30px !important;
        height: auto !important;
        margin: 0 0px 0px 5px !important;
        padding: 0 0 0 0 !important;
    }
}

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

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

#access-content {
  padding: 20px 0 60px;
}
#access-content .content-body {
  font-size: 0;
}
#access-content #map {
  margin-top: -70px;
  padding-top: 70px;
}
#access-content .map figure {
  text-align: center;
  margin: 0 0 20px;
}
#access-content .map figure img {
  width: 80%;
  height: auto;
}
/*
#access-content .map p a {
    display: block;
    background: #fff;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    margin: 10px 10px 40px;
    font-size: 14px;
}

#access-content .map p a span {
    padding-right: 20px;
    background: url(../img/icon01.png) no-repeat right center;
}
*/
#access-content .body {
  margin: 0 10px 30px;
}
#access-content .body img {
  width: 100%;
  height: auto;
}
#access-content .body p {
  text-align: center;
  margin: 0 0 20px;
}
#access-content .body ul {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 0;
}
#access-content .body ul li {
  margin: 0 0 20px;
  vertical-align: top;
}
#access-content .body ul li figcaption {
  padding: 10px 0 0;
  text-align: center;
  font-size: 16px;
}
#access-content .body ul li:last-child {
  margin: 0;
}
#access-content .detail {
  margin: 0 10px;
}
#access-content .detail h4 {
    font-size: 24px;
    font-family: リュウミン M-KL;
    padding: 0 0 5px;
    border-bottom: dashed #D7D7D7 1px;
    margin: 0 0px 20px;
    font-weight: normal;
    color: #25AABB;
}
#access-content .detail h5 {
  clear: both;
  font-size: 20px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 5px 10px;
  background: #25AABB;
  color: #fff;
}
#access-content .detail p {
  font-size: 14px;
}
#access-content .detail figure {
  text-align: center;
  margin: 0 0 20px;
}
#access-content .detail figure img {
  width: 80%;
  height: auto;
}
#access-content .detail figure img:first-child {
  margin-bottom: 10px;
}
#access-content .detail .info table.info-detail {
  font-size: 20px;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
#access-content .detail .info table.info-detail tr, #access-content .detail .info table.info-detail tbody {
  display: block;
}
#access-content .detail .info table.info-detail th {
  font-size: 20px;
  font-family: リュウミン M-KL;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 0px 0 10px 0;
  display: block;
}
#access-content .detail .info table.info-detail td {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 0px 0 20px 0;
  display: block;
}
#access-content .detail .info table.info-detail td.tel {
  font-size: 20px;
}
#access-content .detail .info table.info-detail td.tel a {
  color: #25AABB;
  font-family: リュウミン M-KL;
}
#access-content .detail .info table.info-detail td.fax {
  font-size: 16px;
  font-family: リュウミン M-KL;
  color: #25AABB;
}
#access-content .detail .info p {
  font-size: 18px;
  font-family: リュウミン M-KL;
}
#access-content .detail .schedule table.schedule-table th {
  font-size: 14px;
}
#access-content .detail .schedule table.schedule-table td {
  font-size: 14px;
}
#access-content .detail .schedule table.schedule-table td.time {
  font-size: 14px;
}
#access-content .detail .schedule p {
  text-align: right;
  font-family: 新ゴ R;
  font-size: 14px;
}
#access-content .mail a {
  width: 80%;
  margin: 0 auto;
}

.access-img {
  margin: 0 0 60px;
}
.access-img ul {
}
.access-img ul li {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.access-img ul li:first-child {
  margin: 0;
}
.access-img ul li img {
  width: 100%;
}
.access-img ul li p {
  margin-top: 10px;
}
#access .phone a{
	initial:all;
	display:inline;
	}

/*------------------------------
料金
------------------------------*/

#service.price{
	}

#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;
	font-size:14px;
    }
#service.price article .pricetable th {
    text-align:left;
    background:#eee;
    }
#service.price article .pricetable td {
    text-align:center;
	width:100px;
	}

#service.price .footnote{
	width:calc(100% - 20px);
	margin:10px;
	padding:20px;
	background:#FAF5C5;
	box-sizing:border-box;
	}

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

.archive {
  margin: 0 10px 20px;
  text-align: right;
}
.blog-content h3 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.blog-content .body {
  margin: 0 10px 30px;
  background: url(../img/content-shadow-top.jpg) top center no-repeat;
  font-size: 0;
  padding: 40px 0 0;
}
.blog-content .body p {
  margin: 0 0 20px;
  line-height: 1.6;
  font-size: 16px;
}
.blog-content .body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin: 0 auto 20px;
}
.blog-content .date {
  margin: 0 0 30px;
  text-align: right;
}
.pager {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.pager span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #262f66 1px;
  color: #262f66;
  border-radius: 5px;
}
.pager a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border: solid #fff 1px;
  border-radius: 5px;
}
.pager a:hover {
  color: #fff;
  border: solid #262f66 1px;
  background-color: #262f66;
}
.pager .prev {
  position: absolute;
  top: 30px;
  left: 0;
}
.pager .next {
  position: absolute;
  top: 30px;
  right: 0;
}
.pager .list {
  text-align: center;
}
/*------------------------------
予防・定期検診
------------------------------*/

#preventive #page-header {
  background: url(../img/page-header-bg6.jpg) no-repeat center;
  background-size: 100% auto;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#preventive #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  height: 150px;
}
#preventive-content {
  width: 97%;
  margin: 0 auto;
  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 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: 90%;
  margin: 50px auto 0 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: 90%;
  text-align: center;
}
#preventive-content .kamoku ul li {
  display: inline-block;
  width: 90%;
  margin-bottom:10px;
  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 .p-box {
  text-align: center;
}
#preventive-content article {
  margin: 0 auto 150px;
  width: 100%;
}
#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:100%;
	margin:0 auto 100px;
}
#preventive .topinfo h2{
	margin-bottom:50px;
}

#preventive .preventiveinfo{
	width:100%;
	margin:0 auto 50px;
}
#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 20px auto;
	width:100%;
}
#preventive .contents h3{
	font-size:36px;
	padding:20px;
	border-bottom:2px solid #25AABB;
	text-align:left;
	margin-bottom:30px;
}
#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: 90%;
  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; */
  margin-top: 20px;
  width: 100%;
}
/* #preventive .contents .health .fl{
	float:left;
} */
#preventive .contents .merit {
  width: 98%;
  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: 10px 5px 0;
  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: 150px;
  width: 100%;
  margin: 0 0 0;
}
#fee #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  height: 150px;
}
#fee-content {
  width: 97%;
  margin: 0 auto;
  /* 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: 98%;
  font-size: 18px;
  margin: 20px auto;
  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: 100%;
}
#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: 100%;
}
#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:100%;
	margin:0 auto 50px;
}
#fee .topinfo h2{
	margin-bottom:50px;
}

#fee .feeinfo{
	width:100%;
}
#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 {
	width:100%;
}
#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;
}

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

.pc {
  display: none;
}
.box1 {
    background: #F0F0F0;
  padding: 20px;
  margin-top: 30px;
  clear: both;
}
.box1 h4 {
    border-bottom: 1px solid #D7D7D7 !important;
    background: none !important;
    padding: 0 0 5px 0 !important;
    color: #25AABB;
    margin-bottom: 20px !important;
}
.box1 img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}
.tel_no {
  background-color: #f29243;
  color: #fff !important;
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px !important;
  padding-left: 10px !important;
}
.tel_no a {
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 18px !important;
}
.mail_no {
  background-color: #edae03;
  color: #fff !important;
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0px 10px 0px !important;
  padding-left: 10px !important;
}
.mail_no a {
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 18px !important;
}
.flow_ul {
  overflow: hidden;
  text-align: center !important;
  width: 280px;
  margin: 10px auto 50px;
}
.flow_ul li {
  float: left;
  display: inline-block;
  margin: 10px;
}
.flow_ul li a {
  background-color: #f68a48;
  display: table-cell;
  width: 120px;
  height: 120px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px !important;
  vertical-align: middle;
}
.pagetop {
  text-align: center;
  position: fixed;
  bottom: 0 !important;
  left: 0;
  background-color: #C8C8C8;
  width: 100%;
  display: none;
}
.pagetop a {
  display: block;
  color: #fff;
  padding: 10px 0;
}
.pagetop a {
  color: #fff;
}
.h3_1 {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
}
.h3_1 strong {
  font-size: 24px;
}
.serBox2 {
  padding: 0% 2% 5%;
  text-align: center;
}
.serBox2 h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: center;
}
.pcnone {
  text-align: center
}
.pcnone img {
  width: 80%;
  margin: 10px;
}
.sp_none {
  display: none !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.fz16 {
  font-size: 16px;
}
.cb {
  clear: both;
}
.sp_br {
  display: block;
}


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

#endodontic #page-header {
  background: url(../img/page-header-bg8.jpg) no-repeat center;
  background-size: 100% auto;
  height: 150px;
  width: 100%;
  margin: 0 0 0;
}
#endodontic #page-header .inner {
  background: url(../img/page-header01.jpg) no-repeat;
  height: 150px;
}
#endodontic-content {
  width: 97%;
  margin: 0 auto;
  padding: 100px 0 0;
}
#endodontic-content .kamoku ul {
  margin: 0 auto;
  font-size: 0;
  width: 90%;
  text-align: center;
}
#endodontic-content .kamoku ul li {
  display: inline-block;
  width: 90%;
  margin-bottom:10px;
  vertical-align: top;
}
#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: 0 10px 30px;
}
.endodontic-box {
    border: 2px solid #25AABB;
    padding: 5%;
    margin: 30px 10px;
    box-sizing: border-box;
}
.endodontic-box h2 {
    text-align: center;
    margin-bottom: 30px;
}
.endodontic-box h2 strong {
    font-size: 21px;
    background: linear-gradient(transparent 70%, #F0F0F0 70%);
    color: #00b1ad;
    letter-spacing: 0.1em;
}
.endodontic-box h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.4;
    margin-left: 45px;
    letter-spacing: 0.1em;
}
.endodontic-box h3::before {
    content: url(../img/icon-check.png);
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-left: -45px;
}
.endodontic-sec h3 {
    font-size: 24px;
    margin: 30px 0 0;
    padding-bottom: 20px;
    text-align: center;
    font-family: "NotoSansCJKjp";
    font-weight: normal;
    letter-spacing: 0.1em;
}
.endodontic-sec h3::before {
    content: url(../img/title-logo.png);
    display: block;
}
.endodontic-box2 {
    background: #f0f5f5;
    padding: 20px;
    margin: 0px auto 60px;
    box-sizing: border-box;
}
.endodontic-box2 h5 {
    font-size: 22px;
    color: #00b1ad;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #d7d7d7;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
}
.box5 {
    background: #F0F0F0;
    margin: 30px 10px;
    padding: 30px;
}
.endodontic-article {
    margin: 45px 0 15px;
}
.endodontic-article h4 {
    font-size: 24px;
    color: #00b1ad;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}
.endodontic-tbl {
}
.endodontic-tbl table {
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 1;
    font-size: 0;
    width: 100%;
}
.endodontic-tbl table tr th span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 10px;
    letter-spacing: 0.1em;
}
.endodontic-tbl table tr .th1, .endodontic-tbl table tr .th2, .endodontic-tbl table tr .th3, .endodontic-tbl table tr .th4, .endodontic-tbl table tr .th5 {
    position: relative;
    width: 65px;
    min-height: 65px;
}
.endodontic-tbl table tr th span strong {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.endodontic-tbl table tr th .no-circle {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    color: #00b1ad;
    background: #F0F0F0;
    border-radius: 50%;
}
.endodontic-tbl table tr td.title {
    width: calc(100% - 52% - 65px);
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0 1%;
    line-height: 1.4;
    font-size: 15px;
    vertical-align: middle;
    color: #00b1ad;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
.endodontic-tbl table tr td {
    width: 52%;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    line-height: 1.6;
    font-size: 15px;
    vertical-align: middle;
    letter-spacing: 0.1em;
}
.endodontic-tbl table tr td.flow-mark {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 28px;
    line-height: 1;
    background: url(../img/flow-border.png);
    background-position: 80px center;
    background-repeat: no-repeat;
    vertical-align: top;
}
.endodontic-box3 {
    position: relative;
    border: 2px solid #25AABB;
    padding: 5% 3%;
    margin: 60px 10px;
    box-sizing: border-box;
}
.endodontic-box3 h2 {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: -1em;
    font-size: 24px;
    color: #00b1ad;
    letter-spacing: 0.1em;
}
.endodontic-box3 h2 strong {
    padding: 0 1em;
    background: #fff;
}
.endodontic-box3 h3 {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.endodontic-box3 h3 strong {
    font-size: 18px;
    font-weight: normal;
    color: #00b1ad;
    background: linear-gradient(transparent 70%, #F0F0F0 70%);
}

.flex-img,
.flex-img2 {
    width: 100%;
}
.flex img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.flex-info {
    margin: 10px 0 0;
}
.flex-info2 {
    margin: 10px 0;
}
.flex-info3 {
    margin: 10px 0;
    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: 10px auto 20px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    width: 95%;
}
.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:100%;
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	}
#service.whitening .kamoku img{
	width:100%;
	margin:0 0 20px;
	}
#service.whitening .kamoku ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
}

/*20211203編集*/
#index-content .web{
display: block;
width: 100%;
    /*height: 33px;*/
	margin-top:30px;
	margin:0 auto;
}
#index-content .web a {
    display: block;
    background: #fff;
    width: 100%;
    height: 53px;
    line-height: 53px;
    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-yoyaku .yoyaku-box-right .web{
display: block;
width: 100%;
margin:0 auto;
margin-top:20px;
}
#index-yoyaku .yoyaku-box-right .web a {
    display: block;
    background: #fff;
    width: 100%;
	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;
}
.footer-content .web p{
	margin-bottom:20px;
}
/*20220111編集*/
#service-content #s01 ol li{
	list-style: none;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
#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{
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	display: block;
	}
	.flow span:last-child{
		border-bottom:none;
	}
.flow span h5{
	font-size: 19px !important;
	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;
	width: 20%;
    text-align: center;
}
.flow span p{
text-indent: 0; 
}
.flow span img{
	/*width:250px !important;*/
	border-radius: 10px;
	margin: 0 0 0 auto;
}
.contents01{
	padding:10px;
	text-indent: 0;
	width: 90%;
    margin: 10px auto ;
	background: #FAF5C5;
}
.contents01 span{
font-size: 20px;
    font-weight: bold;
}
#service-content #s01 table.whitening{
border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    /*margin: 20px;*/
    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: 95%;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    color: #fff;
    margin: 0 auto 30px;
	background-size: cover;
}
.box31 .box-title{
font-size: 22px;
    font-family: リュウミン M-KL;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 10px 0;
	color:#4b4b4b;
	}
.box31 p{
		color:#4b4b4b;
}
.box31 p span{
background-color: #25AABB;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
	}
/*20220121編集*/
#s01 .box01{
		display:flex;
	justify-content: space-around;
	margin: 10px 0;
}
#s01 .box01 span{
	color:red;
	margin-right: 2px;
}
#s01 .box01 img{
	width: 80%;
}
/*20220303編集*/
.seotext_05 {
background: linear-gradient(transparent 50%, #FAF5C5 0%);
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
	}
#service-content #s01 table.whitening h5{	
font-size: 16px;
background: #F0F0F0;
   color: #25AABB !important;
    margin: 30px 0;
    padding: 10px !important;
    border-radius: 30px;
    border: none !important;
    text-indent: 0;
    height: fit-content;
    margin: 0 auto !important;
	width: 80%;
	float: none;
	text-align: center;
}	
#service-content #s01 table.whitening td p{
	font-size: 16px;
    font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
/*20220617編集*/
.box01{
	width: 100% !important;
    margin:0 0 15px !important;
    float: none !important;
}
.box01 p{
	font-weight:bold;
}
#access .route div img.arrow{
	width: 12%;
    display: block;
    margin: 0 auto;
}
#access .route br.spnone{
	display:none;
}
	


/*------------------------------
下層共通　2022.4.15
------------------------------*/
#service-content img{
	max-width:100%;
	}
#service-content .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	}
#service-content .ucolumn img{
	width:100%;
	margin:0 0 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:100%;
	margin-bottom:20px;
    }
#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;
	width:100%;
	padding:0;
	}
#service-content ul.listbox li{
	list-style:none;
	width:100%;
	margin-bottom:20px;
	padding:10px;
	box-sizing:border-box;
	}

#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;
	}
#service-content table.cavities td img{
	width:100%;
	}
/*20220712編集*/
.map p.directions{
	padding:10px;
	}
/*20220728編集*/
.box32 {
    margin: 0 10px 20px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
	text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #2e5995;
    font-weight: bold;
    border-top: solid 5px #2e5995;
    border-bottom: solid 5px #2e5995;
}
/*230621*/
.bnr_bunkatsu {
  width: 96%;
  text-align: center;
  margin: -10px auto 50px;
}
.bnr_bunkatsu img {
  max-width: 100%;
  height: auto;
}
	

footer .footer-bnrs {
width: 80%;
display: grid;
grid-template: auto / auto;
gap: 1rem;
margin: -45px 10% 0;
padding-bottom: 85px;
justify-content: center;
}
footer .footer-bnrs a {
display: block;
box-sizing: border-box;
border: 3px solid #ccc;
}
footer .footer-bnrs a img {
width: 100%;
}


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