@charset "utf-8";
/* default */

body{
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #555;
  line-height: 2em;
  position:relative;
  font-size: 16px;
}
.container{
  max-width: 1230px;
  width:100%;
}
.mincho{
  font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2em;
  line-height: 1em;
}
a{
  color: #e9708e;
}
a:hover{
  color: #4572ad;
  text-decoration:none;
}
a:hover img{
  opacity:.8;
}
::selection {
  color: #fff;
  background: #e9708e;
}

img{
  max-width: 100%;
  height: auto;
  display:block;
  margin:0 auto;
}
ul li{
  list-style-type:none;
  position: relative;
  margin:0 0 .5em;
}
ul li:focus{
  outline-color:transparent;
}
ol{
  padding:2em;
}
ol li{
  padding:0 0 1em;
}

ul{
  padding-left:.5em;
  margin: 1em 0 2em;
}
ul.inline li{
  display:inline-block;
  margin-right:2.5em;
}
ul.check-icon{
  padding-left:1.5em;
}
ul.check-icon li{
  position:relative;
}
ul.check-icon li:before{
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: .9em;
  padding-right:.5em;
  position: absolute;
  left: -1.3em;
  top:0.1em;
}
p{
  margin:0 0 1em;
}
.contents p{
  font-size:1.1em;
}
strong,b{
  font-size:1.1em;
  font-weight:bold;
  color:#e9708e;
}
hr{
  clear:both;
  margin: 2em 0;
}
h1{
  font-size:2.4em;
}
h2{
}
h3{

}
.bold-title{
  font-size:1.3em;
  font-weight:bold;
  line-height:1.6;
  color:#e9708e;
}
h4{
  font-weight:bold;
  color:#e9708e;
  font-size:1.2em;
  margin: 1em 0 .5em;
  line-height:1.6;
}
h5{
  font-size:1em;
  border-bottom:1px solid #ddd;
  padding:0.5em 0;
}
h6{
  color:#e9708e;
  font-size:1em;
}
.title-square{
  font-size:1.5em;
  margin:1em 0 .5em;
  padding:0 0 0 24px;
  line-height:26px;
  background:url(../img/title-square.png) no-repeat left center;
}

main{
  margin:2.5em 0 0;
}
.text-center.btn-area{
  margin:1.5em 0;
}
.btn,
input[type=submit]{
  padding:0;
  margin:0;
  position:relative;
  display: inline-block;
  transition: all 0.4s;
  background-color:#e9708e;
  font-size: 1em;
  color:#fff;
  border-radius:0;
  border:none;
}
.btn span,
input[type=submit] span{
  margin:5px;
  padding:5px 2.5em;
  border:1px solid #fff;
  display:block;
}
.btn:hover,
input[type=submit]:hover{
  background-color:#70d3e9;
  color:#fff;
}
a.btn:after{
  position:absolute;
  top:50%;
  right:11px;
  margin-top:-.6em;
  font-family:'FontAwesome';
  content:'\f054';
  padding-left:.8em;
  font-size:.8em;
}
table{
  max-width:100%;
  width:100%;
  table-layout: fixed;
  margin: 1em 0;
}
table th{
  text-align:center;
  width:30%;
  background-color:#F3F3F3;
  vertical-align: middle;
  padding: 1em;
  border:1px solid #ddd;
}
table td{
  vertical-align: middle;
  padding: 1em;
  border:1px solid #ddd;
}
table ul{
  padding:0;
}
dt{
  margin:1em 0 .5em;
  font-size:1.1em;
  color: #555;
}
dd{
  font-size:1.1em;
}
.tel-btn{
    cursor: default;
    color:#555;
}
.tel-btn:hover img{
  opacity:1;
}
.tel-btn:hover{
  color:#555;
}
iframe{
  max-width:100%;
}
/* breadcrumb */
#breadcrumb {
    color: #aaa;
    width:100%;
    background-color:#f8f8f8;
}
#breadcrumb ul{
  padding:0 1em;
  margin:0 auto;
  max-width:1100px;
}
#breadcrumb li{
  display:inline-block;
  padding:0;
  margin:0 1.8em 0 0;
    font-size:.8em;
    line-height:2.6em;
}
#breadcrumb li:before{
  content:none;
}
#breadcrumb li:after{
  content: "\f105";
  font-family: FontAwesome;
  position:absolute;
  top:0;
  right:-1.3em;
}
#breadcrumb li:last-child:after{
  content:none;
}
#breadcrumb li a .home{
  position:relative;
  padding-left:1.6em;
}
#breadcrumb li a .home:before{
  position:absolute;
  font-size: 1.4em;
  content: "\f015";
  font-family: FontAwesome;
  top: -0.4em;
  left:0;
}
#breadcrumb li a{
    display: block;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    text-decoration: none;
    color: #aaa;
}

