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

@media screen and (max-width: 1600px) {
 .pickupTop{
  justify-content: center;
 }
 .pickupTop .item{
  padding:0px 0.5%;
 }
}

@media screen and (max-width: 1200px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

 main {
  padding-top: 80px;
 }

 .cp_fullscreenmenu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
 }
 /*menuコンテンツ*/
 .cp_fullscreenmenu .menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
 }
 .cp_fullscreenmenu .menu > div {
  display: flex;
  overflow: hidden;
  width: 300vw;
  height: 300vw;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
  color: #fefefe;
  border-radius: 50%;
  background: rgba(0,0,0 ,0.8);
  flex: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  justify-content: center;
 }
 .cp_fullscreenmenu .menu > div > ul {
  display: block;
  max-height: 100vh;
  margin: 0;
  padding: 0 1em;
  list-style: none;
  transition: opacity 0.4s ease;
  opacity: 0;
 }
 .cp_fullscreenmenu .menu > div > ul > li {
  font-size: 24px;
  display: block;
  margin: 10px;
  padding: 0;
 }
 .cp_fullscreenmenu .menu > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  color: #fff;
 }
 .cp_fullscreenmenu .menu > div > ul > li > a:hover {
  color: #1c6938;
 }
 .cp_fullscreenmenu .menu > div > ul > li.no_link {
  color: #9e9e9e;
 }
 .cp_fullscreenmenu .menu > div > ul > li > a:hover:after {
  width: 100%;
 }
 .cp_fullscreenmenu .menu > div > ul > li > a:after {
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  transition: width 0.4s ease;
  background: #1c6938;
 }
 /*クリックしたらメニューが開閉の動作*/
 .cp_fullscreenmenu .toggle {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100px;
  height: 80px;
  cursor: pointer;
  opacity: 0;
 }
 .cp_fullscreenmenu .toggle:checked + .hamburger > span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
 }
 .cp_fullscreenmenu .toggle:checked + .hamburger > span:before,
 .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
 }
 .cp_fullscreenmenu .toggle:checked + .hamburger > span:after {
  opacity: 0;
 }
 .cp_fullscreenmenu .toggle:checked ~ .menu {
  visibility: visible;
  pointer-events: auto;
 }
 .cp_fullscreenmenu .toggle:checked ~ .menu > div {
  transition-duration: 0.75s;
  -webkit-transform: scale(1);
  transform: scale(1);
 }
 .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
  opacity: 1;
 }
 /* .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
   transition-delay: 0.4s;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
   transition-delay: 0.6s;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
   transition-delay: 0.8s;
  }
  .cp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
   transition-delay: 1.0s;
  }*/
 .cp_fullscreenmenu .toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
 }
 .cp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
 }
 /*ハンバーガー*/
 .cp_fullscreenmenu .hamburger {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px 20px;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  border-radius: 0 0.12em 0.12em 0;
  background: #c1dfb4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 }
 .cp_fullscreenmenu .hamburger > span {
  position: relative;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
  background: #fefefe;
 }
 .cp_fullscreenmenu .hamburger > span:before,
 .cp_fullscreenmenu .hamburger > span:after {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  transition: all 0.4s ease;
  background: inherit;
 }
 .cp_fullscreenmenu .hamburger > span:after {
  top: 10px;
 }
 .cp_fullscreenmenu .menu li.line  i {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 20px;
 }
 .cp_fullscreenmenu .menu li.line {
  position: relative;
  width: 50px;
  height:50px;
  border: 3px solid;
  border-radius: 50%;
  float: left;
  margin: 0 10px;
 }
 .cp_fullscreenmenu .menu a:hover li.line {
  content: none;
  color: #1c6938;
 }
 .cp_fullscreenmenu .menu a li.line {
  color: #fff;
 }	
 .cp_fullscreenmenu .top_line {
  border-top: 1px solid #fff;
  padding-top: 30px;
 }


 .header_up {
  max-width: 100%;
  width: auto;
  margin: 0;
 }
 .header_up .logo {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateY(-50%) translateX(-50%);
 }
 .header_up .logo img{
  height: 60px;
 }
 .header_up .header_right {
  display: none;
 }
 .header_pc {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 80px;
  z-index: 998;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
 }

 #kari_access, #hub, #plan {
  margin-top: -80px;
  padding-top: 80px;
 }

 /*=== top ===*/

 .pickupTop {
  max-width: 100%;
 }
 .pickupTop img{
  max-width: 100%;
 }

 .pickup1 p, .pickup2 p {
  left: 40%;
 }
 .top6 {
  max-width: 100%;
 }
 .top6 img{
  max-width: 100%;
 }
 .top6 .pickup1 {
  max-width: 46%;
  margin-left: 2%
 }
 .top6 .pickup2 {
  max-width: 46%;
  margin-right: 2%
 }
 .top6 .pickup1 p, .top6 .pickup2 p {
  left: 40%;
 }

 .header_page {
  height: 300px;
  width: 100%;
  background-position: center;
 }


}

@media screen and (max-width: 1300px) {

 /*=== top ===*/

 .pickup1 p, .pickup2 p {
  font-size: 20px;
  right: 0%;
 }

 .top6 .pickup1 {
  max-width: 47%;
  margin-left: 2%
 }
 .top6 .pickup2 {
  max-width: 47%;
  margin-right: 2%
 }

 .top6 .pickup1 p, .top6 .pickup2 p {
  font-size: 20px;
 }

 .pickup1 h2, .pickup2 h2 {
  font-size: 30px;
 }




 /*=== page ===*/

 .page_title {
  width:96%;
 }

 .page_title2 {
  width:96%;
 }	

 .subject_footer {
  width:96%;
  margin: 100px auto;
 }	
 .subject_footer div.left {
  width: 48.5%;
 }
 .subject_footer div.right {
  width: 48.5%;
 }


 /*=== patient ===*/

 .subject1, .subject2 {
  width: 96%;
  margin: 0 auto 100px;
 }
 .subject3 {
  width: 96%;
 }

 .subject3 {
  width: 96%;
 }




}


