@charsFet "UTF-8";
/* formatting style
----------------------------*/

body {
	background-color:#a9d18e;
	font-family: sans-serif;
}
#container{
	width:1000px;
	background-color:#ffffff;
	margin: 0 auto;
}
ul {
	margin-top:0px;
    margin-bottom:0px;
    list-style-type:none;
}

/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}

/* header
--------------------------*/
#header {
	width:1000px;
	height:450px;
	padding-top:10px;
}
#header #logo{
	font-size:x-small;
	float:left;
	width: 540px;
	margin-left:40px;
	
}
#header h1 {
	font-size:x-small;
	font-weight:normal;
	margin-top:0px;
}

#header #header-tel{
	float:right;
	margin-right:40px;
}

/* header-other
--------------------------*/
#header-other {
	width:1000px;
	height: 421px;
	padding-top:10px;
	margin-bottom:10px;
}
#header-other #logo{
	font-size:x-small;
	float:left;
	width: 540px;
	margin-left:40px;
	
}
#header-other h1 {
	font-size:x-small;
	font-weight:normal;
	margin-top:0px;
}

#header-other #header-tel{
	float:right;
	margin-right:40px;
}

/* navi
--------------------------*/
#header #navi {
	float: left;
    padding:0px;
	margin-top:20px;
	margin-left:14px;

}
#header #navi ul li {
	float: left;
	width: 195px;
	height: 50px;
	background-repeat: no-repeat;
	display: block;
	margin-right:10px
}
#header #navi ul li a {
	padding:18px;
	color:#008000;
}
    .fade-container {
      position: relative;
      width: 100%;
      max-width: 800px;
      height: auto;
    }

#header-other #navi {
	float: left;
    padding:0px;
	margin-top:20px;
	margin-left:14px;

}
#header-other #navi ul li {
	float: left;
	width: 195px;
	height: 50px;
	background-repeat: no-repeat;
	display: block;
	margin-right:10px
}
#header-other #navi ul li a {
	padding:18px;
	color:#008000;
}
#header-other #banner {
  float: none;
  display: block;
  width: 800px;
  height: 211px;
  margin: 20px auto;
  background-image: url(../img/staff-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;  /* ?????????????????? */
  text-align: center;
}
#header-other #banner-map{
	float:left;
	width:800px;
	height:211px;
    background-image:url(../img/map-banner.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left:75px;
	display: block;
}

#header-other #banner-toiawase{
	float:left;
	width:800px;
	height:50px;
    background-image:url(../img/toiawase-banner.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left:75px;
	display: block;
}
#header-other #banner-recruit{
	float:left;
	width:800px;
	height:211px;
    background-image:url("../img/recruit-banner1.png");
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left:75px;
	display: block;
}
#header-other #banner-shinryo{
	float:left;
	width:800px;
	height:211px;
    background-image:url(../img/shinryou-banner.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left:75px;
	display: block;
}
#header-other #banner-houmon{
	float:left;
	width:800px;
	height:211px;
    background-image:url(../img/houmon-banner.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left:75px;
	display: block;
}
#header-other #banner-kotsujikoshinryo{
	float:left;
	width:800px;
	height:211px;
    background-image:url(../img/koutsujikochiryo-banner.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	margin-left:75px;
	display: block;
}
#header-toiawase {
	width:950px;
	height: 421px;
	padding-top:10px;
	margin-bottom:10px;
}
#header-toiawase #logo{
	font-size:x-small;
	float:left;
	width: 540px;
	margin-left:40px;
	
}
#header-toiawase h1 {
	font-size:x-small;
	font-weight:normal;
	margin-top:0px;
}

#header-toiawase #header-tel{
	float:right;
	margin-right:40px;
}

#header-toiawase #navi {
	float: left;
    padding:0px;
	margin-top:20px;
	margin-left:50px;

}
#header-toiawase #navi ul li {
	float: left;
	width: 195px;
	height: 50px;
	background-repeat: no-repeat;
	display: block;
	margin-right:10px
}

