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

/* ==========================================================================
	MAIN
	========================================================================== */

.mainslider-wrapper {
  background-color: var(--color04);
  margin: 0 auto 80px auto;
}
.mainslider {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 85px auto 0 auto;
}
.slider {
	position: relative;
	width: 100%;
	left: 50%;
  line-height: 0;
  font-size: 0;
	margin: 0 auto 0 -50%;
}
.slick-slide img {
	width: 100%;
}

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

/*TOP*/

.newsContent dl {
  width: 100%;
	display: flex;
  border-bottom: solid 1px #cdcdcd;
}
.newsContent dl:last-child {
  margin-bottom: 30px;
}
.newsContent dl:first-child {
  border-top: solid 1px #cdcdcd;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 25px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 180px;
  color: #929292;
}
.newsContent dl dd {
	flex: 1;
  position: relative;
}
.top-column {
  display: flex;
}
.top-column__tit {
  width: 300px;
  margin-bottom: 0;
}
.top-column__txt {
  flex: 1;
}

.time-table {
  border-top: solid 3px;
  border-bottom: solid 3px;
  margin-bottom: 30px;
}
.time-table__tit {
	width: 200px;
	font-weight: normal;
	text-align: center;
	padding: 15px 10px;
}
.time-table__txt {
	text-align: center;
	padding: 20px 10px;
}
.week {
  border-bottom: solid 1px #ccc;
}
.close {
  display: flex;
  margin-bottom: 20px;
}
.close:last-child {
  margin-bottom: 0;
}
.close__tit {
  width: 100px;
  font-family: var(--font01);
  font-weight: 400;
  font-weight: bold;
}
.close__txt {
  flex: 1;
}

.apo-list__item {
  background-color: var(--color02);
  border-radius: 5px;
  padding: 30px;
}
.apo-list__item p:last-child {
  margin-bottom: 0;
}
.apo-list__tit {
  font-family: var(--font01);
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.apo-list__tit::before {
  content: "-";
  margin-right: 5px;
}
.apo-list__tit::after {
  content: "-";
  margin-left: 5px;
}
.tel-cmn {
  color: var(--color03);
  font-family: var(--font02);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
.tel-cmn a,.tel-cmn a:visited {
  color: var(--color03);
}
.tel-cmn::before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.apo-list__bt {
  display: block;
  width: 160px;
  color: var(--color03)!important;
  font-family: var(--font01);
  font-size: 2rem;
  font-weight: 400;
  border: solid 2px;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto;
}
.about__item {
  position: relative;
  color: #fff;
  background-color: var(--color01);
  border-radius: 5px;
  padding: 30px 30px 60px 30px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.about__item:hover {
  cursor: pointer;
  background-color: #b4a390;
}
.about__tit {
  font-family: var(--font01);
  font-size: 2.1rem;
  font-weight: 400;
}
.about img {
  display: block;
  border-radius: 5px;
  margin-bottom: 20px;
}
.about__bt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
}
.about__bt .link-cmn a {
  color: #fff;
}
.about .link-cmn a::before {
  background-color: #fff!important;
}
.address {
  display: flex;
  margin-bottom: 10px;
}
.address:last-child {
  margin-bottom: 0;
}
.address__tit {
  width: 120px;
}
.address__txt {
  flex: 1;
}

/*CLINIC*/

.outline__tit {
  width: 150px;
  font-weight: normal;
  padding-bottom: 20px;
}
.outline__txt {
  padding-bottom: 20px;
}
.history {
  display: flex;
  margin-bottom: 20px;
}
.history:last-child {
  margin-bottom: 0;
}
.history__tit {
  width: 80px;
  font-family: var(--font01);
  font-weight: 400;
}
.history__txt {
  flex: 1;
}

/*NEWS*/

.date {
  text-align: right;
  margin-top: -25px;
}
.pager a {
  color: var(--color01);
}
.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以下*/

.mainslider__txt {
  bottom: 20px;
  left: 20px;
}

}


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

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

.mainslider-wrapper {
  background-color: var(--color04);
  margin: 0 auto 80px auto;
}
.mainslider {
  margin: 65px auto 0 auto;
}
.slider {
	width: 160%;
	margin: 0 auto 0 -80%;
}

/*TOP*/

.top-column {
  display: block;
}
.top-column__tit {
  width: 100%;
  margin-bottom: 40px;
}

.apo-list__item {
  padding: 20px;
}
.about__item {
  padding: 20px 20px 40px 20px;
}
.about__bt {
  bottom: 20px;
  right: 20px;
}


/*NEWS*/

.news-top .wrapper {
	display: block;
}
.news__box {
	width: 100%;
	margin-bottom: 30px;
}
.news__tit img {
  width: 40px;
}
.news__txt {
  padding-left: 0;
}
.newsContent dl {
	display: block;
}
.newsContent dl dt {
  width: 100%;
  padding: 10px 0 0 0;
	margin-bottom: 5px;
}
.newsContent dl dd {
  padding: 5px 0 10px 0;
}
}

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

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

.mainslider-wrapper {
  margin: 0 auto 40px auto;
}
.mainslider {
  margin: 55px auto 0 auto;
}

/*TOP*/

.top-column__tit {
  margin-bottom: 30px;
}

.time-table {
  border-top: solid 2px;
  border-bottom: solid 2px;
  margin-bottom: 20px;
}
.time-table__tit {
	width: 80px;
  font-size: 1.1rem;
  letter-spacing: 0;
	padding: 10px 5px;
}
.time-table__txt {
  font-size: 1.2rem;
	padding: 10px 5px;
}
.close {
  display: block;
  margin-bottom: 20px;
}
.close__tit {
  width: 100px;
  margin-bottom: 10px;
}

.apo-list__item {
  padding: 20px;
}
.tel-cmn {
  font-size: 2rem;
}
.apo-list__bt {
  width: 150px;
  font-size: 1.8rem;
  padding: 7px 0;
}
.about__tit {
  font-size: 1.8rem;
}
.about__bt {
  bottom: 20px;
  right: 20px;
}
.address {
  display: block;
}
.address__tit {
  margin-bottom: 10px;
}

/*CLINIC*/

.outline__tit {
  display: block;
  width: 100%;
  font-weight: bold;
  padding-bottom:10px;
}
.outline__txt {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.history__tit {
  width: 60px;
}

}
