@charset "utf-8";
/* CSS Document */


/*============================================================================

矢持医院 @css

==============================================================================*/


/*--------------------------------------------------

共通

---------------------------------------------------*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
  background: #fcfcf1;
}

body a {
	color: #04C;
	text-decoration: underline;
}

body a:hover {
	color: #999;
}

img {
	backface-visibility: hidden;
}

/* SP */

.wraper {
  margin: 0;
  padding: 0;
  width: 100%;
}

/*-----------------------------------------------

index page

------------------------------------------------*/

/*
header
---------------------------------------*/

/*　header トップインフォ部分　*/

.header_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px 0;
}

.header_logo {
  width: 40%;
  margin: 0 2% 30px;
}

.header_logo img {
  width: 100%;
  margin-bottom: 10px;
}

.header_logo dl {
  font-size: 0.9rem;
  color: #42b8ab;
}

.header_logo dl dt {
  font-weight: bold;
}

.header_logo dl dd {
}

/*　診察時間　*/
.header_time {
  width: 47%;
  margin: 0 2%;
}

.header_time dl {
  font-size: 0.9rem;
  color: #2f3030;
}

.header_time dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.header_time dl dd {
  margin-bottom: 5px;
}

/*　電話番号　*/
.header_tel {
  width: 100%;
  color: #2f3030;
  text-align:center;
  margin: 0 2%;
}

.header_tel h2 {
  font-size: 1rem;
}

.header_tel h3 {
  font-size: 2.5rem;
}

.header_tel h3 a {
  color: #2f3030;
  text-decoration: none;
}

.header_tel h3:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../images/ic_tel.png);
  background-size: contain;
  margin-right: 8px;
}

.header_tel p {
  font-size: 0.9rem;
}

/*　画像　*/
.header_img {
  width: 100%;
}

.header_img img.header_img_sp {
  display: block;
  width: 100%;
}

.header_img img.header_img_pc {
  display: none;
  width: 100%;
}

/* sub 画像 */
.sub_img {
  width: 100%;
}

.sub_img img {
  width: 100%;
  margin: 20px auto 40px;
}

/* 診療時間と曜日　*/
.header_summary {
  padding: 25px 5%;
}

.time_table h2 {
  font-size: 1.3rem;
  color: #42b8ab;
  text-align: center;
  margin-bottom: 5px;
}

.time_table p {
  font-size: 1rem;
  text-align: center;
}

.time_table {
  width: 100%;
  margin: 0 auto 40px;
}

.time_table table {
  border-collapse: separate;
  margin-bottom: 5px;

}

.time_table tr {
}

.time_table tr th {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #42b8ab;
  border-bottom: solid 1px #fff;
  padding: 3px 5px;
}

.time_table tr td {
  font-size: 1.1rem;
  color: #42b8ab;
  background: #fff;
  text-align: center;
  border-bottom: solid 1px #42b8ab;
  border-right: solid 1px #42b8ab;
  padding: 3px 5px;
}

/*　医院からのお知らせ　*/
.info_box {
  background: #fff;
  border-bottom: solid 3px #42b8ab;
  border-top: solid 3px #42b8ab;
  padding: 20px 5%;
}

.info_box h2 {
  font-size: 1.2rem;
  text-align: center;
  color: #42b8ab;
  margin-bottom: 20px;
}

.info_box dl {
  font-size: 1rem;
  color: #2f3030;
  border-bottom: dotted 1px #7F7E7E;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.info_box dl dt {
}

.info_box dl dd {
}

/*　医療機能情報提供制度について　*/
.medical_information＿net {
  color: #2f3030;
  padding: 40px 5%;
}

.medical_information＿net h2 {
  font-size: 1.4rem;
  border-bottom: solid 1px #1F1F1F;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.medical_information＿net ul {
  padding-left: 5%;
  margin-bottom: 15px;
}

.medical_information＿net ul li {
  font-size: 1rem;
  font-weight: bold;
  list-style-position: outside;
  list-style-type: circle;
  margin-bottom: 20px;
}

