@charset "utf-8";

html {
	font-size: 62.5%;/*10px*/
	overflow-y: scroll;
}
body{
	font-size: 1.6rem;/*16px*/
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* --------------------------------------------------------------------PC用CSS（640px～） */
header {/*一時的にbase_pc.cssの設定を打ち消し*/
	height: auto;
	position: absolute;
}
.bukken_head {
	height: 640px;
}
video.v_location {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	height: auto;
	z-index: -100;
}
video.v2_location {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	height: auto;
	z-index: -200;
}
.logo_sub {
	position: absolute;
	top: 44px;
	left: 50px;
	display: block;
	width: 212px;
	height: 27px;
	z-index: 2;
}
.headtitle_bk {
	width: 860px;
	height: 200px;
	position: absolute;
	top: 420px;
	left: 0;
	z-index: 2;
	background :rgba(0,0,0,0.8);
}
.headtitle_bk .subtitle{
	display: block;
	font-size: 1.5rem;
	padding: 60px 0 0 50px;
	letter-spacing: 0.1em;
	color: #999;
	font-family: ‘Noto Serif Japanese’, serif;
}
.headtitle_bk .maintitle{
	display: block;
	font-size: 4.0rem;
	padding: 0 0 0 50px;
	color: #fff;
	font-family: ‘Noto Serif Japanese’, serif;
}
.headtitle_bk:after {
	position: absolute;
	content: '';
	right: -120px;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 120px transparent;
	border-bottom: solid 200px rgba(0,0,0,0.8);
}
/*背景*/
.bk_01 {
	width: 100%;
	min-width: 1100px;
	height: 1140px;
	background: #242424;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 640px;
}
.bk {
	width: 100%;
	background: #242424;
	overflow: hidden;
}
/*メニュー*/
.nav {
	width: 1150px;
	height: 77px;
	margin: 72px auto 60px;
	background: #161616;
	overflow: hidden;
}
.nav ul {
	width: 960px;
	margin: 26px auto 0;
	display: flex;
	justify-content: space-between;
}
.nav ul li {
	float: left;
	margin: 0 2%;
}
.nav ul li a {
	display: block;
	width: auto;
	height: 25px;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-family: ‘Noto Serif Japanese’, serif;
	position: relative;
}
.nav ul li a br {display: none;}

.nav ul li a:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*DESIGN*/
.gallary_design {
	width: 1150px;
	margin: 0 auto 60px;
}
.gallary_design .title {
	width: 62%;
	margin: 0 0 60px 40px;
	font-size: 3.0rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: ‘Noto Serif Japanese’, serif;
}
.gallary_design .inner {
	width: 1150px;
	margin: 0 auto;
	position: relative;
}
.gallary_design .inner .design_text {
	width: 34%;
	position: absolute;
	top: -54px;
	right: 0;
}
ul.gallaly_group_design {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #fff;
}
ul.gallaly_group_design li.g02 {/*大きめ写真2枚*/
	width: 49%;
	margin: 0 22px 20px 0;
}
ul.gallaly_group_design li.g02:nth-child(2n){
	margin: 0 0 20px 0 ;
}
ul.gallaly_group_design li.g03 {/*小さめ写真3枚*/
	width: 32%;
	margin: 0 22px 20px 0;
}
ul.gallaly_group_design li.g03:nth-child(5n),
ul.gallaly_group_design li.g03:nth-child(8n)
ul.gallaly_group_design li.g03:nth-child(11n){
	margin: 0 0 20px 0 ;
}
ul.gallaly_group_design li img {
	margin: 0 0 6px 0;
}
ul.gallaly_group_design li figcaption {
	margin: 0 0 8px 0;
	font-size: 1.6rem;
	font-family: ‘Noto Serif Japanese’, serif;
}
/*LOCATION*/

/*bk_01の次*/
.h_ctrl_01 {
	width: 100%;
	padding-top: 1200px;
}
.gallary_location {
	width: 1150px;
	margin: -100px auto 82px;
	padding-top: 100px;
}
.title_bo {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 60px 0 0 0;
	margin: 0 0 40px 0;
	letter-spacing: 0.05em;
}
.title_bo span {
	display: block;
	color: #D0D0D0;
	font-size: 1.5rem;
	font-family: ‘Noto Serif Japanese’, serif;
	text-align: center;
}
.title_bo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 50px;
	margin: auto;
	background-color: #505050;
}
.location_text {
	font-size: 3.0rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: ‘Noto Serif Japanese’, serif;
	color: #fff;
}
.map {
	margin: 0 0 60px 0;
}
ul.gallaly_group_location {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #fff;
}
ul.gallaly_group_location li {
	width: 32%;
	margin: 0 22px 20px 0;
}
ul.gallaly_group_location li:nth-child(3n){
	margin: 0 0 20px 0 ;
}
ul.gallaly_group_location li img {
	margin: 0 0 6px 0;
}
ul.gallaly_group_location li figcaption {
	margin: 0 0 8px 0;
	font-size: 1.4rem;
	font-family: ‘Noto Serif Japanese’, serif;
}
/*VIRTUAL TOUR*/
.bg_kurozara {
	background: url(../img/grancourt/bg_kurozara.png) repeat;
	padding: 80px 0 20px;
	color: #fff;
}
.plan {
	width: 100%;
}
.plan .tourbox_wrap{
	width: 1150px;
	margin: 0 auto 100px;
}
.plan .tourbox_wrap .room {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-family: ‘Noto Serif Japanese’, serif;
	margin: 0 0 4px 0;
}
.plan .tourbox{
	width: 1150px;
	height: 596px;
	margin: 0 auto;
}

