@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.otf) format('opentype');
}
html{
	font-size: 62.5%;/*16px × 62.5％=10px*/
}
body{
	font-family: 'Noto Sans',"Noto Sans jp",/*"dnp-shuei-mincho-pr6",*/ "serif";
	color: #595757;
	font-size: 1.8rem;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.6;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
  white-space: nowrap;
	margin: 0;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph; /* 両端揃えの種類 */
}

img{
	max-width: 100%;
	height: auto;
  box-sizing: border-box;
}
a{
	text-decoration:none;
}
.br-sp{
	display: none;
}

.text-center{
	text-align: center;
}

.section{
	margin: 0 auto;
	padding: 80px 0;
	max-width: 960px;
}

.banner{
margin: auto;
display: block;
width: 60%;
padding-bottom: 50px;
}

.banner_sp{
display: none;
}

/*----nav----*/

.header{
	position: relative;
}
.nav{
  position: fixed;
	top: 0;
	left: 0;
  z-index: 5;
	background: #fff;
	width: 100vw;
	height: 64px;
}
.nav-inner{
	margin: 0 auto;
	width: 960px;
}
.nav-logo{
	height: 40px;
	margin: 10px;
}
.nav-list{
	float: right;
}
.nav-btn{
	font-size: 1.6rem;
	line-height: 60px;	
  padding: 0 10px;
}
.nav-btn:link{
  color: #595757;
}
.nav-btna:visited { color: #595757; }
.nav-btn:hover{
  color: rgba(0,0,0,0.44)
}
.nav-line-sp{
	display: none;
}
.nav-line{
	display: block;
  position: fixed;
	top: 60px;
	left: 0;
  z-index: 10;
	width: 100vw;
	height: 4px;
	background: linear-gradient(-90deg, #5bc1d8, #ec798b);
}
.navToggle{display: none;}

/*----header----*/
.header-img{
  background-image: url(../images/header_cover.png);
  background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	margin-top: 60px;
}
.header-text{
	display: block;
  font-size:3.2rem;
	width: 960px;
  margin: 0 auto;
	padding-top: 30px;
	font-family: "dnp-shuei-mincho-pr6","serif";
	letter-spacing: 0.1em;
}
.pink{
  color:#ec798b;
}
.header-text-sub{
	display: block;
	width: 960px;
  margin: 0 auto;
	padding-top: 20px;
  font-size:1.6rem;
	font-family: "dnp-shuei-mincho-pr6","serif";
}

.section01{
	font-family: "dnp-shuei-mincho-pr6";
}

.h1{
	margin-top: 0px;
	margin-bottom: 40px;
  text-align: center;
	color:#ec798b;
	font-family: "dnp-shuei-mincho-pr6","serif";
	font-size: 3.6rem;
}
.logo{
  margin-bottom: 40px;
}

.h1-text{
	font-size: 2.1rem;
  text-align: center;
  white-space: normal;
	line-height: 2;
}
.h1-text>p{
	margin: 0;
}
/*----section----*/

.h2{
	display: inline-block;
	color: #ec798b;
  font-size:2.8rem;
	margin: 0;
}
.blue{
	color:#5bc1d8;
}
.h2-logo{
	display: inline-block;
	width: 80px;
	vertical-align:-7px;
	margin-right: 8px;
}
.display-flex-sp{
	margin: 0 0 40px 0;
}
.h3{
	color:#ec798b;
  font-size:2.4rem;
	margin: 40px 0 10px 0;
}

.text-line{
	margin: 0 0 0 20px;
	word-wrap: normal;
}
.text-line>p{
	margin: 0;
	white-space: normal;
  padding: 0 0 0 20px;
}
.blue-line{
  border-left: medium solid #5bc1d8;
}
.pink-line{
  border-left: medium solid #ec798b;
}

/*----こんなときにご相談ください----*/
.Consultation-flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.Consultation-text{
	margin-right: 40px;
	line-height: 1.8;
}
.text-line.blue-line-text{
	margin-bottom: 30px;
}
.bandai{
	height: 500px;
}


/*-----脳とこころの訪問看護ステーションのご案内-----*/

/*-----サービス内容-----*/

.service{
  background-color: #5bc1d8;
  border-radius:5px;
  width: 650px;
	margin: 30px auto;
	padding: 5px 0;
}
.service>p{
  text-align: center;
  color:#fff;
	margin: 0;
  padding: 16px 0;
  font-size: 2.1rem;
	line-height: 1;
}

.service-list{
  list-style: none;
	width: 550px;
  margin: 0 50px;
	padding: 0;
}

.service-item{
  background: #fff;
	font-size: 1.6rem;
  border-radius:5px;
	line-height: 2.4;
  padding: 0 16px;
	margin-bottom: 10px;
}

/*-----対象となる方-----*/

.caution-text{
	font-size: 1.6rem;
	margin: 0;
	padding-top: 10px;
}
.text-line>.caution-text{
	padding-top: 10px;
}
table{
	border-collapse: collapse;
	padding: 0;
	text-align: center;
}

.insurance-pink{
	margin-left: 20px;
	padding: 0;
	display: inline-block;
	border-radius: 5px;
	border: solid 2px #ec798b;
	box-sizing: border-box;
}
.table-pink-th{
	padding: 10px 20px;
	background: #ec798b;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
}
.insurance-pink-td{
	padding: 10px 30px;
	font-weight: bold;
}
.insurance-blue{
	margin-left: 20px;
	padding: 0;
	display: inline-block;
	border-radius: 5px;
	border: solid 2px #5bc1d8;
	box-sizing: border-box;
}
.table-blue-th{
	padding: 10px 20px;
	background: #5bc1d8;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
}
.insurance-blue-td{
	color: #5bc1d8;
	padding: 10px 30px;
	font-weight: bold;
}
/*-----ケーススタディ-----*/
.case{
	color: #595757;
}
.case-container{
	display: flex;
}
.case-container-dl{
  margin : 0;
  border-width : 2px;
  border-style : none;
  width : 50%; 
	margin-left: 20px;
}
.case-container-dt{
	border-radius: 5px 5px 0 0;
	color: #fff;
	padding: 6px 10px 2px;
  text-align : center;
  border-bottom-width : 0px;
  border-bottom-style : solid;
	width: 160px;
}
.dt-blue{
	background: #5bc1d8;
}
.dt-pink{
	background: #ec798b;
}
.case-container-dd{
	font-size: 1.6rem;
	border-radius: 0 5px 5px 5px;
	margin: 0;
	color: #595757;
  line-height : 1.6;
  padding: 10px 16px;
	white-space:normal;
}
.dd-blue{
	border: solid 2px #5bc1d8;
}
.dd-pink{
	border: solid 2px #ec798b;
}
.case-caution-text{
	font-size: 1.6rem;
	margin: 0;
	padding-top: 20px;
	text-align: right;
}

/*-----ご利用方法-----*/	

.section-user-text{
	margin: 0;
	word-wrap: normal;
	white-space: normal;
}
.user-text{
	margin: 20px 0;
}
.user{
  border-radius: 5px;
	font-size: 1.6rem;
	padding: 6px 16px;
  color: #FFF;
}
.bg-pink{
  background: #ec798b;
}
.bg-blue{
  background: #5dc1d8;
}
.user-text>p{
	margin-top: 14px;
}
.my-pink{
	color: #ec798b;
	padding-right: 5px;
}
.my-blue{
	color:#5dc1d8; 
	padding-right: 5px;
}
.business-day{
	margin: 10px 0;
	padding-left: 20px;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}	
.Week{
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	letter-spacing: 0em;
}
.day{
	color: #595757;
	border: 1px solid #595757; 
}
.sat{
	color: #fff;
	background: #5dc1d8;
	border: 1px solid #5dc1d8;
}
.sun {
	color: #fff;
	background: #ec798b;
	border: 1px solid #ec798b;
}
.open{
	display: inline-block;
	height: 30px;
	line-height: 42px;
	margin-left: 20px;
}
.ex{
	font-size: 1.6rem;
	margin-left: 8px;
}

/*-----お問い合わせ窓口-----*/

.section-contact{
 	white-space: normal;
}
.contact-text{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack:justify;
  justify-content:space-between;
	margin-bottom: 60px;
	}
.address{
	display: inline-block;
	font-style: normal;
	margin-top: 0;
	overflow: hidden;
	margin-right: 20px;
	}
.address>p{
	margin: 0;
}
.tel-btn{
	font-size: 5.6rem;
}
.tel-btn a:link{
	color: #ec798b;
}
.tel-btn a:hover{
	color: #595757;	
}
.telno{
	font-weight: bold;
	pointer-events: none;
	font-family: 'Ramabhadra', sans-serif;
	letter-spacing: 0.08em;
}
.telno-mark{
	margin-right: 16px;
}
.address-dl{
	overflow: hidden;
	margin-top: 8px;
}
.address-dt{
	color: #ec798b;
	width: 60px;
	float:left;
	clear:both;	
}
.address-dd{
	float: left;
	padding: 0;
	margin-left: 8px;
	}
.address-dd a:link{
	color: #595757;
}
.address-dd a:hover{
	color: rgba(0,0,0,0.44);
}
.map{
  position: relative;
  width: 400px;
}
.map>iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% ;
  height: 100% ;
}
/*footer*/
.footer{
	height: 100px;
	background: linear-gradient(-90deg, #5bc1d8, #ec798b);
}
.footer>p{
	color: #fff;
	line-height: 100px;
	text-align: center;
	margin: 0;
}


@media screen and (max-width:750px){
  body{
    font-size:1.6rem;
		line-height: 1.6;
    margin: 0,auto;
    white-space: normal;
	}
	.section{
	padding: 80px 20px 0px;
	max-width: 100%;
	}
	.br-sp{
		display: inline;
	}
  .br-pc{display: none;}

/*----nav----*/
	.nav-inner{
		margin: 0;
		width: 100%;
	}
	.nav-logo-btn{
		background-color: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 8;
		width: 100vw;
		height: 60px;
	}
	.nav-logo{
		height: 36px;
		margin: 12px 20px;
	}
  .nav-list{
		display: block;
		float: none;
		position: fixed;
		top: 60px;
		z-index: 2;
		background-color: #fff;
		text-align: center;
		margin: 0 auto;
		padding: 20px 0 0px;
		width: 100%;
		transform: translateY(-110%);
		transition: all 0.6s;
	}	
	.nav-btn{
		display: block;
		font-size: 1.8rem;
		line-height: 30px;	
		padding: 10px;
		box-sizing: border-box;
	}
	.nav-btn:last-of-type{
		margin-bottom: 20px;
	}
	.nav-line-sp{
		display: block;
/*
		position: fixed;
		top: 60px;
		left: 0;
*/
		z-index: 10;
		width: 100vw;
		height: 4px;
		background: linear-gradient(-90deg, #5bc1d8, #ec798b);
	}
	
	/*--グローバルナビ--*/
	.nav-list.active {
    transform: translateY(0%);
}
	.nav-line.active{
		top: 330px;
		z-index: 10;
		transition: all 0.6s;
	}
	/*--グローバルナビ-ハンバーガー--*/
	.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 14px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 8;
    background: #5bc1d8;
    text-align: center;
	}
	.navToggle span {
			display: block;
			position: absolute;    /* .navToggleに対して */
			width: 22px;
			border-bottom: solid 2px #fff;
			-webkit-transition: .35s ease-in-out;
			-moz-transition: .35s ease-in-out;
			transition: .35s ease-in-out;
			left: 6px;
	}
	.navToggle span:nth-child(1) {
			top: 8px;
	}
	.navToggle span:nth-child(2) {
			top: 16px;
	}
	.navToggle span:nth-child(3) {
			top: 24px;
	}
	.navToggle.active span:nth-child(1) {	/* 最初のspanをマイナス45度に */
			top: 16px;
			left: 6px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}	
	.navToggle.active span:nth-child(2) {
			-webkit-transform: scale(0,0);
			-moz-transform: scale(0,0);
			transform: scale(0,0);
	}
	.navToggle.active span:nth-child(3) {
			top: 16px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
	}
	
/*----header----*/
	.header-img{
		background-image: url(../images/header_img-sp.jpg);
		width: 100vw;
		height: 250px;
	}
  .header-text{
		margin: 0;
		padding: 20px 0 0 20px;
		width: 90%;
		font-size:2rem;
  }
  .header-text-sub{
		margin: 0;
		padding: 16px 0 0 20px;
		width: 90%;
		font-size:1.4rem;
  }
	.h1{
		font-size:2.6rem;
	}
	.h1-text{
		font-size: 1.8rem;
		line-height: 2;
		text-align: justify; /* 両端揃え */
		text-justify: inter-ideograph; /* 両端揃えの種類 */
	}
	
	/*----section----*/
	.h2{
		font-size:2rem;
		line-height: 1.4;
	}
	.h2-logo{
		width: 30px;
		height: 100%;
		vertical-align: top ;
		margin-top: 6px;
		margin-right: 6px;
	}
	.display-flex-sp{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin: 0 0 16px 0;
	}
	.h3{
		font-size:1.8rem;
		margin: 16px 0 8px 0;
		line-height: 1.4;
	}
	.text-line{
		margin: 0;
	}
	.text-line>p{
		margin: 0;
		padding: 0;
	}
	.blue-line{
		border-left: none;
		margin-left: 0;
	}
	.pink-line{
		border-left: none;
		margin-left: 0;
	}
	
/*----こんなときにご相談ください----*/
	
	.Consultation-flex{
		display: -webkit-block;
		display: -moz-block;
		display: -ms-block;
		display: -o-block;
		display: block;
		-webkit-box-pack: start;
		justify-content: start;
	}
	.Consultation-text{
		margin-right: 0px;
	}
/*
	.Consultation-text>.text-line>p{
		padding: 0 0 0 10px;
	}
	.Consultation-text>.blue-line{
		border-left: 2px solid #5bc1d8;
	}
	.Consultation-text>.pink-line{
		border-left: 2px solid #ec798b;
	}
*/
	.text-line.blue-line-text{
		margin-bottom: 20px;
	}
	.bandai{display: none;
	}
	
/*-----脳とこころの訪問看護ステーションのご案内-----*/

/*-----サービス内容-----*/
	.service{
		box-sizing: border-box;
		background-color: #5bc1d8;
		border-radius:5px;
		width: 100%;
		margin: 30px 0;
	}
	.service>p{
	/*
		padding: 16px 0;
		font-size: 2.1rem;
	*/
	}

	.service-list{
		margin: 0 auto;
		display: block;
		width: 88vw;
		word-wrap: normal;
	}

	.service-item{
		margin:0 10px 10px;
		padding: 10px;
		line-height: 1.5;
	}
	
/*--対象となる方　kawakami--*/
	table{
		max-width: 100%;
		text-align: left;
	}
	tr, th, td{
		max-width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.insurance-pink {
		margin: 0 0 16px;
}
	.insurance-tr .pink {
		width: 100%;
}
	.table-pink-th{
		padding: 6px 16px;
	}
	.insurance-pink-td{
		padding: 8px 16px;	
	}
	.insurance-blue {
		margin: 0 0 16px;
}
	.insurance-tr .blue {
		width: 100%;
}
	.table-blue-th{
		padding: 6px 16px;
	}
	.insurance-blue-td{
		padding: 8px 16px;	
	}
	
	
/*-----ケーススタディ-----*/
	
	.case-container{
		display: block;
		padding: 0;
	}
	.case-container-dl{
		margin : 0 0 30px;
		width : 100%; 
	}
	.case-container-dt{
		width: 140px;
	}
	.case-container-dd{
		padding: 10px 16px;
	}
	.case-container-dl:last-of-type{
		margin : 0;
	}
	.case-caution-text{
		font-size: 1.4rem;
		text-align: left;
	}
	
	/*-----ご利用方法-----*/	
	.caution-text{
		font-size: 1.4rem;
	}
	.user{
		display: block;
		padding: 6px 12px;
	}
	.business-day{
		margin: 20px 0 10px 0;
		padding-left: 0px;
		display: -webkit-block;
		display: -moz-block;
		display: -ms-block;
		display: -o-block;
		display: block;
	}	
	.Week{
		width: 10.5vw;
		height: 10.5vw;
		line-height: 10.5vw;
	}
	.weekly{
		margin-bottom: 10px;
	}
	.open{
		display: block;
		height: auto;
		line-height: 1.6;
		margin-left: 0px;
	}
	.ex{
		font-size: 1.4rem;
		margin-left: 0px;
	}

/*-----お問い合わせ窓口-----*/

	.contact-text{
		display: -webkit-block;
		display: -moz-block;
		display: -ms-block;
		display: -o-block;
		display: block;
		-webkit-box-pack:start;
		justify-content:start;
		margin-bottom: 0px;
		}
	.address{
		display: block;
		margin-right: 0px;
		}
	.tel-btn{
		width: 100%;
		font-size: 3.6rem;
		white-space: nowrap;
		line-height: 1;
		margin: 16px 0;
	}
	.telno{
		letter-spacing: 0.04em;
	}
	.telno-mark{
		margin-right: 8px;
		width: 30px;
	}
	.address-dl{
		margin: 0 0 16px;
		font-size: 1.55rem;
	}
	.address-dt{
		width: 50px;
		white-space: nowrap;
	}
	.address-dd{
		float: left;
		padding: 0;
		margin-left: 4px;
		}
	
	.map{
		position: static;
		width: 100%;
		height: 250px;
		margin: 40px 0;
	}
	.map>iframe{
		position: static;
	}
	/*-----footer-----*/
	.footer>p{
		font-size: 1.4rem;
		line-height: 2;
		padding: 22px;
	}
.banner{
display: none;
}
.banner_sp{
margin: auto;
display: block;
padding: 22px;
}
}