<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ALPENKAI
-----------------------------------------------------*/

/* ==============================================
    pagetitle
============================================== */
#pagetitle {
	background: url("image/title_bg.jpg") no-repeat center top / cover;
	font-family: 'Noto Sans JP', sans-serif;
}
#pagetitle .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}
#pagetitle h1 {
	font-size: 2.125em;
	font-weight: 700;
	line-height: 1.2;
}

#pagetitle h1 span.tel {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-top: 8px;
}

#pagetitle .file a {
	display: block;
	border: 1px solid #fff;
	font-size: 1.125em;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	padding: 10px 40px 10px 65px;
	position: relative;
	text-align: center;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#pagetitle .file a::before {
	content: "";
	display: block;
	background: url("image/icon_file.svg") no-repeat 0 0 / contain;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -25px;
}
#pagetitle .file a::after {
	content: "";
	display: block;
	background: url("image/arrow03.svg") no-repeat 0 0 / contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -10px;
}
#pagetitle .file a:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.15);
	opacity: 1;
}

body.heights #pagetitle {
	background: #c490bf;
}
body.shortstay #pagetitle {
	background: #84ccc9;
}
body.dayservice #pagetitle {
	background: #82c1ea;
}
body.harihara #pagetitle {
	background: #f9c270;
}
body.kyotaku #pagetitle {
	background: #b4d898;
}
body.carehouse #pagetitle {
	background: #f29a76;
}
body.helper #pagetitle {
	background: #e99bc1;
}
body.petit #pagetitle {
	background: #f5b1aa;
}

@media screen and (max-width: 1000px) {
	#pagetitle h1 {
		font-size: 1.813em;
	}
	#pagetitle .file a {
		font-size: 1em;
		padding-left: 50px;
	}
	#pagetitle .file a::before {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}

@media screen and (max-width: 700px) {
	#pagetitle .inner {
		display: block;
		height: auto;
	}
	#pagetitle {
		padding: 20px 0;
	}
	#pagetitle .file {
		margin-top: 20px;
		text-align: right;
	}
	#pagetitle .file a {
		display: inline-block;
	}
	#pagetitle h1 {
		font-size: 1.429em;
	}
	
	
}

