@charset "utf-8";

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

ユーカリが丘在宅支援センター SP スタイルシート

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


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
html,body {
	height:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
body {
	font-family:"メイリオ", "Helvetica", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
	margin:0;
	background: url("../common/bk.png") repeat;
	font-size:15px;
	line-height:140%;
	color:#646464;
}
.fs {
	font-size:12px;
	line-height:130%;
}
.fl {
	font-size:20px;
	line-height:126%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#468432;
	text-decoration:none;
}
a:hover,
a:active {
	color:#468432;
	text-decoration:none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.pc {
    display: none;
}
.warning {
	color:#ee1c23;
	background-color:#fff;
	border:solid 1px #ee1c23;
	padding:12px 15px 11px;
	margin: 0 0 12px;
}

header {
	position: fixed;
	height: 50px;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	border-bottom: solid 1px #80c032;
	top: 0;
	left: 0;
	z-index: 9990;
}
header h1 {
	position: absolute;
    top: 0;
    left: 15px;
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 9999;
    padding-top: 4px;
}
header h1 img {
	max-width: 260px;
	width: 100%;
}
header .header-i {
    position: absolute;
    top: 0;
    right: 0;
	width: 100%;
    z-index: 9998;
}

#panel {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
#panel-btn {
	display: block;
	position: absolute;
	top: 12px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: #80c032;
	border-radius: 15px;
	z-index: 9998;
}
#panel-btn:hover {
	background: #80c032;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#panel {
	display: none;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.sp-nav {
	text-align: left;
	border-top: solid 1px #80c032;
}
.sp-nav i {
	padding-right: 5px;
}
.sp-nav a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(255,255,255,0.95);
	border-bottom: dotted 1px #80c032;
	color: #80c032;
}
.sp-nav a:hover {
	background-color: rgba(255,255,255,0.95);
}
.sp-nav .child {
	display: none;
	background-color: rgba(255,255,255,0.95);
}
.sp-nav .child a {
	background-color: rgba(255,255,255,0.95);
	color: #80c032;
	border-bottom: dotted 1px #80c032;
}
.sp-nav .child a:hover {
	background-color: rgba(255,255,255,0.95);
}
.sp-nav .child > li a {
	background-color: rgba(255,255,255,0);
	padding-left: 40px;
}
.sp-nav .toggle:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: '▶';
	opacity: 0.5;
	font-size: 6px;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.sp-nav .toggle.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main {
	padding-top: 51px;
    text-align: left;
}
.main-i {
	position: relative;
	padding: 10px 0 0;
}


footer {
	position: relative;
	background: url("../common/menu_bk.png") repeat;
	padding: 40px 0 15px;
	text-align: center;
	font-size: 90%;
	color: #fff;
}
footer .wave {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
}
footer .wave img {
	width: 100%;
}
footer .footer-logo img {
	width: 100%;
	max-width: 340px;
}
footer .footer-address {
	padding-top: 20px;
}
footer .copyright {
	padding-top: 30px;
	color: #e0ffb3;
}
section {
	padding: 0 15px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
	background-color: #4ca535;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px 10px;
    text-align: center;
    display: block;
    border-radius: 40px;
	line-height: 70%;
	opacity: 0.8;
}
#page-top a span {
	font-size: 85%;
	color: #fff;
}

