@charset "UTF-8";
#info article section .text_set p {
  letter-spacing:0;
}

#info section#section_information::before{
	display:none;
}

#info section#section_information .detail_inner{
	margin-top:60px;
}

#info section#section_information .detail_inner > p{
	width:44.54%;
}

#info section#section_information .detail_inner .detail{
	width:49.16%;
}

#info section#section_information .detail_inner .kind {
  font-size: 1.5rem;
}

#info section#section_information .detail_inner .kind span {
  border: solid 1px #636b70;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  margin-right: 10px;
}

#info section#section_information .detail_inner address {
  font-size: 1.8rem;
  line-height: 32px;
  margin-top: 5px;
}
#info section#section_information .detail_inner .phone{
	margin-top:5px;
}

#info section#section_information .detail_inner .phone .tel{
	margin-right:20px;
}

#info section#section_information .detail_inner .phone .tel,
#info section#section_information .detail_inner .phone .fax {
  font-size: 4.2rem;
  line-height: 1;
}
#info section#section_information .detail_inner .phone .tel small,
#info section#section_information .detail_inner .phone .fax small {
  vertical-align: middle;
  font-size: 1.9rem;
  margin-right: 12px;
}

#info section#section_information .detail_inner .phone .fax {
  font-size: 3.6rem;
  margin-top: 5px;
}


#info section#section_information .detail_inner table.time caption{
	margin-bottom:10px;
}

#info section#section_information .detail_inner table.time thead *{
	font-size:2.0rem;
}

#info section#section_information .detail_inner table.time tbody *{
	font-size:1.8rem;
}

#info section#section_information .detail_inner table.time tr * small{
	font-size:1.2rem;
}
#info section#section_information .detail_inner table.time tr * {
	padding: 10px 3px;
}
#info section#section_information .detail_inner table.time tfoot * {
	font-size: 1.4rem;
	line-height: 25px;
	padding-top: 20px;
}


#info section.doctor_area .__car::after {
  left: 12%;
}

#info section#section_katayama.doctor_area .__car::after {
  left: 80%;
}
#info section.doctor_area{
  padding: 90px 0 110px;
}

#info .doctor_area .text_set {
  max-width: 500px;
}
#info .doctor_area .text_set p{
	font-size:1.5rem;
}
#info .doctor_area .text_set .move_img_wrap .move_img .img {
  left: -13%;
  width: 120%;
  height: 120%;
}
#info .doctor_area .dl_wrap h3 {
  font-size: 1.4rem;
	font-weight:bold;
}
#info .doctor_area .dl_wrap dl * {
  font-size: 1.2rem;
}
#info .dl_wrap h3 {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
#info .dl_wrap dl > *:not(:first-of-type) {
  margin-top: 10px;
}
#info .dl_wrap dl.fl dt {
  width: 60px;
}
#info .dl_wrap dl.fl dd {
  width: calc(100% - 60px);
}

section#access:before{
	display:none;
}

section#access{
	padding:30px 0 90px;
}

@media print, screen and (min-width: 813px) {
  #info header {
    padding-bottom: 80px;
  }

  #info header .text_set{
    position: relative;
    padding-left: 50px;
  }

  #info header .text_set .vertical_text {
    margin-right: 95px;
  }
  #info header .text_set p {
    max-width: 700px;
    width: calc(100% - 150px);
		font-size:1.5rem;
  }
  #info .doctor_area .dl_wrap {
    width: 50%;
    max-width: 330px;
    margin: 78px 40px 0;
  }
}
@media only screen and (min-width: 813px) and (max-width: 1099px) {
	#info header .text_set{
		padding-left:0;
	}

	#info header .text_set .vertical_text {
		margin-right:0;
	}

	#info header .text_set p{
		margin-top:20px;
	}

	#info section#section_information .detail_inner{
		display:block;
	}

	#info section#section_information .detail_inner > p{
		width:100%;
	}

	#info section#section_information .detail_inner .detail{
		width:100%;
		margin-top:20px;
	}
}

