
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border: 0 none;position: relative;}
[class*="entypo-"]:before {font-family: 'entypo', sans-serif; display: inline-block; margin-right: 1rem;}

html {
  background:url(../img/bgimage.jpg) no-repeat 50% fixed;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
  font-weight: 100;
  overflow-y: scroll;
  position:relative
}

@media screen and (max-width: 768px) {
	html {
		background:url(../img/bgimage_SP.jpg) no-repeat 60% 0 fixed;
		background-size: 180%;
	}
}

body {
  width: 100%;
  min-height: 100%;
  background: inherit;
  overflow: hidden;
  line-height:1.5;
}

#header {
	height:80px;
	width:100%;
	background-color: rgba(255,255,255,.4);
	backdrop-filter: blur(3px);
	position:fixed;
	top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
}

#header_inner {
	max-width: 1000px;
	padding: 0 2%;
	margin:25px auto 10px auto;
	color: #FFF;
}

#header_inner a {
	color: #FFF;
}

#header_inner ul {
	display:flex;
	justify-content:space-around;
	align-items:center;
}

#header_inner ul li:nth-child(1) {
	list-style: none;
	min-width: 300px;
}

#header_inner ul li:nth-child(2) {
	list-style: none;
	width: 80%;
	text-align: right;
}

#header_inner ul li h1, h1 a {
	font-size: 1.6rem;
	font-weight:bold;
	letter-spacing:0.1rem;
	text-decoration:none;
  }
  
  h1 a:hover {
	color: #fff;
	text-decoration:none;
  }

  #header_inner ul li:nth-child(2) a {
	display: inline-block;
	font-size: 90%;
	margin: 0 1%;
  }



@media screen and (max-width: 768px) {
	#header {
		height: 70px;
	}
	#header_inner {
		margin: 10px 0 10px 0;
	}
	#header_inner ul {
		display: block;
	}
	#header_inner ul li:nth-child(1) {
	}

	#header_inner ul li h1, h1 a {
		font-size: 1.3rem;
		text-align: center;
	  }

	#header_inner ul li:nth-child(2) {
		width: 100%;
		text-align: center;
		font-size: 75%;
	} 
}


.topmessage {
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
}

.topmessage h2 {
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	line-height: 2;
	font-size: 3rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .1rem;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

br.BRhide {
	display: none;
}

.topmessage h2 span {
	display: inline-block;
	width: 100px;
	border-top: 1px solid #FFF;
	margin: 0 0 17px 5px;

}

.topmessage .scrollarrow {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.topmessage h2 {
		width: 90%;
		font-size: 2.5rem;
	}

	br.BRhide {
		display: block;
	}

	.topmessage h2 span {
		display: inline-block;
		width: 30px;
		border-top: 1px solid #FFF;
		margin: 0 0 12px 5px;
	
	}
	
}

.content {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.content {
		width: 90%;
		margin: 0 auto;

	}
}

.scrollarrow {
	width: 50px;
	height: 50px;
	margin:80px auto;
	opacity:0.8;
	text-align:center;
}

.scrollarrow img {
	width: 100%;
}

article {
	margin-top: 120px;
}


#greeting {
}

.TxtWrap {
	padding: 2%;
	text-align: justify;
}

article p {
	text-align: justify;
	color:#fff;
	font-size:1rem;
	line-height:1.75;
	margin: 10px 0;
}


h3 {
	color:#fff;
	font-size: 150%;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-align:center;
	letter-spacing:0.1rem;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 120%;
		text-align: left;
	}
}


.TxtWrap ul {
  list-style-type:decimal-leading-zero;
  margin:10px 0 0 1.5rem;
  font-size:1rem;
}

.TxtWrap li {
  color: #fff;
  text-align: justify;
  margin-bottom:20px;
}

table#manager {
	width:auto;
	margin:0 auto;
	color:#fff;
	font-size:1rem;
}

table#manager th {
	padding-right:20px;
	line-height:2;
	vertical-align:top;
	font-weight:bold;
}

table#manager td {
	line-height:2;
	vertical-align:top;
}

span.in {
	margin-left:20px;
	font-size:0.8rem;
	opacity:0.7;
}




@media (max-width: 789px) {

	table#manager th, table#manager td {
		display: inline-block;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	span.in {
		margin-left: 0;
	}

	table#manager .name {
		margin: 6px 0;
		font-weight: 700;
	}

  }


th.pref {
	color:#fff;
	text-align:left;
	opacity:0.6;
}
table.member {
	width:98%;
	margin:0 auto;
	color:#fff;
	font-size:1rem;
	border-bottom:1px dashed #888;
}

table.member td {
	padding:10px;
}

td.hospital_name {
	width:30%;
	border-top:1px dashed #888;
	border-left:1px dashed #888;
}

td.hospital_add {
	width:45%;
	font-size:0.8rem;
	border-top:1px dashed #888;
	border-left:1px dashed #888;
	border-right:1px dashed #888;
}

td.hospital_tel {
	font-size:0.8rem;
	border-top:1px dashed #888;
	border-right:1px dashed #888;
}

td.hospital_url {
	font-size:0.8rem;
	padding-bottom: 0;
	border-top:1px dashed #888;
	border-right:1px dashed #888;
	text-align:center;
}

td.hospital_url a {
	font-size:0.8rem;
	opacity:0.6;
	color:#fff;
	text-decoration:underline;
}

td.hospital_url a:hover {
	opacity:0.9;
	text-decoration:none;
}


@media (max-width: 789px) {

	table.member td {
		padding:5px;
		display: inline-block;
		width: 100%;
		float: left;
	}

	td.hospital_name {
		width:100%;
		border: none;
		font-weight: 800;
	}
	
	td.hospital_add {
		width:100%;
		border: none;
		margin-left: 1rem;
	}

	td.hospital_tel {
		border: none;
		margin-left: 1rem;
	}
	td.hospital_url {
		border: none;
		text-align:left;
		margin-left: 1rem;
	}

  }



#mem_login_wrap a {
	margin:1rem;
	text-decoration:none;
	position:fixed;
	top:0;
	right:0;
	opacity:0.7;
	border:1px solid #FFF;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  

}

#mem_login_wrap a:hover {
	opacity:0.6;
	border:none;
	background-color:#FFF;
}

#mem_login {
	padding:5px;
	font-size:0.8rem;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	opacity:0.8;
}

.notice {margin-bottom: 100px;}
.notice h2 {
  border-top: 0 none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin: 0 0 2rem;
}
.notice form {
  border-bottom: 0 none;
  border-top: 1px solid rgba(255,255,255,.3);
  margin: 2rem 0 0 0;
}
