@charset "utf-8";
/* CSS Document */

 @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body{
font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
margin-top: 0;
color: #444;
}
p {
 line-height: 1.5;
 letter-spacing: 0.05em;
}
img{
	max-width:100%;
}
header#page-header {
 background-color: #eedcb3;
 max-width: 100%;
 margin-left: auto;
 margin-right: auto;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
header#page-header h1 {
 float: left;
 margin-left: 5%;
 max-width: 49%;
}
header#page-header div {
 float: right;
 margin-right: 5%;
 max-width: 49%;
}

header#page-header .icons{
	display: none;
	}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.red {
 color: #c33;
}
.tel {
 font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
 font-size: 36px;
 color: #c66;
 border: none;
 font-weight: bold;
}

a{
 text-decoration: none;
}

#nav-main {
 background-color: #fff;
}
#nav-main ul {
 max-width: 100%;
 margin-left: 5%;
 margin-right: 2%;
 border-left: 1px solid #000;
}
#nav-main ul li {
 float: left;
 width: 12%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#nav-main ul li a {
 display: block;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #000;
 text-decoration: none;
 border-right: 1px solid #000;
 text-align: center;
 transition: 0.7s ;
}
/*ナビゲーションホバーカラー変更*/

#nav-main ul li a:hover {
 background-color: #ff9999;
 
}
.container {
 max-width: 100%;
 margin-left: auto;
 margin-right: auto;
 background-color: #fff;
 padding: 20px;
}
main article header {
 margin-bottom: 50px;
}
main article header h1 {
 font-size: 24px;
 border-bottom: 1px dotted #c33;
 margin-bottom: 30px;
 padding-bottom: 0.1em;
 font-weight: normal;
 letter-spacing: 0.07em;
}
main article section h1 {
 font-size: 18px;
 background-color: #c33;
 color: #fff;
 padding: .5em 1em .4em;
 margin-bottom: 30px;
 font-weight: normal;
 border-radius: 5px;
}
main article section .photo {
 float: left;
 width: 49%;
}
main article section .text {
 float: right;
 width: 49%;
}
main article section .photo img {
 border: 5px solid #fff;
 box-shadow: 1px 1px 3px #999;
 /*transform:rotate(-5deg);*/
}
.btn a {
 background-color: #c33;
 color: #fff;
 text-decoration: none;
 padding: .3em .7em .2em;
 border-radius: 5px;
}
.btn {
 text-align:right;
 margin-top: 50px;
}
.btn a:hover {
 background-color: #e33;
}
main article section .text ul {
 list-style-type: disc;
 list-style-position: inside;
}
main article section {
 margin-bottom: 50px;
}
footer {
 background-color: #eedcb3;
 color: #000000;
 text-align: center;
 padding-top: 20px;
}
footer a {
 color: #000000;
 text-decoration: none;
}
footer a:hover {
 text-decoration: underline;
}
#nav-footer ul li {
 display: inline;
 padding-left: 0.5em;
 padding-right: 0.5em;
 border-right: 1px dotted #fff;
}
#nav-footer {
 margin-bottom: 100px;
}

/*bxsliderカスタマイズ*/
.bx-wrapper {
    box-shadow: none;
    margin-bottom: 5%;
}

/*上へ戻るボタン*/
#move-page-top {
    background-color: #666;
    color: #fff;
    font-size: 36px;
    padding: 0.5em;
    border-radius: 50%;
    line-height: 1;
    transition: all 0.5s;
}
#move-page-top:hover {
    opacity: 0.8;
    cursor: pointer;
}
footer {
   /* position: relative;*/
}
.page-top p {
    position: fixed;
    right: 2%;
    bottom: 40px;
}
.page-top {
    display: none;
}

#page-header button {
    display: none;
}


/* ケアステーションすまいるデザイン開始*/
/*共通デザイン開始*/

/*トップページ３カラムデザイン*/

.col3　img{
	text-align: center;
}

.col3 ul{
	display: flex;
	margin-left: 2%;
	margin-right: 2%;
}

.col3 ul a{
	text-decoration: none;
	color: #222;
}

.col3 ul a:hover {
	color: #c66;
	opacity: 0.5;
}

.col3 .text{
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	margin-bottom: 2px;
}

.col3 li{
	margin: 0 20px 0 0;
}

.col3 li:last-child{
	margin-right: 0;
}

.col3 .text_01 p{
	text-align: center;
}


/*トップページ３カラムデザイン終了*/


/*文字揃えクラス*/
.care_txt_center{
	text-align: center;
}

/*文字左寄せ中央揃え*/
.care_text{
text-align: center;
}

.care_text p{
   display: inline-block;
   text-align: left;
}

/*文字左寄　中央*/
/*文字中央寄せ左揃え*/
.wild_center_1{
	text-align: center;
	display: block;
}

.wild_center_2{
	text-align: left;
	display: inline-block;
}

