@charset 'UTF-8';
/*************
/* LP用
*************/
/* 基本設定 */
#lp-main {
  width: 100%;
}
#lp-main img {
  max-width: 100%;
  height: auto;
}
#lp-main a img {
  transition: .3s;
}
#lp-main a:hover img {
  opacity: 0.6;
}
.lp_pan {
  padding-top: 80px; /* headerの高さ分padding */
}
@media screen and (min-width: 1001px) {
  .lp_pan {
    padding-top: 100px; /* headerの高さ分padding */
  }
}
/* LP基本フォント */
h1.lp_h1 {
	font-size: 2.2rem;
	text-align: center;
  position: relative;
	margin-bottom:4rem;
	clear: both;
}
h1.lp_h1:after{
  content: '';
  width: 120px;
  height: 3px;
  background-color: #004987;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 1rem;
}
h2.lp_h2 {
	margin-bottom: 2rem;
	border-bottom: 3px #e7eaf2 solid;
	position: relative;
	padding-bottom: 0.8rem;
}
h2.lp_h2::after{
	content: " ";
	position: absolute;
	display: block;
	border-bottom: 3px #004987 solid;
	bottom: -3px;
	width: 20%;
}
h3.lp_h3 {
	position: relative;
	margin: 0 0 1.5rem;
	padding: 1.4rem 1.8rem;
	background: #004987;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
h3.lp_h3:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #004987;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
@media screen and (min-width: 992px){
	h1.lp_h1{
		font-size: 2.6rem;
	}
	h2.lp_h2{
		font-size: 2.4rem;
	}
	h3.lp_h3{
		font-size: 2.2rem;
	}
}
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
#page-main a:hover img {
  opacity: 0.6;
}
/*************
/* 追加
*************/
/* 基本設定 */
.efont{
	font-family: 'Cinzel', serif;/*テーマの英語フォントに合わせる*/
}
.res_mb{
	margin-bottom: 6rem;
}
@media screen and (min-width: 992px){
	.res_mb{
		margin-bottom: 8rem;
	}
}

/*************
/* 入院のご案内
*************/
.fa_b i{
    color: #005a93;
}
.box_b{
    border: 5px solid #e7eaf2;
    padding: 3%;
}
/*************
/* 人間ドック
*************/
.docs_item th{
    text-align: center;
    background-color: #e7eaf2;
}
.red_txt{
    color: #FF0004;
}
/*************
/* オプション一覧
*************/
.docs_option{
    display: flex;
    flex-wrap: wrap;
    list-style: disclosure-closed;
    font-size: 1.3rem;
    margin-left: 15px;
}
.docs_option li{
    width: calc((100% - 30px)/2);
    margin-right: 30px;
}
.docs_option li:nth-child(2n+2){
    margin-right: 0;
}
@media screen and (min-width: 768px){
    .docs_option{
        font-size: 1.5rem;
    }
    .docs_option li{
        width: calc((100% - 60px)/3);
    }
    .docs_option li:nth-child(2n+2){
        margin-right: 30px;
    }
    .docs_option li:nth-child(3n+3){
        margin-right: 0;
    }
}

@media screen and (min-width: 992px){
    .docs_option{
        font-size: 1.5rem;
    }
    .docs_option li{
        width: calc((100% - 90px)/4);
    }
    .docs_option li:nth-child(3n+3){
        margin-right: 30px;
    }
    .docs_option li:nth-child(4n+4){
        margin-right: 0;
    }
}
/* オプション一覧 */
.op_bk{
  background-color: #f6f8fa;
  padding: 5rem 0 2rem;
}
.op_price{
    font-size: 2.5rem;
    font-weight: bold;
    color: #004987;
}
.op_price span{
    font-size: 1.5rem;
    font-weight: normal;
}

