@charset "UTF-8";
.more {
	display: block;
	width: 280px;
	margin: 10px auto;
	text-align: center;
	position: relative;
	background-color: #81DDE2;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 500;
}
.more:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all .5s;
  color: #fff;
}
/*トップ100文字*/
.message {
  font-size: 1.1rem;
  margin-bottom: 30px;
}
/*電話番号*/
.tel, header .tel-h {
	color: #E73500;
}
/*先生の写真*/
.profileimg {
  width: 300px;
  float: right;
  text-align: center;
  margin-left: 30px;
  height: auto;
}
/*地図*/
.map {
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 20px;
}
/*リンク*/
.textlink ul li, .textlink2 ul li {
  list-style-image: none;
  list-style-type: none;
  position: relative;
}
.textlink ul li a {
	/* [disabled]padding-top: 0.7em; */
	/* [disabled]padding-right: 0.5em; */
	/* [disabled]padding-bottom: 0.7em; */
	/* [disabled]padding-left: 2.25em; */
	display: block;
	margin-bottom: 10px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	/* [disabled]background-color: #6FC6C6; */
}
.textlink ul li a:before {
	/* [disabled]font-family: "Font Awesome 5 Free"; */
	/* [disabled]content: "\f101"; */
	/* [disabled]font-weight: 900; */
	position: absolute;
	/* [disabled]left: 1em; */
	/* [disabled]color: #FFFFFF; */
	/* [disabled]padding-right: 1em; */
}
.textlink ul li a:hover {
  opacity: 0.8;
}
.textlink2 ul li a {
  padding-top: 0.7em;
  padding-right: 0.5em;
  padding-bottom: 0.7em;
  padding-left: 0.5em;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  border: 1px solid #CBCBCB;
  text-align: center;
}
/* 先生紹介*/
.profile {
  margin-bottom: 30px;
}
.profile-table {
  table-layout: fixed;
  border: none;
}
.profile-table th {
  width: 6rem;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
/* スタッフ紹介*/
.staff {
  overflow: hidden;
  vertical-align: top;
}
.staff ul {
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: -4%;
  width: auto;
}
.staff li {
	list-style: none;
	float: left;
	width: 46%;
	margin-top: 0;
	margin-bottom: 50px;
	margin-right: 4%;
	vertical-align: top;
	background-color: #F1F1F1;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
}
.staff ul li h6 {
	font-weight: 500;
	font-size: 1.2em;
}
.staff li:nth-child(2n+1) {
  clear: both;
}
.staffimg {
	width: 50%;
	float: right;
	text-align: center;
	height: auto;
	margin-left: 10px;
}
/* 施設紹介*/
.shisetsu2, .shisetsu3, .shisetsu4, .method {
  overflow: hidden;
  text-align: center;
}
.shisetsu2 ul, .shisetsu3 ul, .shisetsu4 ul, .method ul {
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: -2%;
}
.shisetsu2 li img, .shisetsu3 li img, .shisetsu4 li img {
  width: 100%;
}
.shisetsu2 li {
  list-style: none;
  float: left;
  width: 48%;
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: 2%;
}
.shisetsu2 li:nth-child(2n+1) {
  clear: both;
}
.shisetsu3 li, .method li {
  list-style: none;
  float: left;
  width: 31.3%;
  margin-top: 0;
  margin-right: 2%;
  /* [disabled]margin-left: 1%; */
  margin-bottom: 30px;
}
.shisetsu3 li:nth-child(3n+1), .method li:nth-child(3n+1) {
  clear: both;
}
.shisetsu4 li {
  list-style: none;
  float: left;
  width: 23%;
  margin-top: 0;
  margin-right: 2%;
  margin-left: 0;
  margin-bottom: 30px;
}
.shisetsu4 li:nth-child(4n+1) {
  clear: both;
}
.method p {
	text-align: left;
}
.method .meth_title {
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	text-align: center;
	line-height: 1em;
}
.method .meth_title .small {
	font-size: 0.7em;
	opacity: 0.7;
	color: #A1A1A1;
}
.meth_title img {
	width: 150px;
	margin-bottom: 10px;
}
/* 診療案内----------------------------------------------------*/
.aisatsu {
	background-color: #FFF8DE;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-radius: 7px;
	font-size: 1.2rem;
	border: 1px solid #FCB262;
	margin-top: 15px;
	margin-bottom: 25px;
}
.kamoku .fas {
  color: #FF99CC;
}
/* 表組み------------------------------------------------------*/
.hyouA, .hyouB {
  margin-bottom: 1.5em;
  margin-top: 0.6em;
  width: 100%;
  text-align: center;
}
.hyouA th, .hyouB th {
  font-weight: 400;
  border: 1px solid #D0D0D0;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  background-color: #F6F6F6;
}
.hyouA td {
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  padding: 10px;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #D0D0D0;
}
.hyouB td {
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  padding: 10px;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #D0D0D0;
  text-align: center;
}
/* 診療時間 */
.timetable, .timetable2 {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.timetable th, .timetable2 th {
  font-weight: normal;
  background-color: #79CFF7;
  color: #FFF;
  text-align: center;
  border: 1px solid #D1D1D1;
}
.timetable .time, .timetable2 .time {
  background-color: #FFFCE0;
  line-height: 1.2rem;
  border-left: 1px solid #D1D1D1;
}
.timetable .close, .timetable2 .close {
  font-weight: normal;
  background-color: #EEEEEE;
}
.timetable td, .timetable2 td {
  text-align: center;
  border-bottom: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
.timetable th, .timetable td {
  padding: 5px;
}
.timetable2 th, .timetable2 td {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* 交通案内 */
.access {
  width: 100%;
}
.access th {
  font-weight: normal;
  border: 1px solid #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #79CFF7;
  color: #fff;
}
.access td {
  border-left-color: #D0D0D0;
  /* [disabled]border-right-color: #D0D0D0; */
  border-bottom-color: #D0D0D0;
  border-top-color: #D0D0D0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  padding: 10px;
}
.access tr td dl dd {
  margin-top: -1.7rem;
}
.access tr td dl dt .fa {
  color: #FFDE75;
  width: 2em;
}
.access tr td dl dt .fa-solid.fa-car, .access tr td dl dt .fa-solid.fa-train-subway, .access tr td dl dt .fa-solid.fa-bus {
  color: #82D2B3;
  font-size: 1.2rem;
  text-align: center;
  width: 2em;
}
.google-maps {
  position: relative;
  padding-bottom: 50%; /*縦横比 */
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* grid */
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
/*色-------------------------------------*/
.cl_rd {
  color: #F00;
}
.cl_bl {
  color: #0099FF;
}
.cl_gn {
  color: #22C200;
}
.cl_or {
  color: #FF6600;
}
/*文字-------------------------------------*/
.cap {
  font-size: 0.9rem;
}
/*囲み-------------------------------------*/
.box {
  border: 1px solid #BFBFBF;
  padding-top: 20px;
  overflow-y: hidden;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.box1 {
	border: 2px solid #FCB262;
	background-color: #FFFCEF;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
/*アキ調整-------------------------------------*/
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
/*パソコン　画像-------------------------------------*/
.imgw100 {
  width: 100%;
  height: auto;
}
/*左右センター*/
.imgw50 {
  width: 50%;
  height: auto;
  margin-left: 25%;
  margin-right: 25%;
}
.imgw60 {
  width: 60%;
  height: auto;
  margin-left: 20%;
  margin-right: 20%;
}
.imgw70 {
  width: 70%;
  height: auto;
  margin-left: 15%;
  margin-right: 15%;
}
/*右寄せ*/
.right-image20 {
  width: 200px;
  height: auto;
  float: right;
}
.right-image30 {
  width: 300px;
  height: auto;
  float: right;
}
.right-image40 {
  width: 400px;
  height: auto;
  float: right;
}
/*スマホ-------------------------------------*/
@media screen and (max-width:480px) {
  /*縦写真*/
  .imgw50, .imgw60, .imgw70, .right-image20, .right-image30, .right-image40, .map {
    width: 100% !important;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  /* 先生の写真 */
  .profileimg {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
  }
  /* スタッフ紹介 */
  .staffimg {
	width: 98%;
	height: auto;
	margin-bottom: 10px;
	float: left;
	margin-left: auto;
	margin-right: auto;
  }
  /* 施設紹介 */
  .shisetsu2 li, .shisetsu3 li, .shisetsu4 li, .method li {
    width: 98%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
 .staff li {
    width: 98%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
  .shisetsu2 li:nth-child(2n+1), .shisetsu3 li:nth-child(3n+1), .shisetsu4 li:nth-child(4n+1), .staff li:nth-child(2n+1), .method li:nth-child(2n+1) {
    clear: both;
  }
  .row .col.span-4 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
.br-pc {display: none; }
}

/*パソコン-------------------------------------*/
@media screen and (min-width: 768px) {
  /*スマホの時だけ改行*/
  .br-sp {
    display: none;
  }
  .row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .col {
    margin-left: 4%;
  }
  .col:first-child {
    margin-left: 0;
  }
  .row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
  }
  .row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
  }
  .row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
  }
  .row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
  }
  .row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
  }
  .row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
  }
  .row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
