@charset "UTF-8";

/* //////////////////////////////////////////////////

　下層ページの調整用のスタイル

////////////////////////////////////////////////// */

/* parts.css
-------------------------------------------------- */

.bold { font-weight: bold; }

/* ooo */
.page_navi ul.mb {
	overflow: hidden;
	margin: 0 -1px 2px;
}

.h200 { height: 200px; }


/* table */
.wp_entry .twf {
	width: auto;
}
.wp_entry .twa th {
	width: auto;
}
.wp_entry colgroup.w100 {
	width: 100px;
}
.wp_entry colgroup.w150 {
	width: 150px;
}
.wp_entry colgroup.w200 {
	width: 200px;
}
.wp_entry colgroup.w230 {
	width: 230px;
}
.wp_entry colgroup.w260 {
	width: 260px;
}
.wp_entry colgroup.w300 {
	width: 300px;
}
.wp_entry colgroup.w350 {
	width: 350px;
}
.wp_entry colgroup.w400 {
	width: 400px;
}
.wp_entry colgroup.w500 {
	width: 500px;
}
.wp_entry colgroup.w60 {
	width: 60px;
}
.wp_entry colgroup.w90 {
	width: 90px;
}
.wp_entry .cramped th,
.wp_entry .cramped td {
	padding: 8px;
}

..wp_entry th.change .outpatient-table-clear-th{background-color: #fff;
border:0 1px 1px 0px;}

@media screen and (max-width: 768px) {
.wp_entry .thdb th,.wp_entry .thdb td { display: block; width: 100%; }
}


/* step */
.step .content.fsn {
	font-size: 1em;
}

/* link */
.wp_entry li a.link::after {
	display: inline-block;
}

/* color.css
-------------------------------------------------- */



/* common
-------------------------------------------------- */

.maxh150 { max-height: 150px; }
.boxh300 { overflow-y:auto;height:300px; }
.dib { display: inline-block; }


/* common
-------------------------------------------------- */

.form input, textarea {box-sizing: border-box;}

.form input[type=text],.form input[type=tel],.form input[type=email],.form input[type=date],.form select,.form textarea { padding-left: 12px;padding-right: 12px; }
input[type=submit] { cursor: pointer; }
.form input[type=text],.form input[type=tel],.form input[type=email],textarea {width: 100%; margin-top: 10px ; margin-bottom: 10px;}
/*.form input[type=text],.form input[type=tel],.form input[type=email]{height: 44px;}*/

.form input.input-email{ font-weight: bold; font-size:1.4em; }
.form input.short[type=text],.form input.short[type=tel],.form input.short[type=email],.form textarea.short{width: 25%;}

