@charset "utf-8";
body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: 'Helvetica Neue','Segoe UI','メイリオ', Meiryo,'Meiryo UI','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','klee','TsukuARdGothic-Regular','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  line-height: 1.8;
}
/*a:hover {color:#ffa9cb;}*/


p a, dt a, dd a, li a {
  font-weight: normal;
  border-bottom: 1px solid rgba(255,255,255,0);
  padding: 0 0 1px 0;
}
p a:hover, dt a:hover, dd a:hover, li a:hover{
  border-bottom: 1px solid rgba(255,169,203,0.8);
}

img {
  max-width: 100%;
  height: auto;
}
#contents {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
section {
  overflow: hidden;
  margin: 0;
}
.inner {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
/*下層ページ*/
.main{
  float: left;
  font-size:16px;
  width: 720px;
}
.main .inner {
  min-width: 100%;
}
.main section {
  margin: 0 auto 80px auto;
}
.side{
  float: right;
  width: 240px;
}

.main p{
margin-bottom:1.5em;
}
@media screen and (min-width: 0px) and (max-width:768px) {
body {
  font-size: 14px;
}
#contents {
  min-width: 100%;
}
section {
  margin: 10px 0;
}
.inner {
  width: 95%;
  min-width: 95%;
}
.wrap {
  margin-top: 60px;
}
.main{
  float: none;
  width: 100%;
}
.main section {
  margin: 0 auto 40px auto;
}
.side{
  display: none;
}
.main p{
margin-bottom:1em;
}
}


/*==========================================
 ページ内リンク位置調整
===========================================*/
.a_area section {
  margin-top:-140px;
  padding-top:140px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.a_area section{
  margin-top:-70px;
  padding-top:70px;
}
}


/*==========================================
 ヘッダー
===========================================*/
/*
 ヘッダー（large）
-----------------------------------------*/
header {
  width: 100%;
  min-width: 1000px;
  background: #fff;
  overflow: hidden;
}
header .inner {
  position: relative;
}
.header_txt {
  position: absolute;
  top:0;
  right: 0;
  font-size:10px;
}

/*===header Left===*/
.header_logo{
  float: left;
  width: 374px;
}
.header_logo img{
  width: 100%;
  height: 80px;
}

/*===header Right===*/
.header_right {
  position:relative;
  float: right;
  /*width: 510px;*/
  width: 350px;
  height: 80px;
  margin-top: -15px;
}
/*icon*/
.header_right_icon {
  position:absolute;
  left:0;
  top:5px;
}
/*tel*/
.header_right_tel{ 
  position:absolute;
  left:100px;
  top:0;
  line-height: 1.0;
}
.header_right_tel a {
  color: #8aac3d;
  font-size: 30px;
}
.header_right_tel i {
  font-size: 26px;
  margin-right: 5px;
}
/*icon*/
.header_right_icon_reserve {
  position:absolute;
  left:0;
  top:35px;
}
/*tel*/
.header_right_tel_reserve{ 
  position:absolute;
  left:100px;
  top:35px;
  line-height: 1.3;
  color: #297bb3;
}
.header_right_tel_reserve a {
  color: #297bb3;
  font-size: 30px;
}
.header_right_tel_reserve i {
  font-size: 26px;
  margin-right: 5px;
}
/*mail*/
.header_right_mail {
  position:absolute;
  right:0;
  top:0;
}
.header_right_mail a {
  display: block;
  width: 180px;
  height: 36px;
  color:#fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  background: #a4cd49;
  border-radius: 50px;
  border: 1px solid #a4cd49;
}
.header_right_mail a:hover {
  color:#a4cd49;
  background: #fff;
}
.header_right_mail i{
  font-size: 18px;
  padding: 8px 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
header,#stickyheader,#change {
  display: none !important;
}
}

/*
 ヘッダー（min）
-----------------------------------------*/
#change {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  box-shadow:0 0 2px #666;
  padding-top:0;
  z-index: 9999;
}
#change .inner {
  position: relative;
  margin-bottom: 0;
}