.medical_information＿net p {
  font-size: 1rem;
}

/*　関連施設のご案内　*/
.rehabilitation {
  padding: 30px 5%;
  margin: 0 auto 20px;
}

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

.rehabilitation_cont01 h2 {
  font-size: 1.2rem;
  color: #2f3030;
  margin-bottom: 10px;
}

.rehabilitation_cont01 h3 {
  font-size: 1.4rem;
  color: #2f3030;
  margin-bottom: 20px;
}

.rehabilitation_cont01 h4 {
  width: 90%;
  font-size: 1.3rem;
  background: #ff758e;
  border-radius: 5px;
  margin: 0 auto;
}

.rehabilitation_cont01 h4 a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
}

.rehabilitation_cont02 {
  width: 100%;
}

.rehabilitation_cont02 img {
  width: 100%;
  margin: 0 auto 5px;
}

/* footer */
footer {
  text-align: center;
  color: #2f3030;
  background: #a3e9e6;
  padding: 20px 2% 30px;
}

footer p {
  font-size: 1rem;
}

footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

footer ul li {
  font-size: 0.8rem;
  border-right: solid 1px #2f3030;
  list-style: none;
  padding: 0 2%;
}

footer ul li:last-child {
  border-right: none;
}

footer ul li a {
  color: #2f3030;
  text-decoration: none;
}

/* map */
.access_map {
  width: 100%;
  height: 300px;
}

/*　加算体制に関するお知らせ　*/
.kasan-taisei {
  padding: 0 5%;
  margin: 0 auto 40px;
}

.kasan-taisei div {
  width: 100%;
  font-size: 1rem;
  font-weight:bold;
  text-align: center;
  background: #FFF;
  border: solid 1px #42b8ab;

}

.kasan-taisei div a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 10px 0;
}

.kasan-taisei div a:hover {
  background: #f2e9c2;
}



@media print,screen and (min-width: 769px) {
	
/* PC */
  
/*-----------------------------------------------

index page

------------------------------------------------*/
  
/*
header
---------------------------------------*/

/*　header トップインフォ部分　*/

.header_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 5%;
}

.header_logo {
  width: 40%;
  margin: 0 2% 30px;
}

.header_logo img {
  width: 40%;
  float: left;
  margin: 0 0 20px 0;
}

.header_logo dl {
  width: 50%;
  font-size: 1.3rem;
  color: #42b8ab;
  float: right;
}

.header_logo dl dt {
  font-weight: bold;
}

.header_logo dl dd {
}

/*　診察時間　*/
.header_time {
  width: 30%;
  margin: 0;
}

.header_time dl {
  font-size: 1.3rem;
  color: #2f3030;
}

.header_time dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.header_time dl dd {
  margin-bottom: 5px;
}

/*　電話番号　*/
.header_tel {
  width: 25%;
  color: #2f3030;
  text-align:center;
  margin: 0;
}

.header_tel h2 {
  font-size: 1.3rem;
}

.header_tel h3 {
  font-size: 3rem;
}

.header_tel h3 a {
  color: #2f3030;
  text-decoration: none;
}

.header_tel h3:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url(../images/ic_tel.png);
  background-size: contain;
  margin-right: 8px;
}

.header_tel p {
  font-size: 1rem;
}

/*　画像　*/
.header_img {
  width: 100%;
}

.header_img img.header_img_sp {
  display: none;
  width: 100%;
}

.header_img img.header_img_pc {
  display: block;
  width: 100%;
}

/* sub 画像 */
.sub_img {
  width: 20%;
  margin-left: 80px;
}

.sub_img img {
  width: 100%;
  border-radius: 10px;
  margin: 0;
}

/* 診療時間と曜日　*/
.header_summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 7%;
}

.time_table {
  width: 35%;
  margin: 0 40px 40px 0;
}
  
.time_table h2 {
  font-size: 1.6rem;
  color: #42b8ab;
  text-align: center;
  margin-bottom: 10px;
}

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

