/*#clinic .gallery {
  display: none;
}*/

.reserveBtn {
  width: 400px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 80px auto;
  color: #fff;
  background: #C8B59E;
  font-size: 30px;
  border-radius: 50px;
}

@media (min-width: 1025px) {
  header {
    background: url(../images/clinic/clinic_mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 1025px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (min-width: 1025px) {
  #clinic .concept {
    background: url(../images/clinic/clinic_photo01.jpg) no-repeat center top;
  }
		#clinic .concept br.sp-copy {
    display: none;
  }
  #clinic h2 {
    font-size: 86.41px;
    font-weight: 400;
    color: #C8B59E;
    line-height: 1;
    margin-bottom: 45px;
    text-align: center;
  }
  p b {
    font-size: 20px;
    font-weight: normal;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  #clinic h2 {
    font-size: 5.4vw;
  }
}

@media (min-width: 1025px) {
  #clinic .inner {
    max-width: 1200px;
    margin: auto;
	padding: 80px 20px 0 20px;
  }
  #clinic h3 {
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    text-align: left;
    height: 141px;
  }
  #clinic h3 span {
    height: 48px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    color: #fff;
  }
  #clinic h3:before {
    content: '';
    display: block;
    width: 221px;
    height: 221px;
    background: #C8B59E;
    position: absolute;
    top: -80px;
    left: -40px;
  }
  #clinic .left {
    text-align: center;
  }
  #clinic .left a {
    color: #C8B59E;
    font-size: 22px;
    font-weight: 200;
  }
  #clinic .right {
    width: 50%;
    margin: 0 0 100px auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    color: #fff;
  }
  #clinic #gmap iframe {
    width: 100%;
    height: 480px;
  }
  #clinic .gallery {
    text-align: center;
  }
  #clinic .gallery h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-weight: 200;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  #clinic .gallery h4 {
    font-size: 3.1vw;
  }
}

@media (min-width: 1025px) {
  #clinic .gallery .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #clinic .gallery .flex a {
    display: block;
    width: 24%;
    margin-bottom: 20px;
  }
  #clinic .access {
    text-align: center;
    margin-bottom: 45px;
  }
  #clinic .access h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-weight: 200;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  #clinic .access h4 {
    font-size: 3.1vw;
  }
}

@media (min-width: 1025px) {
  #clinic .access table {
    width: 450px;
    margin: 0 auto;
  }
  #clinic .access table th {
    font-weight: normal;
    text-align: right;
    font-size: 14px;
width: 30%;
  }
  #clinic .access table td {
    padding: 0 0 20px 40px;
    font-size: 14px;
    text-align: left;
  }
  #clinic .access p {
    text-align: left;
    width: 450px;
    margin: auto;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  header {
    background: url(../images/clinic/clinic_mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #clinic .concept {
    background: url(../images/clinic/clinic_photo01.jpg) no-repeat center top;
  }
  #clinic h2 {
    font-size: 86.41px;
    font-weight: 400;
    color: #C8B59E;
    line-height: 1;
    margin-bottom: 45px;
    text-align: center;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  #clinic h2 {
    font-size: 5.4vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #clinic .inner {
    max-width: 1200px;
    margin: auto;
    padding: 45px 20px 0 20px;
  }
  #clinic h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
    position: relative;
    text-align: left;
    height: 70px;
  }
  #clinic h3 span {
    height: 48px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    color: #fff;
  }
  #clinic h3:before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background: #C8B59E;
    position: absolute;
    top: -80px;
    left: -40px;
  }
  #clinic .left {
    text-align: center;
  }
  #clinic .left a {
    color: #C8B59E;
    font-size: 22px;
    font-weight: 200;
  }
  #clinic .right {
    width: 50%;
    margin: 0 0 100px auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    color: #fff;
  }
  #clinic #gmap iframe {
    width: 100%;
    height: 480px;
  }
  #clinic .gallery {
    text-align: center;
  }
  #clinic .gallery h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-weight: 200;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  #clinic .gallery h4 {
    font-size: 3.1vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #clinic .gallery .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #clinic .gallery .flex a {
    display: block;
    width: 24%;
    margin-bottom: 20px;
  }
  #clinic .access {
    text-align: center;
    margin-bottom: 45px;
  }
  #clinic .access h4 {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-weight: 200;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  #clinic .access h4 {
    font-size: 3.1vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) {
  #clinic .access table {
    width: 450px;
    margin: 0 auto 10px auto;
  }
  #clinic .access table th {
    font-weight: normal;
    text-align: right;
    font-size: 14px;
  }
  #clinic .access table td {
    padding: 0 0 20px 40px;
    font-size: 14px;
    text-align: left;
  }
  #clinic .access p {
    text-align: left;
    width: 450px;
    margin: auto;
  }
	p b {
    font-size: 17px;
    font-weight: normal;
}
	
}