/*文字太字*/
p .hutoji{
	font-weight: bold;
	font-size: 23px;
}

p br{
	line-height: 1.7em;
}

/*サイトトップ電話番号デザイン*/
#mobile-hidden a p .pink_tel{
 color: #c66;
}

/*特殊見出しデザイン開始*/
.care_midashi3{
	background-image: url("../img/caresmail_heart_icon.png");
	background-repeat:no-repeat;
	background-size: contain;
	background-position: bottom;
	padding-top: 2%;
    padding-bottom: 2%;
	margin-bottom: 2%;
	
	
}

/*特殊見出しデザイン終了*/

/*文字色変更*/
.care_pink{
	color: #C66;
	text-shadow: #F2F2 3px 3px 2px
}


/*共通デザイン終了*/
/* トップページデザイン 最終更新22.11.3*/
/* 会社アイコンデザイン */

.text_mid {
	font-weight:bold;
}

h1 .care_station_rogo img{
	padding-top: 2%;
	width: 60%;
}



main .top_block1{
	max-width: 100%;
	max-height: 100%;
}

main #care_midashi{
	font-size: 35px;
	font-weight: 500;
	margin-top: 100px;
	text-align: center;
	text-shadow: 1px 1px 1px;
}

#care_flower_bar{
	display: block;
	max-width: 360px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

#top_care_icon1{
	margin-right: 50px;
	max-width: 28%;
	float: right;
}

#top_care_icon2{
	margin-right: 50px;
	max-width: 28%;
	float: right;
}

#top_care_icon3{
	margin-right: 50px;
	max-width: 28%;
	float: right;
}


.top_care_icon_text #top_care_icon_text{
	vertical-align: top;
	max-width: 100%;
}

.top_care_icon_text #top_care_icon_text_center{
	text-align: center;
	max-width: 100%;
}

.top_care_icon_text #top_care_icon_text_right{
	text-align: center;
	max-width: 100%;
}

.top_care_icon_text #top_care_icon_text_left{
	text-align: center;
	max-width: 100%;
}


.top_care_icon_text ul {
 max-width: 100%;

 border-left: 1px solid #000;
}
.top_care_icon_text ul li {
 float: left;
 width: 33.3%;
}
.top_care_icon_text ul li a {
 display: block;
 text-shadow: 1px 1px 1px;
 font-size: 30px;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #000;
 text-decoration: none;
 text-align: center;
}

#top_block2{
	margin-top:50px;
}

.top_block3{
	width: auto;
	height: auto;
	background-image: url("../img/clover.png");
	background-size: cover;
	padding-bottom: 3%;
}

.top_block3 p{
	text-align: center;
	
}

#care_clover1{
	font-size: 35px;
	padding-top: 40px;
	text-shadow: 2px 2px 2px #fff;
	
}

#care_clover2 {
	
	font-size: 20px;
	margin-top: 10px;
	text-shadow: 2px 2px 2px #fff;
	
}

.top_block3 #care_block3_btn1{
	float: left;
	
}

.top_block3 #care_block3_btn2{
	float: left;
}

.care_clover_btn{
	margin-top: 4%;
	text-align:center;
	
}

.top_block3 .care_block3_btns{
	max-height: 21%;
	margin-top: 90px;
	
}

.care_clover_btn .care_tel_mail_blocks{
	text-align:center;
}
/* サブページ編集開始*/
.sub_block1{
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #eedcb3;
	box-shadow: 2px 2px 2px;
	height: auto;
	text-align: center;
}
.sub_block1 p{
	font-size: 20px;
	text-align: left;
	margin-left: 20%;
	margin-right: 10%;
	margin-top: 2%;
}

.sub_block2{
	padding-top: 30px;
	padding-bottom: 60px;

	text-align: center;
	height: auto;
}

.sub_block2 h3{
	padding-top: 30px;
	font-size: 23px;
	margin-top: 60px;
}

.sub_block2 p{
	text-align: left;
	font-size: 20px;
	padding-top: 30px;
}




#care_sub_midashi2{
	text-shadow: 1px 1px 1px;
	font-size: 30px;
	margin-bottom: 10px;
}

#care_sub_midashi2_company{
	text-shadow: 1px 1px 1px;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 6%;
}

/*会社概要テーブル*/
.companyTable table {
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	width:80%;
	border-spacing: 0;
	margin:10% 10% 50px;
}

.companyTable table th{
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
	text-align:left;
	background:#FFBEBE;
	padding:10px;
	text-align:center;
	vertical-align: middle;
}

.companyTable table td{
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
	padding:10px;
	text-align:center;
	vertical-align: middle;
}

/*会社概要テーブル終了*/

/*個人情報保護法*/
.kojin{
	padding-top: 30px;
	font-size: 20px;
	text-decoration-line: underline;
}

.kojin_text p{
	font-size: 15px;
	padding-left: 15%;
}

/*文字入力幅設定*/

.care_evidence{
	padding-left: 10%;
	padding-right: 10%;
	
}