#header-toiawase #navi ul li a {
	padding:18px;
	color:#008000;
}


/* top page
--------------------------*/
#index-navi{
	width: 170px;
	height: 500px;
	margin-top: 15px; 
	margin-left: 10px;
	float: left;
}
#index-navi ul li{
	margin-bottom: 5px;
}
#news {
	width: 600px;
	margin-left: 100px;
	display: block;
	float: left;
}
#news dl{
	margin-left: 20px;
}
#news dl dd{
	margin-left: 0px;
}
#index-messe{
	margin-left: 200px;
}
#news dd {
	padding-bottom: 1em;
	border-top: none;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
}
#news dt {
	border-top: thin dotted #008000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1em;
	color: #006400;
	font-weight: normal;
	padding-bottom: 0.5em;
}
#news h2{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:0px;
}
#news h3{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:0px;
}

/* people
--------------------------*/
#people{
	width:800px;
	margin: 0 auto;
	padding-left:100px;
}
#people h2{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:20px;
}
#people ul{
	margin-left:30px;
	margin-bottom:20px;
}
#people ul li h3{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:10px;
}
#people #staff{
	display: block;
	width:500px;
	height:250px;
	background-image:url(../img/people-seikotsu.jpg);
	background-repeat: no-repeat;
	padding-left:180px;
	
}

#people #staff2{
	display: block;
	width:500px;
	height:250px;
	background-image:url(../img/people-houmon.jpg);
	background-repeat: no-repeat;
	padding-left:180px;
	
}

#people #staff3{
	display: block;
	width:500px;
	height:250px;
	background-image:url(../img/people-houmon2.jpg);
	background-repeat: no-repeat;
	padding-left:180px;
	
}

#people #staff4{
	display: block;
	width:500px;
	height:250px;
	background-image:url(../img/people-seikotsu2.jpg);
	background-repeat: no-repeat;
	padding-left:180px;
	
}
#people a img{
	margin-left:130px;
	display: block;
}
/* map
--------------------------*/
#map{
	width:950px;
	margin: 0 auto;
	padding-left:100px;
}
#map h2{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:20px;
	margin-bottom:20px;
}
#map-navi{
	margin-top:0px;
	margin-left: 25px;
	margin-bottom:20px;
}

#map ul {
	display: block;
	width:350px;
	margin-top:20px;
	margin-left:45px;
	padding-left:0px;
	float: left;
}
#map-time{
	display: block;
	width:50px;
	height:60px;
	margin-left:50px;
	float: left;
} 
/* toiawase
--------------------------*/
#toiawase{
        width:950px;
	margin: 0 auto;
	padding-left:100px;
}
#toiawase h2{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:20px;
}

#toiawase ul {
	margin-top:20px;
	padding-left:0px;
}

#recruit{
	width:800px;
	margin: 0 auto;
	padding-left:50px;
}
#recruit h2{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:20px;
}
#recruit ul{
	margin-bottom: 40px;
}
#recruit ul li{
	margin-bottom: 5px;
}
#recruit dl{
	margin-left:70px;
	margin-bottom:20px;
}
#recruit dl dt h3{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:10px;
}
#recruit dl dd{
	margin-bottom: 20px;
}
#shinryo{
	width:800px;
	margin: 0 auto;
	padding-left:50px;
}
#shinryo h2{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:20px;
}
#shinryo h3{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-left: 40px;
	margin-bottom:20px;
}
#houmon{
	width:800px;
	margin: 0 auto;
	padding-left:50px;
}
#houmon h2{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:20px;
}
#houmon h3{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-left: 40px;
	margin-bottom:20px;
}
#people #shinryo{
	display: block;
	width:500px;
	height:250px;
	background-image:url(../img/people-seikotsu.jpg);
	background-repeat: no-repeat;
	padding-left:180px;
}
#shinryo ul{
	margin-bottom: 40px;
}
#shinryo ul li{
	margin-bottom: 15px;
}
#shinryo ul li img{
	margin-left: 50px;
}
#shinryo dl{
	margin-bottom:20px;
}
#shinryo dl dt h3{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:10px;
}
#shinryo dl dd{
	margin-bottom: 20px;
}
#houmon ul{
	margin-bottom: 40px;
}
#houmon ul li{
	margin-bottom: 15px;
}
#houmon ul li img{
	margin-left: 50px;
}
#houmon dl{
	margin-bottom:20px;
}

