@charset "utf-8";

/* BODY
---------------------------------------------------- */
html {
    font-size: 80%;
    overflow-y: scroll;
}
body {
	min-width: 1020px;
	margin: 0;
	color: #330000;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
    letter-spacing: 1.5px;
    line-height: 1.5;
	background: url(../img/common/bg.png);
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
p,ul,ol,dl,dt,dd {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
    list-style-type: none;
}
a { 
	text-decoration: none;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
a:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.sizeS {
	font-size: 10px;
	font-size: 1rem;
}
.sizeM {
	font-size: 13px;
	font-size: 1.3rem;
}
.sizeL {
	font-size: 16px;
	font-size: 1.6rem;
}
.bold {
	font-weight: bold;
}
.attention {
	color: #F00;
}
.mgn10 {
	margin-top: 10px;
}
.mgn20 {
	margin-top: 20px;
}
.mgn30 {
	margin-top: 30px;
}
.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}

/* HEADER
---------------------------------------------------- */
#header {
	width: 1020px;
	margin: 20px auto;
}
#header h1 {
	margin: 5px 0 0 360px;
    text-indent: -9999px;
	background: url(../img/common/logo.png) no-repeat;
    position: relative;
	float: left;
}
#header h1 a {
	width: 300px;
	height: 180px;
	display: block;
}
#headerInner {
	font-weight: bold;
	float: right;
}
p#headerTel {
	min-height: 35px;
	margin-top: 2px;
	padding-left: 60px;
	color: #FF522B;
	font-size: 22px;
	font-size: 2.2rem;
	background: url(../img/common/icon_tel.png) no-repeat 0 2px;
}
#headerInner dl {
	margin-top: 5px;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
}
#headerInner dl dt {
	vertical-align: top;
	display: inline-block;
}
#headerInner dl dd {
	display: inline-block;
}
#headerInner ul li {
	margin-top: 5px;
	font-family: 'Century Gothic', sans-serif;
	float: left;
}
#headerInner ul li a {
	color: #330000;
	display: block;
}
#headerInner ul li a:hover {
	color: #F00;
}
li#navContact {
	margin-right: 20px;
}
li#navContact a {
	min-height: 35px;
	padding: 15px 0 0 65px;
	background: url(../img/common/icon_contact.png) no-repeat;
}
li#navAccess a {
	min-height: 35px;
	padding: 15px 0 0 65px;
	color: #F00;
	background: url(../img/common/icon_access.png) no-repeat;
}

/* NAV
---------------------------------------------------- */
#nav {
	text-align: center;
	clear: both;
}
#nav ul {
	display: inline-block;
	vertical-align: bottom;
}
#nav ul li {
	margin: 0 5px;
	text-align: center;
	float: left;
}
#nav ul li span {
	padding: 2px 8px;
}
#nav ul li a {
	padding: 15px 8px 10px 8px;
	color: #330000;
	font-size: 12.5px;
	font-size: 1.25rem;
	font-weight: bold;
	background: #FFF;
	display: inline-block;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
}
#nav ul li a:hover span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}
#nav ul li.current span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}
li#navHome span {
	padding: 2px 35px !important;
}

/* TITLE
---------------------------------------------------- */
#title {
	padding: 10px 0;
	background: #FFF;
}
#title h2 {
	padding: 35px 0;
	color: #FF522B;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	background: #FFF;
	border-top: 1px dashed #330000;
	border-bottom: 1px dashed #330000;
}

/* MAINCOLUMN
---------------------------------------------------- */
#maincolumn {
	width: 1020px;
	margin: 0 auto;
}
.subtit {
	margin-top: 60px;
	text-align: center;
	clear: both;
}
.subtit h3 {
	display: inline-block;
}
.subtit h3 span {
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 10px;
	color: #FFF;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	background: #FF532B;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	-o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.subtit h3 .tit {
	background: #FF8257 !important;
}
h4.contents_tit {
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.column {
	margin-top: 35px;
	clear: both;
}
.column dl {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #330000;
}
.column dt {
	width: 120px;
	padding-left: 20px;
	vertical-align: top;
	display: inline-block;
}
.column dd {
	width: 410px;
	padding-right: 20px;
	display: inline-block;
}
.inner {
	width: 570px;
	float: left;
}
.inner p {
	margin-top: 20px;
	text-indent: 1em;
}
.inner ul {
	padding-top: 10px;
}
.inner ul li {
	margin: 10px 0 0 18px;
	padding-left: 5px;
	list-style: outside disc;
}
.inner_img {
	width: 400px;
	float: right;
}
.inner_img img {
	width: 100%;
}

/* わが家について
---------------------------------------------------- */
table.about {
	width: 100%;
	margin-top: 35px;
	border-top: 1px solid #330000;
	border-collapse: collapse;
}
table.about th {
	padding: 15px 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #330000;
}
table.about td {
	padding: 15px 20px;
	border-bottom: 1px solid #330000;
}
#gmap {
	width: 1020px;
	height: 500px;
	margin: 35px auto 0 auto;
}
#gmap iframe {
	width: 100%;
	height: 100%;
}