@media screen and (max-width: 1200px) {

 /*=== top ===*/

 .top2 {
  max-width: 96%;
 }

 .top2 p {
  font-size: 20px;
 }
 .top2 .top_btn1 {
  width: 23%;
  margin: 0 1% 25px;
 }
 .top2 .top_btn2 {
  width: 23%;
  margin: 0 1%;
 }

 .top3 .center {
  width: 98%;
 }
 .top3 .top_left {
  width: 96%;
  margin: 0 2%;
 }
 .top3 .top_right {
  width: 96%;
  margin: 0 2%;
  padding: 60px 0;
 }	
 .top3 .white {
  height: auto;
 }


 .top4 {
  width: 96%;
  padding: 0;
 }

 .top4 h3 {
  font-size: 24px;
 }	
 .top4 img {
  max-width: 100%;
 }

 .newsArea .center {
  width: 100%;
 }
 .newsArea h3 {
  float: none;
 }
 .tab_area {
  width: 100%;
 }	

 .footer1 .center {
  width: 96%;
  padding: 30px 2%;
 }
 .footer2 .center {
  width: 96%;
 }

 .patient1, .patient2 {
  width: 96%;
  margin: auto;
 }
 .patient3 {
  width: 96%;
  margin: 0px auto 50px;
 }
 .patient4 {
  width: 96%;
  margin: 0px auto 50px;
 }
 .patient3 .left, .patient3 .right {
  width: 100%;
  float: left;
 }	

 .patient3 .check1more, .patient3 .check2more {
  height: auto;
 }
 .check2more .left1a {
  width: 50%;
 }

 img.pickup3_img {
  object-fit: cover;
  height: 300px;
 }


 /*=== patient down ===*/

 .page .pnkz2 {
  width: 100%;
 }
 .page .center1200 {
  width: 96%;
 }	
 .page_right {
  width: 75%;
 }	
 .check1 {
  height: 100px;
 }
 .check2 {
  height: 100px;
 }
 .check3 {
  height: 100px;
 }




 /*=== nyuin ===*/

 .nyuin1 .left, .nyuin1 .right {
  float: none;
  margin: auto;
 }	
 .nyuin1 {
  width: 96%;
  margin: 0 auto 50px;
 }
 .nyuin2 {
  width: 96%;
  margin: 0 auto 50px;
 }
 .nyuin3 {
  width: 96%;
  margin: 0 auto 50px;
 }	
 ul.nyuin3 {
  padding-left: 0;
 }
 .nyuin1 .left {
  width: 610px;
 }
 .nyuin4 {
  width: 96%;
 }	
 .nyuin4 img {
  width: 100%;
 }	
 .nyuin4 .left, .nyuin4 .right {
  margin-bottom: 100px;
 }
 .nyuin4 .left {
  width: 100%;
 }
 .nyuin4 .right {
  width: 100%;
 }
 .nyuin5 {
  width: 96%;
  margin: 0 auto 100px;
 }
 .check4 {
  height: 100px;
 }	
 .nyuin6 {
  width: 96%;
 }	




 /*=== about ===*/

 .hospital1 {
  width: 96%;
  margin: 0 auto 100px;
 }
 .hospital2 {
  width: 96%;
  margin: 0 auto 100px;
 }	
 .hospital3 {
  width: 96%;
  margin: 0 auto 100px;
 }
 .hospital4 {
  width: 96%;
  margin: 0 auto 0px;
 }	


}





@media screen and (max-width: 1000px) {

 /*=== top ===*/
 .pickup1 .ttl, .pickup2 .ttl {
  top: 40%;
 }
 .pickup1 p, .pickup2 p {
  top:70%;
  left: 5%;
 }
 .pickup1 h2, .pickup2 h2 {
  top: 35%
 }
 .top6 .pickup1 p, .top6 .pickup2 p {
  top:70%;
  left: 5%;
  text-align: left;
 }

}





