@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.mainimage div img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.catch {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 10%;
  width: 400px;
  height: 400px;
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 40px 0;
}
.catch__tit01 {
  width: 75%;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.375vw, 2rem);
  line-height: 100%;
  background-color: var(--color02);
  border-radius: 80px;
  padding: 10px 0;
  margin: 0 auto 20px auto;
}
.catch__tit02 {
  color: var(--color01);
  font-weight: var(--font01);
  font-size: clamp(2.0rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mainimage {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.counterplan {
  padding: 30px 0;
  background-color: var(--color03);
}
.counterplan-list {
  width: 50%;
  margin: 0 auto;
}
.counterplan-list__item {
  font-family: var(--font01);
  font-weight: 700;
  font-size: clamp(1.6rem, 2.125vw, 1.8rem);
  margin-bottom: 15px;
}
.counterplan-list__item a {
  position: relative;
  display: block;
  color: var(--color01);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.counterplan-list__item a::after {
  position: absolute;
  top: 35%;
  right: 20px;
  color: var(--color02);
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-size: 80%;
  font-weight: 900;
}
.counterplan-list__item:last-child {
  margin-bottom: 0;
}
#news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news h2 {
  margin-bottom: 0;
}
#news .box01 {
  width: 20%;
}
#news .box02 {
  width: 75%;
  display: flex;
  align-items: center;
}
.newsContent {
  width: 100%;
}
.newsContent dl {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 25%;
  padding-left: 1em;
}
.newsContent dl dd {
  position: relative;
}
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
  color: var(--color04);
}
@media screen and (max-width: 767px) {
  .newsContent dl {
    display: block;
  }
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
  }
  .newsContent dl dd:after {
    content: none;
  }
}
#medical p {
  font-size: clamp(1.6rem, 2.0vw, 1.8rem);
  font-weight: bold;
  margin-top: 10px;
}
#greeting p {
  margin-bottom: 30px;
}
#greeting .bt-cmn01 {
  width: 280px;
  margin-right: 0;
}
/*CLINIC*/
.outline .table-cmn01__tit {
  width: 200px;
}
/*timetable*/
.timetable .info__inner {
  overflow: hidden;
  background-color: #fff;
  border: solid 2px var(--color02);
  border-collapse: separate;
  margin-bottom: 30px;
}
.timetable .time-table__tit {
  border-bottom: solid 2px var(--color02);
  background-color: var(--color03);
}
.timetable .time-table__txt {
  text-align: center;
  border-bottom: solid 2px var(--color02);
  border-left: solid 1px var(--color02);
}
.timetable tr:first-child .time-table__txt {
  background-color: var(--color03);
}
.timetable tr:last-child .time-table__tit {
  border-bottom: none;
}
.timetable tr:last-child .time-table__txt {
  border-bottom: none;
}
/*ACCESS*/
.access {
  margin-bottom: 40px;
}
.access:last-child {
  margin-bottom: 0;
}
.access__tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  font-weight: 700;
  background-color: #eee;
  padding: 15px;
  margin-bottom: 20px;
}
.access__tit i {
  color: var(--color04);
  margin-right: 10px;
}
/*ATTEMPT*/
.maina__image {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.addition .tit-cmn02 {
  font-size: 2rem;
}
.addition-table__tit {
  color: #fff;
  text-align: center;
  background-color: #0f89df;
  border: solid 1px #ccc;
  padding: 15px;
}
.addition-table__txt {
  border: solid 1px #ccc;
  padding: 15px;
}
/*NEWS*/
.main .inner a, .main .inner a:visited {
  color: var(--color01);
}
.main .inner a:hover {
  opacity: 0.4;
  filter: alpha(opacity=90);
}
.inner {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0 10px;
}
.date {
  text-align: right;
  margin-top: -35px;
}
img.border {
  border: 1px solid #e3f2f0;
  padding: 3px;
}
.inner-wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.inner-wrap .blockLine {
  padding: 0;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.inner-wrap .blockLine > .block {
  display: inline-block;
  width: 49%;
  padding: 0;
  margin: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
.inner-wrap .blockLine > .block p {
  text-align: left;
}
.inner-wrap .blockLine > .block figure {
  display: block;
  margin: auto;
}
.inner-wrap .blockLine > .block:first-child {
  margin-left: 0 !important;
}
.inner-wrap .blockLine > .block:last-child {
  margin-right: 0 !important;
}
.inner-wrap .blockLine.blocks_2 > .block {
  width: calc((100% - 2%) / 2);
}
.inner-wrap .blockLine.blocks_3 > .block {
  width: calc((100% - 4%) / 3);
}
.inner-wrap .blockLine.blocks_4 > .block {
  width: calc((100% - 6%) / 4);
}
.inner-wrap .blockLine.blocks_5 > .block {
  width: calc((100% - 8%) / 5);
}
.inner-wrap .blockLine.blocks_6 > .block {
  width: calc((100% - 10%) / 6);
}
.inner-wrap .blockLine.blocks_7 > .block {
  width: calc((100% - 12%) / 7);
}
.inner-wrap .blockLine.blocks_8 > .block {
  width: calc((100% - 14%) / 8);
}
.inner-wrap .blockLine.blocks_2 > .block:nth-child(2n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_3 > .block:nth-child(3n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_4 > .block:nth-child(4n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_5 > .block:nth-child(5n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_6 > .block:nth-child(6n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_7 > .block:nth-child(7n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_8 > .block:nth-child(8n) {
  margin-right: 0;
}
.inner-wrap .blockLine.vertical > .block {
  float: none;
  vertical-align: middle;
  position: relative;
}
.inner-wrap .blockLine.reversal > .block {
  float: right;
  position: relative;
}
.inner-wrap .blockLine .block.last + .block {
  margin-left: 0;
  clear: both;
}
.inner-wrap .blockLine.reversal > .block:first-child {
  margin-left: 2% !important;
  margin-right: 0;
}
.inner-wrap .blockLine.reversal > .block:last-child {
  margin-left: 0;
}
.blockLine > .block.wd10 {
  width: 9%;
}
.blockLine > .block.wd15 {
  width: 14%;
}
.blockLine > .block.wd20 {
  width: 19%;
}
.blockLine > .block.wd25 {
  width: 24%;
}
.blockLine > .block.wd30 {
  width: 29%;
}
.blockLine > .block.wd35 {
  width: 34%;
}
.blockLine > .block.wd40 {
  width: 39%;
}
.blockLine > .block.wd45 {
  width: 44%;
}
.blockLine > .block.wd50 {
  width: 49%;
}
.blockLine > .block.wd55 {
  width: 54%;
}
.blockLine > .block.wd60 {
  width: 59%;
}
.blockLine > .block.wd65 {
  width: 64%;
}
.blockLine > .block.wd70 {
  width: 69%;
}
.blockLine > .block.wd75 {
  width: 74%;
}
.blockLine > .block.wd80 {
  width: 79%;
}
.blockLine > .block.wd85 {
  width: 84%;
}
.blockLine > .block.wd90 {
  width: 89%;
}
.blockLine > .block.wd95 {
  width: 94%;
}
.blockLine > .block.wd100 {
  width: 99%;
}
@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix) > .block {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    float: none;
  }
  .inner-wrap .blockLine:not(.fix) .wd10, .inner-wrap .blockLine:not(.fix) .wd20, .inner-wrap .blockLine:not(.fix) .wd30, .inner-wrap .blockLine:not(.fix) .wd40, .inner-wrap .blockLine:not(.fix) .wd60, .inner-wrap .blockLine:not(.fix) .wd70, .inner-wrap .blockLine:not(.fix) .wd80, .inner-wrap .blockLine:not(.fix) .wd90, .inner-wrap .blockLine:not(.fix) .wd15, .inner-wrap .blockLine:not(.fix) .wd25, .inner-wrap .blockLine:not(.fix) .wd35, .inner-wrap .blockLine:not(.fix) .wd45, .inner-wrap .blockLine:not(.fix) .wd65, .inner-wrap .blockLine:not(.fix) .wd75, .inner-wrap .blockLine:not(.fix) .wd85, .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block {
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 2%;
    text-align: left;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(even) {
    margin-left: 2%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(odd) {
    clear: both;
  }
  .inner-wrap .blockLine.reversal > .block:first-child {
    margin-left: 0 !important;
  }
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1100px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .catch {
    width: 300px;
    height: 300px;
    padding: 40px 0;
  }
  .catch__tit01 {
    width: 200px;
    font-size: 1.6rem;
  }
  .catch__tit02 {
    font-size: 2.0rem;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  /*TOP*/
  .mainimage {
    margin-bottom: 10px;
  }
  .catch {
    width: 230px;
    height: 230px;
    padding: 10px 0;
    top: auto;
    bottom: 5%;
    left: 5%;
    transform: translate(0, 0);
  }
  .catch__tit01 {
    width: 150px;
    padding: 7px 0;
    margin: 0 auto 10px auto;
  }
  .catch__tit01 {
    font-size: 1.2rem;
  }
  .catch__tit02 {
    font-size: 1.6rem;
  }
  #news .box {
    display: block;
  }
  #news .box01 {
    width: 35%;
    margin: 0 auto 10px auto;
  }
  #news .box02 {
    display: block;
    width: 100%;
  }
  .counterplan {
    padding: 20px 0;
  }
  .counterplan-list {
    width: 100%;
  }
  .counterplan-list__item {
    margin-bottom: 10px;
  }
  .counterplan-list__item a {
    padding: 7px 15px;
  }
  .counterplan-list__item a::after {
    right: 15px;
  }
  #greeting p {
    margin-bottom: 30px;
  }
  #greeting .bt-cmn01 {
    margin: 0 auto;
  }
  /*CLINIC*/
  .outline .table-cmn01__tit {
    width: 100px;
  }
  /*ATTEMPT*/
  .maina__image {
    width: 85%;
  }
  .addition .tit-cmn02 {
    font-size: 1.8rem;
  }
  .addition-table {
    font-size: 85%;
    letter-spacing: 0;
  }
  .addition-table__tit {
    padding: 10px;
  }
  .addition-table__txt {
    padding: 10px;
  }
  /*NEWS*/
  .date {
    margin-top: -25px;
  }
}