@charset "utf-8";
/* CSS Document */

@import url("common.css");
@import url("common-detail.css");
@import url("commonIcon.css");

@import url("detail.css");
@import url("btn.css");
@import url("acordion.css");

@import url("top.css");

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');




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

/* ベースレイアウト設定 */

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



html{font-size:100%;}


body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	height:100%;
	line-height:1.7;
	background:#fff;
	-webkit-text-size-adjust: none;
	font-weight:400;
	
	
}
.mac body {font-weight:100;}


.strong,strong{ font-weight:700; color:#000;}
.mac .strong,strong{ font-weight:500;}


.mincho{ font-family: 'Noto Serif JP', serif;}
.font-rounded {font-family: 'M PLUS Rounded 1c', sans-serif;}





/* ヘッダー幅 */

#summary{position:absolute;/*! left: 50%; *//*! transform: translate(-50%, 0); */min-width:1000px;width: 100%;z-index: 1;top:0;}


/* ページ幅 */
.wrap
{margin:auto; width:1000px; }





/* PC ページ幅*/
@media print, screen and (min-width: 737px) {

.pcwrap{margin:auto; width:1000px;}
.pc_wide{margin:auto; width:80%!important;min-width: 1000px;max-width:1200px;}
	
.pcwrap_s{width:900px;}
	
	
}

/* SP ページ幅*/
@media screen and (max-width: 736px) {
.sp_wide{margin:auto; width:96%!important;}

}




@media print, screen and (min-width: 737px) {
#mid #contentArea{padding-top: 1rem; padding-bottom:6rem;}
	
	

	
	
}










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

/* 基本要素 */

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



/*hover PC*/
@media print, screen and (min-width: 737px) {
.links a:hover,
a.plane:hover,
a:hover{  color:#a04656;}
a img:hover{ opacity:0.85;}
a.spLink{ pointer-events: none;}
	
}

a{color:#a04656;}



a.more-link,
.link a,
.links a{ text-decoration:none; color:#333;}
.top .newsinfo p.headline a{color:#333;}


a.plane{ text-decoration:none; color:#333;}
a.underline,.underline{ text-decoration:underline; color:#333;}
.a_nondeco{text-decoration:none;}



/* 基礎パーツカラー */
/*  ------------------------------------------------------------ */

/* ●＆■ */

.wpcontents ul li:before,
ul li:before,.headListTable th:before{ color:#cbcccc;}

.wpcontents ul.colorPink li:before,
ul.colorPink li:before,.headListTable.colorPink th:before{ color:#cfa2aa;}








.wpcontents h4:before,
.sq:before , .profHead:before{color:#a04656;}


/* 太字テキスト */

.tx-b,.tx-bb,
dl.headingText dt
{color:#a04656;}



/*アイコン使用テキストサイズ*/
.iconTxt{ font-weight:500; margin-bottom:0.3rem; font-size:1.15rem;color: #5e5959;}
.mac .iconTxt{ font-weight:400;}



.color{ color:#a04656;}
.colorBege{color:#cbb8a1;}


.colorRed{ color:#ba3649;}
.colorGreen{color:#82a816;}
.colorGray{color:#5e5959;}
.colorBold{ color:#0e8a8a; font-weight:700;}
.mac .colorBold{font-weight:500;}


hr,
.dotline{ border-color:#CCCCCC; margin-bottom:2rem; padding-bottom:2rem;}

.dotline.lineColor,
hr.color{border-color:#f0e0c0;}

hr.lineS,
.dotline.lineS{ margin-bottom:1rem; padding-bottom:1rem;}

.dotline_bottom{ border-bottom: 1px dotted #CCCCCC;}
.dotline_top{ border-top: 1px dotted #CCCCCC;}





/*基本要素要素マージン */
/*  ------------------------------------------------------------ */

p{ margin-bottom:1.2rem;}

ul.list li{  margin-bottom:0.1rem;}





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

/* 変更デザインパーツ */

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

h1{
	text-align: right;
	margin:5px auto 0;
	font-size:74%;
	z-index:100;
/*	padding-right: 3%;*/
	box-sizing: border-box;
	/*! width: 90%; */
	min-width: 1000px;
	/*! max-width: 1600px; */ 
	padding: 0 1rem;
	font-weight: 300;
}

.mac h1{font-weight: 200;}

/*SP*/
@media screen and (max-width: 736px) {
	.color_sp{color: #c46147;}

}





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

/*ヘッダー*/

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


/* ヘッダ 基礎*/
header{	width:100%;}
header .logo{display:flex; align-items: center;}
/*header .headerArea{margin:0 auto; position:relative; display:flex;}*/

header p{ margin-bottom:0rem;}
header ul, header  ol{ margin-bottom: 0rem; }
header li{  margin-bottom:0rem}



/* ヘッダーデザイン調整 */
/*  ------------------------------------------------------------ */
header{ box-sizing:border-box;background:#fff;/*! border-top: 4px solid #5ebfbf; */}

header .logo{/*height:131px;*/}

/*header .headTel{position: absolute; right:0px; bottom:22px; }*/
/*header .headBtn_yoyaku{position: absolute; right:0; bottom:15px; }*/
/*header .sub{  position:absolute; left:330px; bottom:37px;}*/


/*PCのみ*/
@media print, screen and (min-width: 737px) {
	
/*header .wrap{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	box-sizing: border-box;
	width: 96%;
	min-width: 1000px;
	max-width: 1600px; 
	padding: 0 1rem;
}*/
	
/*header .logo{padding-left: 2rem;}*/
/*#globalMenu{padding-right: 3%;}*/


header{position: relative;height:140px;display: flex;align-items: flex-end;}

header .headerArea{width: 100%;position:absolute;}
header .logo{height: 140px;max-width: 1600px;width: 95%;margin: auto;min-width: 1000px;}	
header .logo img{width: 70%;transition:0.5s;}

}

/*PCのみ*/
@media print, screen and (min-width: 1300px) {
header .logo img{width: 100%;}

}



/* ヘッダー固定する場合 */
/*  ------------------------------------------------------------ */



/*PCのみ*/
@media print, screen and (min-width: 737px) {
	

#head{ 
	z-index:999;
	width:100%;
	position:fixed;
	top: 0;
	left: 0;
	transition:.5s;
/*	border-bottom:#EDEDED solid 1px;*/
}
	
.is-animation{height: 70px;transition:0.5s;}	

.is-animation #summary{top:-22px!important;transition:0.5s;}	
.is-animation .logo{height: 70px;transition: .5s;}
.is-animation .logo img{width: 58%;transition: .5s;}
.is-animation .logo a{z-index: 1000}
.headbrank{ height:140px; background:#FFF;}
#mid #contentArea{margin-top: 140px;}	


	
}






/* ヘッダナビ */
/*  ------------------------------------------------------------ */

/* ヘッダ メニュー*/

nav #navMenu li { margin-bottom:0;}


/*PCのみ*/
@media print, screen and (min-width: 737px) {
	
/*nav #globalMenu.js-spmenu{display: block!important;}*/
nav ul#navMenu{display: flex;justify-content:flex-end;margin:auto;min-width:1000px;width:95%;max-width: 1600px;}

/* ナビ背景 */
nav{
	width:100%;
/*	height:61px;*/
	min-width: 1000px;
	position: relative;
/*	background:url(../images/navBg.png) repeat-x bottom ;*/
}


/* メニューボタンサイズ */


nav #navMenu {height:42px; /*overflow:hidden;*/}
	
/*nav #navMenu > li > a > div{
	border-right:rgba(124,108,101,0.7) dotted 1px;
	box-sizing: border-box;
	width:100%;
	height:53px;
	padding-top: 8px;
	
}*/

nav #navMenu > li {margin-right: 1.3rem;transition: 0.5s;}
nav #navMenu > li:last-of-type {margin-right: 0rem;}
nav #navMenu > li > a{
	width:100%;
/*	height:61px;*/
	color:#333333;
	font-size:1rem;
	letter-spacing: 0.01em;
	font-feature-settings: "palt";
/*	font-weight: 500;*/
	text-decoration: none;
	line-height: 1.3;
	text-align: center;
/*	padding-top: 0.4rem;*/
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	font-family: 'Noto Serif JP', serif;
}
/*.mac nav #navMenu > li > a{font-weight: 400;}*/


#globalMenu #navMenu > li.menu2 > a,
#globalMenu #navMenu > li.menu3 > a,	
#globalMenu #navMenu > li.menu4 > a,
#globalMenu #navMenu > li.menu7 > a{
	padding-right:15px;
	background-image: url("../images/common/btnSU.svg");
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: top 8px right 1px;
}	

	

	
/*メニューボタンEN*/

/*nav #navMenu li a span.en{
	display:block;	
	color:#a6905a;
	font-size:0.58rem;
	font-weight: 400;	
	font-family:'Roboto', sans-serif;
	letter-spacing: 0.02rem;
	margin-top: 4px;
}
.mac nav #navMenu li a span.en{font-weight: 300;}*/




nav #navMenu > li.on > a::before,
nav #navMenu > li.pcOn > a::before{
	position:absolute;
	content:'';
	height:1px;
	width:100%;
	background:#a04656;
	z-index:1;
	top:40px;
	left: 0;
}
	
	
nav #navMenu li a:hover{ opacity:0.85;}

/*nav #navMenu > li > a:hover::before{
	position: absolute;
	content: '';
	height: 2px;
	background: #1b2e59;
	width:100%;
	bottom:0;
	z-index: 2;
}*/



/*メニューボタンデザイン */
/*nav #navMenu li.menu1{width:77px;}
nav #navMenu li.menu2{width:154px;}
nav #navMenu li.menu3{width:154px;}
nav #navMenu li.menu4{width:154px;}
nav #navMenu li.menu5{width:154px;}
nav #navMenu li.menu6{width:154px;}
nav #navMenu li.menu7{width:153px;}*/

	

/*メニューボタンデザイン調整 */	
/*nav #navMenu li.menu1 > a > div{border-left:rgba(124,108,101,0.7) dotted 1px;padding-top: 6px;}
nav #navMenu li.menu1 > a span.en{margin-top: 5px;}	

nav #navMenu li.menu1 .text_home{display: none;}
nav #navMenu li.menu1 .icon_home img{height: 23px;}
nav #navMenu li.menu1 .icon_home img:hover{opacity: 1;}*/
	

nav #navMenu li.menu1{display: none;}


	
nav #navMenu > li > a::after {
	position:absolute;
	content:'';
	height:1px;
	width:0;
	background:#baa286;
	z-index:1;
	top:40px;
	left: 50%;
    transition: .2s;
  }

nav #navMenu > li:hover> a::after {
    left: 0;
    width: 100%;
  }	
	

/* ================= */	
	
nav #navMenu li .second{
	/*! height: 0; */
	position: absolute;
	top:42px;
	background:#fff;
/*	-webkit-transition: .2s;
	transition: .2s;*/
	visibility: hidden;
	opacity: 0;
	z-index:10;
	padding:0;
	box-sizing: border-box;
	width: 18rem;
	box-shadow: 2px 9px 10px 0 rgba(153, 153, 153, 0.2);
}

nav #navMenu li.menu2 .second{
	width: 100%;
	padding: 2rem 0 2.3rem;
	top:42px;
    left:50%;
    transform: translate(-50%,0);
	background: #f5f5f5;
}



	

nav #navMenu li.menu2 .second .secondInner{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	box-sizing: border-box;
}
	

	
nav #navMenu li.menu2 .second .secondInner .innerBox{width: 300px;}	
nav #navMenu li.menu2 .second .secondInner .innerBox img{border-radius: 6px;margin-bottom: 1rem;}	



	
	


nav #navMenu li .second ul{display: block!important;}
nav #navMenu li.menu2 .secondTitle{
	font-size:1.25rem;
/*	font-weight: 500;*/
	color:#a04656;
/*	display: flex;
	align-items: center;*/
	line-height: 1.4;
	margin-bottom: 0.5rem;
	font-family: 'Noto Serif JP', serif;
	
}
/*.mac nav #navMenu li.menu2 .secondTitle{font-weight: 400;}*/
	
	
/*nav #navMenu li.menu2 .secondTitle:before{
	content:"";
	width:3px;
	background: linear-gradient(#b31e23 0%, #b31e23 50%, #1b2e59 50%, #1b2e59 100%);
	margin-right:0.8rem;
	margin-left:0.2rem;
	flex-shrink:0;
	align-self:stretch;
	min-height:1.7rem;
	display:block;
}*/

nav #navMenu li ul li a{
	display:block;
	height:inherit;
	padding:1.1rem 1rem 1.1rem 1.8rem;
	box-sizing:border-box;
	background-image:url("../images/common/btnArrow.svg");
	background-position:left 1rem center;
	background-repeat:no-repeat;
	background-size:auto 0.6rem;
	font-size:1rem;
	text-decoration:none;
	color:#4d4d4d;
	text-indent:0;
	text-align:left;
	font-family: 'Noto Serif JP', serif;

}
	
	
nav #navMenu li.menu2 ul li a{
	display: inline-block;
	padding:0.1rem 0 0.1rem 0.8rem;
	background-position:left center;
	font-size:1rem;	
	/*! font-weight: 500; */
	font-family: 'Noto Sans JP', sans-serif;
}
.mac nav #navMenu li.menu2 ul li a{/*! font-weight: 400; */}
	
nav #navMenu li.menu3 ul li:not(:first-of-type),
nav #navMenu li.menu4 ul li:not(:first-of-type),
nav #navMenu li.menu7 ul li:not(:first-of-type){border-top:1px dotted #ccc;/*padding-top: 0.5rem;margin-top: 0.5rem;*/}

	

nav #navMenu  li ul > li.on a{ color:#a04656;}
nav #navMenu li ul li:first-of-type a{border:none;}


.spMenu_head{display: none;}
#globalMenu{display: block!important;}
#content{display:block!important;}
.spNavTel{display: none!important;}	

	
	
	
	

nav #navMenu li:hover .second{
	animation: fadeInAnime 0.4s cubic-bezier(0.2, 0.8, 0.8, 1) forwards;
}
	

	
}



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

/*調整*/
@media print, screen and (min-width: 1300px) {
	
nav #navMenu > li {margin-right: 2rem;}
	
#globalMenu #navMenu > li.menu2 > a,
#globalMenu #navMenu > li.menu3 > a,	
#globalMenu #navMenu > li.menu4 > a,
#globalMenu #navMenu > li.menu7 > a{padding-right:20px;}
    

	
}	


/* SPナビゲーション調整 --------------------------------------------*/

/*SP*/
@media screen and (max-width: 736px) {
	#navMenu li.menu7 li:first-of-type > a::before{content:none;}

}

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



@keyframes fadeInAnime{
  0% {
	top:35px;
    opacity: 0;
  }
  100% {
	top:42px;
  }
  40%,100% {
    opacity: 1;
    visibility: visible;
  }
}	
	









/*
nav #navMenu li:hover .second{
  animation: slideIn 1s cubic-bezier(0.25, 0.1, 0.5, 1) forwards;
	
}
 
@keyframes slideIn {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
	
*/	




/* ミドル　タイトル画像 */
/*  ------------------------------------------------------------ */


/* ミドルビジュアル*/

/*#mid #titleArea{
	background: url("../images/midImg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-color:#f8f6f7;
	background-size: cover;
	width: 100%;
	height:200px; 
	margin-bottom:0;
}

	*/


/*SP*/
@media screen and (max-width: 736px) {
	
/*#mid #titleArea{
	height:140px;
	background-image: url(../images/midImg_sp.jpg);
	background-position: center;
	background-size: cover;
}
*/
	
}






/* メインタイトル H2*/
/*  ------------------------------------------------------------ */


h2.pageTitle {
	font-size: 2.1875rem;
	font-weight: 300;
	margin: 0 0 3rem;
	line-height: 1.4;
	/*! color:#5e5959; */
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.mac h2.pageTitle{font-weight: 200;}

h2.pageTitle::after {
	content: "";
	width: 100px;
	height: 2px;
	margin: 1rem auto;
	background: #a04656;
	display: block;
}





/* SP */
@media screen and (max-width: 736px) {

h2.pageTitle{font-size:1.5rem;margin: 0 0 1.5rem;}
h2.pageTitle::after {
	width: 50px;
	height: 2px;
	margin: 0.8rem auto;
}
	

}









.decoSmallTxt{
	font-family: 'Roboto', sans-serif;
	font-size:1.1rem;
/*	letter-spacing:0.04rem;*/
	margin-bottom:0rem;
}

@media screen and (max-width: 736px) {
.decoSmallTxt{ font-size:0.83rem;}
}




dl.headingText{ margin-bottom: 1.2rem;}
dl.headingText dt{ font-size:1.2rem; font-weight:400; margin-bottom:0.2rem;}
dl.headingText dd + dt{ margin-top:1.2rem; }


.tx-b{ font-size:1.2rem; margin-bottom: 0.6rem; font-weight: 400; line-height:1.5;}
.tx-bb{ font-size:1.35rem; margin-bottom: 0.8rem; font-weight: 500; line-height:1.5;}
.tx-bbb{ font-size:1.55rem; margin-bottom: 0.8rem; font-weight: 500; line-height:1.5;}

/* SP */
@media screen and (max-width: 736px) {
.tx-b{ font-size:1.1rem;}
.tx-bb{ font-size:1.25rem;}


dl.headingText dt{ font-size:1.15rem;}
}







/* ============================================================== */
/* 色付き番号箇条書きリスト */



ol.numList{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.numList ol{
  padding-left: 1rem;

}
ol.numList li{
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  margin-bottom:0rem;
  font-size:1.2rem;

}
ol.numList li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5rem;
  font-weight: 500;
  color: #EE772B;
  font-size:1.5rem;
}


/* 表テーブル*/
/*  ------------------------------------------------------------ */


table.listTable {  margin: 0 0 10px; text-align:left; border:solid 1px #dbd7d1;}
table.listTable td{ padding:1.7rem; background:#FFFFFF;
 border-left:solid 1px #dbd7d1;
  border-bottom:solid 1px #dbd7d1;
  }

table.listTable th{padding: 1.7rem;}


table.listTable tbody th{
	background:#fcfaf9;
	font-weight:400;
	white-space:nowrap; 
	border-bottom:solid 1px #dbd7d1;
}

table.listTable thead th{ background:#f6f3ef; text-align:center; border-left:solid 1px #dbd7d1;   border-bottom:solid 1px #dbd7d1; line-height:1.4; padding:1.3rem 0;}
table.listTable .line2 th{ background:#f8f2eb; text-align:center; border-left:solid 1px #dbd7d1;   border-bottom:solid 1px #dbd7d1; line-height:1.4; padding:0.8rem 0;}





/* SP */
@media screen and (max-width: 736px) {

table.listTable { font-size:0.9rem;}
	
table.listTable thead th{padding:1rem 0;}
	
table.listTable tbody th{ text-align:center;}
table.listTable td{ /*! text-align:left; */}
table.listTable tbody th.thLv2{ text-align:left;}

table.listTable td.price{  width:auto; text-align:center; white-space:nowrap; width:25%;}
table.listTable td.price span{ display:block; line-height:1;}
table.spVecticalList th.thLv2{ border-left:none;}
	

}








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

/*診療時間テーブル*/

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

/*基礎*/
table.timeTable{ width:100%; text-align:center; box-sizing:border-box; margin-bottom:0.5rem; }
table.timeTable th{ font-size:0.85rem;box-sizing:border-box; line-height:1; padding:0.8rem 0 1.2rem;}
.timeTable .day{/*! font-size:0.85rem; */}

table.timeTable td{box-sizing:border-box; }
table.timeTable td.schedule{font-size:0.9rem;}

table.timeTable td.timeHead{ white-space:nowrap; line-height:1.34; width:27%; padding: 0.6rem 0; font-size:0.8rem; /*! font-family: 'Roboto', sans-serif; */ /*! font-weight:400; *//*! color: #333333; */}
.timeTable .timeHead span{ font-size:125%; font-family: 'Roboto', sans-serif;}









/*変更要素*/

table.timeTable{
	/*! border: 2px solid #f29505; */
	border-collapse: separate;
/*	border-radius: 10px;*/
	overflow:hidden;
	border-left:#d5d6d7 solid 1px;
	border-right:#d5d6d7 solid 1px;
}



table.timeTable th{ border-left:#d5d6d7 solid 1px;/*! background:#8bd3d3; */ /*! color:#fff; */  /*! font-weight:400; */}
table.timeTable th:first-child{border-left:none;}
table.timeTable td{ /*! background:#FFF; *//*! border-bottom:#e6e6e6 solid 1px; */}

table.timeTable td:first-child{border-left:none;}



table.timeTable td{padding:0.5rem 0;}
table.timeTable tr.pm td{padding-bottom: 0.9rem;}



table.timeTable td.schedule{ color:#bc7d89; border-left:#d5d6d7 solid 1px;}
table.timeTable td.schedule.off{color:#4d4d4d!important; }


table.timeTable td.schedule{width:10%;}




/*PCのみ*/
@media screen and (min-width: 737px) {


}




/* SP */
@media screen and (max-width: 736px) {


table.timeTable .day{font-size:0.8rem;}

table.timeTable{ font-size:1rem;/* border: 1px solid #B0A5CF ;border-radius: 10px;*/}
table.timeTable th{ padding:0.4rem 0; }
table.timeTable tr.pm td{ /*border-bottom:none;*/}
table.timeTable td.timeHead{padding: 0.5rem 0.3rem; width:29%;}
table.timeTable .timeHead span{font-size:125%;}	
	
table.timeTable td.schedule{ font-size:90%;}
	
	
/*table.timeTable td.schedule img{ width:80%; max-width:2.2rem;}*/
/*table.timeTable .section1 td.schedule{ padding:0.4rem 0 0.2rem;}
table.timeTable .section2 td.schedule{ padding:0 0 0.4rem;}*/
/*table.timeTable td.schedule.iconStd span img{width: 1.55rem;padding-bottom: 0.2rem;padding-left:0.4rem;}*/


}






/* SP S */
@media screen and (max-width: 374px) {	
table.timeTable{ font-size:0.8rem;}

	
}




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

/* フッター*/

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

/* フッタ */
footer .wrap{ padding:0}
footer{ width:100%; }









/* クリニックインフォエリア */
/*  ------------------------------------------------------------ */


#clinicInfoArea {
	background-color: #f7f7f7;
	padding:2.5rem 0;
	position: relative;
}







/*SP*/
@media screen and (max-width: 736px) {
	
#clinicInfoArea{padding:1.5rem 0 2rem;background-color: #f8f6f4;}

	

}





/* footLogo */
/*  ------------------------------------------------------------ */

.footLogo{
/*	display: flex;
	align-items:flex-end;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 2.5rem;*/
	text-align: center;
	margin-bottom: 3rem;
}

/*.footLogo h3{
	font-size: 1.5rem;
	color:#0e8a8a;
	line-height: 1.5;
	margin-left: 3.8rem;
	margin-bottom: 0.4rem;
}*/


/*SP*/
@media screen and (max-width: 736px) {

.footLogo{
	display: block;
/*	border-bottom: 1px solid #e6e6e6;*/
/*	padding-bottom: 1.5rem;*/
	margin-bottom: 2rem;
	text-align: center;
}
	
/*.footLogo h3{display: none;}*/
.footLogo img{width:60%;max-width: 300px;}
	

}




/* 所在地 */
/*  ------------------------------------------------------------ */

/*SP*/
@media screen and (max-width: 736px) {

/*#clinicInfoArea .address{display: none;}*/


}





/* 交通アクセス */
/*  ------------------------------------------------------------ */






.iconParking{
	font-size:1.05rem;
	font-weight:500;
	margin-bottom:0;
	font-family: 'Noto Serif JP', serif;
}
.mac .iconParking{font-weight: 400;}

.iconParking.bicycle{margin-left:1.5rem;}
.iconParking.bicycle:before{
	background: url("../images/common/iconParking_bicycle.svg") no-repeat center;
	background-size: auto 1.8rem;
}

.accessTxt{font-size:1.125rem;font-weight:500;font-family: 'Noto Serif JP', serif;}
.mac .accessTxt{font-weight: 400;}
.list.accessList li::before{color: #b3b3b3;}










/*PCのみ*/
@media screen and (min-width: 737px) {


}





/*SP*/
@media screen and (max-width: 736px) {

.iconParking{font-size:1.1rem;}

.iconParking::before,
.iconParking.bicycle::before{margin-right:0.5rem;}	
	
}







/* 診療時間 */
/*  ------------------------------------------------------------ */

.txt_holiday{
	font-size: 0.85rem;
	margin-top: 1.8rem;
	margin-bottom: 0.7rem;
}

/*.txt_holiday span{
	color:#55adad;
	font-weight: 700;
}
.mac .txt_holiday span{font-weight: 500;}*/


/*.txt_remarks{
	font-size: 0.95rem;
	margin-bottom: 0;
}

#clinicInfoArea .footTel{
	text-align: center;
	border-top: 1px solid #e6e6e6;
	padding-top: 2rem;
	margin-top: 2.8rem;
}
*/


/*SP*/
@media screen and (max-width: 736px) {
	
	
.txt_holiday{
	font-size: 0.9rem;
	margin-top: 1rem;
}

}





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

/* 表示順入れ替え*/

/* SP */
@media screen and (max-width: 736px) {

/*#clinicInfoArea .flexwrap{ display:flex; flex-wrap:wrap;}
#clinicInfoArea .flexLeft,
#clinicInfoArea .flexRight{ flex-basis:100%;}

#clinicInfoArea .flexRight{order:1;}
#clinicInfoArea .flexLeft{order:2;}
*/
	
#clinicInfoArea .flexRight{margin-top: 2.5rem;}
	
	
}



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

/* 予約・問診等　リンク・バナー */

.reactionBtnArea{padding: 1.5rem 0 1.5rem;background: #f1f1f1;}	

.reactionBtn a{
	text-align:center;
	display:block;
	background-color:#fff;
	background-image:url("../images/common/btnR.svg"); 
	background-repeat:no-repeat;
	background-position: left 0.8rem center;
	background-size: auto 1.3rem;
	width: 100%;
	padding: 1.4rem 1rem 1.4rem 1rem;
	text-decoration:none;
	color:#333;
	font-weight:700;
	border-radius:9px;
	box-sizing: border-box;
	font-size: 1.6rem;
	text-indent:1rem;
	margin-bottom:0.6rem;

}
.mac .reactionBtn a{font-weight: 500;}


.reactionBtn:last-of-type a{ margin-bottom:0;}

	
.reactionBtn.reserve a{
	background-image: url("../images/common/icon_calendar.svg");
	background-position:  0.9rem center;
	background-size: 2.6rem;
}

.reactionBtn.reserve img {max-width: 260px;width: 63%;margin-left: 3%;}


.reactionBtn.tel a{
	background-image: url("../images/common/btnTEL_R.svg");
	background-position: 0.7rem center;
	background-size: 2.8rem;
}
.reactionBtn.tel img {max-width: 280px;width: 68%;margin-left: 3%;}








@media print, screen and (min-width: 737px) {

/*.reactionBtn{text-align: center;}
.reactionBtn img:hover{opacity: 1;}
.reactionBtn a:hover{opacity: 0.85;}


.reactionBtn.reserve a{
	display:inline-block;
	width: inherit;
	min-width: 25rem;
	padding: 1.7rem 1rem 1.7rem 1rem;
	background-position: 1.2rem center;
	background-size: 2.5rem;
}

.reactionBtn.reserve img {width: 66%;margin-left: 4%;}*/

	
}














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

/* フッター*/

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

#foot{ background:#646566; padding:1.5rem 0 0;flex-basis:100%;color:#FFFFFF;}
#foot h2{font-family: 'Noto Serif JP', serif;font-size:1.25rem; font-weight:700; text-align:center;line-height: 1.4;margin-bottom: 0.5rem;}
.mac #foot h2{font-weight:500;}
#foot h3{font-family: 'Noto Serif JP', serif;font-size:0.93rem;font-weight:500;text-align:center;line-height: 1.4;padding-bottom: 1.8rem;}
.mac #foot h3{font-weight:400;}


.copyright{
	font-size:78%;
	text-align:center;
	width:100%;
	margin:0;
	color:#1a1a1a;
	background:#fff;
	padding: 0.6rem 0;
}


/* SP */
@media screen and (max-width: 736px) {

#foot{padding:1.2rem 0 0;}
#foot h2{ font-size:1.2rem;margin-bottom: 0.3rem;}
#foot h3{font-size:0.85rem;padding-bottom: 1.5rem;}
.copyright{font-size:70%;padding: 0.5rem 0;}

}

/*PCのみ*/
@media print, screen and (min-width: 737px) {
.copyright{min-width: 1000px;}
#pagetop{padding-bottom: 10px;bottom: 10px!important;}
#pagetop img{ width:64px; height:64px;}
}


/* リンクページボタン*/

#foot .wrap{ position:relative;}
.toLinkpage{ text-align:right; margin: 1rem 0 0rem; font-size:0.8rem;  position:absolute; bottom:0.5rem; right:0;}
.toLinkpage a:before{ background-size:90%; vertical-align: -0.15rem; background-image:url(../images/common/btnR_wh.svg);}
.toLinkpage a{color:#FFFFFF;}
.toLinkpage a:hover{ opacity:0.8; color:#FFFFFF !important;}



/* フッター　固定表示ボタン */
/*  ------------------------------------------------------------ */


#yoyaku {
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    transition: .3s;

}

#yoyaku{
	display:flex;
	justify-content: space-around;
	margin:0;
}
#yoyaku li{
	width:100%;
	text-align:center;
	margin:0;
	background: #fff;
	height: 51px;
	background-repeat: no-repeat;
	border-right:1px solid rgba(0,0,0,0.1);
}

#yoyaku li:last-of-type{border:none;}

#yoyaku li.yoyakulink{
	background-image: url("../images/common/icon_yoyaku_gray.svg");
	background-position: 0.7rem center;
	background-size:1.6rem;
	
}

#yoyaku li.monshin{
	background-image: url("../images/common/icon_monshin_gray.svg");
	background-repeat:no-repeat;
	background-position:0.8rem center;
	background-size:auto 1.7rem;
}

#yoyaku li.map{
	background-image:url(../images/common/icon_map_gray.svg);
	background-position: 0.5rem center;
	background-size:1.7rem;
}

#yoyaku li.tel{
	background-image:url("../images/common/btnTEL_R.svg");
	background-position: 0.5rem center;
	background-size:1.9rem;

}

#yoyaku li a{
	font-size: 0.88rem;
	text-decoration:none;
	color: #646566;
	font-weight:500;
	padding:15px 0;
	display:block;
	text-indent: 1rem;
	font-family: 'Noto Serif JP', serif;
}

.mac #yoyaku li a{font-weight:400;}





.yoyakuSideFixed{position: fixed;right: 0;top: 30%;z-index: 9999;}
.yoyakuSideFixed li{background: #fff;/*border-radius: 10px 0 0 10px;*/ margin-bottom:0;} 
.yoyakuSideFixed li:last-of-type{margin-top: 0.5rem;}






/* WP PageNavi
/*  ------------------------------------------------------------ */
 
.wp-pagenavi{ margin-top:1rem !Important;}
.wpcontents .wp-pagenavi a{ margin-right:5px;}



.wp-pagenavi a ,
.wp-pagenavi .current{ 
	background: #FFF;
	margin-right: 0.4rem;
	width: 36px;
	line-height: 36px;
	font-size:0.9rem;
	border:#bc7d89 1px solid;
	display: inline-block;
	text-align: center;
	color: #bc7d89;
	border-radius:3px;
	font-family: 'Roboto', sans-serif;
	text-decoration:none;

}
.wp-pagenavi a:hover{border:#bc7d89 1px solid;}


.wp-pagenavi .current{ background:#bc7d89; color:#FFF; border:none;}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{}


/* SP */
@media screen and (max-width: 736px) {
.wp-pagenavi{text-align:center; margin-bottom:1rem;}

.wp-pagenavi a ,
.wp-pagenavi .current{margin-bottom: 5px; width:14%;}


}






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


.webMonshin{display: none!important;}/**/



