@media screen and (max-width: 800px) {

 /*=== top ===*/

 .top2 {
  max-width: 92%;
 }	
 .top3 h3 {
  margin-bottom: 30px;
 }
 .top3 .center {
  width: 92%;
 }
 .top3 p.right {
  width: 100%;
 }
 .top4 {
  width: 100%;
  padding: 0;
 }
 .top3 .top_left {
  width: 100%;
  margin: auto;
 }
 .top3 .white {
  padding: 30px 35px;
 }
 .top3 .top_right {
  width: 100%;
  margin: 0 auto;
 }
 .top3 .info {
  padding-bottom: 20px;
 }
 .top4 h3 {
  margin-bottom: 0px;
 }
 .top4 .top_left {
  width: 92%;
  margin: 40px auto 0;
  float: none;
  max-width: none;
 }
 .top4 img {
  width: 100%;
 }
 .top4 .top_right {
  width: 92%;
  margin: 40px auto 0;
  float: none;
 }

 .newsArea h3 {
  float: none;
  margin-bottom: 30px;
 }
 .tab_wrap {
  width: 92%;
  margin: 0px auto;
  float: none;
 }
 .panel_area{
  margin: 20px 0 60px;
  height: auto;
	}
 .newsArea .right {
  float: none;
  margin: 0 auto;
  width: 92%;
 }
 .tab_panel p.more {
  width: 100%;
  position: static;
  transform: translateY(-0%) translateX(-0%);
  margin-top: 30px;
 }
 .top3 .info .right {
  width: auto;
 }
 .top6 .pickup1 {
  max-width: 92%;
  margin: auto;
  float: none;
 }
 .top6 .pickup2 {
  max-width: 92%;
  margin: 30px auto 0;
  float: none;
 }

 .footer1 .center {
  position: relative;
  height:430px;
 }
 .footer1 .left {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateY(-0%) translateX(-50%);
  float: none;
  padding-right: 0;
  border-right: none;
 }
.footer1 .job {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateY(-0%) translateX(-50%);
  float: none;
  padding-right: 0;
  border-right: none;
 }	

 .footer1 img {
  width : 300px;
 }
 .footer1 .right {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateY(-0%) translateX(-50%);
  float: none;
  padding: 5px 35px;
  width: auto;
  white-space: nowrap;
 }
 .footer1 div.number {
  position: absolute;
  left: 50%;
  bottom: 140px;
  transform: translateY(-0%) translateX(-50%);
  float: none;
  margin: 0;
 }
 .footer1 img.number1 {
  width: auto;
 }
 .footer1 img.number2 {
  width: auto;
  margin-top: 15px; 
 }

 .footer2 .center {
  width: 92%;
 }
 .footer2 .left {
  width: 50%;
  float: left;
  margin-bottom: 30px;
 }	
 .footer2 .right {
  width: 50%;
  float: right;
  margin-bottom: 30px;
 }	
 .footer_icon {
  width: 60%;
  margin: 0 auto 30px;
 }
 .footer_icon li {
  margin: 10px auto;
  text-align: center;
  width: 100%;
 }	

 .footer_icon img {
  width: 100%;
 }
 .footer_jump li {
  float: none;
  margin: 10px 0%;
 }
 .footer_jump {
  width: 100%;
 }
 .top3 .pickup3 img {
  object-fit: cover;
  width: 100%;
  height: 300px;	
 }
 .top3 .pickup3 img.symbol {
  width: auto;
  height: auto;
 }
 .one p {
  padding: 40px 3%;
 }
 .one h2 {
  font-size: 30px;
  top: -20%;
 }
 .two .left {
  width: 100%;
 }
 .two .right {
  width: 100%;
 }

 /*=== page ===*/

 .page_title {
  width:92%;
 }

 .page_title2 {
  width:92%;
 }	

 .subject_footer {
  width:92%;
 }	
 .page h2 {
  font-size: 40px;
 }
 .header_page .center_icon {
  width: 50%;
 }


 /*=== patient ===*/


 .subject1, .subject2 {
  width: 92%;
  margin: 0 auto 100px;
 }
 .subject3 {
  width: 92%;
 }
 .subject_footer div.left {
  width: 100%;
  margin-bottom: 60px;
 }
 .subject_footer div.right {
  width: 100%;
 }

 .patient1, .patient2 {
  width: 92%;
 }
 .patient3 {
  width: 92%;
  margin: 100px auto 100px;
 }
 .patient4 {
  width: 92%;
  margin: 0px auto 100px;
 }

 .side_menu_list1a, .side_menu_list2a, .side_menu_list3a {
  padding: 15px 0px 0px 0px;
 }	
 .side_menu_list1, .side_menu_list2, .side_menu_list3 {
  padding: 15px 0px 0px 0px;
 }	


 /*=== patient down ===*/

 .page_right {
  width: 100%;
  float: right;
 }
 .side_menu {
  width: 100%;
  float: left;
  margin: 0px 0 100px;
  text-align: center;
 }	
 .docter_list {
  margin: 0px 0 100px;
 }
 .docter_time {
  margin: 0px 0 100px;
  width: 100%;
 }
 .description {
  margin: 30px 0 100px;
 }
 .intro .image {
  width: 100%;
 }
 .intro .image img {
  height: 300px;
 }
 .intro .text1 {
  width: 40%;
  padding: 15px 0 0 30px;
 }
 .intro .text2 {
  width: 60%;
  padding: 15px 30px 0 30px;
 }
 .intro .more {
  width: 100%;
  height: 100px;
  margin-top: 15px;
 }
 .docter_list .intro {
  height: 550px;
  width: 80%;
  margin: 40px auto 0;
 }
 .docter_title {
  height: 100px;
 }

 .nyuin5 .left {
  width: 100%;
 }
 .nyuin5 .right {
  width: 100%;
 }
 table.time {
  max-width: 100%;
  overflow: scroll;
 }



 /*=== about ===*/

 table.overview th,table.overview td {
  height: auto;
  display: block;
  width: 100%;
 }
 table.overview th {
  font-size: 20px;
 }	
 table.overview td {
  background-color: #eee;
 }
 table.history th,table.history td {
  height: auto;
  display: block;
  width: 100%;
 }
 table.history th {
  font-size: 20px;
 }	
 table.history td {
  background-color: #eee;
 }

 .frame_map {
  margin: 0 0 60px;	
 }
 .policy1, .policy2, .policy3, .policy4, .policy5  {
  margin-bottom: 100px;
 }
 .floor1, .area_care {
  margin-bottom: 100px;
 }

 .header_policy {
  /*  background-position: 20% 3%;*/
 }
 .contact2 .jump_page {
  margin: 30px 0;
 }
 .about .left {
  width: 100%;
 }
 .about img.right_sp {
  width: 100%;
  display: block;
  margin-bottom: 30px;
 }
 .about img.right_pc {
  display: none
 }

 .checkup1, .checkup2  {
  width: 92%;
  margin: 0 auto 100px;
 }
 .checkup3 {
  max-width: 92%;
 }
 .checkup4  {
  width: 92%;
  margin: 60px auto 60px;
 } 
 .checkup5 {
  width: 92%;
 }
 .care1, .care2, .care3, .care4, .care5 {
  width: 92%;
  margin: 0 auto 100px;
 }
 .care6 {
  width: 92%;
  margin: 0 auto;
 }
 .day1, .day2, .day3, .day4, .day5, .day6{
  width: 100%;
  max-width: none;
  margin: 0 auto 100px;
 }
 .patient5, .patient6 {
  width: 92%;
  max-width: none;
  margin: 0px auto 50px;
 }
 .patient5 .left, .patient5 .right {
  width: 100%;
 }
 .patient6 .left {
  width: 100%;
 }
 .patient6 .right {
  width: 100%;
 }
 .patient6 h4{
  font-size: 120%;
 }


 .styleTable3{
  font-size: 65%;
 }
 .styleTable3 th,
 .styleTable3 td{
  padding: 5px 2px;
 }
 .styleList4>li,
 .styleList6>li{
  flex-direction: column;
 }
 .styleList4>li .ttl,
 .styleList6>li .ttl{
  width: auto;
 }
 .styleList4>li .text,
 .styleList6>li .text{
  width: auto;
  padding-top: 0px;
 }


}

