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

/* ==========================================================================
	MAIN
	========================================================================== */
	
.mainslider {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto 7vh auto;
}
.slider {
	position: relative;
  float: right;
	width: 57%;
  line-height: 0;
  font-size: 0;
}
.slick-slide img {
	width: 100%;
  border-radius: 20px;
}
.slider-txt {
  float: left;
  width: 40%;
}
.slider-txt__inner {
  float: right;
  width: 80%;
  text-align: left;
  padding-top: 50px;
}
.mainslider__tit {
  font-family: var(--font01);
  font-size: 2.1vw;
  font-weight: 400;
  margin-bottom: 30px;
}
.mainslider__tit span {
  color: var(--color01);
  font-size: 150%;
}
.contact-tel {
  text-align: center;
  background-color: var(--color03);
  border-radius: 20px;
  padding: 20px;
}
.contact-tel__tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.8rem,2.375vw,2rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.contact-tel__tit::before {
  content: "-";
  margin-right: 5px;
}
.contact-tel__tit::after {
  content: "-";
  margin-left: 5px;
}
.contact-tel__number {
  display: inline-block;
  font-family: var(--font02);
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  background: url("../images/cmn-images/icon-mobile.png") 0 50% no-repeat;
  background-size: 30px;
  padding-left: 45px;
}

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

/*TOP*/

.news-top .wrapper {
	display: flex;
	align-items: center;
  border: solid 5px var(--color02);
  border-radius: 20px;
  padding: 20px;
}
.news__box {
	width: 350px;
	text-align: center;
  padding-right: 20px;
}
.news__box img {
	display: block;
	width: 70px;
	margin: 0 auto 20px auto;
}
.news__tit {
	margin-bottom: 15px;
}
.news__bt {
  width: 150px;
  margin: 0 auto;
}
.news__bt a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  background-color: var(--color01);
  border-radius: 80px;
  padding: 5px 0;
}
.news__txt {
	flex: 1;
}
.newsContent dl {
  width: 100%;
	display: flex;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 15px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 150px;
}
.newsContent dl dd {
	flex: 1;
  position: relative;
}

.medical-list {
  overflow: hidden;
  margin-bottom: 50px;
}
.medical-list__item {
  font-family: var(--font01);
  font-weight: 400;
  font-size: clamp(1.8rem,2.375vw,2.5rem);
  text-align: center;
  border-left: solid 2px var(--color01);
}
.medical-list__item:first-child {
  border-left: none;
}
.medical-list__item a {
  display: block;
  color: var(--color01);
  background: url("../images/cmn-images/icon-arrow.png") 50% 95% no-repeat;
  padding: 10px 0 80px 0;
}
.medical-list__item a:hover {
  background-color: #fffacf;
}
.medical-list__item a img {
  display: block;
  width: 45%;
  margin: 0 auto 10px auto;
}
.medical-list02__item {
  margin-bottom: 15px;
}
.medical-list02__item a {
  display: table;
  width: 100%;
  color: #fff;
  font-family: var(--font01);
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  background: url("../images/cmn-images/icon-arrow.png") 95% 50% no-repeat;
  background-size: 30px;
  background-color: var(--color01);
  border-radius: 10px;
}
.medical-list02__item a:hover {
  background-color: #3ab372;
}
.medical-list02__item:first-child span {
  background: url("../images/index-images/medical04.png") 5% 50% no-repeat;
}
.medical-list02__item:nth-child(2) span {
  background: url("../images/index-images/medical06.png") 5% 50% no-repeat;
}
.medical-list02__item:nth-child(3) span {
  background: url("../images/index-images/medical07.png") 5% 50% no-repeat;
}
.medical-list02__item:nth-child(4) span {
  background: url("../images/index-images/medical08.png") 5% 50% no-repeat;
}
.medical-list02__item:nth-child(5) span {
  background: url("../images/index-images/medical05.png") 5% 50% no-repeat;
}
.medical-list02__item span {
  display: table-cell;
  vertical-align: middle;
  background-size: 50px!important;
  padding: 35px 25px;
}

.bn__item {
  border-right: dotted 1px;
}
.bn__item:last-child {
  border-right: none;
}
.bn__item a {
	display: block;
	font-family: var(--font01);
	font-size: 2.8rem;
	font-weight: 500;
	text-align: center;
	padding: 10px 0;
}
.bn__item a:hover {
  background-color: #d2f4e0;
}
.bn__item--first span {
	background: url("../images/cmn-images/footer-icon01.png") 0 50% no-repeat;
}
.bn__item--clinic span {
	background: url("../images/cmn-images/footer-icon02.png") 0 50% no-repeat;
}
.bn__item--faq span {
	background: url("../images/cmn-images/footer-icon03.png") 0 50% no-repeat;
}
.bn__item a span {
	display: inline-block;
	background-size: 90px;
	padding: 20px 0 20px 100px;
}

/*FIRST*/

