@charset "utf-8";

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

body{
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
	/*"Shippori Mincho", serif;*/
	font-size: 16px;	
	color: #333;
	background-color: #F2F2F2;
	/* スクロールバーのスペースを確保する */
  scrollbar-gutter: stable;
}

a{
	color:#333;
	text-decoration: none;
}

a:visited{
	color: #333333;
}

ul{
	list-style: none;
}

h2{
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-top: 40px;
	/*font-weight: bold;*/
	font-family: "Kiwi Maru", serif;
	color: #0077B6;
}

@media (min-width: 781px){
	h2{
		font-size: 1.5rem;
		}
}



table{
	border-collapse: collapse;
	border-spacing: 0;
}

.wrap{
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
}

.container{
	width: 90%;
  	margin: 0 auto;
  	padding: 10px;
}

/* ----------- header----------- */
/*
.banner_pc{
	display: none;
}

.banner_sp{
	max-width: 90%;
	margin: 0 auto;
}
*/

.logoSet{
	display: flex;
	margin-top: 15px;
}

.logo{
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.logo_clinic01{
	font-size: 18px;
	font-weight: bold;
	color: #0077B6;
	border-bottom: 3px dotted #0077B6;
}

.logo_clinic02{
	font-size: 10px;
	color: #0077B6;
	letter-spacing: 0;
	text-align: center;
}

.headerContent{
	display: flex;
	justify-content: space-between;
}

.btn{
	margin-top: 10px;
	padding: 6px;
	border: none;
	background-color: transparent;
	color: #888888;
	font-size: 28px;
	cursor: pointer;
}

.menu{
	/*width: 250px;*/
	margin-right: -250px;
	background-color: rgba(0,0,0,0.8);
	transition: margin-right 0.3s ease-out;
	position: relative;
	z-index: 100;
	padding-top: 1px;
}

.menu_wrap{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 150;
}

.menu ul{
	height: 100vh;
	overflow: hidden;
	list-style: none;
	padding-top: 80px;
}

.menu li a{
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;

}

.menu li a:hover{
	background-color: #4F99C1;
}

body.open .fa-bars{
	display: none;
}

body:not(.open) span.fa-xmark{
	display: none;
}

body.open .menu{
	margin-right: 0;
}

/*
body.open{
	position: fixed;
	overflow: hidden;
}

*/

iframe{
	width:100%;
}

body.open .page-cover{
	position: absolute;
	inset: 0;
	z-index: 125;
	background-color: rgba(0,0,0,0.1);
}
body.open .btn{
	z-index: 200;
	position: relative;
	color: #fff;
}

@media (min-width: 620px){
	.logo{
		width: 80px;
		height: 80px;
	}

	.logo-text{
		margin-top: 40px;
	}

	.logo_clinic01{
		font-size: 20px;
		width: 100%;
	}

	.logo_clinic02{
		font-size: 12px;
	}

	.btn{
		display: none;
	}

	.menu_wrap{
		position: static;
		overflow: visible;
	}

	.menu {
        margin-right: 0px;
        background-color: transparent;
        position: static;
    }

    .menu ul{
		height: auto;
		overflow: visible;
		list-style: none;
		padding-top: 0px;
		display: flex;
		justify-content: flex-end;
	}

	.menu li a{
		display: inline-block;
		padding: 5px 10px;
		color: #0077B6;
		font-size: 16px;
		font-weight: bold;
		transition: all 0.5s;
		writing-mode: vertical-rl;
	}

	.menu li a:visited{
		color: #0077B6;
	}

}

@media(min-width: 780px){
	/*.menu li a{
		writing-mode: horizontal-tb;
	}*/

	.menu li{
		width: 25%;
	}

	.navi{
		display: flex;
	}

	.menu-wrap{
		width: 600px;
	}
}

/* ---------top----------*/

.top_fv{
	position: relative;
}

.top_fv h1{
position: absolute;
	top: 10%;
	left: 5%;
	color: #f2f2f2;
	font-size: 1rem;
	line-height: 1.5;
	width: 70%;
	font-family: "Shippori Mincho", serif;
}

@media (min-width: 601px){
	.top_fv h1{
		font-size: 1.5rem;
	}

	.top_fv p{
		font-size: 1.8rem;
	}
}

@media (min-width: 781px) {
	.top_fv h1{
		font-size: 2rem;
	}
}


.top_fv p{
	position: absolute;
	right: 5%;
	bottom: 5%;
	color: #fff;
	font-size: 0.8rem;
	text-shadow: #fc0 1px 0 10px;
	/*width: 60%;*/
}

@media (min-width: 601px) {
	.top_fv p{
		font-size: 1.8rem;
	}
}

@media (min-width: 781px) {
	.top_fv p{
		font-size: 2rem;
	}
}

.top_fv img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 40px auto;
}

