/* 共通class */
body,
a{
	color: #1e1e1b;
}
body nav,
h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
	margin: 0 auto;
	text-align: center;
	padding-top: 98px;
	margin-bottom: 42px;
}
h2 span{
	padding: 0 1.2em;
	border-bottom: 1px solid #1e1e1b;
}
h3{
	font-size: 1.75rem;
	line-height: 2;
	margin-bottom: 0.25em;
}
p{
	letter-spacing: 0.1em;
}
section{
	background: #dadad9;
	margin-top: 60px;
}
.inner,
.inner818,
.inner875,
.inner750{
	margin: 0 auto;
	min-width: 1000px;
}
main{
	min-width: 1000px;
}
.inner818{
	width: 81.88%;
}
.inner875 {
	width: 87.5%;
}
.inner750 {
	width: 75%;
}
.row2 div,
.column2 div,
.row3 div,
.row4 div{
	position: relative;
}
.row2 img,
.column2 img,
.row3 img,
.row4 img{
	width: 100%;
	height: auto;
}
.row3,
.row4 {
	flex-wrap: wrap;
}
.row3 div{
	width: 33.333%;
}
.row4 li{
	width: 25%;
}
br.for1400max,
br.for1300max,
br.for1730max{
	display: none;
}
@media screen and (max-width:1300px) {
	br.for1300max{
	display: block;
	}
}
@media screen and (max-width:1730px) {
	br.for1730max{
	display: block;
	}
}
.bgwhite{
	background: #ffffff;
}
p.caption{
	font-size: 0.75rem !important;
}
.caption{
	font-size: 0.75rem ;
}
a{
	transition: 0.4s;
}
a:hover,
a:active{
	opacity: 0.75;
}
p.btnbox a{
	display: block;
	width: 500px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #ffffff;
	background: #454542;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.25em;
}
a.mini_btn{
	color: #ffffff;
	background: #454542;
	display: inline-block;
	font-size: 0.9375rem;
	padding: 3px 2em;
	line-height: 1em !important;
}
button{
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.txtshadow_333{
	text-shadow: 0 0 3px rgba(87,87,87,1),0 0 3px rgba(87,87,87,1), 0 0 5px rgba(0,0,0,1);
}
.txtshadow_brown{
	text-shadow: 0 0 3px rgba(87,33,41,1),0 0 3px rgba(87,33,41,1), 0 0 5px rgba(56,36,37,1);
}
div span.incap,
div span.outcap{
	display: inline-block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	color: #ffffff;
	z-index: 999;
}
div span.outcap{
	right: 2px;
	bottom: -1.8em;
	color: inherit;
}
div :has(> .outcap) {
	position: relative;
}
.pics.row2 h4{
	width: 100%;
	font-size: 1.25rem;
}
/* Parallax */
.fadein{
	opacity: 0;
}
.fadein_500ms{
	opacity: 1;
	transition: 0.5s;
}
.fadein_500ms-delay250ms{
	opacity: 1;
	transition: 0.5s 0.25s;
}
.fadein_500ms-delay500ms{
	opacity: 1;
	transition: 0.5s 0.5s;
}
@keyframes start_fadein{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes start_fadeout{
	0% {opacity:1;}
	100% {opacity:0;}
}
/* HEADER ================ */
header{
	position: relative;
	padding-top: 50.25%;
	background: #000000;
}
/* MAIN VISUAL MOVIE ---------- */
/* loading */
#loading{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 50.25%;
	background: url(/shared/img/topmovie/loading.gif) no-repeat center #000;
}
/* /loading */
#main_fade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 50.25%;
	overflow: hidden;
}
.type_pc #main_fade{
	min-width: 1000px;
}
#main_fade h1 img{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
@media screen and (max-width:1000px){
	header,
	#loading,
	#main_fade{
		padding-top: 503px;
	}
}
/* NAV ================ */
.type_pc #glovalnav{
	min-width: 1000px;
}
#glovalnav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
nav{
	background: #dadad9;
	width: 100%;
}
.nav_content{
	padding: 10px 0;
}
.nav-items{
	display: flex;
	justify-content: space-between;
	width: 88.75%;
	margin: 0 auto;
}
.nav-item{
	height: 68px;
	width: 12.5%;
	min-width: 160px;
	font-size: 1.25rem;
	border-bottom: 1px solid #575854;
	text-align: center;
}
.fixed .nav-item{
	border-bottom: none;
}
nav a{
	display: block;
	height: 68px;
	line-height: 68px;
}
@media screen and (max-width:1200px) {
    /*　画面サイズが1400px以下　*/
	.nav-items{
		width: calc( 100% - 40px );
	}
	.nav-item.wide{
	min-width: 160px;
	}
	.nav-item{
		min-width: auto;
	}
}
/* INFORMATION ================ */
#information{
	padding: 82px 0;
	margin-top: 0;
}
#information .inner{
	display: flex;
	padding: 0 5.525% 0 5.525% ;
	border-bottom: 1px solid  #a9a8a8;
	opacity: 0;
}
#information .inner.start{animation:start_fadein 0.5s ease-out forwards;}
#information h2{
	font-weight: 300;
	display: inline-block;
	padding: 0 0;
	margin: 0 2rem 0 0;
	border-bottom: none;
}
#information p{
	font-size:1.125rem;
	line-height: 1.3rem;
	margin-top: 1.2rem;
	width: 100%;
	position: relative;
}
#information p.forrent{
	padding-right: 14rem;
}
#information p.forrent a{
	background: #454542;
	color: #ffffff;
	display: inline-block;
	width: 13rem;
	padding: 2px 0;
	text-align: center;
	font-size: 0.9375rem;
	position: absolute;
	right: 0;
	bottom: 4px;
}
/* CONCEPT ================ */
section#concept{
	margin-top: 60px;
}
#concept .inner{
	background: #454542;
}
#concept .inner .txtbox{
	width: 39.38%;
	padding-left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#concept .inner .txtbox p{
	font-size: 1.125rem;
	line-height: 2.5;
	color: #ffffff;
	letter-spacing: 0.05em;
}
@media screen and (max-width:1400px) {
    /*　画面サイズが1400px以下　*/
 	br.for1400max{
 		display: block;
 	}
}
#concept .inner .photobox{
	width: calc( 100% - 39.38% );
}
/* DESIGNER ================ */
#designer .inner{
	background: #454542;
	color: #ffffff;
}
#designer .inner .txtbox{
	width: 50%;
	background: #bebebd;
	color: #1e1e1a;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 150px 0;
	line-height: 2.5;
	position: relative;
}
@media screen and (max-width:1200px) {
    /*　画面サイズが1200px以下　*/
	#designer .inner .txtbox{
		padding: 150px 2em;
	}
	#designer .inner .txtbox br.forpc{
		display: none;
	}
}
#designer .inner .txtbox p{
	font-size:1.125rem;
}
#designer .inner .txtbox .design_img{
	width: 45%;
	height: 450%;
	margin: 0 auto;
}
#designer .inner .profilebox{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	padding : 40px 0;
}
#designer .inner .profilebox .row2{
	justify-content: flex-start;
	align-items: center;
}
#designer .inner .profilebox > p,
#designer .inner .profilebox .row2{
	width: 67.5%;
	margin: 0 auto;
}
#designer .inner .profilebox .row2 .photobox{
	width: 24.07%;
	margin-right: 23px;
}
#designer .inner .profilebox h4{
	font-size: 1.375rem;
}
#designer .inner .profilebox div.border{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3em 0;
	width: 100%;
}
#designer .inner .profilebox h4 span{
	font-size: 0.875rem;
	font-weight: normal;
	margin-left: 0.5em;
}
#designer .inner .profilebox > p{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1em 0;
	margin-top: 23px;
}
/* GOOD DESIGN */
.row2.gooddesign{
	margin-top: 14px !important;
	padding-bottom: 14px !important;
	align-items : start !important;
	position: relative;
}
.row2.gooddesign div{
	width: auto ;
}
.row2.gooddesign div.picbox{
	width: 46% ;
	margin-right: 12px;
	padding-bottom: 24px;
}
.row2.gooddesign div p + p{
	margin-top: 0.5em;
}
.row2.gooddesign > img{
	width: 50%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}
