@charset "utf-8";
/* CSS Document */


/* 目次 
 * 1. リセット
 * 2. 共通（レイアウト・見出し・その他・table・header・footer・ハンバーガー・btn・戻るボタン・footer）
 * 3. TOP
 * 4. 下層共通事項（レイアウト・見出し・header・nav・パンくず））
 * 5. 当院について /about/
 * 6. 診療案内 /guide/
 * 7. ペットホテル /hotel/
 * 8. アクセス /access/
 * 9. ご予約 /booking/ 
 * 10. サイトマップ
 * 11. 院内紹介/introduction/
 * 12. WP
 * 13. staff
*/


/**************************************************
/* 1. リセット
***************************************************/
* {margin: 0; padding: 0; line-height:1.0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {font: normal 1.4rem/1.6 "Rounded Mplus 1c","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;color: #6c7a69;/*background:#fff;*/}
html,body{ margin:0; padding:0;}
table {border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none;}
a {text-decoration: none; color: #6c7a69;}
/*a:hover, a:active, a:focus {color: #33383f;}*/
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 12px;font-size: 1.2rem;}
button,select {text-transform: none;}
.cf:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
/*IE用*/
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
button {overflow: visible;}
textarea {overflow: auto;}
/*Androidで©の色がおかしくなる現象を回避*/
.meiryo {
    font-family: Meiryo;
}
/*firefox用リンクをクリックした後に表示される「枠線」を消す*/
a,a:focus{
	outline: none;
}
/* body */
body{
  width:100%;
}
img[src$=".svg"] {
    width: 100%;
}
/**************************************************
/* 2. 共通
***************************************************/

main{
    width:100%;
    height:auto;
}

.content{
	width:100%;
	padding: 40px 0px;
}

/*inner共通*/
.inner{
  max-width: 1000px;
  width: 100%;
	margin:0 auto;
}


h1,h2,h3,h4,h5,h6{
  font-weight:normal;
	color:#84652a;
	letter-spacing: 0.2rem;
}
h2,h3,h4,h5,h6,span,
dt,dd,li,th,td{
	line-height: 1.3;
}
dt,dd,li,th,td,p,div{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.2rem;
}

h1 {
	font-size:13px;
	font-size: 1.3rem;
	line-height:1.0;
}
h2{
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	margin: 70px  auto;
}
h3{
	font-size: 23px;
	font-size: 2.3rem;
}
h4{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	background: #45B035;
	padding: 7px;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	margin: 20px 0;
}

h5{
	font-size: 15px;
	font-size: 1.5rem;
	color: #6c7a69;
	margin-bottom: 15px;
	font-weight: 500;
}
h5::before{
	content: "[";
	margin-right: 3px;
}
h5::after{
	content: "]";
	margin-left: 3px;
}

p {
	color: #6c7a69;
	line-height:1.5;
	font-size: 14px;
	font-size: 1.4rem;

	word-break: break-word;
}
p.img {
	line-height:1.0;
}


a{  transition: all .3s;}
a:hover,a:focus{opacity: .7;}

.display_sp {display: none;}
.display_pc { display: block;}

a[href^="tel:"] { cursor: default; }

iframe {
    width: 100%;
}

/*--------------------------------------------------
その他 
----------------------------------------------------*/
/*画像の設定*/
.w100{
  max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;
}

/* パソコンでpcのclassがついた画像が表示 */
.pc { display: block; }
.sp { display: none; }
/*br class="pc"で対応*/
/*基本PCのみ改行*/
/*hover時の動作*/

.opa {
  transition: all .3s;
}
.opa:hover {
  opacity: .8;
}
.tel-bold{
	font-weight: 600;	
	font-size: 30px;
	font-size: 3.0rem;
    white-space: nowrap;
}
p.notes{
	color: #a31223;
}

.bold40{
		font-weight: 400;
}
.bold50{
		font-weight: 500;
}
.bold60{
		font-weight: 600;
}
.bold70{
		font-weight: 700;
}

.moji-14{
	font-size: 1.4rem;
	font-size: 14px;
}
.moji-15{
	font-size: 1.5rem;
	font-size: 15px;
}
.moji-16{
	font-size: 1.6rem;
	font-size: 16px;
}
.moji-17{
	font-size: 1.7rem;
	font-size: 17px;
}
.moji-18{
	font-size: 1.8rem;
	font-size: 18px;
}
.moji-19{
	font-size: 1.9rem;
	font-size: 19px;
}
.moji-20{
	font-size: 2.0rem;
	font-size: 20px;
}
.moji-21{
	font-size: 2.1rem;
	font-size: 21px;
}
.moji-22{
	font-size: 2.2rem;
	font-size: 22px;
}
.moji-23{
	font-size: 2.3rem;
	font-size: 23px;
}
.moji-24{
	font-size: 2.4rem;
	font-size: 24px;
}
.moji-big{
	font-size: 3.0rem;
	font-size: 30px;
}


/*--------------------------------------------------
header
----------------------------------------------------*/

header{
  width:100%;
	margin-top:60px; 
}
header .inner{
   max-width: 1000px;
   width: 100%;
   margin:0 auto;
}
.fd-G{ 
  margin:0 0 1em;
	display:-webkit-box;
	display:-webkit-flex;	
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;	
}

h1{
	margin-bottom:8px;
	margin-left: 17px;
	font-size: 12px;
	font-size: 1.2rem;
}

header .logo img{
	width: 300px;
	height: auto;
}
/*

/*--------------------------------------------------
nav
----------------------------------------------------*/
header {
	overflow: hidden;
	width:100%;
	height: 103px;
	margin: 0 auto;
	position: relative;
}
header .top-nav ul li{
	display: inline;
	display: inline-block;
}
header .top-nav ul {
	text-align: center;
	margin-top:10px;
	margin-bottom: 10px;
}
header .top-nav li{
	margin:0 15px;	
}
header .top-nav li a{
	opacity: 1;	
}
header .top-nav li.current a{
	color: #45b035;
}
header .fixbar {
  position: absolute;
  width: 100%;
  padding: 4px 0 10px;
  top: 0;
}
header.fixed .fixbar {
  position: fixed;
  top: 0;
  z-index:10000;
  background:#fff;
  box-shadow: 0px 1px 8px #cfcfcf;
}
header.fixed .fixbar,
header .fixbar {
	height: 115px;
}


header .hvr {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
	padding-bottom: 10px;
}
header .hvr:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background:#45B035;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
header .hvr:hover:before, 
header .hvr:focus:before, 
header .hvr:active:before {
  left: 0;
  right: 0;
}

/*FATNAV*/
.hamburger{
	display: none!important;
}

/*--------------------------------------------------
footer
----------------------------------------------------*/
div#pageTop{
    display: block!important;
    width: 83px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
	margin-left: auto;
}

#footer .banner{
display: flex;
justify-content: flex-end;
}

