@charset "utf-8";

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

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

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


/* 共通
--------------------------------------------------------------------*/
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%;
}
article,aside,figure,figcaption,footer,header,nav,section {
	display:block;
}
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;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
a img {
	border:none;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	margin: 0;
	text-align: center;
	font-size: 105%;
	line-height: 1.5;
	background: url("../common/bk.png") repeat;
	font-weight: 500;
	color: #646464;
}
p,li,ol,dt,dd {
	font-weight: 500;
}

.fs {
	font-size:85%;
}
.fl {
	font-size:125%;
}
.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:underline;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.sp {
    display: none;
}

header {
	background: url("../common/header_bk.png") no-repeat center 12px;
	text-align: left;
}
header .header-i {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 145px;
}
header .header-leaf {
	position: absolute;
	top: 0;
	left: -230px;
	z-index: 100;
}
header h1 {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 110;
}
header .header-address {
	padding-top: 40px;
	text-align: right;
}
header .header-tel {
	padding-top: 25px;
	text-align: right;
}
header nav {
	background: url("../common/menu_bk.png") repeat;
	height: 50px;
}
header nav ul {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}
header nav ul li a {
	display: block;
	padding: 0 30px;
	line-height: 50px;
	text-decoration: none !important;
	font-size: 110%;
	color: #fff !important;
}
header nav ul li a {
	background: url("../common/menu_leaf.png") left 3px top 17px no-repeat;
}
header nav ul li a:hover {
	background: url("../common/menu_leaf.png") left 3px top 11px no-repeat;
	color: #d8f2ad !important;
	transition: 0.3s;
}
.main {
	text-align: left;
	padding-bottom: 160px;
}
.main-i {

}


footer {
	position: relative;
	background: url("../common/menu_bk.png") repeat;
	padding: 50px 0 20px;
	text-align: center;
	font-size: 90%;
	color: #fff;
}
footer .wave {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	background:url("../common/wave.png") no-repeat center;
	height: 139px;
}
footer .footer-i {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .footer-left {
	text-align: left;
}
footer .footer-address {
	padding-top: 20px;
}
footer .footer-right {
	padding-top: 110px;
	text-align: right;
}
footer .footer-right a {
	color: #fff;
}
footer .copyright {
	padding-top: 30px;
	color: #e0ffb3;
}
#page-top {
    position: fixed;
    bottom: 40px;
    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;
}
#page-top a:hover {
	opacity: 0.7;
}