#houmon dl dt h3{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:10px;
}
#houmon dl dd{
	margin-bottom: 20px;
	
}
#houmon #pic1{
	display: block;
	width:500px;
	height:320px;
	background-image:url(../img/houmon-pic1.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	padding-left:180px;
	
}
#houmon #pic2{
	display: block;
	width:500px;
	height:320px;
	background-image:url(../img/houmon-pic2.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	padding-left:180px;
	
}
#kotsujikochiryo{
	width:800px;
	margin: 0 auto;
	padding-left:50px;
}
#kotsujikochiryo h2{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-bottom:20px;
}
#kotsujikochiryo h3{
	width:700px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-left: 40px;
	margin-bottom:20px;
}
#kotsujikochiryo ul{
	margin-bottom: 40px;
}
#kotsujikochiryo ul li{
	margin-bottom: 15px;
}
#kotsujikochiryo ul li img{
	margin-left: 70px;
}
#kotsujikochiryo dl{
	margin-bottom:20px;
}
#kotsujikochiryo dl dt h3{
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #008000;
	margin-top:0px;
	margin-left: 10px;
	margin-bottom:10px;
}
#kotsujikochiryo dl dd{
	margin-left: 30px;
	margin-bottom: 20px;
} 
#kotsujikochiryo img{
	margin-left: 90px;
}
/* footer styles
--------------------------*/
#footer {
  text-align: center;
  clear: both;
}
#footer ul {
  text-align: center;
  font-size: 0.875em;
  margin-top: 30px;
}
#footer ul li {
  display: inline-block;
  vertical-align: top;
}
#footer ul li a {
  border-left: solid 1px #dddddd;
  color: #666666;
  padding: 2px 15px;
  line-height: 1.1em;
}
#footer ul li a:hover {
  color: #f14d53;
}
#footer ul li:last-child a {
  border-right: solid 1px #dddddd;
}
#footer .Copyright {
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  color: #008000;
  font-size: 0.775em;
}
#footer .PageTop {
  margin-top: 5px;
  text-align: center;
  color: #008000;
  font-size: 0.775em;
}
#banner {
  width: 800px;
  margin: 20px auto;
  text-align: center;
}

.fade-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#banner-img {
  display: block;         /* ? ??????? */
  margin: 0 auto;         /* ? ?????????? */
  max-width: 800px;
  width: 800px;
  height: auto;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.fade-out {
  opacity: 0;
}
#header-other::after {
  content: "";
  display: block;
  clear: both;
}

/* ????????????????? */
#map {
    max-width: 900px;       /* ?????????????? */
    margin: 0 auto;         /* ???? */
    padding: 0 20px;        /* ??????? */
    box-sizing: border-box;
}

/* ???????????????? */
.parking img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;      /* ????????? */
}

/* ?????????????? */
.parking-section {
    margin-top: 40px;
}

.parking-note h3 {
    margin: 10px 0;
}

/* ????????? */
.clinic-info {
    margin-top: 20px;
    list-style: none;
    padding: 0;
}

/* ??????? */
.four-images ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* 1?????? */
.four-images li {
  width: 22%;
  text-align: center;
  display: flex;            /* ???????????????? */
  flex-direction: column;
  justify-content: space-between; /* ???????????????? */
}

/* ???? */
.four-images li p {
  font-size: 0.95rem;   /* ?????????? */
  line-height: 1.2;     /* ?????? */
  margin: 2px 0;        /* ?????????? */
}

/* ???????? */
.four-images li img {
  width: 100%;
  height: 180px;        /* ?????????????:180px? */
  object-fit: cover;    /* ???????????????? */
  border-radius: 8px;   /* ??????? */
}