/* ==============================================
    pagelist
============================================== */
.pagelist ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pagelist li {
	width: 48%;
	margin-bottom: 20px;
}
.pagelist li a {
	display: flex;
	align-items: center;
	min-height: 80px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	color: #231815;
	position: relative;
}
.pagelist li a::after {
	content: "";
	display: block;
	background: url("image/arrow01.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}

.pagelist li a:hover {
	background: #eee;
	text-decoration: none;
	opacity: 1;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {

}

/* ==============================================
    entry-content
============================================== */
.entry-content {}

.entry-content h1 {
	font-size: 1.500em;
	margin: 40px 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
}

.entry-content h2 {
	font-size: 1.500em;
	margin: 40px 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
}

.entry-content h3 {
	font-size: 1.250em;
	margin: 40px 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.entry-content h4 {
	font-size: 1.125em;
	margin: 30px 0 20px;
}

.entry-content ul,
.entry-content ol {
	margin: 10px 0 20px 30px;
}
.entry-content li {
	margin-bottom: 5px;
}

.entry-content p {
	line-height: 1.8;
	margin-bottom: 2em;
}

.entry-content table th,
.entry-content table td {
	border: 1px solid #a99e89;
	padding: 10px;
}

.entry-content iframe {
	width: 100%;
}

.entry-content a {
	color: #cc6600;
	text-decoration: underline;
}

body.access .entry-content a {
	color: #000;
}

.entry-content hr {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 30px auto;
	border-top: 1px dashed #F8B500;
}

.wp-block-image figcaption {
	text-align: left;
	font-size: 0.875em;
	color: #666;
}




.entry-content .subt {
	padding-bottom: 5px;
	border-bottom: 6px dotted #f8b500;
}


.entry-content .label {
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 10px 10px 20px;
	background: #fdf6e6;
	position: relative;
	margin-top: 0;
}
.entry-content .label::before {
	content: "";
	display: block;
	background: url("image/icon_pin_heights.png") no-repeat 0 0 / contain;
	width: 21px;
	height: 24px;
	position: absolute;
	top: -10px;
	left: 8px;
}


body.heights .entry-content .label {
	background: #f3ebf4;
}
body.heights .entry-content .label::before {
	background-image: url("image/icon_pin_heights.png");
}

body.shortstay .entry-content .label {
	background: #ebf6f4;
}
body.shortstay .entry-content .label::before {
	background-image: url("image/icon_pin_shortstay.png");
}

body.kyotaku .entry-content .label {
	background: #eef6ee;
}
body.kyotaku .entry-content .label::before {
	background-image: url("image/icon_pin_kyotaku.png");
}

body.helper .entry-content .label {
	background: #fdeef4;
}
body.helper .entry-content .label::before {
	background-image: url("image/icon_pin_helper.png");
}

body.petit .entry-content .label {
	background: #fdefeb;
}
body.petit .entry-content .label::before {
	background-image: url("image/icon_pin_petit.png");
}

.entry-content ul.pdf {
	list-style: none;
	margin-left: 0;
}

.entry-content .pdf a,
.wp-block-file a[href$=".pdf"] {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.entry-content .pdf a::before,
.wp-block-file a[href$=".pdf"]::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}




.wp-block-file .wp-block-file__button {
	background: #663300;
}
.wp-block-file .wp-block-file__button[href$=".pdf"] {

}
.wp-block-file .wp-block-file__button[href$=".pdf"]::before {
	display: none;
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {

}


.entry-content .outline h3 {
	text-align: center;
	margin-top: 0;
	width: 150px;
}

.entry-content .outline h3::after {
	content: "";
	display: block;
	background: url("image/tit_line_y.svg") no-repeat 0 0 / contain;
	width: 150px;
	height: 20px;
	margin: 0;
}
.entry-content .outline table {
	margin-bottom: 30px;
}
.entry-content .outline table th,
.entry-content .outline table td {
	border: none;
	vertical-align: top;
}
.entry-content .outline table td:first-child {
	white-space: nowrap;
}
.entry-content .outline table td:first-child::before {
	content: "●";
}

body.heights .entry-content .outline h3::after {
	background-image: url("image/tit_line_heights.svg");
}
body.heights .entry-content .outline table td:first-child::before {
	color: #c490bf;
}
body.shortstay .entry-content .outline h3::after {
	background-image: url("image/tit_line_shortstay.svg");
}
body.shortstay .entry-content .outline table td:first-child::before {
	color: #84ccc9;
}
body.dayservice .entry-content .outline h3::after {
	background-image: url("image/tit_line_dayservice.svg");
}
body.dayservice .entry-content .outline table td:first-child::before {
	color: #82c1ea;
}
body.harihara .entry-content .outline h3::after {
	background-image: url("image/tit_line_harihara.svg");
}
body.harihara .entry-content .outline table td:first-child::before {
	color: #f9c270;
}
body.kyotaku .entry-content .outline h3::after {
	background-image: url("image/tit_line_kyotaku.svg");
}
body.kyotaku .entry-content .outline table td:first-child::before {
	color: #b4d898;
}
body.carehouse .entry-content .outline h3::after {
	background-image: url("image/tit_line_carehouse.svg");
}
body.carehouse .entry-content .outline table td:first-child::before {
	color: #f29a76;
}
body.helper .entry-content .outline h3::after {
	background-image: url("image/tit_line_helper.svg");
}
body.helper .entry-content .outline table td:first-child::before {
	color: #e99bc1;
}

body.petit .entry-content .outline h3::after {
	background-image: url("image/tit_line_petit.svg");
}
body.petit .entry-content .outline table td:first-child::before {
	color: #f5b1aa;
}

.entry-content .outline table td a {
	color: #231815;
	font-weight: bold;
	text-decoration: none;
}
.entry-content .outline table td a::after {
	content: "";
	display: inline-block;
	background: url("image/arrow01.svg") no-repeat 0 0 / contain;
	width: 16px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px;
}

.entry-content .box {
	border: 6px solid #f8b500;
	font-size: 1.250em;
	line-height: 1.2;
	padding: 10px;
}
body.heights .entry-content .box {
	border-color: #c490bf;
}
body.shortstay .entry-content .box {
	border-color: #84ccc9;
}
body.dayservice .entry-content .box {
	border-color: #82c1ea;
}
body.harihara .entry-content .box {
	border-color: #f9c270;
}
body.kyotaku .entry-content .box {
	border-color: #b4d898;
}
body.carehouse .entry-content .box {
	border-color: #f29a76;
}
body.helper .entry-content .box {
	border-color: #e99bc1;
}
body.petit .entry-content .box {
	border-color: #f5b1aa;
}

@media screen and (max-width: 700px) {
	/*.entry-content .box {
		font-size: 1.125em;
	}*/
	.entry-content .box br {
		display: none;
	}
}

/* ==============================================
   news single
============================================== */

.entry-header {
	margin-bottom: 30px;
}
.entry-header h2 {
	background: #f8b500;
	padding: 20px;
	font-size: 1.250em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.entry-footer {
	font-size: 0.875em;
	color: #666;
	padding: 5px;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	margin: 50px 0;
	display: flex;
	justify-content: flex-start;
}
.entry-footer a {
	color: #0099ff;
	text-decoration: underline;
}
.entry-footer .entry-category {
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
.entry-footer .entry-category span {
	margin: 0 10px 0 0;
}

/* ==============================================
   archive
============================================== */
.archive-header {
	margin-bottom: 30px;
}
.archive-header h2 {
	background: #f8b500;
	padding: 20px;
	font-size: 1.250em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

/* ==============================================
   staff-archive
============================================== */
.staff-archive ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.staff-archive li {
	width: 48%;
	margin-bottom: 70px;
	border-top: 18px solid #84ccc9;
	padding-top: 10px;
}

body.single .staff-archive ul {
	justify-content: center;
}
body.single .staff-archive li {
	width: 80%;
}

.staff-archive li .staff-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.staff-archive li .staff-head h3 {
	flex: 1;
	margin-right: 10px;
	font-size: 1.250em;
	font-family: 'Noto Sans JP', sans-serif;
}
.staff-archive li .staff-head figure {
	width: 42%;
}

.staff-archive li .staff-name {
	text-align: right;
	margin-bottom: 30px;
}
.staff-archive li .staff-name strong {
	font-size: 1.125em;
	font-family: 'Noto Sans JP', sans-serif;
}

.staff-archive li .staff-comment {
	line-height: 1.8;
}



.staff-archive li.staff-heights {
	border-top-color: #c490bf;
}
.staff-archive li.staff-shortstay {
	border-top-color: #84ccc9;
}
.staff-archive li.staff-dayservice {
	border-top-color: #82c1ea;
}
.staff-archive li.staff-harihara {
	border-top-color: #f9c270;
}
.staff-archive li.staff-kyotaku {
	border-top-color: #b4d898;
}
.staff-archive li.staff-carehouse {
	border-top-color: #f29a76;
}
.staff-archive li.staff-helper {
	border-top-color: #e99bc1;
}
.staff-archive li.staff-petit {
	border-top-color: #f5b1aa;
}


 @media screen and (max-width: 1000px) {

}

@media screen and (max-width: 700px) {
	.staff-archive ul {
		display: block;
	}
	.staff-archive li {
		width: 100%;
	}
}



.staff-block {
	border-top: 18px solid #84ccc9;
	padding-top: 10px;
}

.staff-block.staff-heights {
	border-top-color: #c490bf;
}
.staff-block.staff-shortstay {
	border-top-color: #84ccc9;
}
.staff-block.staff-dayservice {
	border-top-color: #82c1ea;
}
.staff-block.staff-harihara {
	border-top-color: #f9c270;
}
.staff-block.staff-kyotaku {
	border-top-color: #b4d898;
}
.staff-block.staff-carehouse {
	border-top-color: #f29a76;
}
.staff-block.staff-helper {
	border-top-color: #e99bc1;
}
.staff-block.staff-petit {
	border-top-color: #f5b1aa;
}

.staff-block h3 {
	margin: 0;
}
 
/* ==============================================
   ninja form
============================================== */

.nf-form-content input:not([type=button]),
.nf-form-content textarea {
	color: #333 !important;
}

.nf-form-content input:not([type=button])::placeholder,
.nf-form-content textarea::placeholder {
	color: #999 !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	background: #F8B500 !important;
	cursor: pointer;
	outline: none;
	padding-left: 50px;
	padding-right: 50px;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	color: #fff !important;
	opacity: 0.8;
}

</pre></body></html>