#breadcrumb li a:hover{
  color:#e9708e;
}
/* end/breadcrumb */
/* header */
header{
  border-top:3px solid #f7e4e6;
}
header .logo{
  display:inline-block;
  vertical-align:middle;
  margin:0;
  font-size:1em;
  padding:1.5em 0;
}
header .catch{
  display:inline-block;
  vertical-align:middle;
  font-size:75%;
  margin:0 0 0 1.5em;
}
header .header-tel{
  padding:1.5em 0;
  text-align:right;
}
header .header-tel img{
  display:inline-block;
}
/* end/header */

/* global-menu */
.navbar-default{
  background:none;
  border:none;
  margin-bottom: 0;
  min-height:20px;
  margin-bottom:1em;
}
.navbar-collapse.collapse{
  width:100%;
  padding:0;
}
.navbar-nav{
  width:100%;
  float:none;
  margin:0;
  padding:0;
}
.navbar-default ul li{
  width:16%;
  margin:0;
  background:url(../img/menu-line.png) no-repeat left center;
}
.navbar-default ul li a{
  width:100%;
  display:block;
  border-bottom:4px solid transparent;
  transition:.4s;
  padding:0;
  line-height:40px;
  height:44px;
  text-align:center;
}
.navbar-default ul li a:hover{
  border-bottom:4px solid #e9708e;
  color:#e9708e!important;
}
.navbar-default ul li a i{
  transition:.4s;
}
.navbar-default ul li a:hover i{
  color:#e9708e;
}
#home .navbar-default ul .home a{color:#e9708e;}
#clinic .navbar-default ul .clinic a{color:#e9708e;}
#guidance .navbar-default ul .guidance a{color:#e9708e;}
#symptom .navbar-default ul .symptom a{color:#e9708e;}
#petloss .navbar-default ul .petloss a{color:#e9708e;}
#access .navbar-default ul .access a{color:#e9708e;}
#contact .navbar-default ul .contact a{color:#e9708e;}
.navbar-default ul li:first-child{
  width:4%;
  font-size:1.5em;
}
.navbar-default ul li:first-child{
  background:none;
}
.navbar-default ul li:first-child span{
  display:none;
}
/* end/global-menu */

/* main-visual */
.main-visual{
  margin:0;
  padding:0;
  border-top:3px solid #f7e4e6;
  border-bottom:3px solid #f7e4e6;
}
/* end/main-visual */

/* footer */
footer{
  background-color:#f8f8f8;
  padding:3em 0 0;
  margin-top:4em;
}
#home footer{
  margin-top:0;
}

.footer-logo img{
  display:inline-block;
  padding-bottom:1em;
}
.footer-top{
  padding-bottom:3em;
}
footer .clinic-row .ttl h3{
  background-color:#dcdcdc;
}
footer .footer-top iframe{
  width:100%;
}
.footer-bottom{
  background-color:#fff;
  text-align:center;
}
.footer-bottom .f-menu li{
  display:inline-block;
  margin:1em 0 0 1em;
  line-height:1.2em;
  padding:0 1em 0 0;
  border-right:1px solid #a7a7a7;
}
.footer-bottom .f-menu li:last-child{
  border:none;
}
.footer-bottom .f-menu li a{
  color:#555;
}
.footer-bottom .f-menu li a:hover{
  color:#e9708e;
}
.footer-bottom .banner{
  padding-top:2em;
}
.footer-bottom .banner li{
  display:inline-block;
  margin:1em 1em 0 1em;
  max-width: 240px;
}
.footer-bottom small{
  display:block;
  padding:1.5em 0;
  background-color:#f7e4e6;
}
/* end/footer */

/* toppage */

/* greeting */
.greeting .title-square,
.clinic .title-square{
  margin-top:0;
}
.greeting p{
  padding-right:173px;
  background:url(../img/greeting-bg.jpg) no-repeat right top;
}
.greeting p strong{
  font-size:1.5em;
  display:inline-block;
  margin:.5em 0;
}