/* LOCATION ================ */
#location .bgwhite{
	padding-top: 35px;
}
#location #location_main div + div{
 	margin-left: 30px;
}
#location_main div{
	position: relative;
}
#location h3{
	line-height: 2;
}
#location .inner818 p{
	line-height: 2.5;
	font-size:1.125rem;
}
#location_copy > div{
	width: 50%;
	padding-top: 120px;
}
#location_copy > div.area{
	padding-top: 20px;
}
#location_copy .area img{
	width: 120%;
	margin-left: -12%;
}
#location_copy .photobox{
	width: 50%;
	margin-top: 30px;
}
@media screen and (max-width:1600px) {
    /*　画面サイズが1600px以下　*/
 	.inner818{
 		width: 90%;
 	}
	#location_copy .area img{
		width: 110%;
		margin-left: -5%;
	}
}
#location #location_photos p,
#access #access_photos p{
	width: 100%;
	font-size: 1.375rem;
	margin-top: 2em;
	font-weight: bold;
	line-height: 2.5;
}
#location_photos div{
	margin-right: 2.29%;
	margin-bottom: 2.29%;
	width: calc( ( 100% - 4.58% ) / 3 );
	position: relative;
}
#location_photos div:nth-of-type(3n){
	margin-right: 0;
}
.inner818 > img{
	width: 100%;
	height: auto;
}
#map{
	padding: 68px 0 30px 0;
	opacity: 0;
}
#location_main,
#location_copy,
#location_photos > div{
	opacity: 0;
}
#access_photos + p.caption{
	padding-top: 5px;
}
/* 戸越公園・品川戸越 */
#shinagawatogoshi #location_copy > div,
#togoshikoen #location_copy > div{
	width: 100%;
	padding-top: 0;
}
.row2.town{
	margin-top: 30px;
}
.row2.town .townmap,
.row2.town .pics{
	width: calc( 50% - 15px );
}
.row2.town .pics{
	flex-wrap: wrap;
	min-width: 630px;
}
.row2.town .pics div{
	width: calc( 50% - 8px );
}
@media screen and (max-width:1440px) {
    /*　画面サイズが1440px以下　*/
 	.row2.town{
 		flex-direction: column;
 	}
	.row2.town .townmap,
	.row2.town .pics{
		width: 100%;
	}
	.row2.town .townmap{
		width: 80%;
		margin: 0 10% 30px 10%;
	}
	.row2.town .pics div{
		width: calc( 25% - 8px );
	}
	.row2.town .pics{
		min-width: auto;
	}
}
.row2.town .pics h4{
	line-height: 1.5;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.row2.town .pics span.outcap{
	font-size: 1rem;
	display :block;
	height: 2em;
	bottom: auto;
	position: relative;
	font-size: 0.9rem;
	line-height: 1.2;
	margin-top: 0.2em;
}
#location .row2.town .pics p{
	background: #454542;
	color: #ffffff;
	text-align: center;
	line-height: 1.7;
	font-size: 1rem;
}
/* 4分割 townsub */
#location_photos.row4{
	justify-content: flex-start;
}
#location_photos.row4 div{
	width: calc( ( 100% - 32px) / 5 );
	margin-right: 8px;
}
#location_photos.row4.townsub .outcap{
	font-size: 0.9rem;
}
#location_photos.row4 div:nth-of-type(5){
	margin-right: 0;
}
#location #location_photos.townsub p{
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1rem;
	line-height: 1.75;
}
#location #location_photos.townsub p strong{
	font-size: 1.375rem;
}
#location #location_photos.townsub ul.caption,
#location #location_photos.townsub ul.caption li{
	width: 100%;
}
#location #location_photos.townsub ul.caption li{
	display: inline;
}
@media screen and (max-width:1300px) {
    /*　画面サイズが1300px以下　*/
	#location_photos.row4 div{
		width: calc( ( 100% - 16px) / 3 );
	}
	#location_photos.row4 div:nth-of-type(3n){
		margin-right: 0;
	}
	#location_photos.row4 div:nth-of-type(5){
		margin-right: 8px;
	}
}
/* 押上 */
#location_copy.copy_photo4{
	justify-content: start;
}
#location_copy.copy_photo4 > div{
	width: calc( 50% - 10px );
	padding-top: 30px;
}
#location_copy.copy_photo4 .row2{
	justify-content: start;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: start;
}
#location_copy.copy_photo4 .row2 div{
	width: calc( 50% - 6px );
	margin-right: 12px;
	margin-bottom: 12px;
}
#location_copy.copy_photo4 .row2 div:nth-of-type(even){
	margin-right: 0;
}
@media screen and (max-width:1400px) {
    /*　画面サイズが1400px以下　*/
	#location_copy.copy_photo4{
		flex-wrap: wrap;
	}
	#location_copy.copy_photo4 > div{
		width: 100%;
		padding-top: 30px;
	}
	#location_copy.copy_photo4 .row2 div{
		width: calc( 25% - 6px );
		margin-right: 8px;
		margin-bottom: 8px;
	}
	#location_copy.copy_photo4 .row2 div:nth-of-type(even){
		margin-right: 8px;
	}
	#location_copy.copy_photo4 .row2 div:nth-of-type(4){
		margin-right: 0;
	}
}
/* 広尾・学芸大学 */
#gakugeidaigaku #location_copy,
#hiroo #location_copy{
	justify-content: start;
	align-items: start;
}
/* Parallax */
#location_main.start{animation:start_fadein 0.5s ease-out forwards;}
#location_copy.start{animation:start_fadein 0.5s ease-out forwards;}
#location_photos > div.start{animation:start_fadein 0.5s ease-out forwards;}
#map.start{animation:start_fadein 0.5s ease-out forwards;}
/* ACCESS ================ */
#access .bgwhite{
	padding-bottom: 60px;
}
#access_copy{
	position: relative;
	opacity: 0;
}
#access_copy h3{
	position: absolute;
	left: 0;
	top: 50px;
}
@media screen and (max-width:1600px) {
    /*　画面サイズが1600px以下　*/
	#access_copy h3{
		top: 30px;
	}
	#access_copy img{
		margin-top: 30px;
	}
}
/* 路線図が正方形に近い場合 */
@media screen and (max-width:1300px) {
    /*　画面サイズが1300px以下 */
    #access_copy.zu_maru{
		overflow: hidden;
	}
	#access_copy.zu_maru img{
		margin-left: -10%;
		margin-top : 10px;
	}
	#access_copy.zu_maru h3{
		position: relative;
		left: auto;
		top: auto;
		margin-top: 50px;
	}
}
#access_photos div:nth-of-type(3n){
	margin-right: 0;
}
#access_photos div{
	margin-right: 2.29%;
	margin-bottom: 2.29%;
	width: calc( ( 100% - 4.58% ) / 3 );
	opacity: 0;
}
/* 戸越公園・品川戸越 */
#togoshikoen #access_copy.zu_maru img,
#shinagawatogoshi #access_copy.zu_maru img{
	margin-top: 50px;
	height: 60%;
	object-fit: cover;
	margin-bottom: 20px;
}
@media screen and (max-width:1300px) {
    /*　画面サイズが1300px以下 */
	#togoshikoen #access_copy.zu_maru img,
	#shinagawatogoshi #access_copy.zu_maru img{
		margin-left: -30%;
		width: 120%;
		margin-top: 0;
	}
}
/* 高輪台 */
#takanawadai .for1600to1800{
		display: none;
	}
