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




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

/* ---------------------------------
	Base-SP
--------------------------------- */
	
	
body {
	font-size: 1.4rem;
	font-weight: 500;
}
	
	
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}

	
.cap {
	font-size: 1.0rem;
}
	
.cap-cover {
	right: 5px;
	bottom: 5px;
	font-size: 1.0rem;
}
	
.cap-cover-left {
	right: 5px;
	bottom: 5px;
	font-size: 1.0rem;
}
	
.cap-cover-bg {
	font-size: 1.0rem;
}
	
.cap-cover-bg-left {
	font-size: 1.0rem;
}

.cap-cover-bg-white {
	font-size: 1.0rem;
}

	
	
	
.txt-bold {
	font-weight: 600;
}
	
	
.container {
	padding: 0 4%;
}

.container_sp-wide {
	padding: 0;
}

.container-s {
	padding: 0 4%;
}

.container-s_sp-wide {
	padding: 0;
}

	
	
	
	
/* ---------------------------------
	 header
--------------------------------- */
	
	
header {
	width:100%;
	height: 80px;
	padding-top: 8px;
	padding-bottom: 0;
	position: fixed;
	z-index:1000;
}

.header-wrap {
	padding: 0 4% 0 3%;
}
	
.h1-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 0;
}

.h1-wrap p:nth-child(1) {
	width: 155px;
}

.h1-wrap p:nth-child(1) img {
	width: 100%;
}
	
.h1-wrap h1 {
	display: block;
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 400;
	width: 100%;
	margin-top: 4px;
	margin-left: 0;
}
	
	

	
/* hamburger-bt */

.hamburger {
  display : block;
  position: relative;
  z-index : 900;
  width : 30px;
  height: 36px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 100%;
  height  : 2px ;
  left    : 0;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

	
/* globalMenuSp */
	
nav.globalMenuSp {
	font-family:'Joan','Noto Serif JP', serif;
	position: fixed;
	z-index : 900;
	top  : 0;
	left : 0;
	color: #000;
	background: rgba(255,255,255,1);
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;

	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
		
	
nav.globalMenuSp ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	margin-top: 80px;
}

nav.globalMenuSp ul li {
	position: relative;
	width: 50%;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}
	
nav.globalMenuSp ul li:nth-child(2n) {
	border-left: 1px solid #ccc;
}	
	
/*
nav.globalMenuSp ul li:nth-last-child(3) {
	width: 100%;
}*/
	

	
nav.globalMenuSp ul li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
}
	
nav.globalMenuSp ul li:nth-last-child(1) a {
	color: #fff;
	background: #7e0000;
}
	
nav.globalMenuSp ul li:nth-last-child(2) a {
	color: #fff;
	background: #429e66;
}
	
nav.globalMenuSp ul li .nolink {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #ccc;
}
	
	
nav.globalMenuSp ul li .new{
    position: absolute;
    top:0;
    right: 0;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #7e0000;
    color: #fff;
}
	
	
nav.globalMenuSp.active {
	transform: translateY(0);
}
	
.globalMenuSp_bnr-wrap {
	max-width: 260px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
/********** main ***********/
	
main {
	margin-top: 80px;
}



	
	

	
/********** pannav ***********/


.pannav-wrap {
	letter-spacing: 0;
	padding: 0 3%;
	border-top: 1px solid #ccc;

}

.pannav-wrap ul {
	font-size: 0.95rem;
	padding-top: 3px;
	padding-bottom: 5px;
}

	
	
	
	
	
	
/* ---------------------------------
	 content-SP
--------------------------------- */

	


	
	
	
.txt-headcopy-l {
	font-size: 2.0rem;
	letter-spacing: 0.2rem;
}

.txt-headcopy-l_lead {
	font-size: 1.4rem;
    line-height: 1.8;
	text-align: justify;
	padding-top: 30px;
}
	
.txt-headcopy-l_lead br {
	display: none;
}
	
	
.txt-headcopy-l.mt {
	margin-top: 0;
}
	
.txt-headcopy {
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
	text-align: justify;
}
	
.txt-headcopy br {
	display: none;
}
	
	
.txt-line-headcopy p:nth-child(1) {
	margin-right: 10px;
}

.txt-line-headcopy p:nth-child(2) {
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
}
	
.txt-line-headcopy br {
	display: none;
}
	
	
.txt-lead {
	font-size: 1.4rem;
	padding-top: 15px;
	text-align: justify;
}
	
.txt-lead-s {
	font-size: 1.2rem;
	line-height: 1.4;
	padding-top: 5px;
}
	
.txt-lead br,
.txt-lead-s br {
	display: none;
}
	


	
	
	
.mp-cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	width: 100%;
	padding: 0 2%;
}
	
	
	
	

/*********** content-container *************/



.content-container {
	padding: 0 4%;
}

.content-container.mt {
	margin-top: 0;
}

	

/*** content-main-wrap ***/

.content-main-wrap {
	width: 100%;
	margin-left: 0;
	padding-top: 40px;
}



/*** content-right-wrap ***/

.content-right-wrap {
	display: none;
}


/*********** ↑content-container *************/

	
	
	
	
/************ floating-bnr *******************/

.floating-bnr-wrap {
	max-width: 220px;
	bottom: 60px;
}

.floating-bnr-wrap.second {
	max-width: 260px;
}
	

	
/************ ↑floating-bnr *******************/

	
	
	
	
	
	
	
	
	
	
/* ---------------------------------
	 footer
--------------------------------- */
	
	
	
footer {
	padding-top: 50px;
}

.footer-cap {
	font-size: 1.0rem;
}

	
	
	
	

	
/********** footer-bt ***********/


nav.footer-bt-wrap {
	padding-top: 40px;
}

