/*クリニック紹介ページ*/
.top_ttl {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 5px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.top_sub {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-top: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.top_ttl_w {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 5px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #FFF;
}
.top_sub_w {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-top: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFF;
}
.clinic_wrapper {
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
    background-color: #F9F9F4;
}
.clinic_ttl_box {
  padding: 30px 0;
}
.clinic_box {
  padding: 50px 0;
}
@media (max-width: 575px) {
.clinic_box {
  padding: 20px 0;
}
}
.clinic_box img {
  padding: 10px 0;
}
.clinic_ttl {
  font-size: 24px;
  line-height: 1.4;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #BFBA86;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 3px;
  margin-bottom: 2%;
}
.clinic_ttl2 {
  font-size: 18px;
  line-height: 1.4;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 3px;
  color: #333;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #BFBA86;
}
.clinic_tx {
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.8;
  color: #333;
}
.clinic_name {
  font-size: 24px;
  line-height: 1.4;
  color: #333;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #BFBA86;
}
.profile_tx {
  font-size: 15px;
  padding-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.8;
  color: #333;
}
.clinic_img {
  padding-top: 3%;
}
.ico_img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.shinryo_type {
  color: #FFF;
  background-color: #BFBA86;
  display: inline;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 0px;
}
.shinryo_list {
  margin-top: 10px;
  margin-bottom: 30px;
}
.shinryo_list li {
  display: inline;
  font-size: 14px;
  /*white-space: nowrap;*/
  line-height: 1.8;
  padding-right: 20px;
}
.other_ttl {
  font-size: 24px;
  line-height: 1.4;
  color: #333;
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #BFBA86;
}
/* スケジュールテーブル
---------------------------------*/
.s_table {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 5px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #B3A882;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #B3A882;
}
.s_table th {
  background-color: #e5e4d7;
  text-align: center;
}
.s_table td {
  background-color: #fff;
}
.s_table th, .s_table td {
  font-size: 15px;
  line-height: 160%;
  vertical-align: middle;
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #B3A882;
  font-weight: normal;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #B3A882;
}
.cal_tx {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* プロフィールテーブル
---------------------------------*/
.p_table {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #B3A882;
  border-left-width: 1px;
  border-left-style: dotted;
  border-left-color: #B3A882;
}
.p_table th {
  background-color: #e5e4d7;
  text-align: center;
  vertical-align: middle;
}
.p_table td {
  background-color: #fff;
}
.p_table th, .p_table td {
  font-size: 15px;
  line-height: 160%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #B3A882;
  font-weight: normal;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #B3A882;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
/* インフォメーション
---------------------------------*/
.info_area {
    margin: 20px;
    border: 2px dotted #B3A882;
    border-radius: 10px;
    text-align: center;
    padding-top: 3%;
    padding-right: 20px;
    padding-bottom: 3%;
    padding-left: 20px;
    background-color: rgba(255,255,255,0.7);
}
.info_address {
  font-size: 18px;
  margin-top: 30px;
}
@media (max-width: 575px) {
.info_address {
  font-size: 16px;
  margin-top: 20px;
	text-align: left;
}
}
.info_tel {
  font-size: 30px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #BFBA86;
}
.info_tel a {
  font-size: 30px;
  padding-top: 2px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #BFBA86;
}
.info_link {
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 2%;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: center;
}
.info_link a {
  font-size: 13px;
  font-weight: bold;
  padding-top: 2px;
  padding-right: 45px;
  padding-bottom: 2px;
  padding-left: 45px;
  margin-right: 2px;
  letter-spacing: 0.1em;
}
.button_info {
  border: 1px solid #333;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
  background-attachment: scroll;
  background-color: #BFBA86;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
}
/* ヘッダー変更
---------------------------------*/
.sp-hidden_head {
  display: block !important;
}
.pc-hidden_head {
  display: none !important;
}
img.sp-hidden_head {
  display: inline !important;
}
img.pc-hidden_head {
  display: none !important;
}
/* 画像変更
---------------------------------*/
.sp-hidden {
  display: block !important;
}
.pc-hidden {
  display: none !important;
}
img.sp-hidden {
  display: inline !important;
}
img.pc-hidden {
  display: none !important;
}
.menu_c {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
/*サイドナビゲーション*/
.side_info {
  border: 1px solid #CCC;
  z-index: 9999;
  position: relative;
}
#side_btn a {
  position: fixed;
  right: 5px;
  text-align: center;
  width: 180px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 10px;
  /*background-color: #F2F2F2;*/
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  bottom: 20%;
}
#side_btn2 a {
  position: fixed;
  right: 5px;
  text-align: center;
  width: 180px;
  height: 80px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  /*background: #F2F2F2;*/
  display: none;
  padding-right: 5px;
  padding-left: 5px;
  bottom: 13%;
}
#side_btn3 {
  position: fixed;
  right: 5px;
  text-align: center;
  width: 180px;
  height: 150px;
  top: 280px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  background: #F2F2F2;
  padding-bottom: 10px;
  display: none;
  padding-right: 5px;
  padding-left: 5px;
}
/*portfolio*/
.portfolio-item-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.portfolio-item {
  overflow: hidden;
  vertical-align: top;
}
div.portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  display: block;
  color: black;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.portfolio-hover-content {
  top: 40%;
  position: relative;
  left: 10%;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
  transition: transform 0.6s cubic-bezier(0.835, 0, 0.19, 1);
}
.portfolio-item-img img {
  -webkit-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.portfolio-item-img:hover img {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.portfolio-item-img:hover .portfolio-hover-content {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.portfolio-item-img:hover .portfolio-hover {
  -webkit-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: .85;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
  /* ヘッダー変更
---------------------------------*/
  .sp-hidden_head {
    display: none !important;
  }
  .pc-hidden_head {
    display: block !important;
  }
  img.sp-hidden_head {
    display: none !important;
  }
  img.pc-hidden_head {
    display: inline !important;
  }
  /*サイドナビゲーション*/
  .side_info {
    display: none;
  }
}
@media (max-width: 768px) {
  .time_box {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 20px;
  }
  /*tableにスクロールバーを追加*/
  .time_box::-webkit-scrollbar {
    height: 5px;
  }
  /*tableにスクロールバーを追加*/
  .time_box::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  /*tableにスクロールバーを追加*/
  .time_box::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  /* 画像変更
---------------------------------*/
  .sp-hidden {
    display: none !important;
  }
  .pc-hidden {
    display: block !important;
  }
  img.sp-hidden {
    display: none !important;
  }
  img.pc-hidden {
    display: inline !important;
  }
}
@media (max-width: 468px) {
  .shinryo_list li {
    display: inline;
    font-size: 15px;
    /*white-space: nowrap;*/
    line-height: 1.8;
    padding-right: 20px;
  }
}

.keireki_list li {
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px solid #C3C3C3;
    padding-top: 10px;
    padding-bottom: 10px;
}
