@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');




/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;/* safari フォーカス枠無し */
}


address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight: 400;
}

html {
	font-size: 62.5%;
}

body {
	font-family:'Noto Serif JP', serif;
	color: #3e3a39;
	font-size: 1.8rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
}

a {color: #3e3a39;}
a:visited {color: #3e3a39;}
a:hover {color: #3e3a39; text-decoration: underline; text-underline-offset: 4px;}
a:active {color: #3e3a39;}

hr {
	border-top: 1px solid #333;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	z-index: 5;
}

.cap-cover-left {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	font-size: 0.875em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-bold-normal {
	font-weight: 400;
}

.txt-bold {
	font-weight: 600;
}

.txt-italic {
	font-style: italic;
}

.txt-black {
	color: #000!important;
}

.txt-white {
	color: #fff!important;
}

.kr,
.txt-kerning {
	margin: 0 -0.4em;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.f-min {
	font-family:'Noto Serif JP', serif!important;
}

.f-go {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.f-en {
	font-family: 'Cinzel', serif!important;
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright-mild a {
	text-decoration: none;
	transition: all .2s ease;
}

.bt-bright-mild  a:hover {
	text-decoration: none;
	filter: brightness(110%);
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}

.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.bt-bright-medium a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-medium a:hover {
	text-decoration: none;
	filter: brightness(140%);
}

.bt-bright-strong a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-strong a:hover {
	text-decoration: none;
	filter: brightness(160%);
}

.container {
    max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

.container_sp-wide {
    max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

.container_pc-wide {

}

.container-wp {
	padding: 0 10px;
}

.all-wrap {
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}








/* ---------------------------------
	 header
--------------------------------- */


header {
	width:100%;
	height: 140px;
	color: #000;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 1000;
	transition: all 0.2s ease;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.header_logo {
	width: 430px;
	margin-top: 17px;
}



/********** header-hnav ***********/

nav.header-hnav ul {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

nav.header-hnav li {
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
}

nav.header-hnav li:nth-child(1) {
	width: 120px;
}

nav.header-hnav li:nth-child(2) {
	width: 120px;
	margin-right: 10px;
}

nav.header-hnav li:nth-child(3) {
	width: 160px;
	margin-right: 5px;
}

nav.header-hnav li:nth-child(4) {
	width: 160px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.header-hnav li a:hover {
	opacity: 0.4;
}

nav.header-hnav li:nth-child(1) a::before {
	content: "";
	display: block;
	background-image: url("../images/header_mk-map.png");
	background-size: cover;
	width: 14px;
	height: 19px;
	margin-right: 8px;
}

nav.header-hnav li:nth-child(2) a::before {
	content: "";
	display: block;
	background-image: url("../images/header_mk-outline.png");
	background-size: cover;
	width: 15px;
	height: 19px;
	margin-right: 8px;
}

nav.header-hnav li:nth-child(3) a {
	background: #811c21;
	color: #fff;
}

nav.header-hnav li:nth-child(3) a:hover {
	opacity: 1;
	filter: brightness(140%);
}

nav.header-hnav li:nth-child(4) a {
	background: #b39036;
	color: #fff;
}

nav.header-hnav li:nth-child(4) a:hover {
	opacity: 1;
	filter: brightness(120%);
}


/********** header-gnav ***********/

nav.gnav {
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
	margin-top: 10px;
}

nav.gnav ul {
	display: flex;
	justify-content: space-between;
}

nav.gnav li {
	display: flex;
	width: 11.11%;
	word-break: break-all;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

nav.gnav li:nth-child(7),
nav.gnav li:nth-child(8) {
	width: 13%;
}


nav.gnav li::after {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #999;
}

nav.gnav li:last-child::after {
	border-left: none;
}

nav.gnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	text-align: center;
	text-decoration: none;
}

nav.gnav li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	height: 2px;
	background-color: #aa8420;
	transition: width 0.3s ease;
}

nav.gnav li a:hover::after {
	width: 60%;
}

#top nav.gnav li:nth-child(1) a::after,
#kamikitazawa nav.gnav li:nth-child(2) a::after,
#location nav.gnav li:nth-child(3) a::after,
#residence nav.gnav li:nth-child(4) a::after,
#plan nav.gnav li:nth-child(5) a::after,
#access nav.gnav li:nth-child(6) a::after,
#zeh nav.gnav li:nth-child(7) a::after,
#childcare nav.gnav li:nth-child(8) a::after,
#brand nav.gnav li:nth-child(9) a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	height: 2px;
	background-color: #aa8420;
}

@media only screen and (max-width: 1120px){
nav.gnav li br {
	display: none;
}
}

nav.gnav li .nolink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
}




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

.pannav-wrap {
	padding: 0 20px;
	padding-bottom: 5px;
}

.pannav-wrap ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
	letter-spacing: 0;
}

.pannav-wrap ul li {
	display: flex;
}

.pannav-wrap ul li::after {
	content: "＞";
	display: block;
	margin: 0 8px;
}

.pannav-wrap ul li:last-child::after {
	content: "";
}

.pannav-wrap ul li a {
	text-decoration: none;
}

.pannav-wrap ul li a:hover {
	text-decoration: underline;
 	text-underline-offset: 4px;
}



/********** main ***********/

main {
	margin-top: 140px;
}

main h2 {
	font-family: 'Cinzel', serif;
	color: #fff;
	font-size: 3.0vw;
	letter-spacing: 0.07em;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 10%;
    transform: translate(0,-50%);
}








/* ---------------------------------
	 content-PC
--------------------------------- */


.dammy {
	word-break: break-word;
}

.dammy-red {
	color: #f00;
	word-break: break-all;
}

.dammy-blue {
	color: #00f;
	word-break: break-all;
}




.headline-wrap {
	display: flex;
	justify-content: center;
	position: relative;
	padding-bottom: 200px;
	margin-top: 120px;
}

.headline {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.headline h3 {
	font-size: 6.0rem;
	line-height: 1.0;
	letter-spacing: 0.12em;
}

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

.headline h3 p:last-child {
	margin-left: 0;
}

.headline .lead {
	display: flex;
	flex-direction: column;
	margin-right: 70px;
}

.headline .lead > li {
	line-height: 1.0;
	letter-spacing: 0.12em;
	white-space: nowrap;
	border-right: 1px solid #999;
	padding: 1em 1.6em;
}

.headline .lead > li:last-child {
	border-left: 1px solid #999;
}

.headline-wrap .sakura {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
	z-index: -5;
}


.sakura_l-area,
.sakura_r-area {
	position: relative;
}

.sakura_l {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38.06%;
	z-index: -5;
}

.sakura_r {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35.63%;
	z-index: -5;
}




h4.txt {
	font-size: 2.5rem;
	letter-spacing: 0.15em;
}

h4.txt sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -1.0em;
}


.txt-lead {
	text-align: justify;
	letter-spacing: 0.1em;
	margin-top: 40px;
}

.txt-lead sup {
	font-size: 0.7em;
	letter-spacing: 0;
	top: -0.6em;
}



@media only screen and (max-width: 1330px){
h4.txt.inner-nobr-pc br {
	display: none
}
h4.txt.inner-nobr br {
	display: none
}
}






.plan_hanrei-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	letter-spacing: 0;
	margin-top: 20px;
}

.plan_hanrei-wrap li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.plan_hanrei-wrap li:nth-child(1) p:nth-child(1) {
	width: 45px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(2) p:nth-child(1) {
	width: 45px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(3) p:nth-child(1) {
	width: 45px;
	margin-bottom: 10px;
	margin-right: 5px;
}






.qbox-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.qbox-wrap > li {
	width: 22.5%;
	padding-bottom: 60px;
}

.qbox-wrap dt {
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	padding-top: 10px;
}

.qbox-wrap dt sup {
	font-size: 0.7em;
}

.qbox-wrap dd {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: justify;
	padding-top: 10px;
}

.qbox-wrap dd.cap {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
}






.wide-l {
	display: grid;
	grid-template-columns: 59% 33.67%;
	grid-template-rows: auto;
	justify-content: space-between;
}

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

.wide-l > li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	width: calc((100vw - 1280px)/2 + (1280px * 0.59) - 7px );
	margin-left: calc((1280px - 100vw)/2 + 7px);
}

@media only screen and (max-width: 1340px){
.wide-l > li:nth-child(2) {
	width: calc(100% + 20px);
	margin-left: -20px;
}
}


.wide-r {
	display: grid;
	grid-template-columns: 33.67% 59%;
	grid-template-rows: 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: 2 / 3;
	grid-row: 1 / 2;
	width: calc((100vw - 1280px)/2 + (1280px * 0.59) - 7px );
}

@media only screen and (max-width: 1320px){
.wide-r > li:nth-child(2) {
	width: calc(100% + 20px);
}
}






/********** youtube ***********/

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}











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


footer {
	position: relative;
	color: #000;
	background: #fff;
	padding-top: 100px;
}

.footer-cap {
	color: #3e3a39;
	font-size: 1.1rem;
    line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
}


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

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

nav.footer-bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav.footer-bt-wrap ul li {
	width: 480px;
	text-align: center;
	margin: 5px 10px;
}

nav.footer-bt-wrap ul li a {
	color: #fff;
	font-size: 2.0rem;
	text-decoration: none;
	padding: 20px 0;
	width: 100%;
	display: block;
	background-image: url("../images/footer_bt_mk.png");
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-size: 28px auto,100% 100%;
	transition: all 0.3s ease;
}

.footer-bt-wrap ul li:nth-child(1) a {
	background-color: #811c21;
}

.footer-bt-wrap ul li:nth-child(1) a:hover {
	background-position: right 1% center;
	filter: brightness(140%);
}

.footer-bt-wrap ul li:nth-child(2) a {
	background-color: #b39036;
}

.footer-bt-wrap ul li:nth-child(2) a:hover {
	background-position: right 1% center;
	filter: brightness(120%);
}



/********** footer-nav ***********/

@media only screen and (min-width: 768px){

nav.footer-nav {
	font-size: 1.3rem;
	line-height: 1.0;
	text-align: center;
    max-width: 1280px;
	margin: 0 auto;
	margin-top: 70px;
}

nav.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 20px;
}

nav.footer-nav ul li {
	display: flex;
	padding: 0px 20px;
	margin: 10px 0 10px -1px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}
	
nav.footer-nav ul li br {
	display: none;
}

nav.footer-nav ul li .new{
    display: none;
}
	
#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 {
	text-decoration: underline;
	text-underline-offset: 4px;
}
	
nav.footer-nav ul li .nolink {
	color: #ccc;
}
	
	
	
	
}
	

/********** kintetsu-bnr ***********/

.kintetsu-bnr-wrap {
	background-color: #e5e5e5;
	padding: 20px 0;
	margin-top: 60px;
}

.kintetsu-bnr-container {
    max-width: 1000px;
	margin: 0 auto;
}

.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: 10px;
}

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

.kintetsu-bnr-wrap ul li a {
	transition: all 0.2s ease;
}

.kintetsu-bnr-wrap ul li a:hover {
	opacity: 0.7;
}



/********** footer-area ***********/

.footer-area {

}



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

.footer-tel-wrap {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	margin-top: 10px;
}

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

.footer-tel-wrap dt {
	width: 74px;
	margin-top: 7px;
}

.footer-tel-wrap dd {
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 1.0;
	margin-left: 5px;
}

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



/********** other-mansion ***********/

.other-mansion {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 20px 0;
	margin-top: 60px;
}

.other-mansion .link-area {
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 1320px;
	padding: 0 20px;
	display: flex;
	align-items: flex-start;
	margin: 0 auto;
	font-size: 12px;
}

.other-mansion .link-area:not(:first-of-type) {
	margin-top: 20px;
}

.other-mansion .title {
	color: #aa8420;
	border: 1px solid #aa8420;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: .05em;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 6px;
	margin-right: 10px;
}

.other-mansion .mansion .title {
	min-width: 260px;
}

.other-mansion ul {
	display: flex;
	flex-flow: row wrap;
}

.other-mansion ul li {
	font-size: 12px;
	margin: 3px 10px;
	display: inline-block;
}

.other-mansion ul li a {
	color: #000;
	text-decoration: none;
}

.other-mansion ul li a::before {
	content: '\03e';
	margin-right: 5px;
}

.other-mansion ul li a:hover {
	opacity: .7;
}






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

.footer-logo-area {
	margin-top: 50px;
}

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

.footer-logo-area ul li p:nth-child(1) {
	font-size: 1.0rem;
	margin-left: -0.4em;
}

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

.footer-logo-area ul li:nth-child(2) {
	width: 294px;
	margin-left: 60px;
}

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



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

.copyright {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	padding-top: 40px;
}

h1 {
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0;
	padding-top: 60px;
	padding-bottom: 20px;
}



/* ---------------------------------
	page-top
--------------------------------- */


#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 50px;
	z-index: 800;
    display: none;
}

#page-top a {
	transition: all .2s ease;
}

#page-top a:hover {
	opacity: 0.4;
}








/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}
