#footer p.bana-item{
	margin: 0 10px 10px;
}
div.Ft-tel-G{
  background: url(../images/common/footer-bg.jpg) no-repeat;
	background-size: cover;	
	margin: 0 auto;
	text-align: center;
  padding: 20px;
  border-radius: 20px;
}
p.Ft-logo01{
	padding-bottom: 10px;
}
p.Ft-logo02{
	padding-bottom: 20px;	
}

div.Ft-logo{
	margin: 50px;
}

div.FtContact{
	margin: 0 auto;
	max-width: 90%;
	height: auto;	
}

div.FT-guidance{
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
}

div.FT-yoyaku{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #f4f9f6;
  border: 2px solid #6c7a69;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.FT-yoyaku dl.FT-yoyaku-dl{
  display: flex;
	flex-wrap: wrap;
  width: 50%;
}

dl.FT-yoyaku-dl dt{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
	background: #6c7a69;
	color: #fff;
	border-radius: 8px;
	padding: 8px;
	width: 35%;
}

dl.FT-yoyaku-dl dd{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #6c7a69;
	padding: 10px;
	width: 65%;
}

dd.FT-tel-bold{
  font-size: 1.8em;
  font-weight: 600;
}

p.booking-btn {
    background: url(../images/common/booking_btn.png) no-repeat;
    width: 180px;
    height: 40px;
    margin: 0 auto 16px;
}

p.booking-btn a{
	display: block;
}

p.booking-btn img{
	border: none;	
}
p.booking-btn a:hover{
	background: none;
}

p.booking-btn a:hover img{
	visibility: hidden;
	pacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */	
}