@media screen and (max-width: 700px) {

 .pickupTop .item{
  padding:0px 15px;
 }
 .pickupTop .pickup1,
 .pickupTop .pickup2{
  margin-top: 15px;
 }

 /*=== nyuin ===*/

 .nyuin1 .left, .nyuin1 .right {
  width: 100%;
 }	
 .nyuin1 .img2 {
  position: absolute;
  bottom: 0;
  right: 36%;
 }	
 .nyuin1 .right {
  float: none;
  margin: 50px auto 80px;
  height: 330px;
 }	

 /*=== nyuin ===*/

 .description2 img {
  max-width: 100%;
 }
 .about1 .left, .about1 .right {
  width: 100%;
  float: left;
  box-sizing: border-box;
 }	
 .download {
  width: 93%;
  padding: 15px 3%;
 }

 main.about .policy2 p {
  left: 18%;
 }

 /* 共通追加スタイル */
 .styleList2{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  flex-direction: column;
 }
 .styleList2 li{
  width: 100%;
  border-bottom: solid 1px #c2dbf2;
  margin-bottom: 15px;
 }
 .styleList2 .width1{
  min-width: 0px;
 }
 .styleList2 .width2{
  display: block;
  width: auto;
  font-size: 90%;
  padding-bottom: 15px;
 }
 .styleList2 .item1{
  order: 1;
 }
 .styleList2 .item2{
  order: 2;
 }
 .styleList2 .item3{
  order: 3;
 }
 .styleList2 .item4{
  order: 4;
 }
 .styleList2 .item5{
  order: 5;
 }
 .styleList2 .item6{
  order: 6;
 }
 .styleList5{
  flex-direction: column;
 }
 .styleList5>li,
 .styleList5>li .btn1{
  width: 100%;
  margin-bottom: 10px;
 }
 .styleList5>li:last-child .btn1{
  margin-bottom: 0px;
 }

 .flex{
  display: flex;
  justify-content:space-between;
  flex-direction: column;
 }
 .flex ul li{
  margin-bottom: 10px;
 }
 .flex .item{
  width: auto;
 }

 .check5more {
  padding: 10px 0px;
 }
 .check5more ul{
  padding-left: 1.5em !important;
 }

 .font-l{
  font-size:105%;
 }
 .font-ll{
  font-size:110%;
 }

 .sp-mt0{
  margin-top: 0px;
 }
 .sp-mt1em{
  margin-top: 1em;
 }
 .sp-mt2em{
  margin-top: 2em;
 }
 .sp-mt3em{
  margin-top: 3em;
 }
 .sp-font-s{
  font-size: 90%;
 }
 .sp-font-ss{
  font-size: 70%;
 }

}