/* トップ
--------------------------------------------------------------------*/
#top .top-image-area {
	position: relative;
}
#top .top-image-area .main-photo img {
	width: 100%;
}
#top .top-image-area .main-copy {
	position: absolute;
	top: 30%;
	left: 10px;
	z-index: 90;
}
#top .top-image-area .main-copy img {
	width: 270px;
}
#top .top-image-area .day-service {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 90;
}
#top .top-image-area .day-service img {
	width: 120px;
}
#top .top-image-area .corona {
	position: absolute;
	bottom: 25px;
	left: 15px;
	right: 15px;
	z-index: 90;
}
#top .top-image-area .corona img {
	width: 100%;
}
#top .top-image-area .top-wave {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}
#top .top-image-area .top-wave img {
	width: 100%;
}
#top h3 {
	margin-top: 50px;
	background-image: url("../img/title_bk_sp.png"), url("../img/title_bk_sp.png");
	background-size: 320px auto, 320px auto;
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	padding: 30px 0;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	color: #468432;
}
#top .about-area {
	padding: 20px 15px 0;
}
#top .about-area .tree {
	text-align: center;
}
#top .about-area .tree img {
	max-width: 380px;
	width: 100%;
}
#top .about-area .text-area .copy {
	padding: 10px 0 5px;
	font-weight: bold;
	font-size: 110%;
	color: #468432;
}
#top .flow-area {
	padding: 0 15px 50px;
}
#top .flow-area-i .flow {
	position: relative;
	background-color: #f8f2d8;
	border-radius: 20px;
	margin-top: 30px;
	padding-bottom: 20px;
}
#top .flow-area-i .flow .no {
	position: absolute;
	top: -14px;
	left: 12px;
}
#top .flow-area-i .flow .no img {
	width: 33px;
}
#top .flow-area-i .flow .time {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	text-align: center;
}
#top .flow-area-i .flow .time img {
	max-width: 300px;
	width: 80%;
}
#top .flow-area-i .flow-i {
	padding: 65px 15px 0;
}
#top .flow-area-i .photo {
	text-align: center;
}
#top .flow-area-i .photo a {
	pointer-events: none;
}
#top .flow-area-i .flow-i .photo img {
	width: 150px;
}
#top .flow-area-i .flow-i .photo2 img {
	width: 240px !important;
	border-radius: 10px;
}
#top .flow-area-i .flow-i .photo-r {
	padding-top: 15px;
}
#top .flow-area-i .copy {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
	color: #468432;
}
#top .program-area {
	padding: 0 15px 10px;
}
#top .program-area .program {
	padding-top: 20px;
}
#top .program-area .program img {
	max-width: 380px;
	width: 240px;
	border-radius: 10px;
}
#top .program-area .program .copy {
	padding-top: 10px;
}
#top .facility {
	margin: 20px 15px 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 15px 15px;
}
#top .facility .photo-l .copy {
	padding: 5px 0;
	font-size: 110%;
}
#top .facility .photo-l .text {
}
#top .facility .photo {
	padding-bottom: 10px;
	text-align: center;
}
#top .facility .photo img {
	width: 240px;
	border-radius: 5px;
}

