@charset "utf-8";

/*====================================================================================================

  トップ

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  共通部分
  
----------------------------------------------------------------------------------------------------*/

.hdline {	
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	color: #6682e3;
	font-weight: 500;
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------------------------------------

  Main visual
  
----------------------------------------------------------------------------------------------------*/

#mainSlide-wrap {
	width: 100%;
	max-width: 1288px;
	height: 890px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index: -1;
}

#mainSlide-wrap > .slideTxt{
	position: absolute;
	left: 0;
	bottom: 90px;
	z-index: 1;
	background-color: rgba(255,255,255,0.2);
}

#mainSlide {
	width: 100%;
	max-width: 1200px;
	height: 768px;
	position: absolute;
	right: 0;
	bottom:0;
	overflow:hidden;
	list-style:none;
}

#mainSlide .slide {
	width: 100%;
	max-width: 1200px;
	height: 768px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

@media print,screen and (max-width:640px){
	#mainSlide-wrap {
		height: 600px;
		position:relative;
	}
	#mainSlide-wrap > .slideTxt{
		position: absolute;
		bottom: 40px;
		z-index: 2;
		background-color: rgba(255,255,255,0.8);
	}

	#mainSlide {
		width: 100%;
		max-width: 640px;
		height: 480px;
		position: absolute;
		right: 0px;
		top:100px;
		z-index: 1;
		overflow:hidden;
		list-style:none;
	}

	#mainSlide .slide {
		width: 100%;
		max-width: 640px;
		height: 480px;
		overflow:hidden;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
}

@media print,screen and (max-width:400px){
	#mainSlide {
		top:80px;
	}
	#mainSlide-wrap > .slideTxt{
		bottom: 60px;
	}
}

.slide--01{
  background-image: url("../image/mainvisual/main01.jpg?v=3");
}
.slide--02{
  background-image: url("../image/mainvisual/main02.jpg?v=2");
}
.slide--03{
  background-image: url("../image/mainvisual/main03.jpg?v=2");
}
.slide--04{
  background-image: url("../image/mainvisual/main04.jpg?v=2");
}
.slide--05{
  background-image: url("../image/mainvisual/main05.jpg?v=2");
}


@media print,screen and (min-width:641px) and (max-width:1640px) {
  #mainSlide {
    max-width:980px;
    /*height: 584px;*/
    transition: .3s;
  }
}

@media print,screen and (min-width:641px) and (max-width:1160px) {
  #mainSlide {
    right: 0;
    transition: .3s;
  }
}
@media print,screen and (min-width:641px) and (max-width:1000px) {
  #mainSlide {
    width:calc(100% - 100px);
    right: 0;
    transition: .3s;
  }
    
  #mainSlide-wrap > .slide_right > .slideTxt{
    position: absolute;
    left: 20px;
    top: 370px;
    z-index: 2;
    transition: .3s;
  }
    
  #mainSlide .slide {
    background-position: center;
  }
}


/*----------------------------------------------------------------------------------------------------

  お知らせ
  
----------------------------------------------------------------------------------------------------*/
  
.info-hdline {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #6682e3;
	font-weight: 500;
	margin-bottom: 1em;
}

.info-cnt li {
	display: flex;
	flex-wrap: nowrap;
	padding: 1em 0;
	border-bottom: 1px solid #eff1f2;
}
.info-cnt li .date {
	min-width: 5.5em;
	margin-right: 1em;
}
.info-cnt li .title {
	display: block;
}

.en-sub-ttl span:not(:last-child){
  margin-right: 0.4em;
  white-space: nowrap;
  position: relative;
}

.info-cols {
	margin:46px 0;
}

.info-cols .inner {
	display: flex;
	flex-wrap: nowrap;
    /* justify-content: center; */
    justify-content: space-between;
}	

.info-cnt {
	/* max-width: 700px; */
    width: 100%;
	width: calc(50% - 25px);
}


.info-bnr {
	width: calc(50% - 25px);
}

