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

.nav-top a {
	background-color: #5aaf94;
}

/* ==========================================================================
	MAIN
	========================================================================== */
	
.mainslider {
  position: relative;
  overflow: hidden;
}
.slider {
	position: relative;
	width: 100%;
	left: 50%;
  line-height: 0;
  font-size: 0;
	margin: 0 auto 0 -50%;
}
.slick-slide img {
	width: 100%;
}
.mainslider__text {
	position: absolute;
	top: 55%;
	left: 10%;
	color: #fff;
	font-family: var(--font01);
	font-size: clamp(1.8rem,5.625vw,4.7rem);;
}
.mainslider__text span {
	font-size: 130%;
}

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

/*TOP*/

.counterplan {
  padding: 30px 0;
}
.counterplan-list {
  width: 50%;
  margin: 0 auto;
}
.counterplan-list__item {
  font-family: var(--font02);
  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;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
  font-size: 80%;
	font-weight: 900;
}
.counterplan-list__item:last-child {
  margin-bottom: 0;
}

.newsContent {
  margin-bottom: 4%;
}
.newsContent dl {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  overflow: hidden;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 18%;
  clear: left;
  float: left;
  padding-left: 1em;
}
.newsContent dl dd {
  width: 82%;
  float: left;
  position: relative;
}
/*.newsContent dl dd:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 115%;
  height: 1px;
  border-bottom: 1px solid #bdbdbd;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}*/
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
    color: var(--color04);
}
@media screen and (max-width: 767px) {
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
    /*border-bottom: 1px solid #bdbdbd;*/
  }
  .newsContent dl dd:after {
    content: none;
  }
}

.reservation-list__item {
	font-family: var(--font01);
	font-size: 2rem;
	text-align: center;
	background-color: var(--color03);
	padding: 20px;
}
.reservation-list__item::before {
	content: "\f00c";
	color: var(--color04);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.online-bn {
	width: 785px;
	margin: 0 auto;
}

.medical-list__item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.medical-list__item .bt-cmn02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
}
.medical-list__item img {
	display: block;
	margin-bottom: 20px;
}
.medical-list__item h3 {
	font-size: clamp(1.8rem,2.375vw,2rem);
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 30px;
}
.medical-list__item p {
	font-size: 1.4rem;
}
.about01 h3,.about02 h3 {
	border-bottom: none;
	padding-bottom: 0;
}
.insta__bt {
	width: 200px;
	margin: 0 auto;
}
.insta__bt a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background-color: var(--color01);
	border-radius: 5px;
	padding: 15px 0;
}
.insta__bt a::before {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	margin-right: 7px;
}

/*CLINIC*/

.message__txt {
	float: left;
	width: 65%;
}
.message__img {
	float: right;
	width: 25%;
}

/*ATTEMPT*/

.maina__image {
  display: block;
  width: 400px;
	margin: 0 auto;
}

/*IMPLANT*/

.flow {
	margin-bottom: 10px;
}
.flow__number {
	color: var(--color02);
	font-family: var(--font02);
	font-weight: 700;
}
.flow__inner {
	display: flex;
	align-items: center;
	border-left: solid 2px var(--color02);
	padding: 20px 0;
	margin-left: 8px;
}
.flow__img {
	width: 20%;
}
.flow__img img {
	display: block;
	width: 60%;
	margin: 0 auto;
}
.flow__txt {
	flex: 1;
}
.flow__txt h3 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.flow__txt p:last-child {
	margin-bottom: 0;
}

/*ACCESS*/

.way__tit {
	font-family: var(--font01);
	font-size: clamp(1.8rem,2.375vw,2rem);
	font-weight: 400;
	background-color: var(--color03);
	padding: 10px;
	margin-bottom: 20px;
}
.way__tit--train::before {
	content: "\f239";
	color: var(--color01);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.way__tit--car::before {
	content: "\f1b9";
	color: var(--color01);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.movie__list {
  color: var(--color01);
  text-align: center;
  margin-bottom: 40px;
}

/*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: -20px;
}
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){

.about01 {
  background: url("../images/cmn-images/bg01.jpg") 50% 0 no-repeat;
	background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.about02 {
  background: url("../images/cmn-images/bg02.jpg") 50% 0 no-repeat;
	background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

}
@media screen and (max-width: 1200px){/*1200以下*/

}


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

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

.slider {
	width: 150%;
	margin: 0 auto 0 -80%;
}

/*TOP*/

.counterplan-list {
  width: 100%!important;
}
.about01 {
  background: url("../images/cmn-images/bg01.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.about02 {
  background: url("../images/cmn-images/bg02.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.online-bn {
	width: 80%;
}

.medical-list {
  width: 105%!important;
}
.medical-list__item {
  width: 45%!important;
  margin: 0 5% 5% 0;
}

}

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

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

.slider {
	width: 180%;
	margin: 0 auto 0 -100%;
}
.mainslider__text {
	left: 5%;
}

/*TOP*/

.about01 {
  background: url("../images/cmn-images/bg01.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.about02 {
  background: url("../images/cmn-images/bg02.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.counterplan {
  padding: 20px 0;
}
.counterplan-list__item a {
  padding: 10px;
}
.counterplan-list__item a::after {
  right: 10px;
}
.counterplan-list__item:last-child {
  margin-bottom: 0;
}

.reservation-list__item {
	font-size: 1.6rem;
	padding: 15px;
}
.reservation-list__item::before {
	margin-right: 7px;
}
.online-bn {
	width: 100%;
}

.medical-list {
  width: 100%!important;
}
.medical-list__item {
  float: none;
  width: 100%!important;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/*CLINIC*/

.message__txt {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.message__img {
	display: block;
	float: none;
	width: 60%;
	margin: 0 auto;
}

/*IMPLANT*/

.flow__inner {
	display: block;
	border-left: none;
	border-bottom: solid 2px var(--color02);
	margin: 0 0 10px 0;
}
.flow:last-child .flow__inner {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.flow__img {
	width: 100%;
	margin-bottom: 30px;
}
.flow__img img {
	width: 30%;
}

/*ATTEMPT*/

.maina__image {
  width: 90%;
  margin: 0 auto;
}

}