#top .charge-area {
	position: relative;
	background: url("../common/menu_bk.png") repeat;
	padding: 50px 0;
}
#top .charge-area .charge-wave {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
}
#top .charge-area .charge-wave img {
	width: 100%;
}
#top .charge-area .charge-wave2 {
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
}
#top .charge-area .charge-wave2 img {
	width: 100%;
}
#top .charge-area-i {
	margin: 0 15px;
	background-color: #fff;
	border-radius: 10px;
	padding-top: 40px;
}
#top .charge-area-i h3 {
	margin-top: 0;
	background-image: url("../img/title_bk_sp.png"), url("../img/title_bk_sp.png");
	background-size: 290px auto, 290px auto;
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
}
#top .charge-area .charge {
	padding: 0 15px 40px;
}
#top .charge-area .charge .photo {
	padding-top: 20px;
	text-align: center;
}
#top .charge-area .charge .photo img {
	width: 150px;
}
#top .charge-area .charge .photo-r {
	padding-top: 10px;
}
#top .charge-area .charge .photo-r h4 {
	display: inline-block;
	margin-bottom: 10px;
	background: url("../img/leaf.png"), linear-gradient(transparent 60%, #f8f1d5 0%);
	background-repeat: no-repeat, no-repeat;
	background-size: 20px, auto;
	background-position: 5px 10px, 0;
	padding: 10px 13px 0 32px;
	font-weight: bold;
	font-size: 110%;
	color: #468432;
}
#top .charge-area .charge .photo-r h4.next {
	margin-top: 20px;
}
#top .charge-area .btn {
	padding-top: 20px;
    text-align: center;
}
#top .charge-area .btn a {
    display: block;
	margin: 0 auto;
	background: #80c032 url("../common/pdf.png") no-repeat 20px 7px;
	width: 210px;
	padding-left: 10px;
	border-radius: 25px;
    text-decoration: none;
    line-height: 50px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
    color: #fff;
}
#top .access-area {
	padding: 10px 15px 70px;
}
#top .access-area .map-area {
	padding-top: 30px;
}
#top .access-area .map-area img {
	width: 100%;
	max-width: 500px;
}
#top .access-area ul {
	padding-top: 8px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top .access-area ul li {
	padding-top: 12px;
	width: 48%;
}
#top .access-area ul li img {
	border: solid 1px #d2d2d2;
	width: 100%;
	max-width: 300px;
}
#top .access-area .gmap {
	margin-top: 20px;
	border: solid 2px #80c032;
}
#top .access-area .btn {
	padding-top: 20px;
    text-align: center;
}
#top .access-area .btn a {
    display: inline-block;
    background: #80c032;
	border-radius: 20px;
    padding: 0 40px;
    text-decoration: none;
    line-height: 40px;
	font-weight: bold;
    color: #fff;
}
#top .access-area .btn a i {
	margin-right: 6px;
}
#top .contact-area {
	position: relative;
	background: url("../img/contact_bk_sp.png") no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 70px;
}
#top .contact-area .contact-wave {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
}
#top .contact-area .contact-wave img {
	width: 100%;
}
#top .contact-area .contact-wave2 {
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
}
#top .contact-area .contact-wave2 img {
	width: 100%;
}
#top .contact-area-i h3 {
	margin-top: 0;
	background-image: url("../img/title_bk_sp.png"), url("../img/title_bk_sp.png");
	background-size: 290px auto, 290px auto;
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
}
#top .contact-area .contact {
	padding: 10px 15px 0;
}
#top .contact-area .contact .contact-tel,
#top .contact-area .contact .contact-form {
	position: relative;
	background-color: #fff;
	margin-top: 20px;
	border-radius: 15px;
}
#top .contact-area .contact .contact-i {
	padding: 10px 15px 15px;
}
#top .contact-area .contact .contact-i h4 {
	display: inline-block;
	margin-bottom: 10px;
	background: url("../img/leaf.png"), linear-gradient(transparent 60%, #f8f1d5 0%);
	background-repeat: no-repeat, no-repeat;
	background-size: 20px, auto;
	background-position: 5px 10px, 0;
	padding: 10px 13px 0 32px;
	font-weight: bold;
	font-size: 110%;
	color: #468432;
}
#top .contact-area .contact .contact-tel .tel {
	padding: 10px 0 10px;
}
#top .contact-area .contact .contact-tel .tel img {
	width: 70%;
}
#top .contact-area .contact .contact-tel .illust {
	position: absolute;
	bottom: 10px;
	right: -5px;
}
#top .contact-area .contact .contact-tel .illust img {
	width: 70%;
}
#top .contact-area .contact .contact-form .illust {
	position: absolute;
	bottom: 10px;
	right: -15px;
}
#top .contact-area .contact .contact-form .illust img {
	width: 70%;
}
#top .contact-area .contact .contact-form .btn {
	padding: 15px 0 10px;
    text-align: left;
}
#top .contact-area .contact .contact-form .btn a {
    display: block;
	background-color: #80c032;
	width: 210px;
	border-radius: 25px;
    text-decoration: none;
    line-height: 40px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
    color: #fff;
}
#top .contact-area .contact .contact-form .btn a i {
	margin-right: 6px;
}
#top .office-area {
	padding: 20px 15px 100px;
}
#top .office-area h4 {
	display: inline-block;
	margin: 20px 0 15px;
	background: linear-gradient(transparent 60%, #f8f1d5 0%);
	background-repeat: no-repeat;
	background-position: 0;
	padding: 10px 13px 0 5px;
	font-weight: bold;
	font-size: 110%;
	color: #468432;
}
#top .office-area .bar {
	padding: 30px 0 3px;
	border-bottom: solid 3px #80c032;
	margin-bottom: 25px;
}
#top .office-area .bar h5 {
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 110%;
	color: #468432;
}
#top .office-area .bar h5 span {
	display: block;
	line-height: 130%;
}
#top .office-area .office {
}
#top .office-area .office .photo {
	text-align: center;
}
#top .office-area .office .photo img {
	width: 290px;
	box-shadow: 0 0 10px #969696;
}
#top .office-area .office .photo-r {
	padding-top: 30px;
}
#top .office-area .office .photo-r th,
#top .office-area .office .photo-r td {
	display: block;
}
#top .office-area .office .photo-r table {
	border-top: solid 1px #d2d2d2;
}
#top .office-area .office .photo-r th {
	background-color: #fff;
	padding-top: 11px;
}
#top .office-area .office .photo-r td {
	border-bottom: solid 1px #d2d2d2;
	background-color: #fff;
	padding-bottom: 10px;
}
#top .office-area .office .photo-r th p {
	padding: 0 15px;
	font-weight: bold;
}
#top .office-area .office .photo-r td p {
	padding: 0 15px;
}