/* サービス内容
---------------------------------------------------- */
p#service_day {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #330000;
}
#service {
	margin-top: 60px;
	padding: 30px;
	background: #FFC8C8;
}
p#service_img {
	float: left;
}
#service div {
	width: 480px;
	text-align: center;
	float: right;
}
#service div h3 {
	padding-bottom: 5px;
	color: #FF5252;
	font-size: 20px;
	font-size: 2rem;
}
#service div p {
	margin-top: 10px;
	padding: 12px 10px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #FFF;
}
#service div span {
	padding-top: 15px;
	text-align: right;
	display: block;
}
p.serviceEx {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.serviceInner {
	width: 750px;
	margin: 10px auto 0 auto;
	padding: 10px 30px;
	background: #FFF;
}
.serviceInner2 {
	margin-top: 35px;
	padding: 20px;
	background: #FFF;
}
.serviceInner2 ul {	margin: 15px 0 15px 40px;}
.serviceInner2 li { list-style: decimal outside;}
.serviceInner2 strong {
	display: block;
	margin-top: 10px;
}
p.user {
	min-height: 40px;
	padding: 20px 20px 0 100px;
	background: url(../img/service/user.png)  no-repeat;
}
p.userS {
	min-height: 50px;
	padding: 10px 20px 0 100px;
	background: url(../img/service/user.png)  no-repeat;
}
p.staff {
	min-height: 40px;
	padding: 20px 20px 0 100px;
	background: url(../img/service/staff.png)  no-repeat 5px 0;
}
p.staff2 {
	min-height: 40px;
	padding: 20px 20px 20px 100px;
	background: url(../img/service/staff.png)  no-repeat 5px 0;
}
table.fee {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #330000;
	border-right: 1px solid #330000;
	border-collapse: collapse;
}
table.fee th {
	padding: 10px 20px;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	border-left: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
table.fee td {
	padding: 10px 20px;
	text-align: center;
	border-left: 1px solid #330000;
	border-bottom: 1px solid #330000;
}
#feeOther p {
	margin: 30px 0 5px 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
#feeOther ul li {
	margin-left: 20px;
	list-style: outside disc;
}

/* ご利用までの流れ
---------------------------------------------------- */
p.flow {
	width: 300px;
	margin-right: 50px;
	padding: 20px 30px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	border: 3px solid #FF532B;
	float: left;
}
p.flowInner {
	width: 604px;
	padding-top: 10px;
	float: left;
}
.arrow {
  width: 188px;
  height: 25px;
  margin: 10px 0 25px 0;
  border-right: 10px solid #FF532B;
  position: relative;
  box-sizing: border-box;
}
.arrow::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -20px;
  border-top: 15px solid #FF532B;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/* 居宅介護支援
---------------------------------------------------- */
.homecare {
	margin-top: 60px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	clear: both;
}
.careTit {
	margin-top: 60px;
	text-align: center;
	clear: both;
}
.careTit h3 {
	display: inline-block;
}
.careTit h3 span {
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 10px;
	color: #FFF;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	background: #378BB1;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	-o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.careTit h3 .tit {
	background: #8BC8DC;
}
#careService {
	width: 948px;
	margin: 35px auto 0 auto;
	text-align: center;
}
#careService p {
	width: 280px;
	margin: 0 15px;
	padding: 20px 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	border: 3px solid #378BB1;
	float: left;
}
#careUse {
	margin-top: 70px;
	padding: 30px 30px 20px 30px;
	background: #B9DEEA;
}
p#careUse_img {
	float: left;
}
#careUse div {
	width: 480px;
	text-align: center;
	float: right;
}
#careUse div h3 {
	padding-bottom: 5px;
	color: #378BB1;
	font-size: 20px;
	font-size: 2rem;
}
#careUse div p {
	margin-top: 10px;
	padding: 12px 10px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #FFF;
}
#careUse div span {
	padding-top: 15px;
	text-align: right;
	display: block;
}

/* 介護保険外サービス
---------------------------------------------------- */
.selfpay {
	margin-top: 35px;
}
.selfpayInner {
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #330000;
}
.selfpayInner div {
	padding: 5px 0 0 50px;
}
.selfpayInner span {
	width: 30px;
	height: 28px;
	margin-right: 20px;
	padding-top: 2px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #54850C;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	-o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.selfpayTit {
	margin-top: 60px;
	text-align: center;
	clear: both;
}
.selfpayTit h3 {
	display: inline-block;
}
.selfpayTit h3 span {
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 10px;
	color: #FFF;
	font-size: 22px;
	font-size: 2.2rem;
	text-align: center;
	background: #54850C;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	-o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.selfpayTit h3 .tit {
	background: #A5C550;
}