/* clinic */
.clinic-row{
  display:table-row;
}
.clinic-row .ttl{
  display:table-cell;
  width:8em;
  text-align:center;
  padding:0;
  vertical-align:top;
}
.clinic-row .ttl h3{
  font-size:1em;
  font-weight:bold;
  margin:0;
  padding:.5em 1em;
  background-color:#f8f8f8;
}
.clinic-row .txt{
  display:table-cell;
  padding:0 1em;
  vertical-align:top;
  line-height:1.5em;
}
.clinic-row .check-icon{
  margin:0 0 .5em 0;
  padding:0;
}
.clinic-row .check-icon li{
  display:inline-block;
  padding-left: 0.9em;
  margin-right: 0.5em;
  font-size:.9em;
}
.clinic-row .check-icon li:before{
  left:0;
  color:#e9708e;
}
.clinic-row.address p,
.clinic-row.address a{
  display:inline-block;
  vertical-align:top;
  margin-bottom:.5em;
}
.clinic-row.address a{
  margin:.2em 0 0 1em;
}
.clinic-row .tel-btn{
  display:block;
  padding:.3em 0 2em;
}
table.time{
  font-size:.8em;
  margin:0 0 .5em;
}
table.time .time-txt{
  width:8em;
}
table.time tr th{
  padding:5px;
  color:#555;
  text-align:center;
  line-height: 1.1em;
  font-weight:normal;
  background-color:#fbcbd7;
}
table.time tr td{
  text-align:center;
  padding:5px;
}
.clinic-row .comments{
  font-size:.8em;
  line-height:1.5em;
}
section.symptom{
  margin-top:4em;
}
.title-symptom{
  text-align:center;
  font-size:2.2em;
  background:url(../img/icon-light.png) no-repeat top center;
  padding-top: 110px;
  margin-bottom: 0.6em;
  margin-top: 0.1em;
}
section.symptom ul{
  padding:0;
  margin:0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
section.symptom ul li{
  width:31%;
  border:1px solid #eee;
  margin-bottom:2em;
}
section.symptom ul li .tmb{
  overflow:hidden;
  position:relative;
  z-index:-10;
}
section.symptom ul li .tmb img{
  transition: all 0.8s;
}
section.symptom ul li:hover .tmb img{
  -webkit-transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
section.symptom ul li .icon{
  width:80px;
  height:80px;
  position: relative;
  top:-40px;
  left:50%;
  border-radius:50%;
  margin-left:-40px;
  text-align:center;
  background-color:#fff;
  font-size:1.8em;
  color:#e9708e;
  line-height:80px;
  margin-bottom:-80px;
  z-index:-1;
}
section.symptom ul li h3{
  font-size:1.2em;
  margin: 26px 10px .5em;
  font-weight:bold;
  color:#e9708e;
}
section.symptom ul li p{
  margin:0 10px 1.5em;
  line-height:1.5em;
}
section.petloss{
  background-color:#f8f8f8;
  margin-top:3em;
  padding:4em 0;
}
.title-petloss{
  font-size:2.2em;
  background:url(../img/icon-pet.png) no-repeat top left;
  display:block;
  width:8em;
  margin:0 auto .8em;
  padding-left:72px;
  line-height:50px;
}
section.petloss p strong{
  font-size:1.5em;
  font-weight:normal;
  display:block;
  color:#555;
  line-height:1.5em;
  margin-bottom:1em;
}
section.privacy{
  padding:4em 0;
  background:url(../img/privacy-bg.jpg) repeat;
  background-size:cover;
  background-attachment: fixed;
  color:#fff;
}
.title-privacy{
  font-size:2.2em;
  background:url(../img/icon-privacy.png) no-repeat top left;
  display:block;
  width:12em;
  margin:0 auto .8em;
  padding-left:72px;
  line-height:50px;
}
section.privacy img{
  border:4px solid #fff;
}
/* end/toppage */






#title{
  position:relative;
  padding: 80px 0 80px;
  text-align:center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-image:url(../img/title-contact.jpg);
  background-position:center center;
}
#clinic #title{
  background-image:url(../img/title-clinic.jpg);
}
#symptom #title{
  background-image:url(../img/title-symptom.jpg);
}
#guidance #title{
  background-image:url(../img/title-guidance.jpg);
}
#petloss #title{
  background-image:url(../img/title-petloss.jpg);
}
#access #title{
  background-image:url(../img/title-access.jpg);
}

.daimidashi{
  max-width:700px;
  margin:0 auto;
  background-color:rgba(255, 255, 255, 0.37);
  padding:1em;
}
.daimidashi h1{
  margin:0;
}

#title.full-width h1{
  font-size:2.7em;
  font-weight:bold;
  color: #555;
}
.page-hero-title{
  font-size:1.2em;
  margin:0 0 .5em 0;
  letter-spacing:1px;
}

.require{
  color:red;
}