.top_h1{
			font-size: 1.5rem;
			font-family: "Shippori Mincho", serif;
}

.to_stage{
		text-align: center;
}
	
.top_pain{
		/*display: flex;*/
		width: 75%;
		margin: 20px auto;
		color: #777777;
		padding: 20px;
		background-color: rgba(255,234,204,0.6);
		position: relative;
}

.png1{
		width: 100px;
		height: 100px;
		position: absolute;
		top:5px;
		left: -60px;
}

.png2{
		width: 100px;
		height: 100px;
		position: absolute;
		right: -65px;
		bottom:-10px;
}


.top_care{
	font-size: 1.2rem;
	text-align: right;
	color: #0077B6;
}

.top_more{
	text-align: right;
}

.top_more a{
		display: inline-block;
		padding: 10px;
		border-radius: 20px;
		text-align: right;
		/*margin-top: 0px;*/
		background-color: rgba(0, 119, 182,0.6);
		color: #f2f2f2;
}

.top_button{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}

.top_button li{
	list-style: none;
	padding: 20px 10px 20px 10px;
	border-radius: 30px;
	font-size: 1rem;
	width: 60%;
	margin: 10px auto;
	text-align: center;
}

.top_button li:nth-child(1){
	background-color: #E6F0FA;	
	border: solid 3px #2196F3;
}

.top_button li:nth-child(2){
	background-color: #E6F4E6;	
	border: solid 3px #4CAF50;
}

.top_button li:nth-child(3){
	background-color: #FFF7E6;	
	border: solid 3px #FF9800;
}

.top_button li:nth-child(4){
	background-color: #F4EDE7;	
	border: solid 3px #8B5E3C;
}

.top_stage p{
	font-weight: bold;
}

.top_stage a{
	color: #333333;
}

.top_hello p{
	margin-top: 5px;
}

.hello_text{
	margin-top: 20px;
	margin-bottom: 50px;
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.hello_box img{
	width: 100%;
}

@media (min-width: 781px){
	.hello_box{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: flex-start;
	}

	.hello_box img{
		width: 40%;
	}

	.hello_text{
		margin-bottom: 5px;
		width: 57.1428%;
	}
}

.feature,
.top_annai,
.top_hello,
.top_stage,
.top_facility{
	margin-bottom: 80px;
}

.feature_midashi{
	font-weight: bold;
	text-align: center;
}

.feature_box{
margin-bottom: 40px;
}

.feature_box img{
	margin-bottom: 10px;
}

@media (min-width: 601px){
	.feature li{
		/*border: solid 1px blue;*/
		width: 45%;
		justify-content: space-between;
		margin-right: 4%;
	}

	.feature li:nth-child(even){
		margin-right: 0;
	}

	.feature{
		display: flex;
		flex-wrap: wrap;
		/*border: 1px solid green;*/
	}
}

@media (min-width: 781px){

	.feature{
	display: flex;		
	flex-wrap: wrap;
	justify-content: space-between;
	}

	.feature_img,
	.feature_midashi,
	.feature_text{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}

.top_annai p,
.top_facility p{
	width: 70%;
	margin: 0 auto;
}

.top_annai ul{
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
	width: 70%;
	margin: 20px auto;
}

.top_annai li{
	display: block;
	padding: 20px;
	margin: 20px 0 20px 0;
	text-align: center;
	background-color: rgba(0, 119, 182,0.6);
}

.top_annai a{
		font-weight: bold;
		color: #f2f2f2;
}

@media (min-width: 781px) {

.top_annai p{
	width: 70%;
	margin: 0 auto;
	}

.top_annai ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 70%;
	margin: 20px auto;
	}

.top_annai li{
	display: block;
	padding: 20px;
	width: 30%;
	text-align: center;
	background-color: rgba(0, 119, 182,0.6);
	}

.top_annai a{
		font-weight: bold;
	}
}

.more{
	text-align: right;
}

.more a{
		display: inline-block;
		padding: 10px;
		border-radius: 20px;
		text-align: right;
		margin-top: 30px;
		background-color: rgba(0, 119, 182,0.6);
		color: #f2f2f2;
}

/*------about------*/

.about_h1{
	text-align: center;
	font-family: "Shippori Mincho", serif;
	margin:40px 0 30px 0;
}

.about{
	width: 90%;
	margin: 0 auto;
}

.about_text,
.about_text2,
.about_text3{
	line-height: 1.5;
}

.about_item1 img,
.about_item2 img{
	margin-bottom: 30px;
}

.about_item1,
.keireki,
.facility,
.about_text3,
#medical_hours{
	margin-bottom: 80px;
}