.time_table table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 5px;
}

.time_table tr {
}

.time_table tr th {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #42b8ab;
  border-bottom: solid 1px #fff;
  padding: 3px 5px;
}

.time_table tr td {
  font-size: 1.4rem;
  color: #42b8ab;
  background: #fff;
  text-align: center;
  border-bottom: solid 1px #42b8ab;
  border-right: solid 1px #42b8ab;
  padding: 3px 5px;
}

/*　医院からのお知らせ　*/
.info_box {
  background: #fff;
  border-bottom: solid 3px #42b8ab;
  border-top: solid 3px #42b8ab;
  padding: 35px 0;
}

.info_box h2 {
  font-size: 1.7rem;
  text-align: center;
  color: #42b8ab;
  margin-bottom: 35px;
}

.info_box dl {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
  font-size: 1.2rem;
  color: #2f3030;
  border-bottom: dotted 1px #7F7E7E;
  padding-bottom: 5px;
  margin: 0 auto 15px;
}

.info_box dl dt {
  width: 20%;
  margin-right: 2%;
}

.info_box dl dd {
  width: 70%;
}
  
/*　医療機能情報提供制度について　*/
.medical_information＿net {
  width: 60%;
  color: #2f3030;
  text-align: center;
  padding: 60px 0;
  margin: 0 auto;
}

.medical_information＿net h2 {
  display: inline-block;
  font-size: 1.6rem;
  border-bottom: solid 1px #1F1F1F;
  padding-bottom: 7px;
  margin-bottom: 40px;
}
  
.medical_information＿net h2 br {
  display: none;
}

.medical_information＿net ul {
  width: fit-content;
  margin: 0 auto 30px;
}

.medical_information＿net ul li {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  list-style-position: outside;
  list-style-type: circle;
  margin-bottom: 20px;
}

.medical_information＿net p {
  font-size: 1rem;
}

/*　関連施設のご案内　*/
.rehabilitation {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  padding: 40px 0 20px;
  margin: 0 auto 40px;
}

.rehabilitation_cont01 {
  width: 30%;
  text-align: center;
  margin: 0 40px 20px 0;
}

.rehabilitation_cont01 h2 {
  font-size: 1.3rem;
  color: #2f3030;
  margin-bottom: 25px;
}

.rehabilitation_cont01 h3 {
  font-size: 1.6rem;
  color: #2f3030;
  margin-bottom: 40px;
}

.rehabilitation_cont01 h4 {
  width: 70%;
  font-size: 1.4rem;
  background: #ff758e;
  border-radius: 5px;
  margin: 0 auto;
}

.rehabilitation_cont01 h4 a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
}
  
.rehabilitation_cont01 h4 a:hover {
  color: #fff;
  background: #727272;
  border-radius: 5px;
}

.rehabilitation_cont02 {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}

.rehabilitation_cont02 img {
  width: 45%;
  margin: 0 2%;
}

/* footer */
footer {
  text-align: center;
  color: #2f3030;
  background: #a3e9e6;
  padding: 30px 2% 40px;
}

footer p {
  font-size: 1.1rem;
}

footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

footer ul li {
  font-size: 1.1rem;
  border-right: solid 1px #2f3030;
  list-style: none;
  padding: 0 2%;
}

footer ul li:last-child {
  border-right: none;
}

footer ul li a {
  color: #2f3030;
  text-decoration: none;
}

/* map */
.access_map {
  width: 100%;
  height: 400px;
}

/*　加算体制に関するお知らせ　*/
.kasan-taisei {
  padding: 30px 5%;
  margin: 0 auto 50px;
}

.kasan-taisei div {
  width: 300px;
  font-size: 1rem;
  font-weight:bold;
  text-align: center;
  background: #FFF;
  border: solid 1px #42b8ab;
  margin: 15px auto;

}

.kasan-taisei div a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 10px 0;
}

.kasan-taisei div a:hover {
  background: #f2e9c2;
}
  

}


