@charset "utf-8";
/*  style　[ 猿渡ひふ科クリニック:  ]
=================================================================== */

/*----------------------------------------------
   アンカーメニュー
---------------------------------------------*/

.menu-list {
/*  -ms-flex-pack: distribute;
justify-content: space-around;*/
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*width: 100%;*/
  margin: 1em auto;
  list-style: none;
}
.menu-list li {
  width: 25%;
}
.menu-list li a {
  display: block;
  border: #0075B9 1px solid;
 /* background-color: #859EC9;*/
  padding: 10px;
  margin: 0 5px 5px 0;
  border-radius: 10px;
}
.menu-list li a:hover {
  background-color: #859EC9;
  color: #fff;
  text-decoration: none;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .menu-list li.xs-100 {
  width: 50%;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
  .menu-list li.xs-100 {
  width: 25%;
}
}



/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .menu-list {
  /*  width: 96%;*/
}
  .menu-list li {
  width: 50%;
}
  
  .menu-list li.xs-100 {
  width: 100%;
}
  
}

.icon {
  font-size: 11px;
  color: #fff;
  background: #FA3C7D;
  font-family: Arial, Helvetica, "sans-serif";
  padding: 3px 5px;
  border-radius: 2px;
}
.icon02 {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: #FA3C7D;
  font-family: Arial, Helvetica, "sans-serif";
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0 0 5px 5px;
}


.catch {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #FA3C7D;
}
.catch .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FA3C7D;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  font-family: Arial, Helvetica, "sans-serif";
}
.catch p {
    margin: 0; 
    padding: 0.5em 0;
  font-size: 1em;
}

/*----------------------------------------------
   診療内容
---------------------------------------------*/

.medi-box {
  -ms-flex-pack: distribute;
justify-content: space-around;
   -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em auto;
  border-bottom: #aaa 1px dotted;
  padding: 0 0 1em 0;
}
.medi-txt {
  width: 50%;
  
}
.medi-pic {
  width: 30%;
}
.medi-txt h3 {
  margin: 0 0 0.5em 0;
}
.medi-text90 {
  width: 90%;
}
.medi-text100 {
  width: 100%;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  
  .medi-box {
  margin: 0 auto 2em auto;
}
  
  .medi-txt,.medi-text80 {
  width: 100%;
  
}
.medi-pic {
  width: 90%;
  margin: 2em auto 0 auto;
  
}
}


/*----------------------------------------------
   レザー料金表
---------------------------------------------*/

h4 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  margin: 2em 0 1em 0;
}
h4:before {
  content: "";
  position: absolute;
  background: #F9B9C2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
h5 {
  font-size: 1em;
  margin: 1.5em 0 0.5em 0;
}
.table-responsive {
    border:none;
  margin: 1em 0;
  }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom:none;
}
.table{
  text-align: center;
  border: none;
  border-collapse: collapse;
  margin-top: 1.5em;
}
.table th{
  text-align: center;
  border: 1px solid #F9B9C2!important;
  /*border-top: 3px solid #F9B9C2!important;*/
  border-collapse: collapse;
  font-weight: normal;
 /* width: 12%;*/
}
.th-left th{
  text-align: left;
}
.th-left th.th-center{
  text-align: center;
}
.table th.bg-pink{
  text-align: left;
  background-color: rgba(249,185,194,0.5);
}
/*.table th:first-child{
  width: 16%;
}*/
.table td{
  /*text-align: center;*/
  vertical-align: middle!important;
  border: 1px solid #F9B9C2!important;
  border-collapse: collapse;
}

.table-responsive-scroll {
    margin: 0 0 1em 0;
  }
.price {
  white-space: nowrap;
  text-align: center;
}
.detail {
  text-align: left;
}



/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .table-responsive-scroll {
    border:none;
  overflow: scroll;
  /*width: calc(100vw - 1rem);*/
  height: 50vh;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 1em 0;
  }
  .table{
  font-size: 0.8em;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}
  
  .sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
    background-color: #fff;
}

.sticky_table thead th:first-child {
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}
}


/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
}
/* ～480px(xs) ____________________________________________________ */
@media screen and (max-width: 480px) {
}