@media screen and (max-width: 600px) {

 /*=== top ===*/

 .header_up .logo {
  left: auto;
  right: 5%;
  transform: translateY(-50%) translateX(-0%);
 }
 .cp_fullscreenmenu .hamburger {
  width: 40px;
  background: none;
 }
 .cp_fullscreenmenu .hamburger > span {
  background: #c1dfb4;
 }
 .cp_fullscreenmenu .toggle:hover + .hamburger {
  box-shadow: none;
 }

 .header_top_pc {
  display:none;
 }
 .header_top_sp {
  display:block;
 }
 .header_top_sp img {
  width: 100%;
 }

 .top2 .top_btn1 {
  width: 46%;
  margin: 0 2% 25px;
  height: 150px;
 }
 .top2 .top_btn2 {
  width: 46%;
  margin: 0 2% 25px;
  height: 150px;
 }
 .sp_br::before {
  content: "\A" ;
  white-space: pre ;
 }
 .top4 h3 {
  letter-spacing: 0px;
 }	
 .pickup1 .ttl, .pickup2 .ttl {
  font-size: 26px;
 }

 .tab_panel .day {
  /*  width: 35%;*/
 }

 .tab_panel .category {
  width: auto;
  padding:0px 5px;
  min-width: 10em;
  text-align: center;
 }

 .tab_panel .link {
  width: 100%;
  padding: 10px 0px;
 }
 .pickup1 p, .pickup2 p, .top6 .pickup1 p, .top6 .pickup2 p {
  font-size: 18px;
 }	

 .subject_footer p.right {
  width: 100%;
  margin-bottom: 0;
 }
 .subject_footer p {
  width: 100%;
 }
 .subject_footer .timetable li {
  margin-bottom: 15px;
 }
 .footer_icon {
  width: 92%;
 }	

 .footer1 .right{
  white-space: normal;
  width: 92%;
  padding: 5px 4%;
 }
 .footer1 .center {
  width: 92%;
  padding: 30px 4%;
 }	


 .top2 {
  max-width: 92%;
  margin: 30px auto 5px;
 }	
 .top2 p {
  bottom: 2%;
  font-size: 18px;
 }	
 .top2 .main1, .top2 .main2, .top2 .main3, .top2 .main4, .top2 .main5, .top2 .main6, .top2 .main7, .top2 .main8 {
  height: 80px;
  width: 80px;
 }	
 .top2 img{
  width: 40px;
 }

 .top3 .center {
  width: 92%;
  padding: 30px 0;
 }
 .top3 .top_right {
  padding: 30px 0 0;
 }
 .tab_panel{
  padding:30px 4%;
 }
 .panel_area{
  margin: 20px 0 30px;
 }
 .newsArea .right h3 {
  margin-bottom: 30px;
 }
 .top3 .white {
  padding: 30px 4%;
 }
 
 .main_page {
  font-weight: 600;
 }
 .top3 .info {
  padding-bottom: 10px;
  margin-bottom: 15px;
 }
 .top4 {
  margin: 30px auto;
 }
 .top4 .top_left {
  margin: 30px auto 0;
 }
 .top4 .top_right {
  margin: 30px auto 0;
 }
 .newsArea .center {
  padding: 30px 0;
 }
 .top6 {
  margin: 30px auto 30px;
 }
 .top6 h3 {
  font-size: 150%;
  margin-bottom: 30px;
 }
 .footer2 .left, .footer2 .right {
  width: 100%;
  float: none;
 }	

 .header_page {
  height: 150px;
 }

 .page h2 {
  font-size: 35px;
 }
 .page p {
  margin-bottom: 20px;
 }
 .subject_footer p.left {
  margin-bottom: 0;
 }
 .subject_footer h4 {
  font-size: 20px;
 }
 .page .subject_footer h3 {
  text-align: left;
 }
 .footer2 .center {
  padding: 40px 0 0px;
 }	

 .pickup3 .yellow {
  margin-top: -12px;
 }

 /*=== patient ===*/

 .subject1 .link_page, .subject2 .link_page, .subject3 .link_page {
  height: 150px;
 }
 .subject1 .bottom1, .subject2 .bottom1, .subject2 .bottom1 {
  margin-bottom: 36px;
 }
 .back_blue .btn1, .back_blue .btn2 {
  width: 48.5%;
  margin-bottom:36px
 }

 .back_blue .bottom3, .back_blue .bottom3 {
  margin-right: 0;
 }
 .description2 {
  margin: 0px 0 0px;
 }
 .check1more li, .check2more li {
  margin-bottom: 5px;
 }
 .back_blue {
  padding: 30px 0 0;
 }

 .page_title .pnkz, .page_title2 .pnkz {
  margin: 10px 0 30px;
 }
 .page_title {
  margin: 0 auto 10px;
 }

 .page .pnkz2 {
  margin: 10px auto 30px;
 }

 .page h2 {
  font-size: 30px;
  margin-bottom: 15px;
 }
 .page h3 {
  font-size: 20px !important;
  width: auto;
  /*  text-align: left;*/
 }
 .subject1 h3, .subject2 h3, .subject3 h3 {
  text-align: left;
 }
 .subject1 h4, .subject2 h4, .subject3 h4 {
  font-size: 14px;
  box-sizing: border-box;
  letter-spacing: -1px;
  padding: 12px 0;
 }
 .subject1, .subject2 {
  margin: 0 auto 0px;
 }
 .subject3 h4.sp_suject {
  font-size: 14px;
  letter-spacing: -1px;
 }
 .page .center1200 {
  width: 92%;
 }
 .patient1 .flow {
  height: 500px;
  margin-bottom: 50px;
  margin-top: 30px;
  width: 95%;
 }
 .patient2 .flow {
  height: 360px;
  margin-bottom: 50px;
  margin-top: 30px;
  width: 95%;
 }
 .flow .center {
  position: static;
  transform: none;
 }
 .flow h4 {
  font-weight: bold;
  left: 85px;
 }
 .flow .number {
  padding: 4px 24px 13px;
  font-size: 35px;
 }
 .flow .flow1, .flow .flow2, .flow .flow3 {
  height: auto;
 }
 .check2more .left1a {
  width: 70%;
 }
 .check2more .left1b {
  width: 30%;
 }
 .check2more {
  padding: 0px 0px 15px;
 }
 .check1more {
  padding: 0px 0px 15px;
 }
 .page .check5 {
  height: 50px;
 }
 .page .check5 h3,
 .page .check5 h4{
  font-size: 20px;
 }

 .cp_qa {
  width: 100%;
  margin:0px;
 }
 .cp_qa dl{
  width: 98%;
  margin: 0 auto;
 }
 .cp_qa dt {
  position: relative;
  padding: 0px 0px 0px 35px;
  margin: 20px 0px 20px;
  border-radius: 0.3em;
  color: #89d489;
  font-size: 18px;
  font-weight: bold;
 }
 .cp_qa dd {
  position: relative;
  padding: 0px 0px 0px 35px;
  margin: 0px;
  padding-bottom: 20px;
  border-bottom: solid 1px #89d489;
 }
 /* ?!アイコン */
 .cp_qa dt::after,.cp_qa dd::after {
  font-size: 1.5em;
  position: absolute;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
 }
 /* ?アイコン */
 .cp_qa dt::after {
  top: 50%;
  left: 0px;
  padding: 0px;
  margin-top: -.6em;
  content: 'Q';
  color: #89d489;
  font-weight:700;
  font-family: 'FontAwesome', sans-serif;
 }
 /* !アイコン */
 .cp_qa dd::after {
  right: -2.5em;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.4em;
  content: none;
  font-weight:700;
  font-family: 'FontAwesome', sans-serif;
  color: #484848;
 }
 .flow .flow2 {
  top: 42%;
 }	
 .flow .flow3 {
  bottom: -20px;
 }

 .patient2 .flow .flow2 {
  top: 52%;
 }	
 .back_green {
  padding: 30px 0 60px;
 }	
 .back_brown {
  padding: 30px 0 60px;
 }
 .patient3 {
  margin: 30px auto 30px;
 }
 .patient4 {
  margin: 0px auto 30px;
 }
 main.patient .back_green h3 {
  text-align: left;
 }	
 main.patient .back_brown h3 {
  text-align: left;
 }
 .check4 {
  height: 60px;
 }		
 .check3 {
  height: 60px;
 }	

 .one h2 {
  font-size: 24px;
  top: -13%;
  white-space: nowrap;
 }
 .top3 .pickup3 img.symbol {
  width: 40%;
  height: auto;
 }
 .pickup3 h2 {
  font-size: 26px;
  top:35%;
 }
 .pickup3 p {
  left: 5%;
  top:70%;
 }
 .footer1 .center {
  height: 430px;
 }	
 .footer1 div.number {
  width: 92%;
 }

 /*=== patient down ===*/

 .check1more .left1 {
  float: left;
  padding-left: 1.5em;
  width: 96%;
 }

 .description .left1 {
  float: left;
  width: 100%
 }
 .description .left2 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
 }
 .description .right1 {
  float: right;
  width: 100%;
  margin-bottom: 20px;
 }
 .description .right2 {
  float: right;
  width: 100%
 }
 .description {
  margin: 30px 0px;
  line-height: normal;
 }	
 .intro .text1 {
  width: 100%;
  padding: 15px 0 0 30px;
 }
 .intro .text2 {
  width: 100%;
  padding: 15px 30px 0 30px;
 }
 .docter_list .intro {
  height: 730px;
  width: 100%;
 }
 .intro .more .center {
  top: 50%;
 }
 .header_page .center_icon {
  width: 60%;
 }
 .check1more {
  /*  font-size: 20px;*/
 }
 .check2more {
  /*  font-size: 20px;*/
 }
 .side_menu li.item1a {
  padding: 11px 0px 0px 0px;
 }

 .side_menu li.item2a {
  padding: 15px 0px 0px 0px;
 }

 .side_menu li.item3a {
  padding: 15px 0px 0px 0px;
 }
 .side_menu li.item3 {
  padding: 15px 0px 0px 0px;
 }
 .side_menu li.item2 {
  padding: 15px 0px 0px 0px;
 }
 .side_menu li.item1 {
  padding: 11px 0px 0px 0px;
 }
 .icon-sharp_account_circle_black_18dp {
  display: none;
 }

 .check1 {
  height: 60px;
 }
 .check2 {
  height: 60px;
 }	
 .docter_title {
  height: 60px;
 }	
 .intro .more {
  height: 60px;
 }
 .intro .more p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
 }
 .intro .name1 {
  margin-bottom: 5px;
  float: left;
 } 
 .intro .name2 {
  margin-top: 14px;
 } 
 .docter_list {
  margin: 0px 0 60px;
 }
 .docter_time {
  margin: 0px 0 60px;
 }
 /*table.time tr:nth-child(odd){
   background-color: #fff;
 }	
 table.time td:nth-child(odd){
   background-color: #eee
 }*/
 table.time {
  margin: 0 auto 30px;
 }
 table.time td.closed {
  color: #3e5569;
 }
 table.time td {
  width: 45%;
 }
 table.time .am-pm th,
 table.time .am-pm td{
  height: 3em;
 }
 .kari_text .name1 {
  font-size: 18px;
 }
 .kari_text {
  padding: 10px;
 }
 .side_menu {
  margin: 0px 0 60px;
 }
 .subject_footer {
  margin: 30px auto;
 }		
 .subject_footer div.left {
  margin-bottom: 30px;
 }	

 /*=== nyuin ===*/

 .nyuin1 {
  width: 92%;
  margin: 0 auto 50px;
 }
 .nyuin2 {
  width: 92%;
  margin: 0 auto 50px;
 }
 .nyuin3 {
  width: 92%;
  margin: 0 auto 50px;
 }
 .nyuin4 {
  width: 92%;
 }	
 .nyuin5 {
  width: 92%;
  margin: 0 auto 30px;
 }
 .nyuin6 {
  width: 92%;
 }		
 .table_pc {
  display: none;
 }
 .about .table_pc {
  display: none;
 }
 .table_sp {
  display: block;
 }

 .table_sp p.end {
  margin-bottom: 0;
 }
 .nyuin3 td {
  padding: 25px  0 25px  20px;
 }
 .nyuin3 .shadow {
  width: 80%;
 }
 .nyuin1 .img1, .nyuin1 .img2, .nyuin1 .img3 {
  width: 150px;
 }	
 .nyuin1 .img1 {
  bottom: 20%;
 }
 .nyuin1 .img2 {
  right: 33%;
 }	
 .nyuin1 .left {
  height: 350px;
 }
 .nyuin1 .left:has(.img_col1) {
  height: auto;
 }
 .nyuin1 .right h3 {
  font-size: 30px;
 }	
 table.nyuin {
  margin: 0px 0;
 }	
 .nyuin4 h3 {
  text-align: left;
 }
 .nyuin4 ul {
  /*  margin: 5px 0px 0 25px;*/
 }
 .nyuin4 .left, .nyuin4 .right {
  margin-bottom: 30px;
 }
 .nyuin5 .right {
  padding: 30px 4% 0;
  font-size: 20px;
 }
 .nyuin5 ul.day {
  margin: 0px 0 0 0;
 }
 .nyuin5 ul.time {
  margin: 0px 0 0 0;
 }
 .nyuin5 ul.day li, .nyuin5 ul.time li {
  margin-bottom: 20px;
 }
 .nyuin6 h4 {
  font-size: 14px;
  padding: 12px 0;
 }
 .nyuin6 h3 {
  text-align: left;
 }
 .nyuin6 .link_page {
  height: 150px;
 }
 .nyuyoku_time th, .nyuyoku_time td {
  padding: 15px 10px;
 }
 .nyuin .page_right .left, .nyuin .page_right .right {
  float: left;
  width: 100%
 }
 .nyuin .page_right h3 {
  text-align: left;
 }
 .nyuyoku_time {
  font-size: 14px;
 }	
 .hospitalization1, .hospitalization2 {
  margin-bottom: 60px;
 }	
 .nyuin h4, .menkai h4, .respite h4 {
  font-size: 20px;
 }
 .nyuyoku, .seikatsu {
  margin: 60px 0 0px;
 }
 .respite2_back .number {
  padding: 13px 24px 13px;
  font-size: 35px;
 }
 main.respite .respite2_back p {
  left: 25%;
 }
 .respite1, .respite2, .respite3, .respite4 {
  margin-bottom: 60px;
 }
 .check2more ul {
  padding: 0px 0px 0 30px;
 }
 .menkai1, .menkai2 {
  margin-bottom: 60px;	
 }
 .renkei2 .check3 {
  height: 60px;
 }
 .renkei2 .check3 h3 {
  font-size: 20px;
  white-space: normal;
 }  
 .renkei1, .renkei2 {
  margin-bottom: 50px;	
 }
 .nyuin7 {
  max-width: 92%;
  margin: 0 auto 50px;
 }
 .nyuin h3 {
  /*  text-align: left;*/
 }
 .nyuin7 .left, .nyuin7 .right {
  width: 100%;
 }
 .nyuin7 .left {
  margin-bottom: 30px;
 }
 main.nyuin h4 {
  font-size: 20px;
 }
 main.nyuin .nyuin6 h4 {
  font-size: 14px;
  width: 100%;
  padding: 17px 0;
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  margin: -6px 0 0;
  border: none;
 }    
 main.nyuin .side_menu {
  width: 100%;
  text-align: center;
 } 
 .checkup .left {
  width: 100%;
 }
 img.right {
  width: 100%;
  margin-bottom: 30px;
 }
 .checkup h3 {
  text-align: left;
 }
 .checkup .flow {
  margin-top: 0px;
  height: 650px;
 }
 .checkup .flow .center {
  width: 85%;
 }
 .checkup .flow .flow1 {
  top:0;
 }
 .checkup .flow .flow2 {
  top:23%;
 }
 .checkup .flow .flow3 {
  bottom:32%;
 }
 .checkup .flow .flow4 {
  bottom:-5px;
 }
 .checkup .back_green {
  padding: 30px 0 50px;
 }	

 /* .checkup th, .checkup td {
   display: block;
   width: 100%;
   height: auto;
   border: none;
  }*/
 .back_blue {
  padding: 30px 0 ;
 }

 .checkup5 .btn1 {
  width: 100%;
  float: left;
  margin-right: 0%;
  margin-bottom: 0;
 }
 .checkup5 .link_page {
  height:150px;
 }
 .checkup5 h4 {
  font-size: 14px;
  padding: 12px 0;
 }    
 .more2 .check3 {
  height: 60px;
 }
 .more2 .check3 h3 {
  font-size: 20px;
  white-space: normal;
 } 
 .page .more2 h3 {
  font-size: 20px;
  text-align: left;
  margin: 30px 0 0;
 }
 .more2 .check3 h3 {
  text-align: center;
  margin:0;
 }
 .more1 .check2 {
  height: 60px;
 }
 .more1 .check2 h3 {
  font-size: 20px;
 }    
 .more1 .check2more {
  font-size: 20px;
  padding: 30px;
 }



 /*=== about ===*/

 .hospital1 {
  width: 92%;
  margin: 0 auto 30px;
 }
 .hospital2 {
  width: 92%;
  margin: 0 auto 30px;
 }	
 .hospital3 {
  width: 92%;
  margin: 0 auto;
 }
 .hospital4 {
  width: 92%;
  margin: 0 auto 0px;
 }	
 .hospital4 .btn3, .hospital4 .btn4, .hospital4 .btn5 {
  width: 48.5%;
  overflow: hidden;
  float: left;
  margin-bottom: 36px;
 }
 .hospital4 .btn4 {
  margin-right: 0;
 }	
 .hospital3 .bottom1 .hospital4 .bottom1 {
  margin-bottom: 0px;
 }
 .hospital3 .bottom2 .hospital4 .bottom2 {
  margin-bottom: 0px;
 }
 main.about h3, main.policy h3 {
  text-align: left;
 }	
 .hospital3 .link_page, .hospital4 .link_page {
  height: 150px;
 }
 .hospital3 .btn2 .link_page {
  object-position: 90% center;
 }
 .hospital3 h4, .hospital4 h4 {
  font-size: 14px;
  padding: 12px 0;
 }
 table.overview th,table.overview td {
  border: none;
  padding: 15px 15px
 }	
 table.history th,table.history td {
  border: none;
  padding: 15px 15px
 }

 .hospital1 {
  width: 92%;
  margin: 0 auto 60px;
 }
 .policy2 .point {
  margin-bottom: 30px;
 }
 .policy2 .end {
  margin-bottom: 0px;
 }
 main.policy .policy2 p {
  left: 25%;
 }
 .plan th {
  width: 34%;
 }	
 .policy1, .policy2, .policy3, .policy4, .policy5  {
  margin-bottom: 60px;
 }
 .floor1, .area_care {
  margin-bottom: 30px;
 }

 .policy1 p {
  font-size: 15px;
 }
 .policy4 h4 {
  margin: 30px 0 20px;
  font-weight: normal;
 }
 .policy2 .number {
  padding: 13px 24px 13px;
  font-size: 35px;
 }
 .header_policy {
  background-position: 20% 3%;
 }
 .plan th {
  background-color: #fff2d4;
 }
 .plan td {
  background-color: #f3f3f3;
 }
 .plan th, .plan td {
  width: 100%;
  display: block;
  border: none;
  padding: 10px;
 }
 .plan .table_pc {
  display: none;
 }

 .area_care .jump_page {
  width: 100%;
 }
 .sp_br {
  content: "\A" ;
  white-space: pre;
 }
 .policy1 p.right {
  font-size: 18px;
 }
 table.plan {
  border-spacing: 0;
 }
 table.plan .name{
  background-color: #f7dc9d;
 }
 .contact1 {
  margin-bottom: 30px;
 }
 .contact2 .jump_page {
  width: 100%;
 }
 .policy4 h4, .policy3 h4, .contact1 h4 {
  font-size: 20px;
 }
 main.about .policy2 p {
  left: 23%;
 } 
 .policy1, .policy2 {
  max-width: 92%;
 }
 .hospital3 .btn3, .hospital3 .btn4 {
  width: 48.5%;
  margin-bottom: 36px;
 }
 .hospital3 .btn4 {
  margin-right: 0;
 }
 .hospital3 .btn5 {
  width: 48.5%;
  margin-bottom: 0px;
 }    
 .hospital4 .btn2 .link_page {
  object-position: 79% center;
 }

 .checkup1, .checkup2  {
  margin: 0 auto 50px;
 }
 .checkup4  {
  margin: 50px auto 50px;
 } 
 .checkup5 {
  width: 92%;
 }
 .care1, .care2, .care3, .care4, .care5 {
  margin: 0 auto 50px;
 }
 .care6 {
  margin: 0 auto;
 }
 .day1, .day2, .day3, .day4, .day5, .day6{
  max-width: none;
  margin: 0 auto 50px;
 }
 .care2 h3, .care4 h3, .care6 h3, .day1 h3, .day3 h3, .day4 h3, .day5 h3 {
  text-align: left;
 }

 .day1 .left2 {
  width: 100%;
  margin-bottom: 30px;
 }
 .day1 img.right2 {
  width: 100%;
  margin-bottom: 30px;
 }
 .care4 h4, .care5 h4, .day1 h4 {
  font-size: 20px;
 }
 .care4 .left, .care5 .left, .day1 .left, .day2 .left {
  width: 100%;
  float: left;
  margin-bottom: 30px;
 }
 .care4 img, .care5 img, .day1 img, .day2 img {
  width: 100%;
  margin-bottom: 20px;
 }
 .care4 .right, .care5 .right, .day1 .right, .day2 .right {
  width: 100%;
  float: right;
  margin-bottom: 30px;
 }
 .care6 .link_page {
  height:150px;
 }
 .care .care6 h4 {
  font-size: 14px;
  padding: 12px 0;
 }
 .care p {
  margin-bottom: 0px;
 }
 .care .care1 .left {
  width: 100%;
 }
 .care1 img.right {
  width: 100%;
  margin-bottom:30px
 }
 main.care .care2 p {
  left: 23%;
 }
 .care2 .number {
  padding: 13px 24px 13px;
  font-size: 35px;
 }
 .care2 .last {
  margin-bottom: 0px;
 }

 .page .check1 h3, .page .check2 h3, .page .check3 h3, .page .check4 h3 {
  text-align: center;
  /*  font-size: 20px;*/
 }
 .check1more, .check2more, .check3more, .check4more {
  /*  font-size: 20px;*/
 }

 /* 共通追加スタイル */
 .styleTable{
  font-size: 80%;
 }
 .styleTable tbody th {
  width: 42%;
 }
 .styleTable.column3 tbody th {
  width: 30%;
 }
 .styleTable th,
 .styleTable td{
  padding: 10px;
  font-size: 90%;
 }


}