/*===header Left===*/
#change .header_logo img {
  width: 370px;
  height: 62px;
}

/*===header Right===*/
#change .header_right {
  /*width: 560px;*/
  width: 300px;
  height: 80px;
  margin: 0;
}
#change .header_right_icon {
	top:2px;
}
#change .header_right_icon img {
	width:80px;
	height:auto;
}
#change .header_right_icon_reserve img {
	width:250px;
	height:auto;
}
/*tel*/
/*#change .header_right_tel {
  right:220px;
}*/
#change .header_right_tel a {
  font-size: 24px;
}
#change .header_right_icon_reserve {
	top:28px;
}
#change .header_right_tel_reserve a {
  font-size: 24px;
}
.header_right_tel_reserve {
	top:30px;}
/*mail*/
#change .header_right_mail a {
  width: 200px;
  height: auto;
  padding: 10px;
}
#change .header_right_mail i {
  display: inline;
  font-size: 18px;
  padding: 0 5px 0 0;
}


/*==========================================
 グローバルナビ
===========================================*/
/*グローバルナビ(large)
-----------------------------------------*/
.g_nav {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  background: #fff;
  margin: 15px auto;
}
.g_nav a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
.g_nav li {
  position: relative;
  float: left;
  font-size: 14px;
  text-align: center;
}

/*===第1階層===*/
/*サイズ個別指定
.g_nav li.gnav01 {width: 150px;}.g_nav li.gnav02 {width: 200px;}
*/
.g_nav li.first {
  /*width: 16.5%;サイズ均等指定 リリース後*/
  width: 20%;/*サイズ均等指定 ティザー*/
}
/*サブタイトル*/
.g_nav li.first > a span{
  display: block;
  color: #333;
  font-size: 9px;
  background: transparent !important;
  -webkit-transition: all .4s;
  transition: all .4s;
}
@media all and (-ms-high-contrast:none) {
.g_nav li.first > a span{
  -webkit-transition: all 0s;
  transition: all 0s;
}
}
/*リンク設定*/
/*.g_nav li a {
  color: #000;
}*/
.g_nav li a:hover {
  color: #000 !important;
  background: url(../img/index/gnavi_hover.png) no-repeat center center;
  /*background-size: cover;*/
}
.g_nav li a:hover span {
  color: #fff !important;
  background: transparent !important;
}


/*===第2階層===*/
.g_nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.g_nav li ul li {
  width: 100% !important;
}
/*リンク設定*/
.g_nav li ul li a {
  color: #333;
  background: rgba(255,255,255,1);
  border-bottom:1px solid rgba(0,0,0,.2);
  padding: 12px 2px;
}
.g_nav li ul li a:hover {
  color: #000 !important;
  background: #fff url(../img/index/gnavi_hover.png) no-repeat center center;
}
.g_nav li ul {
  visibility: hidden;
  perspective: 500px;
}
.g_nav li:hover ul {
  visibility: visible;
}


/* グローバルナビ（min）
-----------------------------------------*/
#min_gnav {
  margin: 0 auto;
}
#min_gnav li.first {
  border: none;
}
#min_gnav li.first a {
  font-size: 13px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0);
}

#min_gnav li a span {
  display: none;
}