.about_midashi{
	font-size: 1.5rem;
	margin: 10px 0;
}

@media (min-width: 781px){

	.about_item1{
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
	}

	.about_item1 img,
	.about_item2 img{
		width: 48%;
	}

	.about_text{
		margin-right:40px;
		margin-left: 20px;
	}

	.about_item2{
		display: flex;
		align-items: flex-start;
	}

	.about_text2{
		margin-left: 40px;
		margin-right: 20px;
	}

	.about_text3{
		margin-top: 40px;
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.keireki{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: flex-start;
	}

	.keireki_list{
		display: flex;
		flex-wrap: wrap;
	}

	.keireki_list dt{
		width: 30%;
		padding: 10px 0;
		border-top: 1px dotted #d8c7a0;
	}

	.keireki_list dd{
		width: 70%;
		padding: 10px 0;
		border-top: 1px dotted #d8c7a0;
	}

	.keireki_list :first-of-type{
		border-top: none;
	}

	.keireki img{
		width: 40%;
	}



	.career{
		font-size: 0.9rem;
	}

	.career th{
		height: 50px;
	}

	.facility_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.facility_list li{
		width: 30%;
	}	
}

.keireki img{
	margin-bottom: 40px;
}

.keireki_prof{
	text-align: center;
	margin-bottom: 20px;
	line-height: 2;
}


	.keireki_list{
		display: flex;
		flex-wrap: wrap;
	}

	.keireki_list dt{
		width: 30%;
		padding: 10px 0;
		border-top: 1px dotted #d8c7a0;
	}

	.keireki_list dd{
		width: 70%;
		padding: 10px 0;
		border-top: 1px dotted #d8c7a0;
	}

	.keireki_list :first-of-type{
		border-top: none;
	}


.facility_list li{
	margin-bottom: 20px;
	text-align: center;
}

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0px;
  background: #00C2A8;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}

#page_top a:hover{
	opacity: 1.0;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #f2f2f2;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #f2f2f2;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#tel{
	position: fixed;
	font-size: 1rem;
	/*display:inline-block;*/
	background-color:#FF6F61 ;
	padding: 20px 0;
	right: 0px;
	bottom: 120px;
	display: flex;
	flex-direction: column;

}

#tel a{
	position: relative;
	color: #f2f2f2;
	text-align: center;
	display: block;
}

#tel a:hover{
	opacity: 0.8;
}

#tel img{
	width: 40px;
	height: 40px;
	text-align: center;
	/*position: absolute;*/
}

/*------stage----------*/

.stage_head h1{
	margin: 50px 0 30px 0;
	text-align: center;
}

.headerImg{
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

.stage_text{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}



#sports,
#young,
#kosodate,
#elder{
	margin-bottom: 60px;
}

.stage img{
	margin-right: auto;
	margin-left: auto;
}

.stage_y0{
	position: relative;
}

.stage_y{
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: #f2f2f2;
	color: #333;
	font-size: 1.2rem;
}

.stage_k0{
	position: relative;
}

.stage_k{
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: #f2f2f2;
	color: #333;
	font-size: 1.2rem;
}

.stage_e0{
	position: relative;
}

.stage_e{
	position: absolute;
	top: 5%;
	left: 5%;
	background-color: #f2f2f2;
	color: #333;
	font-size: 1.2rem;
}