.belongings__item img {
	display: block;
	width: 50%;
	margin: 0 auto 30px auto;
}
.belongings-box__tit {
	color: var(--color01);
	font-family: var(--font01);
	font-size: clamp(1.8rem,2.375vw,2rem);
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.maina {
	background-color: var(--color03);
	border-radius: 20px;
	padding: 40px;
}

/*MEDICAL*/

.detail {
	display: flex;
	margin-bottom: 20px;
}
.detail__tit {
	width: 260px;
	font-family: var(--font01);
	font-size: clamp(1.8rem,2.375vw,2rem);
	font-weight: 400;
	border-right: solid 1px var(--color01);
}
.detail__txt {
	flex: 1;
	padding-left: 30px;
}
.check-list__item {
	background: url("../images/cmn-images/icon-check.gif") 0 0 no-repeat;
	background-size: 27px;
	padding-left: 40px;
	margin-bottom: 20px;
}
.check-list__item strong {
	display: block;
}

/*CLINIC*/

.outline tr:nth-child(odd) {
	background-color: #eee;
}
.outline__tit {
	width: 140px;
	font-weight: normal;
	border-bottom: solid 1px var(--color01);
	padding: 15px;
}
.outline__txt {
	border-bottom: solid 1px #ccc;
	padding: 15px;
}

/*FAQ*/

.faq {
	margin-bottom: 40px;
}
.faq__tit {
  cursor: pointer;
  position: relative;
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(1.8rem,2.375vw,2.2rem);
  font-weight: 400;
  background: url("../images/faq-images/icon-q.png") 10px 55% no-repeat;
  background-size: 25px;
  border-bottom: solid 2px;
  padding: 15px 50px 15px 50px;
  margin: 0;
}

/* プラス・マイナスアイコン */
.accordion-icon {
  position: absolute;
  width: 35px;
  right: 10px;
  top: 45%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}
.faq__tit::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 35px;
  transform: translateY(-50%);
  font-size: 1.6em;
  transition: transform 0.3s;
  text-align: center;
}

/* 開いているときはマイナス */
.faq__tit.active::after {
  content: "-";
  font-size: 1.6em;
}
.faq__box {
	overflow: hidden;
  display: none;
  background-color: var(--color03);
  padding: 30px;
}
.faq__box p:last-child {
  margin-bottom: 0;
}

/*NEWS*/

.news h3 {
  margin-bottom: 10px;
}
.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以下*/

.slider-txt__inner {
  width: 90%;
  padding-top: 20px;
}

}


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

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

.mainslider {
  margin: 0 auto 8vh auto;
}
.slider {
  float: none;
	width: 95%;
  margin: 0 auto;
}
.slider-txt {
  float: none;
	width: 95%;
  margin: 0 auto;
}
.slider-txt__inner {
  float: none;
  width: 100%;
  padding-top: 30px;
}
.mainslider__tit {
  font-size: 4vw;
  text-align: center;
}

.news-top .wrapper {
	display: block;
}
.news__box {
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
}
.newsContent dl {
	display: block;
	margin-bottom: 20px;
}
.newsContent dl:last-child {
	margin-bottom: 0;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 0;
}
.newsContent dl dt {
  width: 100%;
	margin-bottom: 10px;
}

.medical-list02 {
  width: 103%!important;
}
.medical-list02__item {
  width: 47%!important;
  margin: 0 3% 10px 0!important;
}

.bn {
	width: 60%;
	margin: 0 auto;
}
.bn__item {
	float: none!important;
	width: 100%!important;
  border-right: none;
  border-bottom: dotted 1px;
}
.bn__item:last-child {
  border-bottom: none;
}
}

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

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

.mainslider {
  margin: 0 auto 5vh auto;
}
.mainslider__tit {
  font-size: 4.5vw;
}
.contact-tel {
  padding: 15px;
}
.contact-tel__tit {
  margin-bottom: 15px;
}
.contact-tel__number {
  font-size: 2rem;
  background-size: 20px;
  padding-left: 30px;
}

.news-top .wrapper {
  padding: 15px;
}
.news__box {
  margin-bottom: 20px;
}
.news__box img {
	width: 40px;
	margin: 0 auto 10px auto;
}

.medical-list {
  margin-bottom: 30px;
}
.medical-list__item {
  border-left: none;
  border-bottom: solid 2px var(--color01);
}
.medical-list__item:last-child {
  border-bottom: none;
}
.medical-list__item a {
  background-size: 35px;
  padding: 10px 0 60px 0;
}
.medical-list02__item a {
  letter-spacing: 0;
  background: url("../images/cmn-images/icon-arrow.png") 97% 50% no-repeat;
  background-size: 35px;
  background-color: var(--color01);
}
.medical-list02 {
  width: 100%!important;
}
.medical-list02__item {
  float: none!important;
  width: 100%!important;
  margin: 0 0 0 10px 0!important;
}
.medical-list02__item a {
  font-size: 1.6rem;
  background: url("../images/cmn-images/icon-arrow.png") 95% 50% no-repeat;
  background-color: var(--color01);
  background-size: 25px;
}
.medical-list02__item span {
  background-size: 40px!important;
  padding: 30px 20px;
}

.bn {
	width: 100%!important;
}
.bn__item a {
	font-size: 2rem;
}
.bn__item a span {
	background-size: 60px;
	padding: 15px 0 15px 70px;
}

/*FIRST*/

.belongings__item img {
	width: 40%;
	margin: 0 auto 20px auto;
}
.maina {
	padding: 25px;
}

/*MEDICAL*/

.detail {
	display: block;
}
.detail__tit {
	width: 100%;
	border-right: none;
	border-bottom: solid 1px var(--color01);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.detail__txt {
	padding-left: 0;
}

/*CLINIC*/

.outline__tit {
	width: 100px;
	padding: 10px;
}
.outline__txt {
	padding: 10px;
}

/*FAQ*/

.faq {
	margin-bottom: 30px;
}
.faq__tit {
  background: url("../images/faq-images/icon-q.png") 3px 6px no-repeat;
  background-size: 20px;
  padding: 0 30px 15px 30px;
}
/* プラス・マイナスアイコン */
.accordion-icon {
  right: 0;
  top: 30%;
}
.faq__tit::after {
  right: 0;
  top: 30%;
}

.faq__box {
  padding: 20px;
}

}

