body {
  font-size: 14px;
  min-width: 0;
}

a {
  text-decoration: none;
  color: inherit;
}


/* header */

.header {
  background: #fff;
  position: static;
  height: auto;
  padding:  2px 5vw 15px;
}
.anchor{
  padding-top: 0;
  margin-top: 0;
}

.h-text {
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 5px;
}

.h-logo {
  font-size: 21px;
  line-height: 1;
}
.h-logo a{
  display: block;
  padding-right: 30px;
}
.h-logo .pre-site-name{
  margin-right: 0;
	font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.f-logo .pre-site-name{
  line-height: 1.2;
	font-size: 14px;
}

.h-inner{
  display: block;
}

/* hamburger button */

.hamburger {
  margin: auto;
  margin-top: .5em;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: solid 2px #999;
  border-radius: 100%;
}

.hamburger span {
  width: 26px;
  height: 2px;
  display: block;
  background: #999;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
  margin-left: -13px;
}

.hamburger span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.hamburger .top {
  margin-top: -9px;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.hamburger .bottom {
  margin-top: 9px;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.hamburger.is-open .middle {
  background: rgba(255, 255, 255, 0);
}

.hamburger.is-open .top {
  -webkit-transform: rotate(-405deg) !important;
  -ms-transform: rotate(-405deg) !important;
  transform: rotate(-405deg) !important;
  margin-top: 0px;
}

.hamburger.is-open .bottom {
  -webkit-transform: rotate(405deg) !important;
  -ms-transform: rotate(405deg) !important;
  transform: rotate(405deg) !important;
  margin-top: 0px;
}


/* g-navi */
.g-navi {
  display: none;
}
/*サイド追従*/
.slidenav {
  display: none;
}
/*フッター追従*/
/*追従が電話番号のみの場合は削除。*/
.bottom-nav{
  display: flex;
  height: 50px;
}

.bottom-nav li a{
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  padding: 6px 5px 5px;
  text-align: center;
  width: 100%;
}
.bottom-nav li a span{
  display: block;
  line-height: 1;
}
.bottom-nav li a .sp-none{
  display: none;
}
.bottom-nav li i{
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
  position:static;

}
.bottom-nav li.nav02 a{
  font-size: 13px;
  padding: 6px 5px 5px;
}
.bottom-nav li.nav02 .pc-tel{
  display: none;
}
.bottom-nav li.nav02 .sp-tel{
  display: block;
}
.bottom-nav li.nav02 i{
  vertical-align: baseline;
}
.bottom-nav li.nav03 a{
  font-size: 13px;
}
/*メインビジュアル*/
#hero {
  position:static;
  height: 70vw;
  padding:0;
}

.main-ttl{
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: .05em;
}
.sub-ttl{
  font-size: 17px;
  letter-spacing: .05em;
}

/* ハンバーガーメニュー */
.humberger {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 3px;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 500;
}

.humberger span {
  background: #157c76;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.humberger span:nth-of-type(1) {
  top: 20px;
}

.humberger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.humberger span:nth-of-type(3) {
  bottom: 20px;
}

.is-open .humberger {
  top: 10px;
  right: 10px;
}

.is-open .humberger span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 9px) rotate(-45deg);
  transform: translate(-50%, 9px) rotate(-45deg);
}

.is-open .humberger span:nth-of-type(2) {
  opacity: 0;
}

.is-open .humberger span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -9px) rotate(45deg);
  transform: translate(-50%, -9px) rotate(45deg);
}

/* ナビ本体 */
.sp-navi {
  display: block;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.sp-navi.is-open .sp-navi-inner {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sp-navi-inner {
  pointer-events: none;
  border: 7px solid #157c76;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  overflow: scroll;
  padding: 50px 15px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
}

.sp-navi-inner .menu {
  margin: 0 0 30px;
}

.sp-navi-inner .menu > li + li {
  margin-top: 15px;
}

.sp-navi-inner .menu > li > a {
  color: #157c76;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: bold;
}

.sp-navi-inner .menu > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.sp-navi-inner .menu > li ul li {
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  width: 48%;
  position: relative;
}

.sp-navi-inner .menu > li ul li:before {
  content: "";
  background: #333;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
}

.sp-navi-inner .menu > li ul li a {
  font-size: 13px;
}


/*パンくずリスト*/
.breadcrumb {
  padding: 10px 0 30px;
  width: 100%;
}
.breadcrumb ul {
  padding:0 5%;
  width: 100%;
}
.breadcrumb ul li {
  font-size: 13px;
}

/*大枠*/
#middle {
  margin-top: 0px;
}

#under-middle,#post-middle {
  margin-top: 0px;
  min-height: 0;
  padding-bottom: 5px;
}
#under-middle .container,
#post-middle .container{
  padding: 0 5%;
}
.container{
  margin: 0 auto;
  width: 100%;
}

/*------------
TOPパーツ
--------------*/
.top-sec{
  padding: 40px 5%;
}

.top-ttl{
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}


/*TOP 診療科目*/
.list-services{
  display: block;
  margin: 0;
}

.list-services > li {
  margin: 0 0 30px;
  width: 100%;
}

.list-services .list-img{
  margin: 0 auto 30px;
  height:auto;
  width: 95%;
}
.list-services .list-img img{
  width: 100%;
  height: auto;
  object-fit: initial;
}

/*TOP アクセス*/
.top-sec.map-sec{
  display: block;
  padding: 40px 5%;
}
.map-sec .l-map{
  margin-bottom: 15px;
  width:100%;
}
.map-sec .l-desc{
  width:100%;
}
.map-sec .l-inner{
  margin:0 auto;
  width:100%;
}