p.booking-btn a img{
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

div.FT-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.FT-reception{
  width: 48%;
  text-align: left;
}
div.FT-reception-hours img{
  width: 100%;
  height: auto;
  margin: 5px 0;
}

nav.Ft-nav{
	margin: 15px 0;
	
}

ul.Ft-menu{
	text-align: center;
	margin-bottom: 7px;
}


ul.Ft-menu li{
	display: inline;
	display: inline-block;
	margin: 0 10px;

}

.copyright{
    margin-right: 0em;
	    text-align: center;
    margin-bottom: 1.5em;
}
.copyright small{
    color:#33383f;
	font-size: 10px;
    font-size: 1.0rem;
}

/**************************************************
/* 3. TOP /
***************************************************/
/*--------------------------------------------------
TOP共通
----------------------------------------------------*/
div#top{
	margin: 0 auto;
}
section{
	margin-bottom: 20px;
	
}
.info,.service,.column{
		padding: 20px;
}

p.viewlist{
	text-align: right;
}


/*-------------- メインビジュアル ------------------*/

div.top-mainvisual{
margin: 120px 0 70px;
	text-align: center;
}

/*---s1 info--------------------------------*/

.info{
	max-width: 800px;
	background: #fffef7;
	margin: 0 auto;
}

.info h2{
	margin: 25px auto 15px;
}

.info dl{
  margin: 0 auto;
  padding: 0 9%;
	display: block;
}

.info dt,
.info dd{
	display: inline-block;
	padding-bottom: 5px;
		white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info dt{
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}
.info dd{
	font-size: 14px;
	font-size: 1.4rem;
}
.info p.viewlist a{
color: #84652A;
}

.info p.viewlist::before{
	content:url(../images/common/arrow.png);
  margin-right: 8px;	
}
#top .yoyaku {
    margin-top: 16px;
}
/*---s2 guidance------------------------------------*/


.guidance-flex{
	display:-webkit-box;
	display:-webkit-flex;	
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;	
	justify-content: flex-start;
}

.item{
	width: 50%;
}

.guidance dl.guidance-dl{
  display: flex;
	flex-wrap: wrap;
	width: 100%;
}

dl.guidance-dl dt{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
	background: #6c7a69;
	color: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
  margin-right: 1.3%;
	width: 24%;
}

dl.guidance-dl dd{
  box-sizing: border-box;
  text-align: left;
	background: #fff;
  color: #6c7a69;
	padding: 10px;
  margin-bottom: 20px;
	width: 72%;
}

.guidance dd .tel-bold{
	font-size: 18px;
	font-size: 1.8rem;
  padding-left: 5px;	
}

.guidance dd p.cate{
	padding: 7px;
	background: #6c7a69;
	color: #fff;
	border-radius: 6px;
	margin-top: 8px;
	margin-right: 7px;
}
.guidance dd p.cate-txt{
	margin-right: 5px;
    margin-top: 5px;
}

.guidance dd p.cate2{
	padding: 7px;
	background: #6c7a69;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 8px;
	margin-right: 7px;
}
.guidance dd p.cate2-txt{
	margin-right: 5px;
    margin-bottom: 5px;
}

.guidance dd p.mt{
	margin-top: 10px;
}

.guidance-dl img {
  width: 100%;
  height: auto;
}


.accsess-items {
    display: flex;
}
#map_custmomize{
	width: 100%;
	max-width: 1000px;
	height: 300px;
}

.map {
    width: 100%;
    height: auto;
}

/*---s3 sevice---------------------------------------------*/

section.service{
	background: url(../images/top/service-bg.jpg)  no-repeat;
	background-size: cover;
}

div.service_pc{
	display:-webkit-box;
	display:-webkit-flex;	
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;	
	justify-content: space-between;
}


div.service-btn{
		max-width: 33.333%;
    height: auto;
    text-align: center;
    margin: 10px;
    /* margin: 10px 10px 0; */
    width: 100%;
}

div.service-title{
	height: 53%;
	background: #f4f9f6;
	padding: 10px;	
}

div.service-btn h3,.service-btn p{
	margin: 20px 0;
}