@media screen and (max-width:860px) {
	.info-cols .inner {
		flex-wrap: wrap;
	}	
	.info-cnt {
		width: 100%;
		margin-bottom: 32px;
	}

	.info-bnr {
		width: 100%;
		text-align: center;
	}
}


/*----------------------------------------------------------------------------------------------------

ごあいさつ
  
----------------------------------------------------------------------------------------------------*/

.greeting {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.gr-left-box {
	width: 50%;
	padding: 68px;
	box-sizing: border-box;
	background-color: #eafaff;
	text-align: right;
}

.gr-right-box {
	width: 50%;
	padding: 68px;
	box-sizing: border-box;
	background-color: #d4f3fd;
}
  
.gr-right-cnt {
	width: 100%;
	max-width: 500px;
	line-height: 1.4;
}

.gr-hdline {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	color: #6682e3;
	font-weight: 500;
	margin-bottom: 1em;
}

.gr-chach {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	color: #0f9984;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 1em;
}

.gr-dcname {
	margin-top: 1em;
	color: #6682e3;
	font-weight: 300;
}

@media screen and (max-width:960px) {	
	.greeting {
		display: block;
		flex-wrap: wrap;
		padding: 80px 0;
		background-color: #eafaff;
	}

	.gr-left-box {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 36px;
	}
	.gr-right-box {
		width: calc(100% - 40px);
		padding: 36px;
		margin: 0 auto;
		background-color: rgba(255,255,255,.7);
	}
	.gr-right-cnt {
		max-width: 100%;
	}
}

@media screen and (max-width:480px) {	
	.gr-right-box {
		padding: 24px;
	}
}


/*----------------------------------------------------------------------------------------------------

プロフィール
  
----------------------------------------------------------------------------------------------------*/

.profile {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.pr-left-box {
	width: 50%;
	padding: 68px;
	box-sizing: border-box;
	background-color: #d4f3fd;
}
  
.pr-left-cnt {
	float: right;
	width: 100%;
	max-width: 500px;
	line-height: 1.4;
}

.pr-hdline {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	color: #6682e3;
	font-weight: 500;
	margin-bottom: 1em;
}

.pr-left-cnt h3 {
	display: inline-block;
	width: 5em;
	/*padding: .25em .5em;*/
	padding: .25em;
	margin-bottom: .25em;
	background-color: #12b39a;
	color: #fff;
	text-align: center;
}

.pr-left-cnt ul {
	list-style: none;
	margin-bottom: 1.5em;
}

.pr-left-cnt ul.career {
	margin-bottom: 0;
}
.pr-left-cnt ul.career li {
	display: inline-flex;
	justify-content: space-between;	
}
.pr-left-cnt ul.career li .date {
	margin-right: 1em;
	min-width: 6em;
}

.pr-right-box {
	width: 50%;
	padding: 68px;
	box-sizing: border-box;
	background-color: #eafaff;
}

@media screen and (max-width:960px) {	
	.profile {
		flex-wrap: wrap;
		padding: 80px 0;
		background-color: #d4f3fd;
	}

	.pr-left-box {
		order: 2;
		width: calc(100% - 40px);
		padding: 36px;
		margin: 36px auto;
		background-color: rgba(255,255,255,.7);
	}
	.pr-left-cnt {
		max-width: 100%;
	}
	.pr-right-box {
		order: 1;
		width: 100%;
		background: none;
		text-align: center;
		padding: 0;
	}
}


/*----------------------------------------------------------------------------------------------------

行動指針
  
----------------------------------------------------------------------------------------------------*/

.credo {
	margin: 88px 0 110px;
	text-align: center;
}

.cr-chach {
	margin-bottom: 2.5em;
}

.cr-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.cr-box {
	width: calc(25% - 21px);
	line-height: 1.4;
}

.cr-icon {
	margin-top: -45px;
	margin-bottom: 24px;
}

@media screen and (max-width:860px) {
	.cr-list {
		flex-wrap: wrap;
		margin-bottom: -42px;
	}
	
	.cr-box {
		width: calc(50% - 21px);
		margin-bottom: 42px;
	}
}


/*----------------------------------------------------------------------------------------------------

皆様への約束
  
----------------------------------------------------------------------------------------------------*/

.oath {
}

.ot-box {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
}
.oath .ot-box.num01 { background-image: url("../image/top/oath-img01.jpg"); }
.oath .ot-box.num02 { background-image: url("../image/top/oath-img02.jpg"); }
.oath .ot-box.num03 { background-image: url("../image/top/oath-img03.jpg"); }

.ot-inner {
	height: 400px;
	padding: 56px 36px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.5);
}

.ot-number {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	color: #37758a;
	font-weight: 800;
	line-height: 1;
}

.ot-chach {
	line-height: 1.4;
	font-weight: bold;
	margin: .5em 0 1em;
}

.ot-txt {
	line-height: 1.6;
}

.ot-btn {
	display: block;
  width: 238px;
  height: 50px;
  box-sizing: border-box;
  border: 4px solid #0f9984;
  color: #0f9984 !important;
  line-height: 42px;
	margin: 1em auto 0;
  text-decoration: none;
  font-weight: 700;
	transition: 0.15s ease !important;
}
.ot-btn:hover {
  background-color: #E2F8F4;
}

@media screen and (max-width:860px) {
	.ot-inner {
		padding: 24px;
	}
}


/*----------------------------------------------------------------------------------------------------

　予約について・支払い
  
----------------------------------------------------------------------------------------------------*/
.reserve-pay-cols {
	padding-top: 125px;
	padding-bottom: 60px;
}

.reserve-pay-cols .inner{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.res-box {
	width: calc(50% - 15px);
	min-height: 480px;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.ua-sp .res-box {
	width: 100%;
	min-height: auto;
}

.reserve { margin-right: 30px; }
.ua-sp .reserve { margin-right: 0; }

.res-box dt {
	margin: .5em 0;
	color: #ef858c;
	font-weight: 300;
	text-align: center;
}
.res-box dd {
	margin: .5em 1.5em 1.5em;
	line-height: 1.4;
}
.res-box dd span {
	color: #ef858c;
	font-weight: 300;
}

@media screen and (max-width:860px) {
	.res-box {
		min-height: auto;
	}
}


/*----------------------------------------------------------------------------------------------------

　ブログ
  
----------------------------------------------------------------------------------------------------*/
.blog {
	text-align: center;
}

.blog .blg-cnt {
	/* display: flex;
	justify-content: space-between;
	flex-wrap: nowrap; */
	display: grid;
	margin-top: 50px;
}

.blg-box {
	/* width: calc(33.33% - 16px); */
	box-sizing: border-box;
	background-color: #eafaff;
	text-align: left;
	text-decoration: none;
	transition: 0.2s all;
}
.blg-box:hover {
	opacity: 0.8;
}

.blg-txt {
	padding: 1em;
	line-height: 1.4;
}

.blg-tag {
	margin-top: .5em;
	font-weight: bold;
	color: #0f9984;
}
@media screen and (min-width:641px) {
	.blog .blg-cnt {
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 32px;
	}
}

/* @media screen and (min-width:401px) and (max-width:800px) {
	.blog .blg-cnt {
		grid-template-columns: repeat(2,1fr);
		gap: 32px;
	}
} */

@media screen and (max-width:640px) {
	.blog .blg-cnt {
		grid-template-columns: repeat(1,1fr);
		grid-row-gap: 32px;
	}

	.blog .blg-cnt img{
		width: 100%;
	}
}

/* @media screen and (max-width:400px) {
	.blog .blg-cnt {
		flex-wrap: wrap;
		margin-bottom: -36px;
	}

	.blg-box {
		width: 100%;
		margin-bottom: 36px;
	}
} */


/*----------------------------------------------------------------------------------------------------

  医院情報
  
----------------------------------------------------------------------------------------------------*/

.cli-info {
	margin-top: 90px;
}

.cli-info .inner {
	display: flex;
	justify-content: space-between;
}

.cli-prof {
	width: calc(50% - 18px);
	line-height: 1.4;
}

.cli-prof .cli-name {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	color: #0f9984;
	font-weight: 500;
}

.cli-prof .cli-tel {
	display: block;
	width: 200px;
	padding-left: 24px;
	margin-right: 24px;
	background-image: url("../image/header/ic-tel.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: inherit;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}

.cli-prof .cli-sinryo {
	margin: .5em 0;
}
.cli-prof .cli-sinryo p {
	display: inline-block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-right: .5em;
	background-color: #0f9984;
	color: #fff;
	text-align: center;
}

.cli-prof .p-hrsTbl {
	margin-top: .5em;
}

.cli-prof .cli-cartion span {
	color: #ef858c;
}

.cli-calender {
	width: calc(50% - 18px);
}

.cli-calender iframe {
	width: 100%;
	height: 420px;
}

@media screen and (max-width:860px) {
	.cli-info .inner {
		flex-wrap: wrap;
	}
	.cli-prof {
		width: 100%;
		max-width: 570px;
		overflow: hidden;
		margin: 0 auto 36px;
	}
	.cli-position {
		float: left;
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.cli-calender {
		width: 100%;
	}
}

@media screen and (max-width:620px) {
	.cli-prof {
		text-align: center;
	}
	.cli-position {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	.cli-prof .cli-tel {
		margin: 0 auto;
	}
}

@media screen and (max-width:360px) {
	.cli-prof .cli-sinryo p {
		width: 120px;
	}
}


/*----------------------------------------------------------------------------------------------------

マップ
  
----------------------------------------------------------------------------------------------------*/

.map {
	padding-top: 80px;
	margin-top: -6px;
	margin-bottom:0px;
	line-height:1;
}

.map iframe {
	width: 100%;
	height: 508px;
	padding:0;
	margin:0;
}


/*----------------------------------------------------------------------------------------------------

gallery
  
----------------------------------------------------------------------------------------------------*/

#gallery {
  width: 100%;
  padding: 60px 0;
	margin:0;
  background: #eafaff;
}

#footSlide li{
  margin: 0;
}

/*----------------------------------------------------------------------------------------------------

背景固定
  
----------------------------------------------------------------------------------------------------*/

.js-parallax {
	width: 100%;
	background-attachment: fixed;
}

@media screen and (max-width: 750px) {
	.js-parallax {
		background-size: cover;
		background-attachment: scroll;
	}
}
/*----------------------------------------------------------------------------------------------------

ラインで
  
----------------------------------------------------------------------------------------------------*/
.line-contents{
	max-width: 700px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #eafaff;
}
.join-us-list{
  padding-left: 1em;
  text-indent: -1em;
}

.line-box dt{
  font-weight: 400;
	    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(
0.05deg
);
}

.line-box:first-of-type{
  margin-bottom: 20px;
}

@media print,screen and (min-width:641px) {
	
	.line-contents{
padding: 30px;
border: 4px solid #d4f3fd;
}
  .line-box{
    display:flex;
    align-items: center;
    justify-content: space-between;
  }

  .line-box dl{
    /*max-width: 320px;*/
    margin-right: 10px;
  }
	
	.join-us-list dd{
		max-width: 400px;
	}
	
	.t_line-col{
		/*margin-bottom: 180px;*/
	}
}

@media print,screen and (max-width:640px) {
		.line-contents{
padding: 30px 20px;
border-top: 4px solid #d4f3fd;
border-bottom: 4px solid #d4f3fd;
}
	
  .line-box{
    text-align: center;
  }
	
  .line-box dt{
    margin-bottom: 10px;
  }
	
	.join-us-about dd:last-of-type{
    margin-bottom: 10px;
  }
	
	.join-us-list dd:last-of-type{
    margin-bottom: 20px;
  }
	
  .join-us-list dd{
    text-align: left;
  }
	
  .t_line-col{
    margin-bottom: 120px;
  }
}