@charset "utf-8";
/* =============================================
  slider
============================================= */
.logo-text-area {
	position: absolute;
	top: 12%;
	left: 11.71875%;
	background: rgba(0,0,0, .35);
	width: 39.84375%;
	padding:0 4px 20px;
}
.logo-text-img {
	width: 66.363636363% !important;
	padding: 9.677419354% 0 0 0;
	margin: 0 auto 5.5%;
}
.slider-h1 {
	font-size: 2.6rem;
	font-size: 2.032vw;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
	color: #fff;
	margin: 0 auto 1%;
}
.slider-h1 span {
	font-size: 2.2rem;
	font-size: 1.72vw;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
	color: #fff;
}
.logo-text-area p {
	font-size: 1.8rem;
	font-size: 1.4055vw;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
	color: #fff;
}
/* swiper
---------------------------------------------- */
.main-slider-wap {
	position: relative;
}
.swiper-slide {
	text-align: center;
	background: #fff;
}
.main-copy-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 34%;
}
/* =============================================
 contents
============================================= */
.covid-wrap, .concept-wrap, .menu-wrap, .doctor-wrap, .news-wrap {
	padding-top: 53px;
	text-align: center;
}

/* =============================================
 covid
============================================= */
.covid-wrap {
  background: #f7f7f7;
  padding-bottom: 81px;
}
.top-covid-text {
  margin: 0 16px;
}
.covid-text-wrap {
  /*display: inline-block;
  font-size: 2rem;
  border: 1px solid #adadad;
  background: #fff;
  padding: 32px 24px;
  text-align: center;*/
  
  
  display: inline-block;
  font-size: 2rem;
  outline: solid 4px #312d31;
  outline-offset: 3px;
  margin: 7px;
  background: #312d31;
  padding: 32px 24px;
  text-align: center;
  color: #fff;
}
.covid-text-wrap a {
  color: #fff !important;
}
/* ==========================================================================
   recommend
   ========================================================================== */
.top-recommend-area {
  max-width: 1600px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 40px;
  gap: 8% 4%;
}

.recommend-detail {
  width: 22%;
  border: 4px solid #000;
  overflow: hidden;
  margin-bottom: 60px;
}

