body{
  line-height: 170%;
  font-size: 16px;
}

#header {
  width: 100%;
}

#header .con1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
  padding: 15px 0;
}

#logo {
  position: relative;
  width: 200px;
  z-index: 2;
}

#logo h1 {
}

#logo1ft{
  width: 200px;
  padding-bottom: 20px;
}

#logo img,
#logo1ft img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}


/*フッタ*/

.ft_bg{
  /*background: url(images/footer.jpg) no-repeat center center;
  background-size: cover;*/
  height: 350px;
  width: 98%;
  position: relative;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.ft_info{
  position: relative;
  margin-top: -100px;
  z-index: 2;
  border-radius: 15px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.ft_fl{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}

.ft_bx{
  padding-top: 40px;
  border-top: 1px solid #dddddd;
}

.info{
  flex: .9; 
}

.map{
  width: 45%;
}

.map iframe{
  width: 100%;
  height: 300px;
}

.ft_txt{
  
}

.ft_ct,
.mv_ct,
.flow_ct{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ft_ct{
  padding-top: 30px;
}

.flow_ct{
  margin-top: 30px;
  max-width: 300px;
}

.ft_ct .btn1,
.ft_ct .btn2,
.mv_ct .btn1,
.mv_ct .btn2,
.flow_ct .btn1,
.flow_ct .btn2{
  flex: .48;
}

.ft_ct .insta{
  width: 50px;
}

.mv_ct .insta{
  width: 40px;
}

.btn1 a,
.btn2 a{
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn1 a{
  background: #005391 url(images/reserve.png) no-repeat 10px center;
}

.btn1 a:hover{
  background: #2fb2d0 url(images/reserve.png) no-repeat 10px center;
}

.btn2 a{
  background: #00b900 url(images/line.png) no-repeat 10px center;
}

.btn2 a:hover{
  background: #00d600 url(images/line.png) no-repeat 10px center;
}

.ft_ct .btn1 a,
.ft_ct .btn2 a{
  padding: 15px 10px 15px 30px;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 1px;
  background-size: 35px;
  border-radius: 8px;
}

.mv_ct .btn1 a,
.mv_ct .btn2 a,
.flow_ct .btn1 a,
.flow_ct .btn2 a{
  padding: 10px 10px 10px 20px;
  font-size: 15px;
  line-height: 30px;
  background-size: 30px;
  border-radius: 5px;
}



footer h2{
  
}

.ft_nav{
  flex: 1;
  text-align: right;
}

.ft_nav li{
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

.ft_nav .sub-menu{
  display: none;
}

#copyright{
  text-align: right;
  padding-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #c1c1c1;
}

#copyright span{
  color: #c1c1c1;
  padding: 0 15px;
}

#copyright a{
  color: #c1c1c1;
}


/*診療時間TABLE*/

.timetable table{
  border: 1px solid #dddddd;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

.timetable table th,
.timetable table td{
  font-size: 15px;
  line-height: 120%;
  padding: 10px 5px;
  text-align: center;
}

.timetable table th{
  background: #f0f0f0;
}

.timetable table th.cel1{
  width: 100px;
}

.timetable table td{
  background: #ffffff;
  border-top: 1px solid #dddddd;
}

.timetable table td span{
  font-size: 17px;
  font-weight: bold;
}

.timetable p{
  font-size: .9rem;
}


/*メインビジュアル*/

.mainvl {
  position: relative;
  height: 530px;
  
}

.mainimg{
  height: 450px;
  width: 98%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.mainimg .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.mainimg .slide.active3 {
  opacity: 1;
}


.mainbox{
  width: 80%;
  position: absolute;
  left: 10%;
  top: 100px;
  z-index: 2;
}

.mainbox h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: pre;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 50px;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.mv_info{
  position: absolute;
  right: 0;
  bottom: -40px;
  background: #fff;
  max-width: 400px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  z-index: 3;
}

.mv_inr{
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

/*top*/

#topnews .co_p{
  padding-top: 0;
}

.ttl{
  margin-bottom: 30px;
}

.subvl .ttl{
  margin-bottom: 5px;
}

.ttl h2,
.singlebox h2,
.postconts h2{
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.ttl .en{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #005391;
}

.news_list li{
  padding-bottom: 20px;
}

.news_inr {
  cursor: pointer;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  background: #f6f6f6;
}

.important .news_inr {
  border: 1px solid #fcd2d0;
  background: #ffedec;
}

.date{
  color: #7a7a7a;
}

.news_inr .date{
  width: 120px;
  padding: 7px 0px;
}

.news_txt{
  flex: 1;
  padding: 5px 30px 5px 30px;
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
  position: relative;
}

.important .news_txt{
  border-left: 1px solid #fcd2d0;
}

.news_inr dd {
  display: none; 
  padding-top: 10px;
}

.news_inr.active2 dd {
  display: block;
}

.news_inr.active2 .news_txt::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  background: url(images/ar2.png) no-repeat center center;
  background-size: 20px;
}

.news_inr .news_txt::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  background: url(images/ar3.png) no-repeat center center;
  background-size: 20px;
}

.important .news_inr.active2 .news_txt::after {
  background: url(images/ar2_r.png) no-repeat center center;
  background-size: 20px;
}

.important .news_inr .news_txt::after {
  background: url(images/ar3_r.png) no-repeat center center;
  background-size: 20px;
}

.morebtn a{
  display: block;
  z-index: 4;
  position: relative;
}

.news_txt h3,
.morebtn a{
  color: #005391;
}

.important .news_txt h3,
.important .morebtn a{
  color: #ed4a41;
}

#topnews .ttl{
  text-align: left;
}

#topnews .news_list{
}

.btn{
  min-width: 200px;
  display: inline-block;
}

#topnews .btn_s{
  margin-top: 20px;
  margin-left: auto;
  width: 120px;
}

