@charset "UTF-8";


/*------------------ご挨拶------------------------*/
#greeting+section .inner_item_img{
	position: relative;
}
#greeting+section .inner_item_img::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/common/upload_data/yamada-iin-kitakucom/image/about_img.png) no-repeat;
	background-position: right bottom;
	position: absolute;
	bottom: -55px;
	right: -4%;
	background-size: 780px auto;
	z-index: 10;
}
@media screen and (max-width: 1300px){
	#greeting+section .inner_item_img::before{
		right: 4%;
    	background-size: 680px auto;
	}
}
@media screen and (max-width: 900px){
	#greeting+section .inner_item_img::before{
		bottom: -40px;
		right: 10%;
    	background-size: 480px auto;
	}
}
@media screen and (max-width: 700px){
	#greeting+section .inner_item_img::before{
		bottom: -30px;
    	right: 6%;
    	background-size: 360px auto;
	}
}
@media screen and (max-width: 520px){
	#greeting+section .inner_item_img{
		margin-bottom: 35px;
	}
	#greeting+section .inner_item_img::before{
		bottom: -20px;
    	background-size: 280px auto;
	}
}

/*------------------診療時間_表------------------------*/
#table01+div.block_table_5 table th,
#table01+div.block_table_5 table td{
  padding: 10px;
}
#table01+div table{
	text-align: center;
	font-size: 1.5rem;
}
#table01+div table th{
	background: var(--i_main_color);
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
#table01+div table td{
	color: var(--i_main_color);
}
#table01+div table td:first-child{
	color: var(--i_txt_color);
	width: 26%!important;
}
@media screen and (max-width: 550px){
	#table01+div table td:first-child{
    	width: 32%!important;
	}
	#table01+div.block_table_5 table th,
	#table01+div.block_table_5 table td{
  		padding: 6px;
	}
}

/*------------------館内写真------------------------*/
#gallery+div .heading.block_header_4 .h{
	color: #fff;
	font-weight: 500;
	padding: 7px;
	background: #fd8888;
	font-size: 1.7rem!important;
	margin-bottom: 0px;
}
#gallery+div .inner_item_txt{
	margin-top: 0px;
}
#gallery+div .inner_item{
	border: 1px solid #fd8888;
}
@media screen and (max-width: 480px){
	#gallery+div{
		padding-bottom: 0px;
	}
	#gallery+div .inner_item:nth-child(odd) {
   		width: 48% !important;
    	margin-bottom: 20px!important;
		margin-left: 0%!important;
	}
	#gallery+div .inner_item:nth-child(even){
   		width: 48% !important;
    	margin-bottom: 20px!important;
		margin-left: 4%!important;
	}
	#gallery+div .heading.block_header_4 .h{
		padding: 6px;
		font-size: 1.3rem!important;
	}
}

/*------------------ご予約について------------------------*/
.reserve_all{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	overflow: hidden;
	flex-wrap: wrap;
}

.reserve_all .reserve1,
.reserve_all .reserve2{
	width:49%;
	background: #fff;	
}
.reserve_all .border{
	display: flex;
	align-items: center;
	border: 5px solid #ffeaea;
	padding: 20px;
}
.reserve_all .reserve2 .border{
	border: 5px solid #d7fbfa;
}
.reserve_all .reserve2{
	margin-left: 2%;
	}
.reserve_all .left{
	width: 32%
}
.reserve_all .right{
	width: 62%;
	margin-left: 6%;
}
.reserve_all .right h3{
	font-size: 2.1rem;
	letter-spacing: 0.2rem;
	font-weight: 600;
	color: var(--i_main_color);	
}
.reserve_all .reserve2 .right h3{
	color: #4cdfda;	
}
.reserve_all .right p{
	line-height: 1.8;
}

.reserve_all .contents_btn01 {
  text-align: left;
	margin-top: 15px;
}
.reserve_all .content_wrapper {
  padding:0;
}
.reserve_all .right p a{
	font-weight: 600;
	color:var(--i_main_color);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.reserve_all .left img{
	max-width: 86%;
	margin-left: 10%;
}
.reserve_all .contents_btn01 a{
	padding-left: 5px;
	padding-right: 5px;
}
.reserve1 .contents_btn01 a{
	background: var(--i_main_color);
}
.reserve1 .contents_btn01 a:hover{
	background: #ffa8a8;
}
@media screen and (max-width: 1155px){
	.reserve_all .pc_only{
		display: none;
	}
	.reserve_all .border {
    	padding: 15px;
	}
	.reserve_all .left img {
    	max-width: 95%;
    	margin-left: 5%;
	}
	.reserve_all .border {
    	min-height: 195px;
	}
}
@media screen and (max-width:800px){
	.reserve_all .reserve1,
	.reserve_all .reserve2{
		width:95%;
		margin-left: 2.5%!important;
	}
	.reserve_all .reserve2{
		margin-top: 20px;
	}
	.reserve_all .border{
		min-height: auto;
	}
	.reserve_all .right h3 {
    	font-size: 1.8rem;
	}
}
@media screen and (max-width:500px){
	.reserve_all .reserve1,
	.reserve_all .reserve2{
		width:100%;
		margin-left: 0%!important;
	}
	.reserve_all .left img {
    	max-width: 100%;
    	margin-left: 0%;
	}
	.reserve_all .contents_btn01 a {
    	min-width: 160px;
	}
	.reserve_all .contents_btn01 a {
    	padding-left: 0px;
    	padding-right: 0px;
	}
	.reserve_all .contents_btn01 a:before{
		display: none;
	}
	.reserve_all .contents_btn01 a span {
    	font-size: 1.4rem;
	}
	.reserve_all .border {
    	padding: 10px;
	}
}

/*------------------医師紹介------------------------*/
#doctor+section .keireki{
	color: var(--i_main_color);
	line-height: 1.8;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	margin-bottom: 0px;
}