@media screen and (max-width: 1200px) {

 .top5 .center {
  width: 98%;
 }
 .top5 .top_left {
  width: 96%;
  margin: 0 2%;
 }
.pc_none_left {
  width: 96%;
  margin: 0 2%;
	padding-top: 60px;
 }

 .top5 .top_right {
  width: 96%;
  margin: 0 2%;
  /*padding: 60px 0;*/
 }	
.pc_none_right {
	width: 96%;
  margin: 0 2%;
  padding: 60px 0 0 0;

	}

 .top5 .white {
  height: auto;
 }
	
.top5 .blog_title {
  width: 96%;
  /*argin: 0 2%;*/
 }
}

@media screen and (max-width: 800px) {

 /*=== top ===*/

 .top5 h3 {
  margin-bottom: 30px;
 }
 .top5 .center {
  width: 92%;
 }
 .top5 p.right {
  width: 100%;
 }
 .top5 .top_left {
  width: 100%;
  margin: auto;
 }
	 .pc_none_left {
  width: 100%;
  margin: auto;
padding-top: 60px;
 }

 .top5 .white {
  padding: 30px 35px;
 }
 .top5 .top_right {
  width: 100%;
  margin: 0 auto;
 }
	.pc_none_right {
	  width: 100%;
  margin: 0 auto;	
	}
 .top5 .info {
  padding-bottom: 20px;
 }
.top5 .info .right {
  width: auto;
 }
 .top5 .pickup3 img {
  object-fit: cover;
  width: 100%;
  height: 300px;	
 }
 .top5 .pickup3 img.symbol {
  width: auto;
  height: auto;
 }
	
.top5 .blog_title {
  width: 100%;
  margin: auto;
 }
}

@media screen and (max-width: 600px) {
 .top5 .center {
  width: 92%;
  padding: 30px 0;
 }
 .top5 .top_right {
  /*padding: 30px 0 0;*/
 }
	.pc_none_right {
		  padding: 60px 0 0;

	}
 .top5 .white {
  padding: 30px 4%;
 }
 .top5 .info {
  padding-bottom: 10px;
  margin-bottom: 15px;
 }
.top5 .pickup3 img.symbol {
  width: 40%;
  height: auto;
 }
}

@media screen and (min-width: 1201px) {
	.topic_mt60 {
		padding-top: 60px;
	}
	.pc_none_right {
		display: none;
	}
	.pc_none_left {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.sp_none{
		display: none;
	}
}