/*グローバルナビ下層リンク展開動作
-----------------------------------------*/
/*===フェードイン===*/
.open_fade li ul {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.open_fade li:hover ul{
  opacity: 1;
  visibility: visible;
}

/*===回転===*/
.open_rotation ul li {
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
.open_rotation li:hover ul li {
  transform: rotateY(0);
}
.open_rotation li:hover ul li:nth-child(1) {
  transition-delay: 0s;
}
.open_rotation li:hover ul li:nth-child(2) {
  transition-delay: .1s;
}
.open_rotation li:hover ul li:nth-child(3) {
  transition-delay: .2s;
}
/*close*/
.open_rotation li ul li:nth-last-of-type(1) {
  transition-delay: 0s;
}
.open_rotation li ul li:nth-last-of-type(2) {
  transition-delay: .1s;
}
.open_rotation li ul li:nth-last-of-type(3) {
  transition-delay: .15s;
}


/*==========================================
 ページ下部お問い合わせ
===========================================*/
/*.footer_contact .inner{
  background: url(../img/common/contact_bg.jpg) no-repeat right 90px;
}*/
.footer_contact_ttl{
  font-size: 30px;
  padding: 20px 0;
  margin-bottom: 20px;
}

.reserveMark{display:inline-block;background:#ffa9cb;color:#fff;padding: 5px 0px;margin: 10px 0;min-width: 180px;text-align: center;}

@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact{
  width: 100%;
  /*padding: 10px 0;*/
  margin: 0 auto;
}
.footer_contact .inner{
  background: none;
}
.footer_contact_ttl{
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  background: #666;
  padding:10px 0;
}

}

/*上段（テキスト・画像）
------------------------------------------------*/
.footer_topTel a{
color: #fbc429;
font-size: 2rem;
font-weight: 500;
}
.footer_topTel span{margin-left: 0.5rem; font-size: 2.5rem;}
.footer_topTel a:hover{border-bottom: 1px solid transparent;}

.ContactG-26{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.footer_topTelArea {flex-basis: 30%; }
.footer_topBnrArea {flex-basis: 68%; }

.ContactG-26>div:first-child{
  padding-right:1%;
}
.ContactG-26>div:last-child{
  padding-left:1%;
}

@media only screen and (max-width: 959px) {
  .footer_topTelArea,.footer_topBnrArea {flex-basis: 100%;}
  .ContactG-26>div:first-child{
  padding-right:0%;
}
.ContactG-26>div:last-child{
  padding-left:0%;
}
}

.footer_contact_top{
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap:wrap;
}
.footer_contact_top img{
  display: block;
  margin-bottom: 10px;
}
/*text*/
.footet_contact_txt01{
  color: #000;
  font-size: 20px;
  margin-bottom:16px;
}
.footer_contact_txt02{
  margin-bottom:16px;
}
/*tel*/
.footer_contact_tel {
  /*padding-left:30px;*/
  margin: 0 auto;
  background:#00b050;
  color:#fff;
  text-align:center;
  padding:3px 5px;
  height:106px;
}
.footer_contact_tel a{
  /*color: #fbc429;*/
  font-size: 21px;
  /*display: block;*/
  /*margin: 0 auto;*/
  max-width: 370px;
  display: inline-block;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    min-width: 160px;
    text-align: center;
	font-weight:bold;
}
.footer_contact_tel i{
  font-size: 20px;
  margin-right: 5px;
}
/*mail*/
.footer_contact_mail{
  margin: 0 auto;
  padding: 10px 0;
  width: 48%;
}
.footer_contact_mail a {
  display: block;
  width: 360px;
  color:#fff;
  text-align: center;
  background: #a4cd49;
  border: 1px solid #a4cd49;
  padding: 14px 0;
  border-radius: 50px;
  margin: 0 auto;
}
.footer_contact_mail a:hover {
  color:#a4cd49;
  background: #fff;
}
.footer_contact_mail i{
  font-size: 18px;
  margin-right: 5px;
}

@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_top{
  background: none;
  text-align: center;
}
.footet_contact_txt01 {
  font-size: 16px;
}
/*tel*/
.footer_contact_tel {
  padding-left:0;
  height:auto;
}
.footer_contact_tel i{
  font-size: 18px;
  margin-right: 5px;
}
.footer_contact_tel a{
	font-size: 21px;
	padding: 1px 12px;
    margin: 3px 0;
}
/*mail*/
.footer_contact_mail a {
  width: 100%;
  margin: 0 auto;
}
}


@media screen and (min-width: 0px) and (max-width:480px) {
.footer_contact_top{margin: 15px 0;}
.footer_contact_tel, .footer_contact_mail {
	width: 100%;
}
.footer_contact_tel {
	padding:0;
}
.footer_contact_tel a{
	font-size: 18px;
	padding: 1px 0;
    margin: 0;
    min-width: 170px;
	line-height:1.0;
}
.reserveMark{margin: 1px 0 0;min-width: 170px;padding: 3px 0px;}
}


/*下段（診療時間・アクセス）
------------------------------------------------*/
.footer_contact_bottom{
width: 100%;
  overflow: hidden;
}

/*===診療時間===*/
.footer_contact_hours{
  width: 50%;
  float: right;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours{
  width: 100%;
  float: none;
}
}
/*診療時間用テーブル*/
.footer_contact_hours table {
  width: 100%;
  font-size: 16px;
}
.footer_contact_hours table thead th {/*曜日*/
  color: #000;
  letter-spacing: 3px;
  text-align: center;
  background: #dfdfdf;
  border-bottom: none;
  padding: 10px 0;
}
.footer_contact_hours table thead th:first-child {
  width: 30%;
}
.footer_contact_hours table th {/*時間*/
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 14px 0;
}
.footer_contact_hours table td {
  color: #666;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.closed{/*休診日*/
  color: #df0101;
  font-size: 14px;
  text-align: left;
  /*padding-top: 10px;*/
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours table thead th ,
.footer_contact_hours table tbody th ,
.footer_contact_hours table td {
  padding: 1em 0;
  font-size: 13px;
}
}


/*===アクセス===*/
.footer_contact_access{
  width: 50%;
  float: left;
}
.footer_contact_access--train{
  line-height: 30px;
  padding: 10px 0 10px 50px;
  background: url(../img/common/footer_contact_train.png) no-repeat left center;
}
.footer_contact_access--train span{
  color: #5ec8df;
  font-size: 34px;
  vertical-align: baseline;
  padding: 0 3px;
}
.footer_contact_access--parking{
  padding: 10px 0 10px 50px;
  background: url(../img/common/footer_contact_parking.png) no-repeat left center;
}

@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_access{
  width: 100%;
  float: none;
  margin-top: 20px;
}
.footer_contact_access--train {
  line-height: 1.4;
}
.footer_contact_access--train span{
  font-size: 18px;
  font-weight: bold;
}
}


/*==========================================
 footer
===========================================*/
footer {
  width: 100%;
  min-width: 1000px;
  background: #fff;
}
.footer_box {
  float: left;
  width: 33.3%;
  color: #000;
  font-size: 14px;
  padding: 0 15px;
  margin: 40px 0;
}
.footer_copy {/*コピーライト*/
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #a4cd49;
  padding: 10px 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
footer {
  min-width: 100%;
  padding-bottom: 70px;
}
.footer_box {
  display: none;
}
}

/*フッターメニュー
-------------------------------------------*/
/*===第1階層===*/
.footer_nav li{
  font-size: 16px;
  font-weight: bold;
}

/*===第2階層===*/
.footer_nav li ul {
  padding-bottom: 1em;
}
/*.footer_nav li ul li {
  padding-left: 0.5em;
}*/

/*.footer_nav li ul li::before {
  content:"-";
  color:#fff;
  margin-right:2px;
  font-weight: normal;
}*/
.footer_nav li ul li a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255,255,255,0);
  padding: 0 0 1px 0;
}
.footer_nav li a:hover {
  border-bottom: 1px solid rgba(255,169,203,0.8);
}



