@charset "UTF-8";
/*	 link
/* ------------------------------------- */
a {
transition: 0.5s;
	}
a:hover {
opacity: 0.5;
}
/*	header
/* ------------------------------------- */
.oneArea {
  background: linear-gradient(90deg, #efefff 0%, #efefff 30%, #fff 30%, #fff 100%);
	padding-bottom: 10%
}
@media screen and (min-width: 980px) {
.oneArea {
  background: linear-gradient(90deg, #efefff 0%, #efefff 30%, #fff 30%, #fff 100%);
	padding-bottom: 5%
}
}
/*	 main
/* ------------------------------------- */
.t_back {
	height: 320px;
	padding-top: 40px
	}
main {
	margin: 20px 0;
	right: 0;
	width: 80%;
	z-index: 10;
	position: absolute;
	}
.wrap-video {
position: relative;
  max-width: 100%;
	overflow: hidden;
	border-radius:20px 0 0 20px;
}
#metaslider_5 img {
	width: 100%;
  height:300px;
  object-fit: cover;
font-family: 'object-fit: cover;'; /*IE対策*/
}
.badge	{position: absolute;
	bottom: 0;
	left: -24%;}
.badge img{width: 60px;
	height: auto
	}
@media screen and (min-width: 1540px) {
.wrap-video {
	border-radius:20px;
}
}

/*	 message
/* ------------------------------------- */
.message0 {
margin: 0 0 5% 0 
}

.hospital_i{
width: 100%;
	
	}
.hospital_i img{
width: 100%;
height: auto
	
	}
.hospital_t {
width: 100%;
	box-sizing: border-box;
	padding: 10% 6%;
}
.hospital_t p {
margin: 10px 0px 0px 0px;
}

.message h4 {
	color: #5f61b1;
	font-size: 140%;
	line-height:1.8em;
	font-weight: normal;
	margin: 0 auto;
  }
.message h4 span {
	display: none;
  }
.message p {
margin: 4% 0 6% 0;
	text-align: justify;
	line-height: 2.2em;
  }
/*	 more ボタン */
.more_box0,
.more_box1{
  position: relative;
  text-decoration: none;
  display: inline-block;
    padding: 10px 40px 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
		border-radius: 100vh;
}
.more_box0{
		border: 1px solid #5f61b1;
		margin-bottom: 5px
}
.more_box1{
		border: 1px solid #fff;
		
}
.more_box0 a{
color:#5f61b1;
}
.more_box1 a{
color:#fff;
}
.more_box0::after{
    content: '';
  position: absolute;
    top:42%;
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #5f61b1;
    border-right: 2px solid #5f61b1;
    transform: rotate(45deg);
    transition: all .3s;
}
.more_box1::after{
    content: '';
  position: absolute;
    top:42%;
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}
.more_box0:hover::after,
.more_box1:hover::after{
    right: 11px;
}
@media screen and (min-width: 768px) {
.message {
width: 100%;
}
.message:after	{content: "";
	display: block;
	clear: both}
.hospital_i {
width: 55%;
	float: left;
	border-radius:20px 0 0 20px;
	}
.hospital_i img{
	border-radius:0 20px 20px 0;
	}
.hospital_t {
width: 40%;
	float: left;
	padding: 0 4% 6% 4%;
letter-spacing: 0.02em;
	}
.message h4 {
	margin: 0;
	line-height:1.8em;
  }
.message p {
line-height:2.2em;
margin: 15px 0 30px 0;
  }
.message_p {
  width: 25%;
	}}
	

/*	 各フロアのご紹介はこちら
/* ------------------------------------- */
.floor_back h4 {
	color: #5f61b1;
	font-size: 140%;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px
}
.floor_back {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #5f61b1 50%, #5f61b1 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	padding: 0 0 5% 0;
	margin: 0 auto;
	text-align: center
	}
.floor_t {
	color:#906200;
	font-weight: normal;
	font-size: 150%;
	margin: 10% 0 0 0;
	text-align: center;
}
.floor_box {
float:left;
width: 100%;
margin: 2% 0px 0px 0px;
}
.floor2 {
width: 90%;
margin: 0px auto;
}
.floor_box img {
    width: 100%;
}
.floor_box h4{
	font-size:140%;
	color:#000;
	font-weight:normal;
	margin: 15px 0px 0px 0px;
	line-height:1.5em;
}
.floor_box h5 {
	font-size:100%;
	color:#000;
	font-weight:normal;
	line-height:1.5em;
}
.floor_box p {
	font-size: 90%;
	line-height:2em;
	margin: 10px 0px 0 0px;
	text-align: justify;
}
.floor_box a {
	color:#000;
	line-height:2em;
}

/*	 info
/* ------------------------------------- */
.info_back {
	padding: 10% 0;
	text-align: center;
	background: #fff
}
.info_back h4 {
	color: #5f61b1;
	font-size: 140%;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
/*	 main
/* ------------------------------------- */
.t_back {
	height: 500px;
	padding-top: 80px
	}
.br_sp { 
display: block;
}
.br_sp2 { 
display:none;
}

#metaslider_71 img {
width: 100%;
	height: auto;
	margin:auto;
}

/*	 floor
/* ------------------------------------- */
.floor_back {
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #5f61b1 40%, #5f61b1 100%);
	}
.floor_t {
	margin: 6% 0 0 0;
	text-align: center;
}
.floor_box p {
	font-size: 80%;
	line-height:1.8em;
}

/*	 info
/* ------------------------------------- */
.info_back {
	padding: 6% 0;
}

/*	NEWS
/* ------------------------------------- */
.news_list {
  width: 690px;
}
}
/* ------------------------------------- */
/*	 resposive900
/* ------------------------------------- */
@media screen and (min-width: 900px) {
#metaslider_5 img {
width: 100%;
	height: auto;
	margin:auto;
}
}	
/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {
.br_sp3 { 
display: none;
}
.message h4 {
	margin: 20px 0 0 0;
  }
.message p {
line-height:2.2em;
margin: 20px 0 40px 0;
  }
/*	 main
/* ------------------------------------- */
.t_back {
	height: 700px;
	}
main {
	margin: 60px 0 0 0;
	right: 0px;
	width: 85%;
	z-index: 10;
	position: absolute;
	}
.badge	{position: absolute;
	bottom: 0;
	left: -15%;}
	
.badge img{width: 120px;
	height: auto
	}

/*	 floor
/* ------------------------------------- */
.floor_t {
	margin: 60px 0 0 0;
}

.floor_box p {
	font-size: 90%;
	line-height:1.8em;
}
.swiper-container{
  width: 96%;
}
.container2 {
width: 1060px;
margin: 0px auto;
padding: 0px;
}

/*	 info
/* ------------------------------------- */
.info_back {
	padding: 60px 0;
}
}