div.service-txt{
	height: 47%;
	background: #fff;
	padding: 8px;	
	
}
/* Border Fade */
.hvr02 {
	padding: 4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #fff, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr02:hover, 
.hvr02:focus, 
.hvr02:active {
	padding: 4px;
  box-shadow: inset 0 0 0 4px #84652a, 0 0 1px transparent;
  /* Hack to improve aliasing on mobile/tablet devices */	
}

/*---s4 column---------------------------------------------*/

.column{
	background: #f4f9f6;
}

ul.article-box{
	max-width: 960px;
	width: 100%;
	height: auto;
	margin-left: 0;
}
ul.article-box li{
	float: left;
	width: 48.9%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 6px;
}
ul.article-box li:nth-child(odd){
	margin-right: 2.2%;
}

div.thumb,div.headline{
	float: left;
  width: 30%;
}
div.thumb img{
/*	max-width:200px;*/
	border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
	zoom:1;
}
div.sp-image{
	display: none;	
}
div.headline{
	width: 70%;
	padding: 20px;
}

div.headline p.day{
	padding-bottom: 5px;
}
ul.article-box p.article{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
  padding-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


p.viewlist::before{
	content:url(../images/common/arrow02.png);
  margin-right: 8px;	
}

/*---bnner--------------------------------------------*/
#top .bnner{
	display: flex;
	margin: 0 auto;
}
#top .bnner li{
	width: 100%;
	flex-grow: 1;
	
}

#top .bnner li img{
	width: 100%;
	height: auto;
		padding: 0 10px 10px 0;
}


/**************************************************
/* 4. 下層共通事項（レイアウト・見出し・header・nav・パンくず）
***************************************************/
/*--------------------------------------------------
下層レイアウト ※変更不可
----------------------------------------------------*/

#content{
	width:100%;
	max-width:1000px;
	background:#F4F9F6;
	border-radius: 12px;
	margin: 0 auto;
}
#underlayer{
  max-width: 1000px;
  width: 100%;
	margin:0 auto;
	padding: 20px;
/*	position: relative;*/
}
.under-mainvisual img{
	max-width: 960px;
	width: 100%;
  height: auto;
	padding-bottom: 30px;
}

.bg-white{
	background: #fff;
	border-radius: 12px;
	padding: 20px;
}
.under-box{
	border-bottom: 1px solid #6C7A69;
	margin: 0;
	padding: 20px 0;
}

.border-box{
	border: 1px solid #6C7A69;
	border-radius: 12px;
  margin: 20px auto;
  padding: 20px	;
}


div.box-titl ,div.box-txt{
	display: table-cell;
	vertical-align: middle;
}

div.box-titl{
		background:#6C7A69;
		color: #fff;
		padding: 20px;
    line-height: 2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;

}
div.box-txt{
	padding: 20px;
	
}

.pages dt{
	display: block;
}
.pages dd{
	display: inline-block;
	margin-top: 7px;
	width: 100%;
	max-width: 80%;	
}
.pages dt{
	float: left;
	background: #6c7a69;
	color: #fff;
	border-radius: 8px;
	padding: 20px;
	margin:0 20px 20px 0;
	width: 100%;
	max-width: 13%;
	height: auto;
	text-align: center;
}
.pages .staff-box{
	position: relative;
}
.pages .staff-img{
 position: absolute;
	width: 240px;
	top: -70PX;
  right: 0;
}

#hotel .hotel-table,#table1,#table2,.mtssb-users table{
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
#table1,#table2{
	width: 100%;
	max-width: 900px;
}

#hotel .hotel-table td,#table1 td,#table2 td,
#hotel .hotel-table th,#table1 th,#table2 th,
.mtssb-users td,
.mtssb-users th{
	padding: 8px 10px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 2;
}
#hotel .hotel-table th,
#table1 th,
#table2 th{
	font-weight: bold;
}
#hotel .hotel-table thead th,
#table1 thead th,
#table2 thead th{
	background:#e6e6e6;
}

#guide #table1 thead th:nth-of-type(1),
#guide #table2 thead th:nth-of-type(1)
{width: 12%;}
#guide #table1 thead th:nth-of-type(2),
#guide #table2 thead th:nth-of-type(2)
{width: 17%;}
#guide #table1 thead th:nth-of-type(3),
#guide #table2 thead th:nth-of-type(3)
{width: 20%;}
#guide #table1 thead th:nth-of-type(4),
#guide #table2 thead th:nth-of-type(4)
{width: 53%;}