/* お問い合わせ
---------------------------------------------------- */
#contactForm {
	margin-top: 60px;
}
#contactForm table {
	width: 100%;
	margin-top: 50px;
	border-top: 1px solid #F00;
	border-collapse: collapse;
}
#contactForm table th {
	width: 30%;
	padding: 10px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #F00;
}
#contactForm table th p {
	padding: 12px 20px;
	background: #FFCCB2;
}
#contactForm table td {
	width: 70%;
	padding: 10px 30px;
	border-bottom: 1px solid #F00;
}
#contactForm table td input {
    width: 100%;
	margin: 5px 0;
	box-sizing: border-box;
}
#contactForm table td textarea {
    width: 100%;
    height: 250px;
	box-sizing: border-box;
}
#contactForm table td p {
	margin-top: 5px;
	color: #F00;
}
td#sendBtn {
	padding: 10px 20px !important;
	text-align: center;
}
td#sendBtn input {
    width: 130px !important;
	height: 30px;
}
.must {
	margin-right: 15px;
	padding: 0 5px;
	color: #F00;
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	background: #FFF;
    float: left;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	-o-border-radius: 20px;
    -ms-border-radius: 20px;
}
#thanks {
	min-height: 300px;
	margin: 20px 30px 0 30px;
}
#thanks p {
	margin-top: 10px;
}

/* POLICY
---------------------------------------------------- */
ul#privacy {
	margin-top: 25px;
}
ul#privacy li {
	list-style: outside decimal;
	margin-left: 22px;
	padding-top: 10px;
}
#policy {
	margin-top: 35px;
}
#policy ul {
}
#policy ul li {
	list-style: outside decimal;
	margin-left: 22px;
	padding-top: 10px;
}
#policy h4 {
	margin: 35px 0 10px 0;
	padding-bottom: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	border-bottom: 1px solid #330000;
}

/* CONTACT
---------------------------------------------------- */
#contact {
	width: 970px;
	margin: 60px auto 0 auto;
	padding: 25px;
	background: #FFCCB2;
	clear: both;
}
#contactFree {
	width: 120px;
	float: left;
}
#contactFree span {
	width: 40px;
	height: 40px;
	padding: 10px;
	color: #FFF;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
	background: #FF532B;
	display: inline-block;
}
.costFree {
	background: #FF8257 !important;
}
#contactOffice {
	width: 390px;
	margin: 0 25px;
	float: left;
}
#contactOffice h3 {
	padding: 18px 10px 15px 20px;
	font-size: 15px;
	font-size: 1.5rem;
	background: #FFF;
}
h3#service_tit {
	margin-bottom: 10px;
	color: #FF5252;
}
h3#homecare_tit {
	margin-bottom: 10px;
	color: #378BB1;
}
h3#selfpay_tit {
	color: #54850C;
}
#contactDetails {
	width: 370px;
	padding: 20px 10px 20px 25px;
	background: #FFF;
	float: left;
}
p#contactTel {
	padding: 3px 0 0 55px;
	color: #FF522B;
	font-size: 22px;
	font-size: 2.2rem; 
	font-weight: bold;
	background: url(../img/common/icon_tel.png) no-repeat 0 5px;
	background-size: 40px;
}
p#contactTel span {
	padding-left: 15px;
	color: #330000;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}
p#contactBtn {
	margin-top: 10px;
}
p#contactBtn a {
	padding: 10px 15px 10px 60px;
	color: #FFF;
	font-weight: bold;
	background: #FF522B url(../img/common/icon_mail.png) no-repeat 15px 8px;
	display: inline-block;
}

/* FOOTERNAV
---------------------------------------------------- */
#footerNav {
	margin-top: 60px;
	text-align: center;
}
#footerNav ul {
	display: inline-block;
	vertical-align: bottom;
}
#footerNav ul li {
	margin: 5px;
	text-align: center;
	float: left;
}
#footerNav ul li span {
	padding: 2px 5px;
}
#footerNav ul li a {
	padding: 15px 0;
	color: #330000;
	display: inline-block;
}
#footerNav ul li a:hover span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}
#footerNav ul li.current span {
	background: linear-gradient(transparent 0%, #FFCCB2 0%);
}

/* FOOTER
---------------------------------------------------- */
#footer {
	background: #FFF;
	clear: both;
}
#footerInner {
	padding: 25px 0;
	background: url(../img/common/bg.png);
}
#footerDetails {
	width: 1020px;
	margin: 0 auto;
}
#footerDetails h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
#footerDetails h5 {
	font-size: 13px;
	font-size: 1.3rem;
}
#footerDetails div {
	display: inline-block;
}
#addr {
	margin-left: 30px;
	padding: 10px 0 10px 30px;
	border-left: 1px solid #330000;
}
#copyright {
	padding: 15px 0;
	text-align: center;
}
p#pageTop {
    position: fixed;
	right: 10px;
    bottom: 100px;
	display: none;
}
p#pageTop a {
    width: 60px;
    height: 60px;
    background: url(../img/common/btn_pagetop.png) no-repeat;
    display: block;
    position: relative;
    text-indent: -9999px;
}
p#pageTop a:hover {
    background-position: 0 -60px;
}

/* CLEARFIX
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}