@media only screen and (max-width: 812px) {
	main.page article header{
		padding-bottom:25px;
	}
  #info section{
    padding: 25px 0;
  }

	#info section#section_information .detail_inner{
		margin-top:20px;
		display:block;
	}

	#info section#section_information .detail_inner > p{
		width:100%;
	}

	#info section#section_information .detail_inner .detail{
		width:100%;
		margin-top:20px;
	}

  #info section#section_information .detail_inner .kind {
    font-size: 1.4rem;
  }
  #info section#section_information .detail_inner .kind span {
    font-size: 1.2rem;
  }
  #info section#section_information .detail_inner address {
    font-size: 1.4rem;
    line-height: 24px;
  }
  #info section#section_information .detail_inner .phone .tel,
	#info section#section_information .detail_inner .phone .fax {
    font-size: 3.2rem;
  }
  #info section#section_information .detail_inner .phone .tel small,
	#info section#section_information .detail_inner .phone .fax small {
    font-size: 1.5rem;
  }
  #info section#section_information .detail_inner .phone .fax {
    font-size: 2.7rem;
  }

	#info section#section_information .detail_inner table.time thead *{
		font-size:1.1rem;
	}

	#info section#section_information .detail_inner table.time tbody *{
		font-size:1.2rem;
	}

	#info section#section_information .detail_inner table.time tfoot *{
		font-size:1.0rem;
		line-height: 20px;
	}

	#info section.doctor_area {
		padding: 50px 0 50px;
	}

  #info .doctor_area .text_set p + p {
    margin-top: 0;
    text-align: right;
  }

	#info section.doctor_area .__car::after {
		width: 38px;
		height: 17px;
		background-size:cover;
	}

	#info .doctor_area h2{
		margin-top:60px;
		margin-bottom:40px;
	}

	#info .doctor_area .text_set p{
		font-size:1.4rem;
		line-height: 30px;
	}

	#info .doctor_area .move_img_wrap .move_img .img{
		top:unset;
		bottom:0;
	}

	#info .doctor_area .dl_wrap {
		width:100%;
		max-width: unset;
		margin-top:60px;
	}

	#info .doctor_area .dl_wrap + .dl_wrap {
		margin-top:40px;
	}

	#info .doctor_area .dl_wrap h3{
		font-size:1.2rem;
		margin-bottom:12px;
	}

	#info .doctor_area .dl_wrap dl *{
		font-size:1.1rem;
	}
}

#info section#renkei ul{
    width:95%;
    margin:2em auto 0;
}

#info section#renkei ul li{
    margin:0em auto 2em;
}

#info section#renkei ul li:last-child{
    margin:0em auto 0em;
}

#info section#renkei ul li h2{
    margin:0 auto 1em;
    font-size:2rem;
    font-weight:bold;
    border-bottom: 1px solid #E5E5E5;
}

#info section#renkei ul li p{
    font-size:1.4rem;
}

#info section#renkei ul li p a{
    color:blue;
}

@media only screen and (max-width: 812px) {
    #info section#renkei ul li h2{
        font-size:1.4rem;
    }
    #info section#renkei ul li p br{
        display:none;
    }
    #info section#renkei ul li p br.on{
        display:block;
    }
}

.keiji_btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin:0em auto;
  border: 1px solid #636B70;
  border-radius: 50px;
  padding: 8px;
  box-sizing: border-box;
}
@media only screen and (max-width: 812px) {
  .keiji_btn {
    max-width: 80vw;
    margin: 2em auto;
  }
}
.keiji_btn span {
  position: relative;
  display: block;
  border: 1px solid #636B70;
  border-radius: 50px;
  padding: 18px 10px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 813px) {
  .keiji_btn span {
    font-size: 2rem;
  }
}
.keiji_btn span::after, .keiji_btn span::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 10px;
  height: calc(100% + 2px);
  background: #FFF;
}
.keiji_btn span::after {
  left: 25px;
}
.keiji_btn span::before {
  right: 25px;
}