#guide #table1 td:nth-of-type(3),
#guide #table2 td:nth-of-type(3)
{text-align: left;}

#hotel .hotel-table{
	margin-left: 4%;
	
} 
#hotel .hotel-table thead th {
    line-height: 3;
    padding: 0 25px;
}
#hotel .hotel-table td, #hotel .hotel-table th {
    line-height: 1.6;
}


/*--------------------------------------------------
下層見出し h1-h6 ※変更不可
----------------------------------------------------*/
.all-title{
position: relative;
}

.pages h2{
	margin:0 auto;
  margin-bottom: 110px;
/*  padding: 20px 0 70px;*/
}

.pages h2::after{
    content: url(../images/underlayer/h2-icon.png);
    position: absolute;
		top: 170%;
    right: 0;
	  left: 0;
	 margin: 0 auto;
}



.pages h3{
	border-bottom: 1px solid #84652A;
	padding-bottom: 3px;
	margin-bottom: 20px;
  display: inline-block;	
}

.pages h3::before{
	content: url(../images/underlayer/h3-icon01.png);	
	margin-right: 5px;
}
.pages h3::after{
	content: url(../images/underlayer/h3-icon02.png);
	margin-left: 5px;
}

.pages p,.big{
	margin-bottom: 16px;
}

.pages .cau{
	margin-bottom: 0;
	margin-top: 10px;
}
.pages dd.prof-txt p{
	margin-bottom: 10px;
}

.green{
	color: #45b035;
	text-align: center;
}
.read{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	
}
.big{
	font-size: 21px;
	font-size: 2.1rem;
}
.moderate{
	font-size: 16px;
	font-size: 1.6rem;
}
.min{
	font-size: 13px;
	font-size: 1.3rem;
}

/*--------------------------------------------------
ぱんくず
----------------------------------------------------*/
nav#breadcrumbs {
    text-align: right;
    padding: 0px;
		margin: 0 auto;
}
nav#breadcrumbs li {
    display: inline;
    font-size: 12px;
		font-size: 1.2rem;
    color:#6C7A69;
    font-weight:normal;
}
nav#breadcrumbs li:first-child {
    margin-right:0.5em;
}
nav#breadcrumbs li a {
	line-height: 3;
	font-size: 12px;
    font-size: 1.2rem;
}
nav#breadcrumbs li a,nav#breadcrumbs li a:hover,nav#breadcrumbs li a:visited{
  color: #6C7A69;
	margin: 0px;
	border-bottom:1px solid #6C7A69;
}
nav#breadcrumbs li a:hover{
	margin: 0px;
	color: #6C7A69;
	border:0px;
}
nav#breadcrumbs li:nth-of-type(2):before, nav#breadcrumbs li:nth-of-type(3):before{
		content: "/";
    margin-right: 0.5em;
    font-size: 13px;
		color: #6C7A69;
}

/*--------------------------------------------------
.tabNav
----------------------------------------------------*/
.local-nav{
    max-width: 850px;
    width: 100%;
    margin:0px auto;
		padding-bottom: 20px;
}

.tabNav li{
    float: left;
    width: calc((100% - 2% * 4) /4);
    margin-right: 2%;
		margin-bottom:2%;
}

.tabNav li a{
    background: #6C7A69;
    color: #fff;
		border-radius: 6px;
    display: block;
    height: auto;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4% 0px 2%;
    width: 100%;
	 	opacity: 1;
	border: 3px solid #6C7A69;
}
.tabNav li a:hover{
    background:#fff;
		color:#6C7A69;
	 
}
.tabNav li a:after{
    content:"▼";
		color:#fff;
		display:block;
		font-size: 14px;
    font-size: 1.4rem;
	    line-height: 1;
    padding-top: 5px;

}
.tabNav li a:hover:after{
    content:"▼";
	color:#6C7A69;
}

/*タブ js*/
.tabNav li {
	position:relative;
	z-index:1;

}
.tabNav li:after {
	content:'';
}
.tabNav li a.active {
	background:#fff;
	color:#6C7A69;
}
.tabNav li a.active:after{
   content:"▼";
		color:#6C7A69;
}

/**************************************************
/* 5. 当院について /about/
***************************************************/