.option *, .option *:after, .option *:before {
  box-sizing: border-box;
}
.option {
  overflow-x: hidden;
  margin: 0 auto;
  padding: 1.2rem 1.2rem 0.2rem;
  margin-bottom: 5rem;
}
.option .option_actab {
  padding: 0 0 1rem;
  margin-bottom: 20px;
}
.option label {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 50px 20px 20px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  position: relative;
  border-bottom: 3px solid #004987;
}
.option .option_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 54px;
  transition: 0.4s ease;
  opacity: 0;
}
.option .option_actab input[type=checkbox]:checked ~ .option_actab-content {
  height: auto;
  padding: 20px;
  opacity: 1;
  background-color: #fff;
}
.option .option_actab input[type=checkbox] {
  display: none;
}
/* optiontgl */
.optionTgl {
  position: absolute;
  display: block;
  width: 50px;
  height: 66px;
  top: 0;
  right: 0;
}
.optionTgl span {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 1px solid #777;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.optionTgl::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 32%;
  width: 40%;
  border-bottom: 1px solid #777;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.optionTgl_wrap:checked + label .optionTgl span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.optionTgl_wrap:checked + label .optionTgl::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*************
/* 在宅サービスのご案内
*************/
.zaitaku_box{
    border: 1px #004987 solid;
    padding: 2rem 5% 1.5rem;
}
.zaitaku_ttl{
    max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0.5rem 0;
	margin-top: -4.2rem;
	margin-bottom: 2rem;
	background-color: #004987;
	color: #fff;
}

/*************
/* 訪問看護サービス
*************/
.houmon_service{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.houmon_service li{
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    border: 1px solid #004987;
    padding: 3%;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
}
.houmon_service li:nth-child(2n+2){
    margin-right: 0;
}
.houmon_service li:nth-child(7),
.houmon_service li:nth-child(8){
    margin-bottom: 0;
}
@media screen and (min-width: 992px){
    .houmon_service li{
        width: calc((100% - 60px)/4);
    }
    .houmon_service li:nth-child(2n+2){
        margin-right: 20px;
    }
    .houmon_service li:nth-child(4n+4){
        margin-right: 0;
    }
    .houmon_service li:nth-child(5),
    .houmon_service li:nth-child(6){
        margin-bottom: 0;
    }
}
/*************
/* 訪問診療サービス
*************/
.gutairei{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gutairei li{
    border: 2px solid #004987;
    padding: 0 10px;
    font-size: 2rem;
    margin-right: 10px;
    width: calc((100% - 20px)/3);
    text-align: center;
    margin-bottom: 10px;
}
.gutairei li:nth-child(3){
    margin-right: 0;
}
.gutairei li:nth-child(4),
.gutairei li:nth-child(5){
    margin-bottom: 0;
}
@media screen and (min-width: 992px){
    .gutairei li{
        width: calc((100% - 80px)/5);
        margin-bottom: 0;
    }
    .gutairei li:nth-child(3){
        margin-right: 10px;
    }
}

/*************
/* 訪問リハビリサービス
*************/
/*普段のタイムライン タイムライン2共通部分*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
}
@media screen and (max-width: 639px) {
  .timeline > li {
    padding-left: 20px;
  }
}
@media (min-width : 640px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
}
/*普段のタイムラインのみ*/
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.one {
  background-color: #004987 !important;
}
.timeline-badge.two {
  background-color: #0e5d97 !important;
}
.timeline-badge.three {
  background-color: #1c70a7 !important;
}
.timeline-badge.four {
  background-color: #2a84b7 !important;
}
.timeline-badge.five {
  background-color: #3798c7 !important;
}
.timeline-badge.six {
  background-color: #45abd7 !important;
}
.timeline-badge.seven {
  background-color: #53bfe7 !important;
}
.timeline-title {
  margin-top: 0;
  font-size: 2rem;
    color: #004987;
}
.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/*************
/* 外来のご案内
*************/
tr.week{
    background-color:#004987;
    color: #fff;
}
th.kamoku{
    background-color: #e7eaf2;
    color: #000;
}
th.am{
    background-color: #e3f6ff;
    color: #000;
}
th.am span{
    display: block;
    font-size: 1.3rem;
}
th.pm{
    background-color: #edf8fd;
    color: #000;
}
.gairai th,.gairai td{
  width: 300px;
  height: 100px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}
.fixed01, .fixed02{
    position: sticky;
    left: 0;
    background: #004987;
}

.fixed01::before, .fixed02::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
.fixed01{
  left: 0;
}
.fixed02{
  left: 48px;
}