@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENTS
	========================================================================== */

/*TOP*/

.mainimage {
  position: relative;
  margin-bottom: 4%;
}
.slick-slide {
	margin: 0px 10px;
}
.slick-slide img {
	width: 100%;
}
.main-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 550px;
  text-align: center;
  border: solid 3px var(--color01);
  background-color: rgba(255,255,255,0.9);
  border-radius: 10px;
  padding: 30px;
}
.main-txt__access {
  display: inline-block;
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.4rem,2.25vw,2rem);
  text-align: center;
  background-color: var(--color02);
  border-radius: 80px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.main-txt__tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(2rem,3.75vw,3.2rem);
}

.news-list {
  display: flex;
  padding: 20px;
}
.news-list:nth-child(even) {
  background-color: #f7f7f7;
}
.news-list__day {
  width: 160px;
}
.news-list__tit {
  flex: 1;
}
.news .bt-cmn01 {
  margin-top: 5%;
}

.lead__bg {
  position: relative;
  z-index: 1;
  background: url("../images/index-images/bg01.jpg") 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: lighten;
  padding: 50px 0;
}
.lead__bg::after{
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  background-color: #4b8a7e;
  opacity: 0.5;
}
.lead__bg>h2{
  position: relative;
  z-index: 3;
}
.lead__bg>.wrapper{
  position: relative;
  z-index: 3;
  color: #fff;
}
.lead__tit {
  color: #fff;
  font-size: lamp(2.2rem,4vw,3.5rem);
  background-color: var(--color01);
  padding: 30px 0;
  margin-bottom: 0;
}
.lead .layout01__txt {
  padding-top: 40px;
}

.medical__item a {
  display: block;
}
.medical__item img {
  display: block;
  border-radius: 10px 10px 0 0;
}
.medical__tit {
  position: relative;
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-size: clamp(1.8rem,2.5vw,2.5rem);
  background-color: var(--color01);
  padding: 10px 15px;
}
.medical__tit::after {
	content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.medical__inner {
  background-color: var(--color03);
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.others {
  width: 70%;
}
.others__item {
  font-family: var(--font01);
  font-size: clamp(1.6rem,2.125vw,1.8rem);
  background-color: #fcfabc;
  padding: 10px;
  margin-bottom: 15px;
}

.mynumber {
  background: url("../images/index-images/bg02.jpg") 50% 50% no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.mynumber__inner {
  overflow: hidden;
  background-color: rgba(226,254,249,0.95);
  border-radius: 10px;
  padding: 40px;
  margin: 0 auto;
}
.mynumber__txt {
  float: left;
  width: 55%;
}
.mynumber__img {
  float: right;
  width: 40%;
}
.mynumber__tit {
  color: var(--color01);
  font-size: clamp(2rem,3.125vw,2.7rem);
  margin-bottom: 30px;
}

/*CLINIC*/

.outline {
	margin-bottom: 30px;
}
.outline tr:nth-child(odd) {
	background-color: #eee;
}
.outline__tit {
	width: 280px;
	font-weight: normal;
	padding: 15px;
}
.outline__txt {
	padding: 15px;
}
.outline-image {
	display: block;
	margin: 0 auto 50px auto;
}
.hospital__item {
	text-align: center;
	margin-bottom: 30px;
}
.hospital__item img {
	display: block;
	margin-bottom: 15px;
}

/*INTERNAL MEDICINE*/

.consultation__item {
	background-color: var(--color03);
	padding: 10px;
	margin-bottom: 20px;
}

/*NEWS*/

.article__tit {
  font-size: clamp(1.6rem,2.25vw,2rem);
  border-bottom: solid 2px var(--color01);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.article__date {
  font-size: 80%;
  text-align: right;
}
.pager a {
  color: var(--color01);
}
.article .tit-cmn02 {
  margin-bottom: 10px;
}
.anchor {
	background-color: var(--color03);
	padding: 40px 0;
}
.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: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/*TOP*/

.main-txt {
  width: 550px;
}

.lead__bg {
  background: url("../images/index-images/bg01.jpg") 50% 50% no-repeat;
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: lighten;
  padding: 50px 0;
}
.lead .layout01__txt {
  padding-top: 0;
}


.mynumber {
  background: url("../images/index-images/bg01.jpg") 50% 50% no-repeat;
  padding: 50px 0;
}
.mynumber__txt {
  float: none;
  width: 100%;
}
.mynumber__img {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto;
}

/*CLINIC*/

.outline__tit {
	width: 220px;
}
}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

/*TOP*/

.main-txt {
  width: 90%;
  padding: 20px;
}

.news-list {
  display: block;
  padding: 15px;
}
.news-list__day {
  width: 100%;
  margin-bottom: 10px;
}

.lead__bg {
  padding: 40px 0;
}
.lead__tit {
  padding: 20px 0;
}

.medical__tit {
  padding: 10px 15px;
}

.others {
  width: 100%;
}

.mynumber {
  padding: 40px 0;
}
.mynumber__inner {
  padding: 20px;
}
.mynumber__tit {
  margin-bottom: 20px;
}

/*CLINIC*/

.outline {
	margin-bottom: 20px;
}
.outline__tit {
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
.outline__tit::before {
	content: "-";
	margin-right: 5px;
}
.outline__txt {
	display: block;
	width: 100%;
	padding: 10px;
}
.outline-image {
	margin: 0 auto;
}
.hospital__item img {
	margin-bottom: 10px;
}

}