/*全画面表示ボタン*/
a.btn_vt {
	display: none;
}

/*MOVIE*/
.movie {
	width: 1150px;
	margin: 80px auto 82px;
}
.movie_gallaly {
	display: block;
	width: 100%;
	height: 250px;
}
.movie_notice {
	color: #fff;
	margin: 1em 0 2em 0;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
/*ACCESS*/
.access {
	width: 1150px;
	margin: 0 auto 82px;
}
.plan_text {
	font-size: 3.0rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: ‘Noto Serif Japanese’, serif;
	color: #fff;
	margin: 0 0 60px 0;
}
.access .rosenzu{
	width: 1150px;
	height: 586px;
	margin: 0 auto 80px;
}
.access .goannai_text {
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	font-family: ‘Noto Serif Japanese’, serif;
	color: #fff;
	margin: 0 0 30px 0;
}
.access_btn {
	width: 732px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access_btn a {
	display: block;
	width: 348px;
	height: 80px;
	line-height: 80px;
	border: 1px solid #fff;
	position: relative;
}
.access_btn a span{
	padding: 0 0 0 40px;
}
.access_btn a span:before{
	padding: 0 10px 0 0;
	content: url(../img/grancourt/icon_ekikara.png);
	width: 16px;
	height: 12px;
}
.access_btn a::before{
	content: '';
	width: 10px;
	position: absolute;
	top: 35px;
	right: 25px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.access_btn a::after{
	content: '';
	width: 26px;
	position: absolute;
	top: 38px;
	right: 26px ;
	border-bottom: solid 1px #fff;
}
.access_btn a:link {color:#fff; text-decoration: none;}
.access_btn a:visited {color:#fff; text-decoration: none;}
.access_btn a:hover {color:#fff; text-decoration: none;opacity: 0.7;}
.access_btn a:active {color:#fff; text-decoration: none;}

/*OUTLINE*/
.outline {
	width: 1150px;
	margin: 50px auto 80px;
}
.outline_harf {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 80px 0;
}
.table_outline {
	width: 48%;
}
.table_outline table {
	width: 100%;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 2.2;
	border-collapse: collapse!important;
	border-top: 1px solid #5B5B5B;
}
.table_outline table th {
	border-bottom: 1px solid #5B5B5B;
	padding: 12px 30px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.table_outline table td {
	border-bottom: 1px solid #5B5B5B;
	padding: 12px 30px;
	vertical-align: top;
}
.table_outline table span {
	color:#A38A5E;
}
.table_outline table td a:link {color:#fff; text-decoration: none;}
.table_outline table td a:visited {color:#fff; text-decoration: none;}
.table_outline table td a:hover {color:#fff; text-decoration: none;opacity: 0.7;}
.table_outline table td a:active {color:#fff; text-decoration: none;}

.banner_area {
	width: 840px;
	margin: 0 auto 78px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shamaison_support {
	margin: 0 auto 100px;
	padding: 30px 0 70px;
	text-align: center;
	background: url(../img/tsukishima/shamaison_btm.png) repeat-x bottom 10px left 0 #141414;
}
.shamaison_support .maintext {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	font-family: ‘Noto Serif Japanese’, serif;
	color: #fff;
	margin: 30px 0;
}
.shamaison_support a {
	display: block;
	width: 210px;
	height: 46px;
	line-height: 46px;
	margin: 32px auto 0;
	text-align: left;
	color: #fff;
	font-size: 1.5rem;
	background: #000;
	padding: 0 0 0 40px;
	font-family: ‘Noto Serif Japanese’, serif;
	position: relative;
}
.shamaison_support a::before{
	content: '';
	width: 10px;
	position: absolute;
	top: 23px;
	right: 13px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.shamaison_support a::after{
	content: '';
	width: 26px;
	position: absolute;
	top: 26px;
	right: 14px;
	border-bottom: solid 1px #fff;
}
.shamaison_support a:link {color:#fff; text-decoration: none;}
.shamaison_support a:visited {color:#fff; text-decoration: none;}
.shamaison_support a:hover {color:#fff; text-decoration: none;opacity: 0.7;}
.shamaison_support a:active {color:#fff; text-decoration: none;}

.smponly {display: none;}

/*現在募集中のお部屋はこちらボタン*/
a.btn_boshu {
	display: block;
	width: 420px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #fff;
	margin: 50px auto;
	text-align: center;
	color: #fff;
	position: relative;
}
a.btn_boshu::before{
	content: '';
	width: 10px;
	position: absolute;
	top: 35px;
	right: 25px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.btn_boshu::after{
	content: '';
	width: 26px;
	position: absolute;
	top: 38px;
	right: 26px ;
	border-bottom: solid 1px #fff;
}
a.btn_boshu:link {color:#fff; text-decoration: none;}
a.btn_boshu:visited {color:#fff; text-decoration: none;}
a.btn_boshu:hover {color:#fff; text-decoration: none;opacity: 0.7;}
a.btn_boshu:active {color:#fff; text-decoration: none;}


/* --------------------------------------------------------------------スマホ用CSS（～639px） */
@media screen and (max-width: 639px) {

.headtitle_bk {
	width: 60%;
	height: 200px
	text-align: left;
}
.headtitle_bk .subtitle{
	font-size: 1.2rem;
	padding: 56px 0 0 20px;
}
.headtitle_bk .maintitle{
	font-size: 2.0rem;
	padding: 20px 0 0 20px;
}
/*背景*/
.bk_01 {
	min-width: 100%;
	height: 1750px;/*物件写真の枚数に合わせて調整する。h_ctrl_01ptと連動*/
	position: absolute;
	top: 640px;/*調整する*/
}
/*メニュー*/
.nav {
	width: 80%;
	height: auto;
	margin: 40px auto;
	background: none;
}
.nav ul {
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav ul li {
	width: 30%;
	height: 80px;
	float: none;
	margin: 0 0 20px;
}
.nav ul li a {
	width: 100%;
	height: 80px;
	line-height: 80px;
	padding: 0;
	font-size: 0.7rem;
	text-align: center;
	background: #161616;
	border-radius: 4px;
	border: 1px solid #333;
}
.nav ul li a.br_a {
	padding: 26px 0 0 0;
	line-height: 1.5;
}
.nav ul li a br {display: inline;}

.nav ul li a:before {
	position: absolute;
	top: 66px;
	left: 50%;
}
/*DESIGN*/
.gallary_design {
	width: 100%;
	margin: 0 auto;
}
.gallary_design .title {
	width: 100%;
	margin: 0 0 60px 20px;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.gallary_design .inner {
	width: 100%;
}
.gallary_design .inner .design_text {
	position: absolute;
	top: -34px;
	right: 10px;
}
ul.gallaly_group_design,
ul.gallaly_group_location {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto;
}
ul.gallaly_group_design li,
ul.gallaly_group_location li{
	width: 100%;
	margin: 0 0 20px 0;
}
ul.gallaly_group_design li.g02,
ul.gallaly_group_design li.g03 {
	width: 100%;
}
ul.gallaly_group_design li img,
ul.gallaly_group_location li img {
	width: 100%;
	height: auto;
}
ul.gallaly_group_design li figcaption,
ul.gallaly_group_location li figcaption {
	margin: 0 0 8px 0;
	font-size: 1.4rem;
}
/*LOCATION*/
.h_ctrl_01 {/*.bk_01の高さと連動+50px*/
	padding-top: 1800px;
}
.gallary_location {
	width: 100%;
	margin: 0 auto 30px;
}
.title_bo {
	padding: 50px 0 0 0;
}
.title_bo::before {
	height: 40px;
}
.location_text {
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: left;
	margin: 0 0 0 20px;
}
.map {
	width: 90%;
	margin: 0 auto 30px;
}
/*VIRTUAL TOUR*/
.bg_kurozara {
	padding: 30px 0 10px;
}
.plan {
	width: 100%;
	margin: 0 auto 50px;
	overflow: hidden;
}
.plan .tourbox_wrap{
	width: 100%;
	margin: 0 auto 50px;
}
.plan .tourbox_wrap .room {
	font-size: 1.4rem;
	margin: 0 0 4px 1em;
}
.plan .tourbox{
	width: 90%;
	height: auto;
	margin: 0 auto 30px;
	position: relative;
}
/*全画面表示ボタン*/
a.btn_vt {
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	margin: 50px auto;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
}
a.btn_vt:link {color:#fff; text-decoration: none;}
a.btn_vt:visited {color:#fff; text-decoration: none;}
a.btn_vt:hover {color:#fff; text-decoration: none;opacity: 0.7;}
a.btn_vt:active {color:#fff; text-decoration: none;}

/*MOVIE*/
.movie {
	width: 100%;
	margin: 30px auto 0;
}
.movie_notice {
	margin: 1em 0 2em 1em;
	font-size: 1.2rem;
}
/*ACCESS*/
.access {
	width: 100%;
	margin: 0 auto;
}
.plan_text {
	font-size: 1.6rem;
	letter-spacing: 0;
	text-align: left;
	margin: 0 0 30px 20px;
}
.access .rosenzu{
	width: 90%;
	height: auto;
	margin: 0 auto 30px;
}
.access .goannai_text {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
	margin: 0 10px 30px 20px;
}
.access_btn {
	width: 80%;
	margin: 0 auto 4px;
	display: flex;
	flex-direction: column;
}
.access_btn li {
	margin: 0 0 30px;
}
.access_btn a {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.access_btn a span{
	padding: 0 0 0 60px;
	font-size: 1.3rem;
}
.access_btn a span:before{
	padding: 0 14px 0 0;
}
.access_btn a::before{
	position: absolute;
	top: 22px;
	right: 75px;
}
.access_btn a::after{
	content: '';
	position: absolute;
	top: 26px;
	right: 76px ;
}
/*OUTLINE*/
.outline {
	width: 100%;
	margin: 0 auto 30px;
}
.outline_harf {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
}
.table_outline {
	width: 90%;
	margin: 0 auto;
}
.table_outline table th {
	display: block;
	border-bottom: none;
	padding: 0 10px;
	font-weight: bold;
	background: #333;
}
.table_outline table td {
	display: block;
	border-bottom: none;
}
.banner_area {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.banner_area a {
	margin: 0 0 40px 0;
}
.shamaison_support {
	padding: 10px 0 70px;
	text-align: center;
	background: url(../img/tsukishima/shamaison_btm.png) repeat-x bottom 10px left 0 #141414;
}
.shamaison_support .maintext {
	text-align: center;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: ‘Noto Serif Japanese’, serif;
	color: #fff;
	margin: 30px 0;
}
.shamaison_support a {
	display: block;
	width: 210px;
	height: 46px;
	line-height: 46px;
	margin: 32px auto 0;
	text-align: left;
	color: #fff;
	font-size: 1.5rem;
	background: #000;
	padding: 0 0 0 40px;
	font-family: ‘Noto Serif Japanese’, serif;
	position: relative;
}
.shamaison_support a::before{
	content: '';
	width: 10px;
	position: absolute;
	top: 23px;
	right: 13px;
	border-top: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.shamaison_support a::after{
	content: '';
	width: 26px;
	position: absolute;
	top: 26px;
	right: 14px;
	border-bottom: solid 1px #fff;
}
.shamaison_support a:link {color:#fff; text-decoration: none;}
.shamaison_support a:visited {color:#fff; text-decoration: none;}
.shamaison_support a:hover {color:#fff; text-decoration: none;opacity: 0.7;}
.shamaison_support a:active {color:#fff; text-decoration: none;}

.smponly {display: inline;}
.pconly {display: none;}

/*現在募集中のお部屋はこちらボタン*/
a.btn_boshu {
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 60px;
	text-align: left;
	padding: 0 0 0 50px;
	font-size: 1.4rem;
}
a.btn_boshu::before{
	content: '';
	position: absolute;
	top: 22px;
}
a.btn_boshu::after{
	content: '';
	position: absolute;
	top: 26px;
}

}