/*==========================================
ページトップへ戻るボタン
===========================================*/
#btn_pagetop {
  position: fixed;
  bottom: 25px;
  right: 20px;
}
#btn_pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  background: #ffa9cb;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  transition: all .4s;
}
#btn_pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#btn_pagetop a i{
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#btn_pagetop {
  display: none;
}
}



/*==========================================
 スマホヘッダー
===========================================*/
.sp-header{
  display:none;
  position: fixed;
  top: 0;
  width:100%;
  height: 60px;
  box-shadow: 0 1px 1px #ddd;
  background: rgba(255, 255, 255,1);
  padding:12px 0;
  z-index: 99;
}
.sp_header_logo img{
  width:220px;
  padding-left:5px;
  margin-top: 5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-header{
  display: block;
}
}


/*==========================================
 スマホメニュー
===========================================*/
/*ボタン
-------------------------------------------*/
#spmenu{
  display: none;
}
#sp-navi {
  position: fixed;
  z-index: 100;
  top: 5px;
  right: 5px;
  background-color:transparent;
  font-size: 14px;
}
.sp-btn a:hover{
  cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width:768px) {
#spmenu{
  display: block;
}
}

/*===ハンバーガーメニューボタン===*/
.sp-btn {
  float: right;
  text-align: center;
  line-height: 1;
}
.sp-btn a {
  color: #fff;
  font-size:12px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  border-radius:4px;
  background: #ffa9cb;
}
.sp-btn i {
  color: #fff;
  font-size:26px;
}

