@charset "UTF-8";




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

/* ---------------------------------
	Base-SP
--------------------------------- */
	
	
address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-weight: 500;
}
	
body {
	font-size: 1.5rem;
	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-normal {
	font-weight: 500;
}
	
.txt-bold {
	font-weight: 600;
}
	
	
.container {
	padding: 0 4%;
}

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

.container-wp {
	padding: 0 4%;
}
	
	
	
	
/* ---------------------------------
	 header
--------------------------------- */
	
	
header {
	height: 60px;
}

.header-wrap {
	padding: 0;
}
	
.header_logo {
	max-width: 300px;
	margin-top: 15px;
	margin-left: 3%;
}

	

/********** header-gnav ***********/
	
	
/* hamburger-bt */
.hamburger {
  display : block;
  position: relative;
  z-index : 1000;
  width : 30px;
  height: 36px;
  cursor: pointer;
  text-align: center;
	margin-top: 8px;
	margin-right: 4%;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 100%;
  height  : 2px ;
  left    : 0;
  background : #333;
  -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);
}

	
/* gnav-sp */
	
nav.gnav-sp {
	position: fixed;
	z-index : 900;
	top  : 60px;
	left : 0;
	color: #000;
	text-align: center;
	line-height: 1.3;
	background: #fff;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	padding-bottom: 130px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
	
nav.gnav-sp.active {
  transform: translateY(0);
}
	
	
nav.gnav-sp ul.main {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-top: 1px solid #ccc;
}

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

nav.gnav-sp ul.main li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
}
	
nav.gnav-sp ul.main li .new {
    position: absolute;
    top:0;
    right: 0;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #990000;
    color: #fff;
}
	
#top nav.gnav-sp ul.main li:nth-child(1) a,
#kamikitazawa nav.gnav-sp ul.main li:nth-child(2) a,
#location nav.gnav-sp ul.main li:nth-child(3) a,
#residence nav.gnav-sp ul.main li:nth-child(4) a,
#plan nav.gnav-sp ul.main li:nth-child(5) a,
#access nav.gnav-sp ul.main li:nth-child(6) a,
#zeh nav.gnav-sp ul li:nth-child(7) a,
#childcare nav.gnav-sp ul li:nth-child(8) a,
#brand nav.gnav-sp ul li:nth-child(9) a,
#map nav.gnav-sp ul li:nth-child(10) a,
#outline nav.gnav-sp ul li:nth-child(11) a {
	background: #f7f3e9;
}

nav.gnav-sp ul.sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

nav.gnav-sp ul.sub li {
	width: 70%;
	text-align: center;
	margin: 5px 0;
}