nav.footer-bt-wrap ul li {
	width: 80%;
	margin: 5px 0;
}

nav.footer-bt-wrap ul li a {
	width: 100%;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 20px 10px;
	display: block;
}


	
	
/********** footer-nav ***********/
	
	
nav.footer-nav {
	font-family:'Joan','Noto Serif JP', serif;
	padding-top: 50px;
	border-bottom: none;
}

nav.footer-nav {
	color: #000;
	background: #fff;
	text-align: center;
	width: 100%;
	line-height: 1.2;
}

nav.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
}

nav.footer-nav ul li {
	position: relative;
	width: 50%;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
}	
	
nav.footer-nav ul li:nth-child(2n) {
	border-left: 1px solid #ccc;
}
	
/*
nav.footer-nav ul li:nth-last-child(3) {
	width: 100%;
}*/
	
	
nav.footer-nav ul li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
}
	
nav.footer-nav ul li:nth-last-child(1) a {
	color: #fff;
	background: #7e0000;
}
	
nav.footer-nav ul li:nth-last-child(2) a {
	color: #fff;
	background: #429e66;
}
	
nav.footer-nav ul li .nolink {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #ccc;
}
	
nav.footer-nav ul li .new{
    position: absolute;
    top:0;
    right: 0;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #7e0000;
    color: #fff;
}
	
	
	
	
/********** kintetsu-bnr ***********/
	
.kintetsu-bnr-wrap {
	margin-top: 0;
}

.kintetsu-bnr-wrap img {
	width: auto;
	height: auto;
}

.kintetsu-bnr-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.kintetsu-bnr-wrap ul li {
	padding: 5px;
}

.kintetsu-bnr-wrap ul li:nth-child(2) img,.kintetsu-bnr-wrap ul li:nth-child(5) img {
	width: 300px;
}
	
.kintetsu-bnr-wrap ul li img {
	width: 300px;
}
	
	
	
	


/********** footer-tel ***********/

.footer-tel-wrap {
	padding: 30px 0;
}

.footer-tel-wrap ul {
	display: flex;
	flex-direction: column;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.2rem;
	text-align: center;
}

.footer-tel-wrap li:nth-child(2) {
	width:80%;
	margin: 10px 0;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.5;
}
	
.footer-tel-cap {
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: justify;
	margin-top: -15px;
	margin-bottom: 20px;
}
	
.footer-yasumi {
	text-align: justify;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: -15px;
	margin-bottom: 20px;
}
	
	
	

	
	
/********** other-mansion ***********/
	
.other-mansion ul {
    width: 100%;
}
.other-mansion .link-area {
    flex-flow: row wrap;
}
.other-mansion .title {
    width: 100%;
    margin-bottom: 10px;
}
.other-mansion .mansion .title {
    min-width: 100%;
}

	
	
	
	
/********** footer-logo ***********/

.footer-logo-area {
	padding-top: 30px;
}

.footer-logo-area ul {
	display: flex;
	justify-content: space-between;
}

.footer-logo-area ul li:nth-child(1) {
	width: 44.12%;
}

.footer-logo-area ul li:nth-child(1) &gt; p {
	width: 87.33%;
}	
	
.footer-logo-area ul li:nth-child(2) {
	width: 55.88%;
	margin-left: 0;
}
	
.footer-logo-area .link {
	font-size: 0.9rem;
	letter-spacing: 0;
}



/********** copyright ***********/

.copyright {
	font-size: 1.2rem;
	padding: 20px 0 80px;
}
	
	
	
	
	
/* ---------------------------------
	page-top
--------------------------------- */

#page-top {
	bottom: 60px;
	width: 30px;
}

	


	
	

/* ---------------------------------
	footerFixMenu-SP
--------------------------------- */

	
	
.sp_footerfix-wrap {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 800;
	border-top: 1px solid #ccc;
}
	
.sp_footerfix-wrap ul {
	display: flex;
	justify-content: space-between;
	background: #fff;
}
	
.sp_footerfix-wrap ul li {
	display: flex;
	width: 33.33%;
	height: 55px;
	font-size: 1.0rem;
	letter-spacing: 0;
	line-height: 1.0;
	position: relative;
}
	
.sp_footerfix-wrap ul li:nth-child(1),
.sp_footerfix-wrap ul li:nth-child(3) {
	border-right: 1px solid #ccc;
}
	
.sp_footerfix-wrap ul li:nth-child(2) {
	font-size: 0.95rem;
}
	
.sp_footerfix-wrap ul li:nth-child(3) {
	background: #429e66;
}
	
.sp_footerfix-wrap ul li:nth-child(4) {
	background: #7e0000;
}

.sp_footerfix-wrap ul li img {
	width: 18px;
}
	
.sp_footerfix-wrap ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	width: 100%;
}
		
.sp_footerfix-wrap ul li a:hover {
	text-decoration: none;
}
	
.sp_footerfix-wrap ul li:nth-child(1) a p:nth-child(1) {
	margin-bottom: 0;
}
	
.sp_footerfix-wrap ul li:nth-child(2) a p:nth-child(1) {
	margin-bottom: 0;
}
	
.sp_footerfix-wrap ul li:nth-child(3) a p:nth-child(1) {
	margin-bottom: 0;
}
	
.sp_footerfix-wrap ul li a p:nth-child(2) {
	width: 100%;
	margin-bottom: 8px;
}
	
.sp_footerfix-wrap ul li:nth-child(2) a p:nth-child(2) {
	width: 100%;
	margin-bottom: 5px;
}
	
.sp_footerfix-wrap ul li:nth-child(n+3) a p:nth-child(2) {
	color: #fff;
}
	
	

	
	
	

	
	
	
}








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