@charset "utf-8";
@import url("hamburger_menu.css");

*{box-sizing: border-box;
	margin: 0;
	padding: 0;}
body{margin:0 auto;
	height: 100%;
	max-width: 1920px;
	min-width: 750px;
	-webkit-text-size-adjust: 100%; 
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	/*-----
	overflow-x: hidden;
	----*/
}


@font-face {
  font-family: "font_M";
  src:url("../fonts/A-OTF-ShinMGoPro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "font_B";
  src:url("../fonts/A-OTF-ShinMGoPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "font_T";
  src:url("../fonts/A-OTF-ShinMGoPro-Bold.otf") format("opentype");;
}
/*----　初期設定　----*/
a{
	text-decoration:none;
	color: inherit;
	transition:ease-in-out 0.2s;
	font-family: "font_B";
	letter-spacing: 2px;
	white-space: nowrap;
}
a:hover{
	opacity: 0.8;
}
p{
	text-align: justify;
	font-size: 22px;
	color:#383838;
	font-family: "font_M";
	letter-spacing: 1px;
	line-height: 38px;
}
.p_accent{
	font-size: 38px;
	margin-bottom: 20px;
	font-family: "font_B";
	letter-spacing: 1px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.p_accent{
	font-size:42px;
	margin-bottom: 25px;
	letter-spacing: 3px;
}
	p{
	font-size: 26px;
	line-height: 45px;
}	
}
.display_tel{
	display: none;
}
.display_tel_950{
	display: none;
}
.display_tel_1000{
	display: none;
}
.display_tel_1100{
	display: none;
}
/*------- 幅 ------*/
.haba{
	max-width:1300px;
	width: 95%;
	margin: auto;
}
.haba_1150{
	max-width: 1150px;
	width: 95%;
	margin: auto;
}
.haba_1000{
	max-width: 1000px;
	width: 95%;
	margin: auto;
}
.haba_900{
	max-width: 900px;
	width: 95%;
	margin: auto;
}
.flex_wrap{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.flex_top_wrap{
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-flow: wrap;
}
.flex_bottom_wrap{
	display: flex;
	align-items:flex-end;
	justify-content: center;
	flex-flow: wrap;
}
.flex_left_wrap{
	display: flex;
	align-items:center;
	justify-content: flex-start;
	flex-flow: wrap;
}
.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}

.flex_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.flex_left{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.flex_right{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex_between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_between_top{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
	justify-content: center;
}
.flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;	
}
.flex_column_top{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;	
}
.flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
.flex_column_right{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}
/*------レスポンシブ-------*/
/*----　可変FLEX　----*/
.kahen_flex,.kahen_flex_r{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_r{
	display: flex;
	align-items: center;
	justify-content: center;
}
.kahen_flex_left,.kahen_flex_left2{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.kahen_flex_top,.kahen_flex_top_r{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.kahen_between_bottom,.kahen_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.kahen_flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.kahen_flex_between,.kahen_flex_between_r{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kahen_flex_between_top,.kahen_flex_between_top_r{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.kahen_flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
}
.kahen_flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.kahen_flex,.kahen_flex_left,
	.kahen_flex_top,
	.kahen_flex_between_bottom,
	.kahen_flex_between_top,
	.kahen_flex_between,
	.kahen_flex_column_left,
	.kahen_flex_center_top,
	.kahen_between_bottom{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
	.kahen_flex_r,.kahen_flex_top_r,
	.kahen_flex_between_r,
	.kahen_flex_between_top_r,
	.kahen_between_bottom_r{
	display: flex;
	flex-flow:column-reverse;
	align-items: center;
	justify-content: center;	
}
	.flex_r{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-flow: row-reverse;	
}
	.kahen_flex_left2{
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content:flex-start;
}
}
/*----　可変FLEX　----*/

.tate{
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
}
.siro{
	color: #fff;
}

ol li,ul li{
	list-style-position: inside;
}
body{
	
}
.img{
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
h1{
	font-size: 13px;
	color:#9F9F9F;
	font-family: "font_M";
	margin: 0;
	margin-left: 5px;
	line-height: 15px;
	font-weight: normal;
}
.h1{
	font-size: 15px;
	color:#383838;
	font-family: "font_M";
	margin-right: 10px;
	font-weight: normal;
	text-align:justify;
	padding: 30px 0;
}
h2{
	font-size: 35px;
	font-family: "font_B";
	font-weight: normal;
	line-height: 35px;
	color:#383838;
	letter-spacing: 3px;
	display: block;	
}
h2 span{
	font-size: 20px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.h1{
	margin-right: 0px;
	padding:10px 0;
}	
	h2{
	font-size: 45px;
}
}
/*----ヘッダー----*/
/*-ヘッダーナビ-*/
header{
	width: 100%;
	background-image: url("../images/top_BG.jpg");
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	min-width: 750px;
}
header .top_illustration{
	position: absolute;
	bottom: 0px;
	z-index: 100;
	line-height: 0;
	width: 100%;
}
header .top_rogo{
	width: 20%;
	padding-left: 50px;
	padding-top: 50px;
	position: relative;
}

header .flex_column_right{
	width: 80%;
}
.header_nav{
	width: 100%;
	height: 100px;
}
.header_nav a{
	color: #383838;
	font-size: 22px;
	padding: 0px 20px;
	font-family: "vdl-penletter", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 25px;
	margin: 0 5px;
}
.header_nav a span{
	font-size: 12px;
	color: #ff8989;
}
.header_nav a:hover{
	opacity: 1;
	color: #ff8989;
}
.header_nav hr{
	height: 100px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border: 1px solid #383838;
}
.header_mail a{
	width: 150px;
	height: 170px;
	background-color: #ff8989;
	font-size: 20px;
	font-family: "font_B";
	line-height: 25px;
	color: #fff;
	border-radius: 0 0 20px 20px;
	margin-top: -20px;
}
.header_mail img{
	padding-bottom: 5px;
}
.header_mail a span{
	font-size: 12px;
}
.header_mail a:hover{
	opacity: 1;
	background-color:#ffbf7f ;
}
header .nav_position{
	position: relative;
	width: 100%;
}
.header_mail {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	header .top_rogo{
	width: 20%;
	padding-left: 10px;
	padding-top: 50px;
	position: relative;
}
	header .top_illustration{
	bottom: -5px;
	z-index: 5;
}
}
/*------ トップイメージ ------*/
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	header .top_rogo{
	width: 100%;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}	
	header .flex_column_right{
	width: 100%;
}
}
/*------ トップイメージ ------*/
/*----　slick　----*/
.slick_sec{
	width: 100%;
	position: relative;
	margin-bottom: -5px;
}
.test-slick2 {
    width: 100%;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}
.test-slick__item2{
 	width: 100%;
	border-radius: 30px 0 0 0;
}
.catch_copy{
	font-size: 40px;
	font-family: "vdl-penletter", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: absolute;
	width: 500px;
	background-color: #fff;
	z-index: 20;
	top:25px;
	left: -20px;
	line-height: 50px;
	padding: 20px 30px 20px 30px;
	border-radius: 5px;
	text-align: center;
}
.catch_copy2{
	font-size: 40px;
	font-family: "vdl-penletter", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: absolute;
	width: 580px;
	background-color: #fff;
	z-index: 20;
	top:100px;
	left: -150px;
	line-height: 50px;
	padding: 20px 30px 20px 30px;
	border-radius: 5px;
	text-align: center;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.test-slick__item2{
	border-radius: 0;
}
	.catch_copy{
	line-height: 50px;
	padding: 10px 30px 10px 30px;
	top:inherit;
	bottom:-40px;
	left: 30px;
}
.catch_copy2{
	line-height: 50px;
	padding: 10px 30px 10px 30px;
	top:inherit;
	bottom:-105px;
	left: 100px;
}	
}
/*------ おしらせ ------*/
.top_bottom{
	margin-top: -150px;
}
.BG_blue{
	background-color: #ff8989;
	width: 100%;
}
.BG_white{
	background-color: #fff;
}
.top_bottom .BG_white{
	height: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: 0;
	border-radius: 5px 0 0 5px;
}
.top_bottom .p1{
	margin-left: 20px;
	margin-right: 10px;
	white-space: nowrap;
}
.top_bottom p{
	line-height: 25px;
	color: #ff8989;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.top_bottom{
	margin-top: -10px;
}
	.top_bottom .BG_white{
	height: 160px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	border-radius: 0;
	padding-right: 30px;
	margin-bottom: -20px;
}	
}
/*------ なかみ ------*/
.BG_naru{
	background-image: url("../images/pixta_75291292.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_top_img{
	background-image: url("../images/heart.png");
	width: 600px;
	height: 600px;
	border-radius: 30px;
	margin-right: -100px;
	position: relative;
	background-position:center;
	background-size: cover;
}
.index_top_text{
	background-color: #fff8e6;
	width: 700px;
	height: 600px;
	border-radius: 30px;
	margin-top: 100px;
	padding: 50px 50px 50px 150px;
}
h3{
	border-bottom: solid 3px skyblue;
	position: relative;
	font-size: 30px;
	font-family: "vdl-penletter", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #9c5e31;	
}
h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	width: 30%;
}
h4{
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	font-family: "font_B";
	font-weight: normal;
	color: #9c5e31;	
	font-size: 35px;
	text-align: center;
	margin: auto;	
}
h4 .span2{
	font-size: 45px;
}
h4:before, h4:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}
h4:before {
	border-left: solid 5px #ffc778;
	border-top: solid 5px #ffc778;
	border-bottom: solid 5px #ffc778;
	left: 0;
}
h4:after {
	content: '';
	border-top: solid 5px #ffc778;
	border-right: solid 5px #ffc778;
	border-bottom: solid 5px #ffc778;
	right: 0;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	h3{
	font-size: 38px;
}
	.index_top_img{
	width: 600px;
	height: 600px;
	border-radius: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.index_top_text{
	background-color: #fff8e6;
	width:100%;
	height: 600px;
	border-radius: 0px;
	margin-top: 30px;
	padding: 50px 50px 50px 50px;
}	
}
/*--- こんなかたにご利用されています ---*/
.osusume_maru{
	width: 410px;
	height: 410px;
	border:  5px solid #ffcccc;
	border-radius: 50%;	
	margin: 10px;
}
.osusume_maru p{
	text-align: center;
}
.osusume_maru_ue{
	width:400px;
	height:200px;
	border-radius:200px 200px 0 0;
	background:#fff;
	padding:50px 30px 0 30px;
}
.osusume_maru_ue p{
	font-size: 40px;
	line-height: 60px;
	font-family: "font_B";
	color: #ff7f7f;
}
.osusume_maru_sita{
	width:400px;
	height:200px;
	border-radius:0 0 200px 200px;
	background:#ffcccc;
	padding:10px 50px 50px 50px;
}
.osusume_maru_sita p{
	line-height: 30px;
}
.BG_yellow{
	 background-color: #fff8e6;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.osusume_maru{
	width: 450px;
	height: 450px;
}	
	.osusume_maru_ue{
	width:440px;
	height:220px;
	border-radius:1000px 1000px 0 0;
	padding:50px 30px 0 30px;
}
	.osusume_maru_ue p{
	font-size: 43px;
	line-height: 65px;
	padding-top: 10px;
}
	.osusume_maru_sita{
	width:440px;
	height:220px;
	border-radius:0 0 1000px 1000px;
	padding:10px 50px 50px 50px;
}
}
/*--- 訪問介護 ---*/
.houmon .img1{
	background-image: url("../images/81765686.jpg");
	width: 300px;
	height: 200px;
	border-radius: 10px;
}
.houmon .p1{
	width: 680px;
}
.houmon .kiki_img{
	width: 350px;
	height: 200px;
	margin: 0 10px;
	border-radius: 10px;
}
.houmon .img2{
	background-image: url("../images/pixta_92969706.jpg");
}
.houmon .img3{
	background-image: url("../images/pixta_93180462.jpg");
}
.houmon .img4{
	background-image: url("../images/pixta_53752607.jpg")
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	/*--- 訪問介護 ---*/
.houmon .img1{
	width: 600px;
	height: 400px;
	margin-bottom: 20px;
}	
}
/*--- ケアマネジャー ---*/
.sisetu .img1{
	background-image: url("../images/103546287.jpg");
	width: 300px;
	height: 200px;
	border-radius: 10px;
}
.sisetu .p1{
	width: 680px;
}
.sisetu .kiki_img{
	width: 250px;
	min-width: 250px;
	height: 300px;
	margin: 0 10px;
	border-radius: 10px;
	background-size: contain;
}
/*--- スタッフ ---*/
.sisetu .img2{
	background-image: url("../images/staff_1.png");
}
.sisetu .img3{
	background-image: url("../images/staff_2.png");
	margin-left: 30px;
}
.sisetu .staff_waku{
	width: 1300px;
	width: 90%;
	margin: auto;
}
.sisetu .staff{
	margin-bottom: 60px;
}
.sisetu .staff .text{
	max-width: 500px;
	width: 90%;
}
.sisetu .staff .care{
	color: #9c5e31;
	line-height: 45px;
}
.sisetu .staff .name{
	font-size: 40px;
	font-family: "vdl-penletter", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000;	
}
.sisetu .staff .text p{
	margin-bottom: 15px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.sisetu .img1{
	width: 600px;
	height: 400px;
	margin-bottom: 20px;
}	
	.sisetu .staff_waku{
	width: 95%;
	margin: auto;
	margin-left: 0;
}
	.sisetu .staff .text{
	width: 100%;
}
	.sisetu .img3{
	margin-left: 0px;
}
}
/*--- ボタン ---*/
.background_btn02 {
  display: inline-block;
  color: #fff; /* 文字色 */
  width: 100%;
  max-width: 390px; /* ボタン幅 */
  text-decoration: none;
  border: 2px solid #ff8989; /* 線の色 */
  padding: 1em 2em;
  text-align: center;
  position: relative;
	border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #ff8989 50%, #ff8989 100%); /* 背景色(マウスオーバー後→前) */
  transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.background_btn02_arrow {
  display: inline-block;
  padding-left: 1em;
}
/* マウスオーバーした際のデザイン */
.background_btn02:hover {
  background-position: 0 0;
  color: #000; /* 文字色 */
}
.background_btn02:hover .background_btn02-line path ,
.background_btn02:hover .background_btn02-line line {
  stroke: #000; /* 矢印の色 */
}

/*--- お問合せ ---*/
.otoi .h3_p{
	text-align: center;
	font-size: 15px;
}
.otoi .img{
	border: 1px dashed #ff8989;
	padding: 10px 25px;
	border-top: none;
	border-bottom: none;
	margin: 30px;
}
.otoi .tel a{
	font-size: 30px;
	line-height: 35px;
}
.otoi .tel .p1{
	margin-left: -10px;
	font-size: 15px;
}
.otoi .mail p{
	margin-bottom: 5px;
} 

/*--- フッター ---*/
footer{
	background-color: #ff8989;
	position: relative;
	line-height: 0;
	margin: 0;
}
footer .neko{
	position: absolute;
	width: 150px;
	top: -100px;
	right: 10%;
}
footer .rogo{
	margin: 30px 0;	
}
footer .h1{
	color:#fff;
	margin-right: 0px;
	text-align:center;
	padding:0px;
}
footer h2{
	font-size: 45px;
	line-height: 45px;
	color:#fff;
}
.footer_nav a{
	padding: 30px 20px;
	margin-bottom: 5px;
	color: #fff;
}
.footer_nav .flex{
	margin: 10px 0;
}
.footer_nav hr{
	height: 30px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border: #fff solid 1px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.footer_nav a{
	padding: 10px 20px;
	color: #fff;
}
	footer .h1{
	padding-bottom:30px;
}
}
/*------ コピーライト ------*/
.Copywriter{
	height: 40px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


/*------一番下に-------*/
/*------レスポンシブ-------*/
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc{
		display: none;
	}
	.display_tel{
	display: block;
	}
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc_950{
		display: none;
	}
	.display_tel_950{
	display: block;
	}
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1000{
	display: block;
}
	.display_pc_1000{
	display: none;
	}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1100{
	display: block;
}
	.display_pc_1100{
	display: none;
}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	h1,h2,h3,h4,h5,h6,th,p,a{
	font-weight: normal;	
}	
	.haikei_kotei,.haikei_kotei_1,
	.haikei_kotei2{
	background-attachment: inherit;
}
}
@media screen and (max-width: 1300px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc_1300{
		display: none;
	}
}
/*------レスポンシブ-------*/