@media (max-width: 640px) {
  header {
    background: url(../images/clinic/clinic_mainvisual.jpg) no-repeat;
    background-size: cover;
    height: 300px;
  }
  header h1 {
    display: block;
    font-size: 20px;
    height: 115px;
    font-weight: 200;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
  header h1 div {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
}

@media (max-width: 640px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

@media (max-width: 640px) {
  #clinic .concept {
    background: url(../images/clinic/clinic_photo01.jpg) no-repeat center top;
    background-size: 220%;
  }	
	
	#clinic .concept p{
    font-size: 12px;
	}
  #clinic h2 {
    font-size: 20px;
    font-weight: 200;
    color: #C8B59E;
    line-height: 1;
    margin-bottom: 45px;
    text-align: center;
  }
  #clinic .inner {
    max-width: 1200px;
    margin: auto;
    padding: 45px 10px 0 10px;
  }
  #clinic h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
    border-left: 6px solid #C8B59E;
    padding-left: 15px;
    text-align: left;
    color: #fff;
  }
  #clinic .left {
    text-align: center;
  }
  #clinic .left a {
    color: #C8B59E;
    font-size: 22px;
    font-weight: 200;
  }
  #clinic .right {
    margin: 0 0 40px auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    color: #fff;
  }
  #clinic #gmap iframe {
    width: 100%;
    height: 480px;
  }
  #clinic .gallery {
    text-align: center;
  }
  #clinic .gallery h4 {
    font-size: 27px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 45px;
    font-weight: 200;
  }
  #clinic .gallery .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #clinic .gallery .flex a {
    display: block;
    width: 24%;
    margin-bottom: 20px;
  }
  #clinic .access {
    text-align: center;
    margin-bottom: 45px;
  }
  #clinic .access h4 {
    font-size: 27px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 45px;
    font-weight: 200;
  }
  #clinic .access table {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  #clinic .access table th {
    font-weight: normal;
    text-align: right;
    font-size: 14px;
    white-space: nowrap;
  }
  #clinic .access table td {
    padding: 0 0 20px 40px;
    font-size: 14px;
    text-align: left;
  }
  #clinic .access p {
    text-align: left;
    margin: auto;
  }
  p b {
    font-size: 17px;
    font-weight:  normal;
  }
  .reserveBtn {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    color: #fff;
    background: #C8B59E;
    font-size: 18px;
    border-radius: 50px;
  }

}

/**********************

20181112追加

**********************/


.access_image_guide h5 {
	color: #9B874A;
	font-size: 20px;
	font-weight: bold;
}

.access_image_guide ul {
	list-style: none;
	padding: 30px 0;
}

.access_image_guide ul li h6 {
	font-size: 15px;
	padding: 10px 15px;
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	cursor: pointer;
}

#access .access_image_guide .none-submenu::after {
	position: absolute;
	right: 3%;
	top: 37%;
	width: 5px;
	height: 5px;
	border: 2px solid;
	border-color: #9B874A #9B874A transparent transparent;
	transform: rotate(45deg);
	content: "";
}
#access .access_image_guide .none-submenu2 {
  position: absolute;
  right: 3%;
  top: 37%;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #9B874A #9B874A transparent transparent;
  transform: rotate(45deg);
  content: "";
}

#access .access_image_guide .active-submenu::after {
	position: absolute;
	right: 3%;
	top: 37%;
	width: 5px;
	height: 5px;
	border: 2px solid;
	border-color:  transparent transparent #9B874A #9B874A;
	transform: rotate(-45deg);
	content: "";
}


.access_image_guide ul li h6 span {
	font-weight: bold;
	color: #9B874A;
}

.access_image_guide ul li:nth-child(odd) h6 {
	background: #F5EEDC;
}

.access_image_guide ul li ul {
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #C6C4C5;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.access_image_guide ul li ul li {
	margin-right: 10px;
}

.access_image_guide ul li:first-child ul li {
	width: 23%;
}

.access_image_guide ul li:nth-child(2) ul li {
	width: 26%;
}

.access_image_guide ul li:nth-child(3) ul li {
	width: 19%;
}

#clinic .access_image_guide ul li ul li p {
	width: auto;
	padding-top: 10px;
}

#clinic .access_image_guide ul li ul li p::before {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	background: #9C884D;
	border-radius: 50%;
	color: #FFF;
	content: "";
}

#clinic .access_image_guide ul li ul li:first-child p::before {
	content: "1";
}

#clinic .access_image_guide ul li ul li:nth-child(2) p::before {
	content: "2";
}

#clinic .access_image_guide ul li ul li:nth-child(3) p::before {
	content: "3";
}

#clinic .access_image_guide ul li ul li:nth-child(4) p::before {
	content: "4";
}

#clinic .access_image_guide ul li ul li:nth-child(5) p::before {
	content: "5";
}

#clinic .access_image_guide ul li ul li p span {
	color: #9B874A;
}