/*===アクセスボタン===*/
.sp-btn02 {
  float: right;
  text-align: center;
  line-height: 1;
}
.sp-btn02 a {
  color:#d256d7 !important;
  font-size:12px;
  text-align: center;
  text-decoration: none;
  display: block;
  border:1px solid #d256d7 !important;
  border-radius:4px;
  background:rgba(210,86,215,0.2);
  padding: 5px 6px;
  margin-right: 8px;
}
.sp-btn02 i {
  color: #d256d7;
  font-size:24px;
}


/*メニュー一覧
-------------------------------------------*/
.menu-toggle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}
.sp-menu {
  width: 100%;
  opacity: 0;
  overflow-y: auto;
  z-index: 9999;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: block;
  overflow: auto;
  background: rgba(255,255,255,1);
  -webkit-overflow-scrolling: touch;
}

/*===メニュー内ヘッダー===*/
.sp_menu_header {
  width:90%;
  margin:0 auto;
  overflow:hidden;
}
/*ロゴ*/
.sp_navlogo {
  float:left;
  margin-top:5%;
  text-align: center;
}
.sp_navlogo img {
  max-width: 220px;
  width: 100%;
}
/*閉じるボタン*/
.sp-close {
  float:right;
  color: #fff;
  font-size:20px;
  width: 44px;
  height:44px;
  line-height:44px;
  text-align: center;
  border:none !important;
  border-radius:4px;
  background: #ffa9cb;
  margin: 15px auto 0 auto;
}