#about .read {
    text-align: left;
	  font-size: 15px;
	  font-size: 1.5rem;
	  max-width: 1000px; 
}
#about.pages .staff-img{
	top: -25PX;
  right: 0;
}
.pages .about-box dt{
	max-width: 16%;
}
.pages .about-box dd{
	max-width: 80%;
}
ul.characteristic-txt {
	margin: 20px 0;
}
ul.characteristic-txt li{
	text-align: center;
	margin-bottom: 13px;
	margin-bottom: 40px;
}
ul.characteristic-txt li:nth-child(odd){
	margin-bottom: 20px;	
}

.style-txt{
	text-align: center;
	position: relative;
	z-index: 100;
}

.style-txt p{
	margin-top: 10px;
}
.guide-step{
	position: relative;
	
}

p.line::after{
	content: "";
	border-bottom: 17px solid #FFF799;
  width: 30%;
  position: absolute;
  top: 74%;
  left: 0;
	right: 0;
  margin: 0 auto;
	z-index: -2;
	opacity: 0.6;	
}

.pages .q-title {
    padding-left: 1em;
    color: #45B035;
    text-align: left;
    font-size: 20px;
    font-size: 2.0rem;
	  line-height: 1.5;
	  border-left: 0px;
    margin: 0em 1em;
	  font-weight: 700;	
}

.qa .answer {
    margin: 0em 1em 5% 4em;
    padding-top: 15px;
}
.qa .answer dt {
    float: left;
    margin-right: .5em;
    color: #45B035;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
	  background: none;
	  padding: 0;
	  margin: 0;
	  width: auto;
	  height: auto;
	  text-align: left;	
}
.qa .answer dd {
    padding-left: 2em;
    padding-right: 5%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
	  padding: 0;
	  margin: 0;
	  width: auto;
	  height: auto;
	  max-width: 95%;
}
#about a.anser-link{
	font-size: 13px;
	font-size: 1.3rem;
}

#about a:link.anser-link{
	 border-bottom: 1px solid #6C7A69;
   padding-bottom: 2px;
}


/**************************************************
/* 6. 診療案内 /guide/
***************************************************/
#guide .bg-white {
   margin: 20px auto;
}
#guide h3#tab2,
#guide h3#tab3,
#guide h3#tab4,
#guide h3#tab5{
	padding-top:105px;
	margin-top: -105px;

}

#guide .style-txt::after{
	  content: "〉";
    position: absolute;
    font-weight: 500;
    font-size: 26px;
    top: 50%;
    right: -10%;
}

#guide .operation .style-txt::after{
	    right: -14%;
}

#guide .style-txt:last-child::after{
	content: none;
}	
.guide-step div.box-titl{
 	display: block;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 30px;
  font-weight: 700;
	padding: 0;
}

#guide .guide-step div.border-box{
	  margin: 0 17px 0 0;
    width: 100%;
}
#guide .style-txt.last{
	margin:0!important;
}


#guide ul.list-icon li{
	line-height: 1.5;
	margin: 19px 0;
	padding-left: 15px;
	display: block;
}
#guide ul.list-icon p{
	display: inline-block;
	width: 94%;
	height: auto;
	margin: 0;
}
#guide ul.list-icon li img{
	display: inline-block;
	width: auto;
	height: auto;
	padding-right: 10px;
	vertical-align: top;
}
.bb-line{
	border-bottom: 1px solid #6c7a69;
}

.practice-time div.border-box{
/*	float:left;*/
	width:  100%;
	height: auto;
	margin-right: 20px;
}
.practice-time div.border-box:last-child{
	margin-right: 0;
}


.practice-time div.box-titl {
	height: auto;
}


ul.multiple li{
	font-size: 19px;
	font-size: 1.9rem;
	background: #6C7A69;
	border-radius: 6px;
	color: #fff;
	padding: 10px;
	display: inline-table;
	margin:0 10px 10px 0;
}

.caution::before{
	content: url(../images/underlayer/list02.png);
	margin-right: 5px;
}

.number{
	margin-right: 5px;
	font-weight: 700;
}
.reservation{
	display: flex;
	width: 100%;
}
.reservation-box{
	display: flex;
    width: 48%;
    /* height: auto; */
    text-align: center;
    flex-direction: column;
}

.reservation-box:first-child{
	margin-right: 20px;
}
.reservation-box h5{
	text-align: left;
}

.reservation-box .reser-tel{
	margin-top: 10px;
	margin-bottom: 6px;
}