@media (max-width: 640px) {

	.access_image_guide ul li h6 {
		font-size: 13px;
	}
	
	.none-submenu::after {
		right: 2%;
	}
	
    .none-submenu2 {
    right: 2%;
  }

	.access_image_guide ul li ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	
	.access_image_guide ul li ul li {
		margin: 0 0 15px 0;
	}
	
	.access_image_guide ul li:first-child ul li,
	.access_image_guide ul li:nth-child(2) ul li,
	.access_image_guide ul li:nth-child(3) ul li {
		width: 48%;
	}
	
}

/***********************

20181120SNS追加

***********************/

#clinic .sns {
	text-align: center;
}

#clinic .sns h4 {
    font-size: 40px;
    line-height: 1;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin: 45px auto 0;
    font-weight: 200;
	text-align: center;
}

@media (max-width: 640px) {
	
	#clinic .sns h4 {
		font-size: 27px;
	}
	
}


/***********************

20181213MEDIA追加

***********************/

#clinic #clinic_media {
	text-align: center;
}

#clinic #clinic_media h4 {
    font-size: 40px;
    line-height: 1;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin: 45px auto 50px;
    font-weight: 200;
    text-align: center;
}

#clinic_media .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


#clinic_media .flex::after {
	content:"";
	display: block;
	width:31%;
}

#clinic_media .media_block {
	width: 32%;
}

#clinic_media .media_block a:hover {
	text-decoration: none;
}

#clinic_media .media_block .image {
	width: 225px;
	margin-bottom: 30px;
}

#clinic_media .media_block h2 {
	font-size: 17px;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}

#clinic_media .media_txt {
	text-align: left;
}

#clinic_media .media_block h2 span {
	display: block;
}

@media screen and (max-width: 640px){
	
	
	#clinic_media .media_block {
		width: 48%;
	}
	
	#clinic_media .media_txt {
		font-size: 14px;
	}
	
	#clinic_media .media_block .image {
		width: auto;
	}
	
}


/**********************

20190319追加

**********************/


.access_image_guide2 h5 {
  color: #9B874A;
  font-size: 20px;
  font-weight: bold;
}

.access_image_guide2 ul {
  list-style: none;
  padding: 30px 0;
}

.access_image_guide2 ul li h6 {
  font-size: 15px;
  padding: 10px 15px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
    max-width: 500px;
}






.access_image_guide2 ul li h6 span {
  font-weight: bold;
  color: #9B874A;
}

.access_image_guide2 ul li:nth-child(odd) h6 {
  background: #F5EEDC;
}

.access_image_guide2 ul li h6 {
  background: #F5EEDC;
}

.access_image_guide2 ul li ul {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #C6C4C5;
  display:flex;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.access_image_guide2 ul li ul li {
  margin-right: 10px;
}

.access_image_guide2 ul li:first-child ul li {
  width: 23%;
}

.access_image_guide2 ul li:nth-child(2) ul li {
  width: 26%;
}

.access_image_guide2 ul li:nth-child(3) ul li {
  width: 19%;
}

#clinic .access_image_guide2 ul li ul li p {
  width: auto;
  padding-top: 10px;
}

#clinic .access_image_guide2 ul li ul li p::before {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background: #9C884D;
  border-radius: 50%;
  color: #FFF;
  content: "";
}

#clinic .access_image_guide2 ul li ul li:first-child p::before {
  content: "1";
}

#clinic .access_image_guide2 ul li ul li:nth-child(2) p::before {
  content: "2";
}

#clinic .access_image_guide2 ul li ul li:nth-child(3) p::before {
  content: "3";
}

#clinic .access_image_guide2 ul li ul li:nth-child(4) p::before {
  content: "4";
}

#clinic .access_image_guide2 ul li ul li:nth-child(5) p::before {
  content: "5";
}

#clinic .access_image_guide2 ul li ul li p span {
  color: #9B874A;
}

@media (max-width: 640px) {

  .access_image_guide2 ul li h6 {
    font-size: 13px;
  }
  


  .access_image_guide2 ul li ul {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  
  .access_image_guide2 ul li ul li {
    margin: 0 0 15px 0;
  }
  
  .access_image_guide2 ul li:first-child ul li,
  .access_image_guide2 ul li:nth-child(2) ul li,
  .access_image_guide2 ul li:nth-child(3) ul li {
    width: 48%;
  }
  
}

@media (min-width: 1025px){
#schedule  {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}
#schedule  .left {
    width: 35%;
}
#schedule  .right2 {
    width: 60%;
    font-size: 13px;
}
.schedule_h3 {
    color: #C8B59E !important;
    font-weight: 200 !important;
    font-size: 28px !important;
}
}

@media (min-width: 640px){
p.red2 {
    text-align: center !important;
    width: 450px !important;
    margin: 0 auto 50px !important;
    color: red !important;
}
}

@media (max-width: 640px){
#schedule  .left {
    margin-bottom: 30px;
}
#schedule  .right2 {
    font-size: 13px;
}
.schedule_h3 {
    color: #C8B59E !important;
    font-weight: 200 !important;
    font-size: 18px !important;
}
p.red2 {
    text-align: center !important;
    width: 80% !important;
    margin: 0 auto 30px !important;
    color: red !important;
}
	
}