/*===第1階層===*/
.sp-menu ul {
  display: block;
  width: 90%;
  height: 100%;
  vertical-align: middle;
  margin: 5% auto 0 auto;
}
.sp-menu li {
  color: #000;
  font-weight: bold;
  text-indent: 5px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
/*.sp-menu li:nth-child(even) {
    background: #f4f4f4;
}*/
.sp-menu li i{
  font-size: 15px;
  margin-right: 5px;
}
.sp-menu li a,
.sp-menu li .cat {
  display: block;
	color: #000;
  padding: 12px 0;
}
.sp-menu li .cat {
font-weight:bold;	
}

/*下層リンク開閉ボタン*/
.sp-menu li .sp-sub-btn {
  position: relative;
  display: block;
  float: right;
  width: 40px;
  height: 35px;
  text-align: center;
  padding: 0 0 0 5px;
  margin: -37px 8px 0 12px;
  z-index: 100;
}
.sp-menu li .sp-sub-btn i {
  display: table-cell;
  width: 40px;
  height: 30px;
  color: #ddd;
  font-size: 18px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  padding: 0;
}

/*===第2階層===*/
.sp-menu li ul.sp-menu-sub {
  display: none;
  width: 100%;
  margin: 0;
}
.sp-menu li ul.sp-menu-sub li {
  width: 100%;
  text-indent: 20px;
  font-weight: normal;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 0 auto;
}
.sp-menu li ul.sp-menu-sub li:nth-child(odd) {
  background: #fff;
}


/*メニュー開閉アニメーション
-------------------------------------------*/
.show {
  -webkit-animation: navi-show 0.4s ease both;
  -moz-animation: navi-show 0.4s ease both;
  animation: navi-show 0.4s ease both;
}
@-webkit-keyframes navi-show {
 from {
 -webkit-transform: scale(1.1, 1.1);
 -webkit-opacity: 0;
}
 to {
 -webkit-transform: scale(1, 1);
 -webkit-opacity: 1;
}
}
@-moz-keyframes navi-show {
 from {
 -moz-transform: scale(1.1, 1.1);
 -moz-opacity: 0;
}
to {
 -moz-transform: scale(1, 1);
 -moz-opacity: 1;
}
}
 @keyframes navi-show {
 from {
 transform: scale(1.1, 1.1);
 opacity: 0;
}
 to {
 transform: scale(1, 1);
 opacity: 1;
}
}


/*==========================================
スマホ用フッター固定ボタン
===========================================*/
.sp-bottom-menu {
  display: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-bottom-menu {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #a4cd49;
  z-index: 999;
}
.sp-bottom-menu li {
  float: left;
 /* width: 33%;*/
 width: 50%;
  text-align: center;
}
.sp-bottom-menu li i {
  color: #fff;
}
.sp-bottom-menu li a {
  display: block;
  color: #fff;
  font-size: 9px;
  text-decoration: none;
}
.sp-bottom-menu li span {
  display: block;
  line-height:1.4;
}

/*電話*/
.sp-bottom-menu li:nth-child(1) {
  height: 40px;
  margin: 8px 0 0 0;
}
.sp-bottom-menu li:nth-child(1) i {
  font-size: 20px;
}
.sp-bottom-menu li:nth-child(1) span {
  margin: 8px 0 0 0;
}
/*メール*/
.sp-bottom-menu li:nth-child(2) {
  height: 40px;
  margin: 5px 0 0 0;
}
.sp-bottom-menu li:nth-child(2) i {
  font-size: 20px;
}
.sp-bottom-menu li:nth-child(2) span {
  margin: 11px 0 0 0;
}
/*ページトップ*/
.sp-bottom-menu li:nth-child(3) {
  height: 40px;
  margin: 8px 0 0 0;
}
.sp-bottom-menu li:nth-child(3) i {
  font-size: 20px;
}
.sp-bottom-menu li:nth-child(3) span {
  margin: 8px 0 0 0;
}
}


/*==========================================
 side
===========================================*/
.side .bnr_list li{
  margin-bottom:20px;
}
.side_nav{
  margin: 0 0 20px;
  padding: 5px;
}
.side_nav li a{
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  background:#ffa9cb;
  padding: 10px 0px 10px 8px;
}

/*第2階層*/
.side_nav li ul li a {
    display: block;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border-bottom:1px solid #ddd;
  background: none;
  padding: 1em;
}
.side_nav li ul li a:hover{
  background:#eee;
}



/*==========================================
 【追加】
===========================================*/

/*===院長あいさつ（経歴）===*/
.careerlist dl{
	width: 100%;
    line-height: 1.5;
    overflow: hidden;
    }
.careerlist dt {
      float: left;
      width: 110px;
      padding: 0px 0px 3px 0px;
    }
.careerlist dd {
      margin-left: 110px;
      padding: 0px 0px 3px 0px;
      background-color: #FFF;
    }


.symptoms-h3,.message-h3 {font-size: 20px; border-bottom: 3px solid transparent; padding:0;margin: 0; font-weight:500;}
.symptoms-h3::after, .message-h3::after{background-color: transparent;}

/*===院横並びリスト===*/
ul.fleList{list-style: none; display:flex;flex-wrap: wrap; margin-bottom:29px;}
ul.fleList li{margin: 0px 10px 3px 0px; line-height: 1.6;}


/*===topics===*/
.topicsLay dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topicsLay dt {
padding-bottom: 5px;
}


.ContentsMail_Btn a {
  display: block;
  width: 180px;
  height: 36px;
  color:#fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  background: #a4cd49;
  border-radius: 50px;
  border: 1px solid #a4cd49;
  line-height: 30px;
}
.ContentsMail_Btn a:hover {
  color:#a4cd49;
  background: #fff;
  border-bottom: 1px solid #a4cd49;
}


@media screen and (min-width: 768px) {
.topicsLay dt {
clear: left;
float: left;
width: 10%;
}
.topicsLay dd {
margin-left: 11%;
}
}

/*===リスト注釈===*/

.list03 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list03 li {
  text-indent: -1em;
  padding-left: 1em;
}
.list03 li:before {
  content: ""; /* 空の要素作成 */
  width: 8px; /* 幅指定 */
  height: 8px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #666; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.list04 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list04 li {
  text-indent: -.5em;
  padding-left: 1em;
  margin-bottom: .5rem;
}
.list04 li:before {
  content: "※"; /* 空の要素作成 */
  width: 5px; /* 幅指定 */
  height: 5px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative;
  padding-right:2px;
}


.Lpdf:after {
   font-family: "FontAwesome";
  content: "\f1c1"; /* 空の要素作成 */
  margin-left:.5rem;
  color:#C1272D;
}


.TopG-2,.TopG-2640{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.TopG-2>div{width:48%;}
.TopG-2640>div{width:45%;}

.TopG-2>div:first-child{padding-right:1%;}
.TopG-2>div:last-child{padding-left:1%;}
.TopG-2640>div:last-child{padding-left:1%; width: 50%;}


@media only screen and (max-width: 959px) {
.TopG-2>div{width:100%;}
.TopG-2>div:first-child{padding-right:0%;}
.TopG-2>div:last-child{padding-left:0%;}
}
@media screen and (max-width: 768px) {
.TopG-2640>div{width:50%;}
.TopG-2640>div:first-child{padding-right:0%;}
.TopG-2640>div:last-child{padding-left:0%; width:50%;}
}


.lins_n{list-style:decimal;}
.lins_n li {
  padding-left: .25rem;
  margin-left: 1.5rem;
}

.att5 {
	background: #efefef;
	padding:10px 15px;
	display:block;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 0 #fff inset;
	margin-top: 6px;
}

.kome02 dt{float: left; width: 40px; padding: 0px 0px 3px 0px;}
.kome02 dd{margin-left: 40px; padding: 0px 0px 3px 0px;}

/*symptom*/
.list-check li{
  background: url(../img/common/icn_check.png) no-repeat left 8px;
  background-size: 20px auto;
  padding-left: 25px;
  margin-bottom: 20px;
}
.list-check strong{
  font-size: 120%;
}
.list-arrow li{
  background: url("../img/common/icn_arrow.png") no-repeat left 8px;
  background-size: 12px auto;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.list-arrow li a{
  border-bottom: 1px solid rgba(255,169,203,0.8);
}
/*担当医*/
.role{
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}
.role thead th{
  background-color: #fafafa;
  border: 1px solid #999;
  padding: 5px;
  text-align: center;
}
.role tbody th{
  background-color: #fafafa;
  border: 1px solid #999;
  padding: 5px;
  text-align: center;
}
.role tbody td{
  border: 1px solid #999;
  padding: 5px;
  text-align: center;
}
.role tbody span{
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .role{
    font-size: 13px;
  }
  .role thead th{
    padding: 5px 0;
  }
  .role tbody td{
    padding: 5px 0;
  }
  .role tbody span{
    display: block;
  }
}


/*melmo*/
.balloon-area{
  display:flex;
  justify-content:center;
  align-items: center;
}
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}