.reservation-box .reser-tel p{
	margin-bottom: 6px;
}


.capsule{
  padding: 0;
  line-height: 3;
  width: 47%;
  float: left;
  margin-right: 20px;
  height: 240px;
	text-align: center;
}
.capsule:nth-child(even){
	margin-right: 0;
}
	

.capsule img{
  margin: 20px auto;
	padding: 0;
}
.capsule p{
	display: inherit;
	border-top:solid #6C7A69 1px;
	margin: 6px 0;
	padding: 2%;
	line-height: 1.3;
}

.capsule p span {
	display: inline;
	vertical-align: middle;
}
.price{
	display: block;
}

.price-img,.price-txt{
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	height: auto;
	padding: 0;
	box-sizing: border-box;	
}


.price-img{
	width: 25%;
	text-align: left;
  padding-left: 30px;
}
.price-txt{
	width: 74%;
}
.price-txt p{
	margin-bottom: 5px;
}
.price-txt .kingaku {
    /* display: inline; */
    margin-right: 10px;
    /* padding: 10px; */
}

.price-txt h5,.medical-check h5{
    margin-top: 20px;
    margin-bottom: 5px;
}
	

.medical-check img{
	display: block;
}

.guide-yoyaku-tel{
	position: relative;
	z-index: 0;
}
.animal-dog p{
	margin-bottom: 0;
}
.bold70.br{
	display: block;
}
/**************************************************
/* 7. ペットホテル /hotel/
***************************************************/

#hotel p{
    margin-bottom: 13px;
}

#hotel .midpoint::before{
	content: "・";
  font-weight: 700;		
}

.pettype{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.pettype:last-child{
	margin-right: 0;
}
#hotel .deposit{
    margin-left: 4%;
}

/**************************************************
/* 8. アクセス /access/
***************************************************/

#access span::before{
	content: "〒"
}
#access #map_custmomize,
#access #indoor_view{
    width: 100%;
	 max-width: 920px;
    height: 300px;
}
#access #indoor_view{margin-top: 24px;}
#access #indoor_view iframe{
	width: 100%;
}

/**************************************************
/* 9. ご予約 /booking/ 
***************************************************/

.book-notes li{
	margin-bottom: 10px;
	margin-left: 20px;
}
.book-notes {
	list-style:disc;
	list-style-position: outside;
	
}

#booking .monthly-calendar caption{
	   margin-top: 30px;
}

#booking .list-calendar h3,#booking .timetable-calendar h3,
#booking .multiple-calendar h3,#booking .monthly-calendar h3 {
  font-size: 1.7rem;
	font-size: 17px; 
	margin: 0.5rem 0 3.0rem;
}

#booking .calendar-caption{
  font-size: 2.0rem!important;
  font-size: 20px!important;
  color: #84652A;
  margin-bottom: 50px;
  font-weight: bold;

}

#booking .monthly-calendar{
	position: relative;
}
#booking .monthly-prev-next{
	position: absolute;
	top: 80px;
  left: 0;
}

#booking .monthly-prev{
    margin-top: 0;
}


/**/
#booking th.day-right,
#booking th.day-left{
	line-height: 3rem;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 0;
}
#booking th.day-left{
background: #6C7A69;
color: #fff
}

#booking .calendar-time-mark, .calendar-mark {
    color: #6C7A69!important;
    font-size: 1.5rem;
    font-size: 15px;
}

#booking .day-calendar table {
	  width: 80%;
    margin: 0 auto;
	  border-spacing: 5px 5px;
}

#booking .mtssb-daily-action button{
    /* padding: 20px; */
    width: 100px;
    height: 50px;
    margin-top: 20px;
	 color: #6C7A69;
    background: #f1f1f1;
	  border-radius: 6px;
}


#booking .mtssb-daily-action{
	display: block;
	width: 100px;
	height: auto;
	line-height: 3;
	margin: 0 auto;
	
}
.content-form {
    width: 80%;
    margin: 0 auto;
}
.content-form legend {
    font-size: 1.4rem!important;
    font-size: 14px!important;
    padding: 0 5px;
}
 .content-form th,.content-form td,
#action-button button,.content-form select {
    font-size: 1.4rem!important;
    font-size: 14px!important;
}
.content-form select {
    width: 80px;
    height: 30px;
}