.wp_entry tr.hint td { background: #fbf0f3; }
.wp_entry p.hint { color: #a40000;margin-top: 0; margin-bottom: 5px;}

.wp_entry a.unmarked::after{display: none;}

.wpcf7-checkbox,.wpcf7-radio{line-height: 3; }

.custom-datepicker {
  width: 38%;
}

.form input[type=text], .form input[type=tel], .form input[type=email], .form input[type=number] {
  height: 2em;
  border-width: 1px;
}
.wp_entry p.hint {
    color: #a40000;
    margin-top: 0;
    margin-bottom: 5px;
}

.wp_entry tr.hint td {
    background: #fbf0f3;
}



/* datepicker */
.ui-widget-header {
  color: #fff !important;
  border-color: #1270B3 !important;
  background: #1270B3 !important;
}
.ui-datepicker--sp {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  width: 98% !important;
  height: 45% !important;
  overflow: scroll !important;
}


/* news
----------------------------------------------------- */
.wp_entry .post_list {
  background: #fff;
  margin-bottom: 30px;
  padding: 10px 20px;
}
.wp_entry .post_list li {
  padding: 15px 0;
  line-height: 1.5;
  text-indent: 0;
}
.wp_entry .post_list li::before{
  content: '';
}

.wp_entry .post_list li + li {
  border-top: 1px dotted #ccc;
}

.wp_entry .post_list .meta {
  padding: 0 20px;
  width: 300px;
}
.wp_entry .post_list .title {
  width: 610px;
}
.wp_entry .post_list .date {
  float: right;
}
.wp_entry .post_list .label {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75em;
}

/* 過去一覧の */
.post-type-archive-news .wp_entry .post_list li{
  display: block;
}

.post-type-archive-news .post_list .title {
  width: auto;
}


/*floormap
----------------------------------------------------- */
ul.floormap_ico li{text-indent: 0;
padding-left: 3em !important;
line-height: 2.5}
ul.floormap_ico li::before{content: none !important}
#ico_ev{background: url(/outline/img/ico_ev.png) no-repeat;
background-position: 5px center;}
#ico_toilet_m{background: url(/outline/img/ico_toilet_m.png) no-repeat;
background-position: 0px center;}
#ico_toilet_w{background: url(/outline/img/ico_toilet_w.png) no-repeat;
background-position: 0px center;}
#ico_toilet_h{background: url(/outline/img/ico_toilet_h.png) no-repeat;
background-position: 0px center;}
#ico_vm{background: url(/outline/img/ico_vm.png) no-repeat;
background-position: 5px center;}
#ico_mask{background: url(/outline/img/ico_mask.png) no-repeat;
background-position: 0px center;}
#ico_tv_c{background: url(/outline/img/ico_tv_c.png) no-repeat;
background-position: 0px center;}
#ico_tel{background: url(/outline/img/ico_tel.png) no-repeat;
background-position: 0px center;}
#ico_taxi_tel{background: url(/outline/img/ico_taxi_tel.png) no-repeat;
background-position: 0px center;}
#ico_pct{background: url(/outline/img/ico_pct.png) no-repeat;
background-position: 0px center;}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {

	.wp_entry .post_list {
		margin-bottom: 15px;
		padding: 5px 10px;
	}
	.wp_entry .post_list li {
		padding: 10px 0;
	}

	.wp_entry .post_list .meta {
		padding: 0;
		width: 150px;
	}
	.wp_entry .post_list .title {
		float: none;
		width: inherit;
		overflow: hidden;
	}
	.wp_entry .post_list .date {
		float: none;
	}

	.wp_entry .banner li {
		margin: 40px 0 0;
	}
}




.wp_entry .timeline {
  list-style: none;
}

.wp_entry .timeline-date {
  margin-top: 0;
  margin-bottom: 0;
  color:#666;
}

.wp_entry .timeline-content {
  margin-top: 0;
  margin-bottom: 0;
}

.wp_entry .timeline h4 {
  margin-top: 0;
}

.wp_entry .timeline > li {
  text-indent: 0;
  padding-left: 0;
  position: relative;
}

.wp_entry .timeline li::before{
  display: none;
}

.timeline-content {
  position: relative;
}

.timeline-content:before {
   content: ''; 
  width: 9px;
  height: 9px;
  background: #555;
  position: absolute;
  left: -6px;
  top: 8px;
  border-radius: 100%;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.wp_entry .timeline-date {
  width: 13.5%;
  float: left;
  /* margin-top: 20px; */
}
.timeline-content {
  width: 85%;
  float: left;
  border-left: 3px #dad8d8 solid;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .wp_entry .timeline h4 {
    background-image: none;
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .timeline-content {
    /*width: auto;*/
    /*float: none;*/
    /*padding-left: 10px;*/
    /*padding-bottom: 10px;*/
  }
  .timeline-content:before {
    /*display: none;*/
    left: -1.75%;
  }
  .wp_entry .timeline-date {
    /*width: auto;*/
    /*float: none;*/
  }
}

.pos_mid {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) { 
  .pos_mid {
    align-items: stretch;
  }
  .pos_mid em{
    margin-bottom: 15px;
  }
}
  
.pos_center {
  display: flex;
  justify-content: center; 
}

.h100p{height: 100%;}
.li-ind1 > li {
  padding-left: 1.4em !important;
  text-indent: -1.4em !important;
}

.main_grid .grid_2 {
    grid-row: 1 / 4;
}

.wp_entry .blog-side ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}
 .wp_entry .blog-side ul li a{
   line-height: 1.4;
 }
 .wp_entry .label.label-normal{
  background-color: transparent;
  border: 1px solid #666;
  color: inherit;
  font-weight: 400;
 }
 .single-blog .wp_entry h2 a,
 .post-type-archive-blog .wp_entry h2 a {
  line-height: 1.4;
 }