h2.under-line{
  font-size: 2.2em;
  text-align:center;
  margin-bottom:55px;
  margin-top:2em;
  line-height: 1.4em;
  clear:both;
}
h2.under-line:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 50%;
  margin: 18px 0 0 -25px;
  display: block;
  background: #e9708e;
}
main section h2:first-child{
  margin-top:0;
}
.chosho ul{
  padding:0;
}
.chosho ul li{
  list-style-type:none;
  line-height: 1.6em;
  position: relative;
  margin:0 0 .5em 1.3em;
}
.chosho ul li:before{
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: .9em;
  padding-right:.5em;
  color: #e9708e;
  position: absolute;
  left: -1.3em;
}

.title-large{
  position:relative;
  padding-top:1em;
  border:none;
  margin-top: 0;
}
.title-large:after{
  content:none;
}
.title-large .bango{
  font-size: 3em;
  font-weight:700;
  color:#e9708e;
  display:inline-block;
  vertical-align: bottom;
}
.title-large .large{
  display:inline-block;
  font-weight: bold;
}
.title-large .x-large{
  font-size: 1.5em;
  display:inline-block;
}
.p-honyaku p{
  font-size:1.2em;
  line-height:2em;
  width:96%;
  margin:0 auto;
}
.img-circle{
  border:13px solid #f7e4e6;
}
.large{
  font-size:1.5em;
  color:#e9708e;
  line-height:2em;
}
.x-large{
  font-size:2.8em;
  font-weight:bold;
  line-height:2em;
}
.appeal{
  margin-bottom: 4em;
}
/* contactarea */
.contactarea{
  border:1px solid #ddd;
  padding:1.5em;
  max-width:700px;
  margin:0 auto;
  position:relative;
}
.contactarea h3{
  margin:0;
  border:none;
  position:absolute;
  top:-.5em;
  left:0;
  text-align:center;
  width:100%;
  font-weight:bold;
}
.contactarea h3:after{
  border:none;
  content:none;
}
.contactarea h3 span{
  background-color:#fff;
  padding:0 .5em;
}
.contactarea .tel{
  font-weight:800;
  font-size:3em;
  display:block;
  text-align:center;
  color: #e9708e;
  cursor: default;
  letter-spacing: 3px;
  margin-top: .5em;
}
.contactarea .tel:hover{
  text-decoration:none;
}
.contactarea .tel i{
  padding-right:0.3em;
  font-size:.9em;
}
.contactarea img{
  width:40%;
}
.contactarea p{
  line-height:2em;
}
.contactarea .address{
  padding:2em;
}
.btn.green{
  background-color: #83c25e;
  color:#fff;
  border: 1px solid #83c25e;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
}
.btn.green:hover{
  background-color: #5d9f36;
}
.page-contact-area .text-center.btn-area{
  margin-top:-1em;
}
.page-contact-area h2.under-line{
  margin-top:2em;
}

/* end/contactarea */
.sidebar .info{
  background-color:#f8f2e4;
  border-radius:5px;
  max-width: 480px;
  margin: 0 auto;
}
.sidebar .side-tel{
  padding:1.5em 0;
}
.sidebar .side-tel:hover{
  opacity:1;
}
.sidebar .side-info{
  padding:0 0 1.5em;
}
.sidebar .banner{
  padding:0;
}
.sidebar .banner li{
  margin-bottom:1em;
}
.sidebar .second{
  background-color:#fff7f7;
  border-radius:5px;
  padding:.5em 15px 1em;
  max-width: 480px;
  margin: 1em auto;
}
.sidebar .second h3{
  font-size:1.2em;
  text-align:center;
  background-color:#fff;
  border-radius:15px;
  padding:.2em 0;
  color:#e9708e;
}
.sidebar .second p{
  line-height:1.5em;
  font-size:.9em;
  margin-top:.5em;
}
.sidebar .second .btn span{
  padding:5px 1.5em;
  font-size:.9em;
}