/*TOP 投稿*/
.top-list-post {
  margin-top: 40px;
}

.top-list-post li {
  padding: 10px 0;
}

.top-list-post li:before {
  content: none;
}

.top-list-post li time {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #878787;
}

.top-list-post li time:before {
  margin-left: 0;
  margin-right: 0;
  content: "(";
}

.top-list-post li time:after {
  margin-left: 0;
  margin-right: 0;
  content: ")";
}
.top-list-post li a{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.more-btn{

}
/*------------
下層パーツ
--------------*/
/*見出し*/
.u-h2{
  position: static;
  z-index: 5;
  height:150px;
  width: 100%;
}

.u-h2 h2{
  font-size: 24px;
  margin-top: 0;
}

.top-ttl{
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}


/*Box*/
.tall{
  margin-bottom: 60px;
}
.short{
  margin-bottom: 40px;
}

/*layout*/
.l-imgR, .l-imgL {
  display: block;
}

.l-imgR .l-img, .l-imgL .l-img {
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
}
.l-imgR .l-img, .l-imgL .l-img.small {
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
}
.l-imgR .l-img {
  margin: 0 0 15px;
}
.l-imgR .l-img, .l-imgL .l-img.small {
  margin: 0 0 15px;
}

/*column*/
.col2 > li {
  width: 100%;
}

.col3 {
  margin-right:0;
  margin-left:0;
}

.col3 > li {
  margin-right:0;
  margin-left:0;
  width: 100%;
}

.col4 {
  margin-right:0;
  margin-left:0;
}

.col4 > li {
  margin-right:0;
  margin-left:0;
  width: 100%;
}

.col2-col2, .col3-col2, .col4-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col2-col2 > li, .col3-col2 > li, .col4-col2 > li {
  margin: 0;
  width: 48%;
}

/*table*/
.table-style01.sp-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}
.table-style01.sp-table colgroup{
  display: none;
}
.table-style01.sp-table th,.table-style01.sp-table td {
  border: none;
  display: block;
  width: 100%;
}

/*定義リスト　年表*/

.dl-profile dt{
  width: 100%;
}
.dl-profile dd{
  width: 100%;
  padding: 5px 0;
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd + dt {
  margin-top: 30px;
}

.box-privacy {
  padding: 15px;
}

.btn-privacy {
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  padding: 5px;
  margin: 5px 0 0;
  max-width: 290px;
  width: 100%;
  transition: .5s;
}

.btn-privacy:hover {
  background: #000;
  color: #fff;
}

/*------------
投稿アーカイブ
--------------*/
.list-post .list-ttl {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.list-post .list-img {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}

.list-post .list-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}

/*------------
投稿パーツ
--------------*/
/*カテゴリープルダウン*/

.select-box {
  width: 100%;
}

.post-ttl {
  font-size: 23px;
  margin-bottom: 15px;
}

.post-data {
  margin-bottom: 30px;
}

/* contact form */
.contact-form table {
  margin: 0 0 30px;
}
.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}
.contact-form table th, .contact-form table td {
  display: block;
}
.contact-form table th {
  padding: 15px 0 10px;
}
.contact-form table td {
  padding: 0 0 15px;
}
.contact-form .submit-btn [type="submit"] {
  padding: 15px;
  width: 250px;
}
.contact-form .submit-btn [type="submit"].back-btn {
  margin-right: 25px;
}


/* pagetop */
.pagetop {
  right: 5%;
  margin-bottom: 60px;
}
.pagetop a{
  font-size: 19px;
  line-height: 50px;
  height: 50px;
  width: 50px;
}
/* footer */
.f-inner{
  display:block;
  padding: 30px 5vw 20px;
}
.f-inner .l-left{
  margin-bottom: 30px;
}
.f-inner .l-right{
  margin-left:0;
  width: 100%;
}
.f-logo{
  font-size: 22px;
}
.f-navi{
  padding: 0 5vw;
}

.f-navi-list {
  text-align: left;
  overflow: hidden;
}

.f-navi-list li {
  margin: .5em 0;
  display: block;
  color: #fff;
  float: left;
  width: 50%;
}

.timetable th,.timetable.under th {
  font-size: 10px;
  padding: .3em;
  letter-spacing: -1px;
}
.timetable th.left-th,.timetable.under th.left-th{
  font-size: 10px;
  letter-spacing: 0;
}
.timetable td,.timetable.under td {
  font-size: 12px;
  padding: .3em;
}

.timetable .bar,
.timetable.under .bar{
  font-size: 12px;
}
.timetable .tri,
.timetable.under .tri{
  font-size: 14px;
}
.f-navi_social {
  margin-top: 20px;
  text-align: center;
}

.f-navi_social {
  margin-top: 20px;
  text-align: center;
}

.f-navi_social li {
  margin: 0 10px;
  display: inline-block;
}

.copyright {
  padding: 20px 5vw 70px;
  text-align: center;
}

/*------------
common
--------------*/

.sp-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map-sec .l-map iframe,
.sp-map iframe,
.sp-map object,
.sp-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.mb30-15 {
  margin-bottom: 15px !important;
}

.mb50-30 {
  margin-bottom: 30px !important;
}

.mb80-40 {
  margin-bottom: 40px !important;
}

.sp-tal {
  text-align: left !important;
}

.sp-tac {
  text-align: center !important;
}

.sp-tar {
  text-align: right !important;
}