.content-form .content-text.fat {
    line-height: 1.6;
}


.content-form button {
    padding: 5px 17px!important;
	 color: #fff;
    background: #6C7A69;
	  border-radius: 6px;	
}

.content-form input,
.content-form textarea {
    font-size: 1.4rem!important;
    font-size: 14px!important;
	
}

#action-button button{
    /* padding: 20px; */
    width: 105px;
    height: 50px;
    margin-top: 20px;
	 color: #fff;
    background: #6C7A69;
	  border-radius: 6px;
}

article#post-18.content{
	background: #fff;
	
}

/*--------------------------------------------------
10 サイトマップ
----------------------------------------------------*/

#sitemap .sitemap{
	margin: 0 auto;	
}

#sitemap nav.sitemap ul{
		text-align: center;
}

#sitemap li{
	margin: 25px 0;
}

#sitemap a{
	border-bottom:  1px solid #6C7A69;
} 

/**************************************************
/* 11. introduction
***************************************************/
#introduction .intro-flex{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
}
#introduction .intro-flex3{
	justify-content: flex-start;
}
#introduction .intro-nest{
	flex-basis: 300px;
	margin-bottom: 30px;
	margin-right: auto;
}

/**************************************************
/* 12. WP
***************************************************/
/*--------------------------------------------------
WP共通
----------------------------------------------------*/
.sp-image {
	display: none;
}

.pc-image img{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0;
	  padding: 0;
}
#archive h6.title {
    color: #6c7a69;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}


.pagenav{
	font-size:13px;
	font-size:1.3rem;
	margin: 20px auto;
	text-align: center;
}
.pagenav .prev a{
	padding: 0px 5px 0px 0px;
	font-size:13px;
	font-size:1.3rem;
}
.pagenav .next a{
	padding: 0px 0px 0px 5px;
	font-size:13px;
	font-size:1.3rem;
}
.pagenav .prev a:after {
    content: "|";
    font-size: 13px;
	font-size:1.3rem;
    padding-left: 0.5em;
    margin-right: -0.5em;
}

/*--------------------------------------------------
予約リスト
----------------------------------------------------*/
.mtssb-pagination{
	padding-left: 50px;
	
}
 .mtssb-users table {
    margin: 0 auto;
}

p.timelineMessage__message {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    margin-top: 20px;
	 word-break: break-all;
	padding: 0 10px;
    line-height: 1.6;
}


/*--------------------------------------------------
ページャー info詳細・コラム詳細使用
----------------------------------------------------*/
#kiji-details header{
	height: auto;
}
#kiji-details .bg-white{
	margin: 0 auto;
	text-align: center;
	
}
#kiji-details .dateLabel{
	text-align: center;
	margin-bottom: 27px;
}

#kiji-details .kiji{
	text-align: left;
	margin: 0 14%;
}
#kiji-details .kiji p{
	margin-bottom: 0;
	line-height: 2;
}

#kiji-details .all-title{
	padding-top:20px; 
	
}
.m-top10{
	margin-top: 10px;	
}
.m-top20{
	margin-top: 20px;	
}
.p-top10{
	padding-top: 10px;	
}
.p-top20{
	padding-top: 20px;	
}

/*--------------------------------------------------
コラム
----------------------------------------------------*/

#kiji.pages p{
	margin-bottom: 0;
}
#kiji .archives ul{
	display: block;
	width: 95%;
	text-align: left;
}
#kiji .archives li{
	display: inline-block;
	margin-right: 15px;
}
#kiji .archives li:last-child{
	margin-right: 0;
}

#kiji .mar{
	padding:60px 0;
}

#kiji .kiji-list{
	margin-bottom: 10px;
}
#kiji .dateLabel{
display: initial;
}
#kiji .info-ttl{
	display: inline-block;
	margin-left: 10px;
}
#kiji .kiji-list{
	display: block;
	width: 80%;
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: 1px dashed #6C7A69;
}


/*アーカイブページ*/
#archive .title{
	text-align: center;
	margin:0 0 40px 0;
}
#archive header{
	width: 80%;
	height: auto;
}

#archive span{
	  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}

/**************************************************
/* 13.  /staff/
***************************************************/
#staff .prof-txt {
    margin-top: 0;
}
#staff .prof-txt p{
    margin-bottom: 5px;
}