.recommend-text-wrap {
  height: 100%;
  background: #1c1c1c;
  padding: 48px 16px;
  overflow: hidden;
}
.recommend-ttl-text {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.recommend-text {
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.btn-wrap {
  width: 250px;
  margin: 0 auto;
}

.top-recommend-wrap {
  max-width: 1044px;
	margin: 0 auto 120px;
	padding: 0 10px;
}
.top-recommend-img-wrap {
  flex-wrap: wrap;
}
.top-recommend-img:nth-child(-n+2) {
	margin-bottom: 24px;
}
.top-recommend-img {
	width: 48.8%;
}
@media (max-width: 540px) {
  .top-recommend-img {
    width: 90%;
    margin: 0 auto;
  }
  .top-recommend-img {
    margin-bottom: 16px !important;
  }
  .top-recommend-img:last-child {
    margin-bottom: 0 !important;
  }
}

/* =============================================
 concept
============================================= */
.concept-text {
	font-size: 3rem;
	line-height: 63px;
	margin: 3px 0 81px;
	font-weight: bold;
}
/* =============================================
 banner
============================================= */
.banner-wrap {
	max-width: 1044px;
	margin: 0 auto 120px;
	padding: 0 10px;
}
.banner-img:first-child {
	margin-right: 1.875%;
}
.banner-img {
	width: 48.8%;
}
/* =============================================
 menu
============================================= */
.menu-wrap {
	padding-bottom: 100px;
}
.top-menu-list-wrap {
	max-width: 1044px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-menu-list-area {
	width: 48.4375%;
}
.top-menu-list-area:nth-child(odd) {
	margin-right: 3.125%;
}
.top-menu-img {
	margin-bottom: 20px;
}
.top-menu-list-area:nth-child(1), .top-menu-list-area:nth-child(2) {
	margin-bottom: 60px;
}
.top-menu-list {
	justify-content: stretch;
  align-items: center;
}
.top-menu-list li {
	width: 50%;
  height: 100%;
	margin-bottom: 6px;
}
.top-menu-list li:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.top-menu-list li a {
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px solid #c9c7bc;
	background: #fff;
	padding: 4px 0;
	display: block;
  height: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.top-menu-list li a:hover {
	color: #333;
	background: #fff;
	border: 1px solid #333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.top-menu-list li:nth-child(odd) a {
	margin-right: 3px;
}
.top-menu-list li:nth-child(even) a {
	margin-left: 3px;
}
.width100 {
	width: 100% !important;
}
.menu-list-reverse li:nth-child(odd) a {
	margin-left: 3px !important;
}
.menu-list-reverse li:nth-child(even) a {
	margin-right: 3px !important;
}
.width100 li a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* =============================================
 doctor
============================================= */
.doctor-wrap {
	max-width: 1044px;
	margin: 0 auto;
	padding: 80px 10px 100px;
	background: url(../images/top/doctor-bg.png) no-repeat;
	background-position: 100% 60%;
	background-size: 90%;
}
.doctor-img-wrap-pc {
	margin-right: 6.40625%;
}
.doctor-text-wrap {
	max-width: 492px;
}
.doctor-ttl {
	margin-top: -26px;
}
.doctor-ttl-h3 {
	font-size: 2.4rem;
	margin-bottom: 16px;
}
.doctor-text {
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 24px;
}
.doctor-name {
	font-size: 2rem;
	text-align: right;
}
/* =============================================
 news
============================================= */
.news-wrap {
	background: #000 url(../images/top/news-bg.jpg) no-repeat;
	background-position: right top;
	background-size: contain;
	padding-bottom: 100px;
}
.news-text-wrap:not(:last-child) {
	margin-bottom: 18px;
}
.news-text-wrap .list {
	display: inline-block;
	/*background: rgba(0,0,0, .35);*/
}
.news-text-wrap .list .list-text {
	text-shadow: 0px 0px 3px #000000;
}
.news-text-wrap .year, .news-text-wrap .category {
	display: inline-block;
	margin-right: 12px;
}
.news-text-wrap .news {
	padding: 0 18px;
	background: #858585;
}
.news-text-wrap .information {
	padding: 0 18px;
	background: #675127;
}
.news-ttl {
	margin-right: 50%;
}
.news ul {
	text-align: left;
	margin: 0 6%
}
/* =============================================
 instagram
============================================= */
.instagram-wrap {
	max-width: 1024px;
	margin: 0 auto;
	padding: 80px 0 100px;
	overflow-x: hidden;
}
.instagram-icon {
	width: 159px;
	margin: 0 auto 60px;
}
.insta-list {
	width: 15.771484375%;
	position: relative;
	overflow: hidden;
	margin-right: 1.07421875%;
}
.insta-list:last-child {
	margin-right: 0;
}
.insta-list::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.insta-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

/* ==========================================================================
   pc 1024px
======================================================================= */
@media (max-width: 1024px) {
	.doctor-img-wrap-pc {
    padding-left: 30px;
	}
	.doctor-text-wrap {
    padding-right: 30px;
	}
  
/* ==========================================================================
   recommend
   ========================================================================== */
  .recommend-detail {
    width: 48%;
    border: 4px solid #000;
    overflow: hidden;
    margin-bottom: 60px;
  }

}

/* ==========================================================================
   pc 900px
======================================================================= */
@media (max-width: 900px) {
}

/* ==========================================================================
   pc 1024px
======================================================================= */
@media (max-width: 800px) {
}

/* ==========================================================================
   sp 768px
======================================================================= */
@media (max-width: 768px) {
.top-list-area {
	display: block;
}
/* =============================================
 slider
============================================= */
.logo-text-area {
	position: absolute;
	top: 20%;
	left: 5%;
	width: 440px;
	/*height: 310px;*/
	background: rgba(0,0,0, .35);
}
.slider-h1 {
	font-size: 2.3rem;
	margin: 0 auto 2%;
}
.slider-h1 span {
	font-size: 1.8rem;
}
.logo-text-area p {
	font-size: 1.8rem;
}
  

  
/* =============================================
 concept
============================================= */
.concept-text {
	font-size: 2.6rem;
	line-height: 54px;
	margin: 3px 0 81px;
}
/* =============================================
 covid
============================================= */
.covid-text-wrap {
  font-size: 1.6rem;
  text-align: left;
  padding: 24px 16px;
}  
  
/* =============================================
 menu
============================================= */

/* =============================================
 doctor
============================================= */
.doctor-wrap {
	max-width: initial;
	width: 100%;
	margin: 0;
	padding: 80px 60px 100px;
	background-position: 50% 90%;
	background-size: 90%;
}
.doctor-text-wrap {
  padding-right: 0;
	max-width: initial;
	width: 100%;
}
.doctor-img-wrap-sp {
	width: 65%;
	margin: 0 auto 40px;
}
.doctor-ttl-h3 {
	margin-bottom: 24px;
}
.doctor-text {
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 24px;
}
/* =============================================
 news
============================================= */
.news-wrap {
	background: #000 url(../images/top/news-bg-sp.jpg) no-repeat;
	background-position: 70% bottom;
	background-size: cover;
}
.news-list-wrap {
	padding: 10px;
	width: 100%;
}
.news-ttl {
	margin-right: 0;
}
.news ul {
	margin-bottom: 0;
}
.news-list-wrap {
	margin-bottom: 20px;
}
.list-text {
	display:block;
	margin:8px 0 16px;
}
.list-text:last-child {
	margin:8px 0 0;
}
.ttl-top-list {
	margin-bottom: 30px;
}
/* instagram-wap
	----------------------------------------------------------------- */
.instagram-wap {
	padding: 24px 0 30px;
	margin-bottom: 30px;
}
.instagram-icon {
	margin: 0 auto 45px;
	position: relative;
}
#instafeed {
	flex-wrap: wrap;
	padding: 0 3%;
}
.instagram-img-wrap {
	width: 10%;
}
}
/* ==========================================================================
 sp 640px
 ======================================================================= */
@media (max-width: 640px) {
	.logo-text-area {
    width: 390px;
    /*height: 280px;*/
	}
	.slider-h1 {
    font-size: 2.2rem;
    padding: 0 10px;
	}
	.concept-text {
    font-size: 2.2rem;
    line-height: 50px;
	}
  

  
}

/* ==========================================================================
 sp 540px
 ======================================================================= */
@media (max-width: 540px) {
	.logo-text-area {
    top: 25%;
    left: 5%;
    width: 330px;
    height: auto;
		padding-bottom: 20px;
	}
	.slider-h1 {
    font-size: 2rem;
    margin: 0 auto 2%;
    padding: 0 46px;
	}
	.concept-text {
    font-size: 2rem;
    line-height: 48px;
	}
	.banner-wrap {
		display: block;
	}
	.banner-img {
    width: 90%;
		margin: 0 auto !important;
	}
	.banner-img:first-child {
		margin-bottom: 16px !important;
	}
	.top-menu-list-wrap {
    max-width: initial;
    margin: 0;
    padding: 0 16px;
		display: block;
	}
	.top-menu-list-area {
		width: 100%;
		margin: 0 0 60px !important;
	}
	.top-menu-list-area:last-child {
		margin: 0 !important;
	}
	.doctor-wrap {
    padding: 80px 40px 100px;
    background-position: 50% 78%;
    background-size: 90%;
	}
  
/* ==========================================================================
   recommend
   ========================================================================== */
  .recommend-detail {
    width: 100%;
    margin-bottom: 60px;
  }    
  
}

/* ==========================================================================
 sp 500px
 ======================================================================= */
@media (max-width: 500px) {
	.logo-text-area {
    width: 300px;
	}
	.concept-text {
    font-size: 1.8rem;
    line-height: 44px;
	}
	.doctor-ttl-h3 {
    font-size: 2rem;
	}
	.logo-text-area p {
		font-size: 1.6rem;
	}
}

/* ==========================================================================
 sp 460px
 ======================================================================= */
@media (max-width: 460px) {
	.logo-text-area {
    top: 20%;
    width: 280px;
	}
	.slider-h1 {
    padding: 0 30px;
	}
	.concept-text {
    font-size: 1.6rem;
    line-height: 40px;
	}
	.top-ttl, .top-ttl-white {
    font-size: 5rem;
	}
}


/* ==========================================================================
 sp 414px
 ======================================================================= */
@media (max-width: 414px) {
	.logo-text-area {
    top: 25%;
    width: 256px;
	}
	.logo-text-img {
    width: 85% !important;
    padding: 8% 0 0 0;
    margin: 0 auto 7%;
	}
	.slider-h1 {
    font-size: 1.8rem;
	}
	.concept-text {
    font-size: 1.6rem;
    line-height: 40px;
	}
	.top-ttl, .top-ttl-white {
    font-size: 5rem;
	}
	.doctor-img-wrap-sp {
    width: 80%;
	}
	.doctor-ttl-h3 {
    font-size: 1.8rem;
	}
	.doctor-name {
    font-size: 1.8rem;
	}
	.news ul {
    margin: 0 20px;
	}
	.news-wrap {
    background: #000 url(../images/top/news-bg-320.jpg) no-repeat;
    background-position: center top;
    background-size: 100%;
	}
	.logo-text-area p {
		font-size: 1.4rem;
	}
  
}

/* ==========================================================================
 sp 375px
 ======================================================================= */
@media (max-width: 375px) {
	.logo-text-area {
    top: 23%;
    width: 226px;
	}
	.logo-text-img {
    margin: 0 auto 10%;
	}
	.slider-h1 {
    padding: 0px 18px;
	}
	.logo-text-area p {
    font-size: 1.4rem;
	}
	.concept-text {
    font-size: 1.4rem;
    line-height: 36px;
		margin: -22px 0 56px;
	}
	.banner-wrap {
    margin: 0 auto 80px;
	}
	.doctor-wrap {
    padding: 80px 20px 100px;
	}
	.cv-area-wap .text-area {
    padding: 0 20px;
	}
}

/* ==========================================================================
 sp 320px
 ======================================================================= */
@media (max-width: 320px) {
	.logo-text-area {
    top: 23%;
    width: 196px;
	}
	.slider-h1 {
    font-size: 1.6rem;
    padding: 0px 12px;
	}
	.slider-h1 span {
    font-size: 1.6rem;
	}
	.logo-text-area p {
    font-size: 1.4rem;
	}
	.concept-text {
		font-feature-settings: "palt";
	}
	.doctor-ttl-h3 {
    font-size: 1.8rem;
    font-feature-settings: "palt";
	}
	.concept-text {
    margin: 3px 0 61px;
	}
	.banner-wrap {
    margin: 0 auto 100px;
	}
}


/*  --  20191025 instagram-btn  --  */
.doctor-instagram-btn {
	width: 140px;
	display: block;
	margin: 40px auto;
}
.clinic-name-top {
	font-size: 2rem;
	padding: 14px 0 0;
}
.doctor-name-top {
	font-size:2.8rem;
}
/* ==========================================================================
 sp 767px
 ======================================================================= */
@media (max-width: 767px) {
.doctor-instagram-btn {
	margin: 32px auto 80px;
}
}