@media screen and (min-width:1600px) and ( max-width:1800px) {
	/*　画面サイズが1300px以下 */
	#takanawadai .for1600to1800{
		display: block;
	}
}


/* Parallax */
#access_copy.start{animation:start_fadein 0.5s ease-out forwards;}
#access_photos > div.start{animation:start_fadein 0.5s ease-out forwards;}
/* PHOTOS ================ */
#photography .bgwhite{
	padding-top: 70px;
}
ul#gallery{
	justify-content: center;
}
#gallery li{
	margin-right: 2.71%;
	margin-bottom: 2.71%;
	width: calc( ( 100% - ( 2.71% * 3 ) ) / 4 );
	opacity: 0;
}
#gallery li:nth-of-type(4n){
	margin-right: 0;
}
#gallery li.start{animation:start_fadein 0.5s ease-out forwards;}
/* PLAN ================ */
/* loading */
#loading_plan{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 67.14285%;
	background: url(/shared/img/lightbox/loading.gif) no-repeat center #fff;
	z-index: 1;
}
/* /loading */
.wrap_slide_plan{
	position: relative;
}
#slide_plan{
	position: relative;
	height: 67.14285%;
	overflow: hidden;
}
#slide_plan.start{animation:start_fadein 0.5s ease-out forwards;}
#slide_plan li img{
	width: 100%;
	height: auto;
	max-height: 900px;
}
.prev,
.next{
	width: 60px;
	height: 60px;
	background: #454542;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: calc( 50% - 30px );
	z-index: 1;
	cursor: pointer;
}
.prev.slick-disabled,
.next.slick-disabled{
	opacity: 0;
	cursor: default;
}
.prev{
	left: 0;
}
.next{
	right: 0;
}
.prev img{
	margin-left: -4px;
}
.next img{
	margin-right: -4px;
}
.prev img,
.next img{
	width: 15px;
	height: 28px;
}
@media screen and (max-width:1200px) {
    /*　画面サイズが1200px以下　*/
	.inner875{
		width: calc( 100% - 60px );
	}
}
.prev:hover,
.next:hover,
.prev:active,
.next:active{
	background: #6a6a68;
}
/* OUTLINE ================ */
#outline_facility .bgwhite{
	padding-top: 60px;
	padding-bottom: 60px;
}
.infotable{
	max-width: 1400px;
	margin: 0 auto 1em auto;
	opacity: 0;
}
.infotable.start{animation:start_fadein 0.5s ease-out forwards;}
.infotable th,
.infotable td{
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.5;
	border-bottom: 1px solid #c1bfbf;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.infotable tr:first-child th,
.infotable tr:first-child td{
	border-top: 1px solid #c1bfbf;
}
.infotable th{
	width: 20%;
	padding-left: 1em;
}
.infotable td{
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
}
ul.kome.caption li{
	font-size: 0.875em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-bottom: 0.2em;
}
#outline_facility ul.kome.caption{
	margin-bottom: 50px;
}
.infotable a.mini_btn{
	margin-left: 1em;
}
/* footer ================= */
footer{
	position: relative;
	font-weight: 300;
	background: #000000;
	line-height: 1.3;
	font-family: 'EB Garamond', "YakuHanMP_Noto", 'Noto Serif JP', serif;
	font-size: 0.93333rem;
	padding: 70px 5%;
	letter-spacing: 0.15em;
	z-index: 1;
	color: #ffffff;
}
footer a{
	color: #ffffff;

}
footer .row2 .tel{
	width: calc( 100% - 162px );
}
.telBox{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
@media screen and (max-width: 920px) {
/*　画面サイズが920px以下　*/
	.telBox{
		flex-direction: column;
		align-items: flex-start;
	}
	footer .row2 .tel{
		width: 65%;
		min-width: 260px;
	}
}
.telBox li {
	margin-right: 10px;
}
.telBox li a{
	font-size: 2rem;
}
address{
	text-align: right;
	vertical-align: middle;
}
.row2 address img{
	width: 162px;
}