.link_button{
	text-align: right;
	padding: 15px 10px;
}

.link_button{
	text-align: right;
	padding: 15px 10px;
}

.stage_link{
	display: inline-block;
	border: 1px solid #0077B6;
	padding: 15px 10px;
}

@media (min-width: 601px){

	.life_stage{
		display: flex;
		}
}

	@media (min-width: 781px){

	.stage_head h1{
			margin: 40px 0 30px 0;
			text-align: center;
		}

	.life_stage{
			width: 90%;
			margin: 0 auto;
		}

	.consul_memo{
			width: 50%;
		}

	.stage_text{
			margin-left: 40px;
			width: 45%;
		}

	.link_button{
			margin-top: 80px;
		}

	.stage{
			display: flex;
			width: 90%;
			margin: 0 auto;
			align-items: flex-start;
		}

	}

/*---consul----*/

.consul_memo{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	margin-bottom: 50px;
	text-size-adjust: none;
}

.consul_contents img{
	margin-bottom: 40px;
}

.consul_text{
	line-height: 1.8;
	margin-right: auto;
	margin-left: auto;
}



@media (min-width: 601px) {

	.consul_contents img{
		margin-right: auto;
		margin-left: auto;
	}

	.consul_text{
	width: 90%;
	max-width: 550px;
	}

}

@media (min-width: 781px){

	.consul_memo{
			width: 50%;
		}

		.consul_contents{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.consul_contents img{
			width: 48%;
		}

		.consul_text{
			width: 45.7142%;
			line-height: 1.5;
		}
}


/*access*/

.access_head h1{
	margin: 50px 0 30px 0;
	text-align: center;
}

.yoyaku{
	text-align: center;
}

.yoyaku p{
	text-align: center;
	font-size: 1.2rem;
}

.toiawase{
	margin-top: 70px;
	font-size: 3rem;
	display: inline-block;
	padding: 20px;
	border: 2px solid #0077B6;
	margin-bottom: 50px;
}

.attention{
	font-size: 1.2rem;
	color: #FF6F61;
	width: 80%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 601px){
	.attention{
		color: #FF6F61;
		font-size: 1.2rem;
	}

}

address{
	margin-bottom: 10px;
}


/* ---------footer---------*/
table{
	border-collapse: collapse;
	width: 100%;
	font-size:1.2rem;
	margin:20px auto;
	}

th,td{
	border: solid 1px #0077B6;
	text-align: center;
	height: 100px;
	}

.tr_midashi{
	background-color: #0077B6;
	color: #F2F2F2;
	text-align: center;
	}

#medical_hours{
	margin-bottom: 80px;
}

.medical_hours_memo{
	width: 80%;
	margin: 30px auto 0 auto;
	font-size: 0.8rem;
	}

.site_footer{
	padding: 20px 0;
	background: #e5f1f7;
}

.map iframe{
	width: 100%;
}

.copyright{
	text-align: center;
	margin-top: 40px;
}

@media (min-width: 601px) {

#medical_hours{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.medical_hours_memo{
		font-size: 1rem;
	}

	#access{
		width: 70%;
		margin-right: auto;
		margin-left: auto;
		color: #0077B6;
	}

	.map{
		/*display: block;
		text-align: center;*/
		margin-top:30px;
		margin-bottom:30px;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		height: 0;
	}

	.map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}
	
@media (min-width: 781px){

	.site_footer{
		display: flex;	
	}

	#medical_hours{
		width: 45%;
	}

	table{
	border-collapse: collapse;
	width: 100%;
	font-size:1.25rem;
	margin:20px auto;
	}

	th,td{
		border: solid 1px #0077B6;
		text-align: center;
		height: 100px;
	}

	.tr_midashi{
		background-color: #0077B6;
		color: #F2F2F2;
		text-align: center;
	}

	.medical_hours_memo{
		width: 80%;
		margin-top: 30px;

	}

	#access{
		width: 45%;
		margin-right: auto;
		margin-left: auto;
		color: #0077B6;
	}

	.map{
		/*display: block;
		text-align: center;*/
		margin-top:30px;
		margin-bottom:30px;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		height: 0;
	}

	.map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	footer{
		background-color: #e5f1f7;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
}