.kojin_tel{
	text-align: center;
	display: block;
}

.kojin_tel p{
	text-align: left;
	display: inline-block;
}

/*個人情報保護法終了*/

/* Q&Aページ開始 */

.children_text{
	margin-left: 6%;
    margin-right: 6%;
}


/* Q&Aページ終了 */

/*お問合せ開始*/
#company_map{
	margin-top: 40px;
}

#access_midashi{
	font-size: 20px;
	margin-top: 40px;
	border-bottom: solid;
	text-align: center;
}

#access_text{
	margin-left: 20%;
	margin-right: auto;

}

/*お問合せテーブル開始*/
.access_time table {
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	width:40%;
	border-spacing: 0;
	margin-top:2%;
	
}

.access_time table th{
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
	text-align:left;
	background:#FFBEBE;
	padding:5px;
	text-align:center;
	vertical-align: middle;
}

.access_time table td{
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
	padding:10px;
	text-align:center;
	vertical-align: middle;
}
/*お問合せテーブル終了*/

/*お問合せ終了*/


/*料金表開始*/
.much_table{
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-bottom: solid #999 1px;
	width:60%;
	font-size: 20px;
	vertical-align: middle;
	border-spacing: 0;
	margin:2% 20% 50px;
}

.much_table th{
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-bottom: solid #999 1px;
	padding: 5px 5px 5px;
	vertical-align: middle;
}

.much_table td{
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-bottom: solid #999 1px;
	padding: 10px 10px 10px;
	vertical-align: middle;
}

.much_table2{
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-right: solid #999 1px;
	border-bottom: solid #999 1px;
	width:60%;
	font-size: 20px;
	vertical-align: middle;
	border-spacing: 0;
	margin:1% 20% 50px;
}

.much_table2 th{
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-bottom: solid #999 1px;
	padding: 5px 5px 5px;
	vertical-align: middle;
}

.much_table2 td{
	border-top:solid #999 1px;
	border-left:solid #999 1px;
	border-bottom: solid #999 1px;
	padding: 10px 10px 10px;
	vertical-align: middle;
}

.num-background{
	background-color: #FF9999
}

.much_img{
	max-width: 80%;
	margin-left: 9%;
	margin-right: 9%;
}

.much{
	font-size: 20px;
	text-align: left;
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 6%;
}

.much_line{
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
/*料金表終了*/

/*求人ページ開始*/
.recruit{
	background-image: url("../img/kango_recruit.png");
	background-size: 99%;
}


/*求人ページ終了*/

/*サービス内容開始*/
.service_coments{
	text-align: center;
}

.service_coments p{
	display: inline-block;
    text-align: left;
}

.sercice_last_text{

}

/*サービス内容終了*/


/*フッターデザイン開始*/
.end_rogo img{
	max-width: 400px;
}




/*フッターデザイン終了*/


/*お客様の声開始*/
.bx-wrapper{
	height: 580px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.care_customers_photo{
width: 70%;
margin-left: auto;
margin-right: auto;
}


/*テープ風背景デザイン*/
.tape{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.kuchikomi_memo{
	display: block;
	width: 360px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

.kuchikomi_logo img{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}



.kuchikomi_text p{
	margin-top: 1em;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 20px;
	
}

.lastcoment{
	
	margin-left: 15%;
	margin-right: 15%;
	
}
.lastcoment p{
	font-size: 26px;
	text-align-last: left;
}
.lastcoment p span{
	font-size: 21px;
	vertical-align: bottom;
	text-align-last: left;
	text-align: right;
}

/*お客様の声のアンケートまとめ写真*/
.care_customers_photo .care_top_customer_matome_photo img{
	width: 70%;
	border-radius: 25px;
	margin-bottom: 2%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*お客様の声終了*/

/*料金表開始*/
table{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 5px 5px 5px 5px;
	width: 30px;
	height: 25px;
	text-align: right;
}
tr .care_cell_title{
	background-color: #eee;
	vertical-align: middle;
	text-align-last: center;
}

tr .care_cell_title2{
	background-color: #eee;
	vertical-align: middle;
	text-align-last: center;
}

tr .care_cell_title3{
	vertical-align: middle;
	text-align-last: center;
}

th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.cell_top_text{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	font-weight: bold;
}

.cell_top_text p{
	font-size: 100%;
	line-height: 8%;
	
	
}

.cell_center p{
	text-align-last: center;
	text-align: right;
}

.cell_right p{
	text-align-last: right;
	text-align: right;
}

/*料金表終了*/

/*テキスト文字群センター左寄せ*/

.col1 ul p{
	max-width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: 5%;
	margin-right: 5%;
}

.col1 .sub_title{
	color: #c66;
	font-size: 20px;
	margin-top: 30px;
}

.title-border{
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}

/*テキスト文字群センター左寄せ終了*/


/* ケアステーションすまいるデザイン終了*/



/* 装飾パーツデザイン*/