.symptom.flex{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.symptom.flex .flex-item{
  width:100%;
  position:relative;
  border:1px solid #eee;
  margin-bottom:2em;
}
.symptom.flex .flex-item .tmb{
  float:right;
  width:30%;
  margin:1em;
}
.symptom.flex .title-square{
  font-size:1.2em;
  margin:1em 15px 0;
}
.symptom.flex ul{
  padding:0 15px 1.5em;
}
.symptom.flex ul li{
  list-style-type:none;
  line-height: 1.6em;
  position: relative;
  margin:0 0 .5em 1.3em;
}
.symptom.flex ul li:before{
  font-family: 'FontAwesome';
  content: '\f0a9';
  font-size: .9em;
  padding-right:.5em;
  color: #e9708e;
  position: absolute;
  left: -1.3em;
}
.catch{
  font-size:2em;
  line-height:1.6em;
  color:#e9708e;
}
.access-flex{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0;
}
.access-flex li{
  width:48%;
  list-style-type:none;
}
.access-flex li:nth-child(odd){
  margin-right:4%;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top i{
    display:block;
    padding-top:.1em;
    font-size:4em;
}
#page-top a {
    background: rgba(233, 112, 142, 0.7);
    text-decoration: none;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height:8px;
    text-align: center;
    display: block;
    border-radius: 50%;
    letter-spacing:1px;
    transition:.4s;
    font-size:.9em;
}
#page-top a:hover {
    text-decoration: none;
    background: #70d3e9;
}
#mail_form small{
  display:inline-block;
  margin-right:.5em;
}
.news-list{
  padding:0;
  margin: 0;
}
.news-list li{
  margin:0;
  border-bottom:1px dotted #ddd;
}
.news-list li:last-child{
  border:none;
}

.news-list li a{
  display:block;
  margin:0;
  padding: 1em 0;
  line-height: 1;
  position:relative;
  transition:.4s;
}
.news-list li a:hover{
  background-color:#f8f8f8;
}
.news-list li a:after{
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: .9em;
    padding-right:.5em;
    color: #e9708e;
    position: absolute;
    top: 33%;
    right:1em;
}
.news-list li a:hover:after{
  color:#70d3e9;
}
.news-list time{
  display:block;
  width:9em;
  display:inline-block;
  text-align:center;
  background-color:#e9708e;
  color:#fff;
  line-height:1;
  font-size:.8em;
  padding:.3em 0;
}
.news-list a h3{
  font-size:1em;
  margin: 0 0 0 .5em;
  line-height: 1.5;
  color:#555;
  display:inline-block;
}
.news-list a:hover h3{
  text-decoration:underline;
  color:#70d3e9;
}
#newsList {
  padding:0;
}
#newsList li{
  border-top:1px dotted #ddd;
}
#newsList h3{
  font-size:1.3em;
  text-decoration:underline;
}
#up_ymd{
  text-align:right;
  color:#e9708e;
}
.navbar-default ul .dropdown-menu{
  width:auto;
  position:absolute;
  border: none;
  text-align: left;
  border-radius: 0;
  padding:0;
}

.navbar-default ul .dropdown-menu li{
  display:block;
  width:100%;
}
.navbar-default ul .dropdown-menu li a{
  color:#555;
  line-height:3;
  display: block;
  transition:.2s;
  width:100%;
  border-bottom:1px dotted #999;
}
.navbar-default ul .dropdown-menu li:first-child a{
  font-size:.68em;
}
.navbar-default ul .dropdown-menu li:last-child a{
  border:none;
}
.navbar-default ul .dropdown-menu li a:hover{
  background-color:#e9708e;
  color:#fff!important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  border-color:#e9708e;
}
.second_opinion_img{
  width:50%;
  margin:0 0 1em 1em;
}
/* 2019/03/19 hatanaka add start */
.price_img{
  width:35%;
  margin:0 0 1em 1em;
}
/* hatanaka add end */
.information{
  margin-top:3em;
}
.detailUpfile{
  margin:2em 0;
}
.detailUpfile img{
  display:inline-block;
}
.information02{
  max-width:900px;
  margin:3em auto 0;
}
.information02 .table-row{
  display:table;
  width:100%;
  border:1px solid #d6d6d6;
  border-radius:5px;

}
.information02 h2{
  background-image:none;
  background-color:#e9708e;
  color:#fff;
  width:30%;
  vertical-align:middle;
  display:table-cell;
  font-size: 1em;
}
.information02 .text-right{
  font-size:.8em;
}
.information02 ul{
  width:70%;
  display:table-cell;
}
.information02 .news-list li a{
  font-size:.9em;
  padding: .6em 3em .6em 0;
}
.information02 .news-list time{
  background:none;
  color:#e9708e;
  font-size:1em;
}
.practice_img{
  max-width:50%;
  margin:0 0 .5em .5em;
}
.well.danger{
  background-color:#ffe9e9;
  border:none;
  margin:3rem 0;
}
.well.danger p{
  margin:0;
  font-weight:bold;
  color:#b5143b;
  font-size:1.25em;
}
.ippan_link{
  color:#e9708e;
  font-weight:bold;
  text-decoration:underline;
}