/* トップ
--------------------------------------------------------------------*/
#top .top-image-area {
	background: url(../img/main_1.jpg) no-repeat center;
	background-size: cover;
	height: 700px;
	width: 100%;
}
#top .top-image-area2 {
	position: relative;
	margin: 0 auto;
}
#top .top-image-area .main-copy {
	position: absolute;
	top: 250px;
	left: 5%;
	z-index: 90;
}
#top .top-image-area .main-copy img {
	width: 369px;
}
#top .top-image-area .day-service {
	position: absolute;
	top: 20px;
	right: 5%;
	z-index: 90;
}
#top .top-image-area .day-service img {
	width: 210px;
}
#top .top-image-area .corona {
	position: absolute;
	top: 520px;
	right: 5%;
	z-index: 90;
}
#top .top-image-area .corona img {
	width: 570px;
}
#top .top-image-area .top-wave {
	position: absolute;
	top: 650px;
	left: 0;
	right: 0;
	background:url("../img/wave.png") no-repeat center;
	height: 141px;
}
#top h3 {
	margin-top: 150px;
	background: url("../img/title_bk.png") no-repeat center;
	line-height: 148px;
	text-align: center;
	font-weight: bold;
	font-size: 160%;
	color: #468432;
}
#top .about-area {
	position: relative;
	margin: 80px auto 0;
	width: 1200px;
}
#top .about-area .tree {
	position: absolute;
	top: 0;
	left: -50px;
}
#top .about-area .text-area {
	position: absolute;
	top: 30px;
	right: 0;
	background: url("../img/about_bk.png") no-repeat;
	width: 716px;
	height: 282px;
}
#top .about-area .text-area .text {
	padding: 80px 100px 0;
}
#top .about-area .text-area .text .copy {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 140%;
	color: #468432;
}
#top .flow-area {
	margin: 0 auto;
	width: 1200px;
	padding: 320px 0 200px;
}
#top .flow-area-i {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}
#top .flow-area-i .flow {
	position: relative;
	width: 570px;
	flex-shrink: 0;
	background-color: #f8f2d8;
	border-radius: 30px;
}
#top .flow-area-i .flow-main {
	width: 100% !important;
}
#top .flow-area-i .flow-next {
	margin-top: 30px;
}
#top .flow-area-i .flow .no {
	position: absolute;
	top: -12px;
	left: 45px;
}
#top .flow-area-i .flow .time {
	position: absolute;
	top: 24px;
	left: 140px;
}
#top .flow-area-i .flow .time img {
	width: 372px;
}
#top .flow-area-i .flow-i {
	padding: 80px 30px 30px 40px;
	display: flex;
	justify-content: space-between;
}
#top .flow-area-i .flow-i .photo {
	width: 150px;
	flex-shrink: 0;
}
#top .flow-area-i .flow-i .photo img {
	width: 150px;
	border-radius: 5px;
}
#top .flow-area-i .flow-i .photo-r {
	width: 320px;
	flex-shrink: 0;
}
#top .flow-area-i .flow-main .photo-r {
	width: 940px !important;
	flex-shrink: 0;
}
#top .flow-area-i .copy {
	font-weight: bold;
	font-size: 130%;
	color: #468432;
}
#top .program-area {
	padding: 0 40px 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top .program-area .program {
	width: 340px;
	flex-shrink: 0;
	padding-bottom: 40px;
}
#top .program-area .program img {
	width: 100%;
	border-radius: 10px;
}
#top .program-area .program .copy {
	padding-top: 10px;
}
#top .facility {
	margin: 0 40px;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#top .facility .photo-l {
	width: 225px;
	flex-shrink: 0;
}
#top .facility .photo-l .copy {
	padding: 5px 0;
	font-size: 110%;
}
#top .facility .photo-l .text {
	font-size: 90%;
}
#top .facility .photo {
	width: 200px;
	flex-shrink: 0;
}
#top .facility .photo img {
	width: 100%;
	border-radius: 5px;
}