nav.gnav-sp ul.sub li a {
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 20px 10px;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

nav.gnav-sp ul.sub li:nth-child(1) a {
	background: #811c21;
}

nav.gnav-sp ul.sub li:nth-child(2) a {
	background: #b39036;
}

nav.gnav-sp ul.main li .nolink {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #ccc;
}
	
	
	
/********** pannav ***********/

.pannav-wrap {
	padding: 5px 3%;
	border-top: 1px solid #ccc;
}

.pannav-wrap ul {
	font-size: 0.95rem;
}

	
	

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

main h2 {
	font-size: 5.8vw;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}

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


	
.headline-wrap {
	padding-bottom: 180px;
	margin-top: 40px;
}

.headline h3 {
	font-size: 2.8rem;
}

.headline h3 p {
	margin-left: 20px;
}

.headline .lead {
	margin-right: 35px;
}

.headline .lead > li {
	padding: 1em 1.3em;
}

.headline-wrap .sakura {
	width: 50%;
}



.sakura_l {
	width: 80%;
}

.sakura_r {
	width: 75%;
}


	
	
	
h4.txt {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}

.txt-lead {
	letter-spacing: 0.05em;
	margin-top: 20px;
}

h4.txt.inner-nobr-pc br {
	display: block;
}

	
	
	
.plan_hanrei-wrap {
	font-size: 1.0rem;
}
	
	
	
	
	
.qbox-wrap {

}

.qbox-wrap > li {
	width: 47.06%;
	padding-bottom: 30px;
}

.qbox-wrap dt {
	font-size: 1.6rem;
	padding-top: 5px;
}
	
.qbox-wrap dd {
	font-size: 1.3rem;
	line-height: 1.4;
	padding-top: 5px;
}

.qbox-wrap dd.cap {
	font-size: 1.0rem;
}
	
	
	
	
	
	
.wide-l {
	display: grid;
	grid-template-columns:100%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.wide-l > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.wide-l > li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
}
	

.wide-r {
	display: grid;
	grid-template-columns:100%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.wide-r > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.wide-r > li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	width: 100%;
	margin-top: 30px;
}


	
	
.swipe {
	width: 25%;
	margin-left: 75%;
}
	
.pinchout {
	width: 7%;
}
	
	
	
	
	
	
/* ---------------------------------
	 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: 90%;
	margin: 5px 0;
}

nav.footer-bt-wrap ul li a {
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-size: 20px auto,100% 100%;
	padding: 20px 10px;
}

	

/********** footer-nav ***********/
	
nav.footer-nav {
	margin-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-last-child(1) {
	width: 100%;
}
	
nav.footer-nav ul li:nth-child(2n) {
	border-left: 1px solid #ccc;
}
	
nav.footer-nav ul li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
}
		
nav.footer-nav ul li .new{
    position: absolute;
    top:0;
    right: 0;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #990000;
    color: #fff;
}
			
#top nav.footer-nav ul li:nth-child(1) a,
#kamikitazawa nav.footer-nav ul li:nth-child(2) a,
#location nav.footer-nav ul li:nth-child(3) a,
#residence nav.footer-nav ul li:nth-child(4) a,
#plan nav.footer-nav ul li:nth-child(5) a,
#access nav.footer-nav ul li:nth-child(6) a,
#zeh nav.footer-nav ul li:nth-child(7) a,
#childcare nav.footer-nav ul li:nth-child(8) a,
#brand nav.footer-nav ul li:nth-child(9) a,
#map nav.footer-nav ul li:nth-child(10) a,
#outline nav.footer-nav ul li:nth-child(11) a {
	background: #f7f3e9;
}

nav.footer-nav ul li .nolink  {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #ccc;
}
	
	
	

/********** 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-area ***********/

.footer-area {

}


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

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

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.3rem;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.2rem;
	margin-top: 10px;
}

.footer-tel-wrap dl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.footer-tel-wrap dt {
	width: 44px;
	margin-top: 4px;
}

.footer-tel-wrap dd {
	font-size: 4.0rem;
	font-weight: 600;
	margin-left: 5px;
}

.footer-tel-wrap a:hover {
	text-decoration: none;
}



	
/********** other-mansion ***********/
	
.other-mansion {
	font-weight: 400;
	margin-top: 30px;
}
	
.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 {
	margin-top: 30px;
}

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

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

.footer-logo-area ul li:nth-child(2) {
	width: 46.84%;
	margin-left: 7%;
}

.footer-logo-area ul li:nth-child(2) p:nth-child(2) {
	margin-top: 2px;
}

	

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

.copyright {
	font-size: 1.2rem;
	padding-top: 20px;
}
	
h1 {
	font-size: 0.9rem;
	padding-top: 60px;
	padding-bottom: 70px;
}
	
	
/* ---------------------------------
	page-top
--------------------------------- */

#page-top {
	bottom: 55px;
	width: 40px;
}

	

	

/* ---------------------------------
	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: 25%;
	height: 55px;
	font-size: 1.0rem;
	letter-spacing: 0;
	line-height: 1.0;
	position: relative;
}
	
.sp_footerfix-wrap ul li:nth-child(1) {
	border-right: 1px solid #ccc;
}
	
.sp_footerfix-wrap ul li:nth-child(2) {

}
	
.sp_footerfix-wrap ul li:nth-child(3) {
	background: #811c21;
}
	
.sp_footerfix-wrap ul li:nth-child(4) {
	background: #b39036;
}

.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;
	color: #000;
	text-align: center;
	width: 100%;
}
	
.sp_footerfix-wrap ul li:nth-child(n+3) a {
	color: #fff;
}
		
.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;
}



	
	
	
	
	

	
	
	
}