/* ------------------------------------- */
/*	 resposive1130
/* ------------------------------------- */
@media screen and (min-width: 1130px) {
.t_back {
height: 800px;
	}
}
/* ------------------------------------- */
/*	 resposive1240
/* ------------------------------------- */
@media screen and (min-width: 1240px) {
.t_back {
	height: 830px;
	}
}
/* ------------------------------------- */
/*	 resposive1350
/* ------------------------------------- */
@media screen and (min-width: 1350px) {
.t_back {
	height: 850px;
	}
}
/* ------------------------------------- */
/*	 resposive1540
/* ------------------------------------- */
@media screen and (min-width: 1540px) {
.t_back {
	height: 850px;
	}
.t_back2 {
	width: 1540px;
	height: 800px;
	margin: auto;
	position: relative;
	}
.badge	{position: absolute;
	bottom: 0;
	left: -15%;}
main {
	right: 10%;
	width: 1200px;
	z-index: 10;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
}

/* ------------------------------------- */
/*	 カード
/* ------------------------------------- */
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 1em auto;
    max-width: 980px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    width: auto;
    height: 50px;
		margin: 0 auto;
		padding-top: 40px
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.3em;
		font-weight: normal;
		position: relative;
}

.card-title::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	background-color: #5f61b1;
	border-radius: 7px;
}


/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 20px 6% 6% 6%;
    padding: 0.9em;
    color: #333;
		text-align: left
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		border-radius: 10px
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 96%幅を3で割るという指定 */
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}