.btn a,
.btn_s a{
  border: 1px solid #005391;
  color: #005391;
  display: block;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn a{
  padding: 15px 20px;
}

.btn_s a{
  padding: 3px 20px;
  font-size: .9rem;
}

.btn a:hover,
.btn_s a:hover{
  color: #ffffff;
  background: #005391;
}

.leftbtn,
.rightbtn{
  color: #005391;
  width: 100px;
  font-weight: 500;
  display: inline-block;
}

.page-numbers{
  display: inline-block;
  padding: 0 5px;
}

.page-numbers.current{
  color: #005391;
  font-weight: 500;
}

.rightbtn{
  text-align:right;
}

.postbtn{
  padding-top: 40px;
  border-top: 1px solid #dddddd;
  
}


/*page*/

.subvl {
  position: relative;
  width: 100%;
  height: 220px;
}

.subvl::before {
  content: '';
  width: 98%;
  height: 100%;
  position: absolute;
  background: #e5edf4;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  right: 0;
  top: 0;
  z-index: 1;
}

.subbox{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.subimg{
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.pankuzu_list{
}

.pankuzu_list ul{
	text-align: left;
}

.pankuzu_list li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	color: #8c8c8c;
  font-weight: 500;
}

.pankuzu_list li p,
.pankuzu_list li a{
	font-size: 15px;
	line-height: 24px;
  font-weight: 500;
  display: inline-block;
	vertical-align: middle;
}

.pankuzu_list li a{
	color: #005391;
  font-weight: 500;
}

.pankuzu_list li::after{
	content: '>';
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	height: 24px;
  margin: 0;
	padding: 0 5px;
	color: #8c8c8c;
}



.pankuzu_list li:last-child::after{
	display: none;
}

.bg_box{
  border-radius: 20px;
}

.top_icon ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.top_icon li {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 15px;
  width: 31%;
  margin: 10px 1%;
  text-align: center;
}

.icon_img{
  width: 110px;
  margin: 0 auto 5px;
}

.top_icon h3{
  font-size: 21px;
  line-height: 50px;
  font-weight: 500;
}

.top_icon h3 span{
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}

.life_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
  align-items: stretch;
}

.life_list li{
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  max-width: 300px;
  width: 46%;
  margin: 10px 2%;
}

.hd_h3 {
  padding: 10px;
  background: #f6f6f6;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.hd_h3 h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
}

.life_list li h3 span{
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  border-radius: 30px;
  padding: 2px 10px;
  line-height: 30px;
  color: #ffffff;
  box-sizing: border-box;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}

.life_inr{
  border-top: 1px solid #dddddd;
  padding: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.life_img img{
  border-radius: 5px;
}

.ck_list ul{
  display: block;
  margin-top: 10px;
}

.ck_list li{
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  width: 100%;
  margin: 3px 0;
  padding-left: 28px;
  background-size: 20px!important;
}

.con_list li{
  margin-bottom: 60px;
}

.con_list li:nth-child(odd){
}

.con_list li:last-child{
  margin-bottom: 0px;
}

.li_txt{
  
}

.li_img{
  width: 90%;
  text-align: center;
  margin: 30px auto 0;
}

.li_img img{
  border-radius: 20px;
}

.li_ttl{
  border-bottom: 1px solid #dddddd;
  padding: 10px 0 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.li_ttl h3 br{
  display: none;
}

.count{
  font-size: 62px;
  font-weight: 500;
  line-height: 80px;
  color: #2fb2d0;
  width: 90px;
}

.flow_list li{
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 20px 30px 5px;
  margin-bottom: 30px;
}

.flow_list li:last-child{
  margin-bottom: 0px;
}

.flow_list li .of_ct{
  display: none;
}

.flow_list li:first-child .of_ct{
  display: block;
}

.fl_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fl_ttl{
  width: 120px;
  text-align: center;
  white-space: nowrap;
}

.step{
  color: #005391;
  font-size: 1.1rem;
  font-weight: 500;
}

.fl_img{
  width: 80px;
  margin-right: 20px;
}

.fl_txt{
  box-sizing: border-box;
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid #dddddd;
}

/*archive　single*/

.singlebox{
  padding-bottom: 30px;
}

.archive{
  padding: 20px 0 0px;
  width: 250px;
}

.widget{
  
}

.widget_title{
  font-size: 18px;
  font-weight: 500;
}

.archive label{
  display: none;
}

.widget select{
  
}

.postpage h2{
  padding: 2px 0px 2px 25px;
  position: relative;
  margin-bottom: 30px;
}

.postpage h2::before{
  content: '';
  width: 8px;
  height: 100%;
  position: absolute;
  background: #2fb2d0;
  border-radius: 5px;
  left: 0;
  top: 0;
}

.pagenav{
  padding-bottom: 40px;
  position: relative;
}

.pagenav ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.pagenav li{
  width: 31%;
  margin: 5px 1%;
  box-sizing: border-box;
}

.pagenav li a{
  display: block;
  border: 1px solid #005391;
  text-align: center;
  color: #005391;
  font-weight: 500;
  padding: 5px;
}

.column_list img{
  padding: 0;
  width: 100%;
}

.column_list li{
  background: #f6f6f6;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
}

.column_list li:last-child{
  margin-bottom: 0px;
}

.icon_img2{
  width: 140px;
  text-align: center;
}

.icon_img2 img{
  width: 80px;
}

.column_link{
  flex: 1;
  padding-left: 30px;
  border-left: 1px solid #dddddd;
}

.column_link p{
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px 5px 0;
}

.column_link p a{
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  color: #005391;
  border-bottom: 1px solid #005391;
}

.table_kenshin li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 10px;
  border-bottom: 1px solid #dddddd;
}

.table_kenshin li:nth-child(even) {
  background: #f6f6f6;
}

.table_kenshin li .txt_n {
  font-size: 17px;
}


.dot_list li {
  display: block;
  padding: 3px 0 3px 23px;
  border-bottom: none;
  position: relative;
}

.dot_list li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 10px;
}

.dot_list li:nth-child(even) {
  background: none;
}

.dot_list li div {
  font-size: 14px;
  line-height: 23px;
}


.tb_w2,
.tb_w3{ 
  box-sizing: border-box;
  padding: 0 20px;
}

.tb_w1{ width: 60px;}

.tb_w2{
  flex: 1;
  border-left: 1px solid #dddddd;
  /*border-right: 1px solid #dddddd;*/
}

/*.tb_w3{ width: 30%;}*/

.tb_ttl{
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  padding: 15px 5px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.k_img_flex{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: flex-start;
}

.k_img {
  width: 46%;
  box-sizing: border-box;
  margin: 10px 2%;
  text-align: center;
}

.k_img img {
  border-radius: 15px;
}

.block_box1,
.block_box2{
  border-radius: 15px;
  padding: 30px;
}

.postconts .block_box1 h3,
.postconts .block_box2 h3{
  padding-left: 0;
  margin-top: 0!important;
}

.postconts .block_box1 h3::before,
.postconts .block_box2 h3::before{
  display: none;
}

.block_box1{
  background: #eaf7fa;
}

.block_box2{
  background: #e5edf4;
}

.block_inr{
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #dddddd;
}

/********************************************
 * 共通要素
 ********************************************/

.shadow {
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.1));
}

.t_inline{
  display: inline-block;
}

.box_flex{
  
}

.line1{
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 16px;
  line-height: 28px;
}

.txt_n,
.postconts h4,
.postconts h5{
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
}

.txt_m,
.postconts h3{
  font-size: 21px;
  line-height: 40px;
  font-weight: 700;
}

.txt_b{
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.txt_l{
  text-align: left!important;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 220px;
}

.wid_2{
  width: 300px;
}

.pc_none{
	display:none;
}

.pdb_no{
  padding-bottom: 0;
}


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

.ft_fl{
  display: block;
  padding-bottom: 40px;
}
  
.info{
  flex: 1;
  padding-bottom: 30px;
}

.map{
  width: 100%;
}

.map iframe{
  width: 100%;
  height: 250px;
}

}