#top .charge-area {
	position: relative;
	background: url("../common/menu_bk.png") repeat;
	padding: 140px 0;
}
#top .charge-area .charge-wave {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	background:url("../img/wave2.png") no-repeat center;
	height: 139px;
}
#top .charge-area .charge-wave2 {
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
	background:url("../img/wave2.png") no-repeat center;
	height: 139px;
}
#top .charge-area-i {
	background: url("../img/charge_bk.png") no-repeat center;
	height: 825px;
	padding-top: 80px;
}
#top .charge-area-i h3 {
	margin-top: 0;
}
#top .charge-area .charge {
	margin: 0 auto;
	width: 1000px;
	display: flex;
	justify-content: flex-start;
	padding-top: 70px;
}
#top .charge-area .charge .photo {
	width: 335px;
	flex-shrink: 0;
	padding-top: 10px;
}
#top .charge-area .charge .photo a:hover {
	opacity: 0.7;
}
#top .charge-area .charge .photo-r {
	padding-left: 70px;
}
#top .charge-area .charge .photo-r h4 {
	display: inline-block;
	margin-bottom: 15px;
	background: url("../img/leaf.png"), linear-gradient(transparent 60%, #f8f1d5 0%);
	background-repeat: no-repeat, no-repeat;
	background-position: 5px 12px, 0;
	padding: 10px 13px 0 35px;
	font-weight: bold;
	font-size: 120%;
	color: #468432;
}
#top .charge-area .charge .photo-r h4.next {
	margin-top: 50px;
}
#top .charge-area .btn {
	padding-top: 70px;
    text-align: center;
}
#top .charge-area .btn a {
    display: block;
	margin: 0 auto;
	background: #80c032 url("../common/pdf.png") no-repeat 20px 7px;
	width: 300px;
	padding-left: 10px;
	border-radius: 25px;
    text-decoration: none;
    line-height: 50px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
    color: #fff;
}
#top .charge-area .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#top .access-area {
	margin: 0 auto;
	width: 1000px;
	padding: 50px 0 170px;
}
#top .access-area h3 {
	margin-bottom: 80px;
}
#top .map-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url("../img/map.png") no-repeat;
	height: 850px;
}
#top .map-area ul {
	width: 279px;
	padding-top: 2px;
}
#top .map-area ul li {
	box-shadow: 0 0 10px #c8c8c8;
	margin-bottom: 21px;
}
#top .map-area ul li a:hover {
	opacity: 0.7;
}
#top .gmap {
	margin-top: 20px;
	border: solid 3px #80c032;
}
#top .gmap iframe {
	vertical-align: bottom;
}
#top .access-area .btn {
	padding-top: 60px;
    text-align: center;
}
#top .access-area .btn a {
    display: inline-block;
    background: #80c032;
	border-radius: 25px;
    padding: 0 60px;
    text-decoration: none;
    line-height: 50px;
	font-size: 120%;
	font-weight: bold;
    color: #fff;
}
#top .access-area .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#top .access-area .btn a i {
	margin-right: 8px;
}
#top .contact-area {
	position: relative;
	background: url("../img/contact_bk.png") no-repeat top center;
	height: 901px;
}
#top .contact-area .contact-wave {
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	background:url("../common/wave.png") no-repeat center;
	height: 139px;
}
#top .contact-area .contact-wave2 {
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
	background:url("../common/wave.png") no-repeat center;
	height: 139px;
}
#top .contact-area-i {
	margin: 0 auto;
	width: 1150px;
	padding-top: 120px;
}
#top .contact-area-i h3 {
	margin-top: 0;
}
#top .contact-area .contact {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}
#top .contact-area .contact .contact-tel,
#top .contact-area .contact .contact-form {
	position: relative;
	width: 48%;
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 20px;
}
#top .contact-area .contact .contact-i {
	padding: 20px 30px 35px 35px;
}
#top .contact-area .contact .contact-i h4 {
	display: inline-block;
	margin-bottom: 15px;
	background: url("../img/leaf.png"), linear-gradient(transparent 60%, #f8f1d5 0%);
	background-repeat: no-repeat, no-repeat;
	background-position: 5px 12px, 0;
	padding: 10px 13px 0 35px;
	font-weight: bold;
	font-size: 120%;
	color: #468432;
}
#top .contact-area .contact .contact-tel .tel {
	padding: 15px 0 10px;
}
#top .contact-area .contact .contact-tel .tel img {
	width: 250px;
}
#top .contact-area .contact .contact-tel .text {
	font-size: 85%;
}
#top .contact-area .contact .contact-tel .illust {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#top .contact-area .contact .contact-form .illust {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#top .contact-area .contact .contact-form .btn {
	padding: 20px 80px 0 0;
    text-align: center;
}
#top .contact-area .contact .contact-form .btn a {
    display: inline-block;
    background: #80c032;
	border-radius: 25px;
    padding: 0 30px;
    text-decoration: none;
    line-height: 50px;
	font-size: 120%;
	font-weight: bold;
    color: #fff;
}
#top .contact-area .contact .contact-form .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#top .contact-area .contact .contact-form .btn a i {
	margin-right: 8px;
}
#top .office-area {
	margin: 0 auto;
	width: 1150px;
	padding-bottom: 100px;
}
#top .office-area h4 {
	display: inline-block;
	margin: 70px 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: 120%;
	color: #468432;
}
#top .office-area .bar {
	padding: 60px 0 3px;
	border-bottom: solid 3px #80c032;
	margin-bottom: 30px;
}
#top .office-area .bar h5 {
	background: url("../img/leaf.png");
	background-repeat: no-repeat;
	background-position: 2px 12px;
	padding: 10px 13px 0 32px;
	font-weight: bold;
	font-size: 120%;
	color: #468432;
}
#top .office-area .office {
	display: flex;
	justify-content: space-between;
}
#top .office-area .office .photo {
	width: 300px;
	flex-shrink: 0;
}
#top .office-area .office .photo img {
	width: 300px;
	box-shadow: 0 0 10px #969696;
}
#top .office-area .office .photo-r {
	width: 810px;
	flex-shrink: 0;
}
#top .office-area .office .photo-r th,
#top .office-area .office .photo-r td {
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	padding: 15px 0 14px;
}
#top .office-area .office .photo-r th {
	background-color: #faf5ee;
}
#top .office-area .office .photo-r td {
	background-color: #fff;
}
#top .office-area .office .photo-r th p {
	padding-left: 20px;
}
#top .office-area .office .photo-r td p {
	padding: 0 20px;
}



