@charset "utf-8";
/*------------------------------------------------------------
	consul urban
------------------------------------------------------------*/
.selector-hide {
    display: none;
}
.content {
	width: 1000px;
}
#gHeader h1 a:before {
	width: 100%;
	height: 100%;
	background: url(../img/top/img_logo_white.png) no-repeat left top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
	transition: opacity 0.8s ease;
}

#gHeader h1 a img {
	transition: opacity 0.8s ease;
}

#gHeader h1.white a img {
	opacity: 0;
}

#gHeader h1.white a:before {
	opacity: 1;
}

#gHeader.scrollHeader h1.white a img {
	opacity: 1;
}

#gHeader.scrollHeader h1.white a:before {
	opacity: 0;
}

.pageTitle {
	z-index: 1;
}
.pageTitle .photo {
	height: 660px;
}
.pageTitle .photo img,
.pageTitle.inView .photo img {
	transform: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageTitle .textImg{
	top:51%;
	width: 90%;
}
@media all and (min-width: 768px) and (max-width: 1600px) {
	.pageTitle.inView .photo img {
		transform: none;
	}
}
.pageTitle .textImg p {
	color: #fff;
}
.pageTitle .textImg .ttl {
	margin-bottom:  30px;
	font-size: 35px;
	text-align: center;
	position: relative;
}
.pageTitle .textImg .ttl::after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	content: "";
	width: 30px;
	height: 1px;
	background: rgba(255,255,255,0.5);
}
.pageTitle .textImg .topTtl {
	font-size: 46px;
	text-align: center;
	letter-spacing: 0.1em;
}
.pageTitle .textImg .topTtl span {
	display: block;
	font-size: 16px;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-align: center;
}
.secBox {
	padding: 123px 0 150px;
	position: relative;
	background: #fff;
}
.secBox .enTtl {
	position: absolute;
	left: 15px;
	top: -10px;
	width: 1em;
	writing-mode: tb-rl;
	font-size: 130px;
	color: #000;
	opacity: 0.03;
	letter-spacing: 0.04em;
	font-family: 'Marcellus', serif;
}
.secBox .comImgBox02 {
	margin-bottom: 58px;
}
.secBox .comImgBox02:last-of-type {
	margin-bottom: 0;
}
.secBox .comImgBox02 .photoBox {
	width: 46.12%;
}
.secBox .comImgBox02 .textBox {
	width: 46.12%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	padding-right: 20px;
	
}
.secBox .comImgBox02:nth-of-type(2n) .photoBox {
	order: 2;
}
.secBox .comImgBox02:nth-of-type(2n) .textBox {
	align-items: flex-end;
	padding-right: 0;
	padding-left: 20px;
}

.secBox .comImgBox02 .textBox .title {
	font-size: 25px;
	line-height: 1.6;
	font-weight: 100;
}
.secBox .comImgBox02 .textBox p {
	font-size: 15px;
	line-height: 1.86;
	text-align: left;
	font-weight: 500;
}
#main .area > .photo:first-child + .areaInner {
	margin-top: 500px;
}
#main .business > .photo:first-child {
	background-image: url(../img/consul/bg01.jpg);
}
#main .business .areaInner {
	padding: 142px 0 178px;
	background: #F1F4F7;
}
#main .business .headLine01 {
	margin-bottom: 35px;
	font-size: 34px;
	letter-spacing: 0.05em;
	font-weight: 100;
}
#main .business .headLine01.noComment {
	margin-bottom: 80px;
}
#main .business .headLine01 span {
	font-size: 12px;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
	font-family: 'GFS Didot', serif;
	border: none;
}
#main .business .topText {
	margin-bottom: 87px;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 100;
	letter-spacing: 0.05em;
}
#main .business h3 {
	margin-bottom: 20px;
	font-size: 26px;
	text-align: left;
	display: flex;
	align-items: center;
	font-weight: 100;
}
#main .business h3 span {
	margin-right:  17px;
}
#main .business h3::after {
	position: relative;
	width: auto;
	flex-grow: 1;
	left: 0;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color:rgba(0,0,0,0.2);
}
.selectNav {
	margin-bottom: 47px;
	text-align: right;
}
.selectNav p{
	display: inline;
	margin-right: 20px;
	font-size: 0.9rem;
}

.selectNav .select {
	display: inline-block;
	margin-left: 18px;
	width: 220px;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	border: 1px solid #fff;
	outline: none;
	background: #fff url(../img/gallery_2nd/img_seleArrow.png) no-repeat;
	box-sizing: border-box;
	padding: 7px 20px 7px 10px;
	letter-spacing: 1.2px;
	background-size: 9px;
	background-position: calc(100% - 10px) center;
	font-family: 'Marcellus', serif;
	position: relative;
}
.selectNav .select select {
	appearance: menulist-button;
	-webkit-appearance: menulist-button;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	cursor: pointer;
}
.selectNav .select select:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.selectNav .select:first-of-type {
	margin-left: 0;
}
#main .business .linkList {
	margin-bottom: 55px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#main .business .linkList li {
	margin: 50px 50px 0 0;
	width: calc((100% - 50px * 2) / 3);
}
#main .business .linkList li:nth-of-type(3n) {
	margin-right: 0;
}
#main .business .linkList li:nth-of-type(-n + 3) {
	margin-top: 0;
}
#main .business .linkList li .ttl {
	margin-bottom: 19px;
	font-size: 18px;
	font-weight: 600;
}
#main .business .linkList li .pho {
	margin-bottom: 24px;
	position: relative;
}
#main .business .linkList li .pho:after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
#main .business .linkList li .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .business .linkList dl {
	font-size: 13px;
	font-weight: 500;
	line-height: 27px;
	font-family: "游ゴシック Medium","游ゴシック体", YuGothic,YuGothicM , "Yu Mincho", "YuMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#main .business .linkList dl .en {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
#main .business .linkList dt {
	float: left;
	clear: left;
}
#main .business .linkList dd {
	padding: 0 0 0 7.5em;
}
#main .business .linkList dd .big {
	font-size: 22px;
	letter-spacing: 0.03em;
}
#main .business .more {
	text-align: center;
}
#main .business .more.hide {
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
}
#main .business .more .sectionMore {
	text-indent: 20px;
}
#main .business .more .sectionMore span {
	text-indent: 0;
}
#main .business .more .sectionMore:before,
#main .business .more .sectionMore:after {
	background-color: #F1F4F7;
}
#main .business .more .sectionMore:hover:before,
#main .business .more .sectionMore:hover:after{
	background-color: #000;
}

#main .business .btmBox {
	margin: 112px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .business .btmBox h3 {
	margin-bottom: 35px;
}
#main .business .lBox,
#main .business .rBox {
	width: calc((100% - 80px) / 2);
}
#main .business .btmBox .time {
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.03em;
}
#main .business .btmBox .time .num {
	color: #212E56;
	font-size: 40px;
}
.safari #main .business .btmBox .time .num {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#main .business .btmBox .sml {
	margin-bottom: 37px;
	font-size: 11px;
	font-weight: 500;
	text-indent: -1em;
	padding-left: 1em;
	font-family: "游ゴシック Medium", YuGothic,YuGothicM , "Yu Mincho", "YuMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#main .business .btmBox .textImg {
	margin: 0;
	width: auto;
	position: relative;
}
#main .business .btmBox .bgTxt {
	margin-top: 20px;
    padding: 0px;
    font-size: 11px;
    line-height: 1.818;
    font-weight: 500;
    font-family: "游ゴシック Medium", YuGothic,YuGothicM , "Yu Mincho", "YuMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#main .business .btmBox .bgTxt .pos {
	display: inline-block;
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.5;
}
#main .business .notice {
	font-size: 11px;
	line-height: 1.818;
	font-weight: 500;
	font-family: "游ゴシック Medium", YuGothic,YuGothicM , "Yu Mincho", "YuMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin-top: 20px;
}
#main .business .content .notice li {
	text-indent: -1em;
	padding-left: 1em;
}
.btmSecBox {
	padding-bottom: 1px;
	position: relative;
	background: #fff;
}
.comImgBox01.right .photoBox {
	order: 0;
}
.comImgBox01.right .textBox .subBox .btn span {
	padding-left: 20px;
}
@media all  and (min-width: 768px) {
	#main .business .linkList li a {
		transition: 1s;
	}
	#main .business .linkList li a:hover {
		opacity: 0.7;
		color: #000;
	}
}
@media all and (min-width: 0) and (max-width: 767px) {
	.content {
		margin: 0;
		width: auto;
	}
	.pageTitle .textImg{
		width: 95%;
	}
	.pageTitle .textImg .ttl {
		font-size: 24px;
	}
	.pageTitle .textImg .topTtl {
		font-size: 30px;
	}
	.pageTitle .textImg .ttl::after {
		width: 24px;
	}
	.pageTitle .textImg .topTtl span {
		font-size: 11px;
	}
	.pageTitle .photo {
		height: 480px;
	}
	.secBox {
		padding: 79px 0 76px;
	}
	.secBox .enTtl {
		display: none;
	}
	.secBox .comImgBox02 {
		margin-bottom: 20px;
	}
	.secBox .comImgBox02 .photoBox {
		width: 100%;
		padding-right: 25px;
		box-sizing: border-box;
	}
	.secBox .comImgBox02 .textBox {
		margin-bottom: 0;
		width: 100%;
		padding: 25px;
		box-sizing: border-box;
	}
	.secBox .comImgBox02:nth-of-type(2n) .textBox {
		padding: 25px;
		align-items: flex-start;
	}
	.secBox .comImgBox02:nth-of-type(2n) .photoBox {
		padding-right: 0;
		padding-left: 25px;
	}
	/* .secBox .comImgBox02:last-of-type .photoBox {
		padding-right: 25px;
	} */
	.secBox .comImgBox02:last-of-type .textBox {
		padding: 35px 5px 25px 25px;
	}
	.secBox .comImgBox02 .textBox p {
		font-size: 14px;
		line-height: 1.6;
	}
	.secBox .comImgBox02 .textBox .title {
		margin-bottom: 34px;
		font-size: 18px;
		line-height: 1.55;
		font-weight: 600;
	}
	.secBox .comImgBox02 .textBox .title::after {
		left: 0;
		bottom: -17px;
		width: 25px;
		transform: none;
	}
	#main .business > .photo:first-child {
		background-image: url(../img/consul/sp_bg01.jpg);
	}
	#main .area > .photo:first-child + .areaInner {
		margin-top: 320px;
	}
	#main .business .areaInner {
		padding: 74px 25px 94px;
	}
	#main .business .headLine01 {
		margin-bottom: 23px;
		font-size: 22px;
		line-height: 1.636;
		font-weight: 600;
	}
	#main .business .headLine01.noComment {
		margin-bottom: 60px;
	}
	#main .business .headLine01 span {
		font-size: 10px;
		text-decoration: none;
	}
	#main .business .content .topText {
		margin: 0 5px 67px;
		text-align: center;
		font-size: 16px;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}
	#main .business h3 {
		margin-bottom: 25px;
		font-size: 20px;
		font-weight: 600;
	}
	#main .business h3 span {
		margin-right: 10px;
	}
	.selectNav {
		margin-bottom: 34px;
		text-align: center;
		display: flex;
	}
	.selectNav p{
		display: table;
		margin: 0 0 12px 20px;
	}
	.selectNav .select {
		width: 92.3%;
	}
	#main .business .linkList {
		margin: 0 10px 53px;
	}
	#main .business .linkList li,
	#main .business .linkList li:nth-of-type(-n + 3),
	#main .business .linkList li:nth-of-type(3n) {
		margin: 41px 0 0;
		width: 100%;
	}
	#main .business .linkList li:first-of-type {
		margin-top: 0;
	}
	#main .business .linkList li .ttl {
		margin-bottom: 15px;
	}
	#main .business .linkList li .pho {
		margin-bottom: 15px;
	}
	#main .business .more .sectionMore:hover {
		color: #000;
    	background-color: #F1F4F7;
	}
	#main .business .btmBox {
		margin: 72px 0 0;
	}
	#main .business .lBox,
	#main .business .rBox {
		width: 100%;
	}
	#main .business .lBox {
		margin-bottom: 78px;
	}
	#main .business .btmBox h3 {
		margin-bottom: 20px;
	}
	#main .business .btmBox .time {
		font-size: 14px;
		line-height: 40px;
	}
	#main .business .btmBox .time .num {
		font-size: 32px;
	}
	#main .business .btmBox .sml {
		margin-bottom: 19px;
	}
	#main .business .btmBox .bgTxt {
    	margin-top: 20px;
    	padding: 0;
	}
	#main .business .content .notice {
		font-size: 11px;
	}
	.btmSecBox .comImgBox01.right {
		margin-bottom: 78px;
	}
	.btmSecBox .comImgBox01.right .textBox .subBox h2 {
		margin-bottom: 13px;
	}
	.btmSecBox .comImgBox01.right .textBox .subBox p {
		margin-bottom: 33px;
		font-size: 13px;
		line-height: 2;
		text-align: center;
	}
	
}
@media all and (min-width: 0) and (max-width: 320px) {
	.btmSecBox .comImgBox01.right .textBox .subBox h2 {
		letter-spacing: -0.01em;
	}
}

.secBox #pagePath {
	position: absolute;
	left: 29px;
    top: 16px;
	z-index: 10;
}
.secBox #pagePath li {
	color: #666;
	font-size: 11px;
	font-family: "游ゴシック Medium","游ゴシック体", YuGothic,YuGothicM , "Yu Mincho", "YuMincho" , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.secBox #pagePath li a {
	margin-right: 3px;
	color: #666;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.secBox #pagePath {
		display: none;
	}
}
.slickInn {
	padding: 129px 0 152px;
	position: relative;
	overflow: hidden;
}
#main .slickInn .headLine01 {
	margin-bottom: 25px;
	font-size: 28px;
	text-align: center;
	align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
#main .slickInn .headLine01 span {
	margin: 0;
	font-size: 10px;
}
#main .slickInn .topText {
	margin-bottom: 53px;
	font-size: 14px;
}
.comSlideList {
	margin: 0 -1px 50px 0;
	width: auto;
	position: relative;
}
.comSlideList .slide {
	border-bottom: 1px solid #E5E5E5;
}
.comSlideList .pho {
	position: relative;
	border-right: 1px solid #fff;
}
.comSlideList .pho::after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 65.98%;
}
.comSlideList .pho img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comSlideList dl {
	padding: 24px 15px 27px;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-right: 1px solid #E5E5E5;
}
.comSlideList dt {
	margin-bottom: 4px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.3;
	font-weight: 500;
}
.comSlideList dd {
	font-size: 10px;
	font-family: 'Marcellus', serif;
	letter-spacing: 0.1em;
	color: #666;
}
.comSlideList .slide a {
	transition: all ease 0.6s;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.comSlideList .slide a:hover {
	opacity: 0.7;
}
#main .slickInn .linkBox {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#main .slickInn .linkBox .arrow li {
	position: absolute;
	top: 50%;
	content: "";
	width: 20px;
    height: 20px;
    border-top: 1px solid rgba(0,0,0,0.8);
    border-right: 1px solid rgba(0,0,0,0.8);
	z-index: 10;
	cursor: pointer;
	transition: all ease 0.6s;
}
#main .slickInn .linkBox .arrow li:hover {
	opacity: 0.5;
}
#main .slickInn .linkBox .arrow .prevArr {
	left: 57px;
	transform: translateY(-50%) rotate(-135deg);
}
#main .slickInn .linkBox .arrow .nextArr {
	right: 57px;
	transform: translateY(-50%) rotate(45deg);
}
#main .slickInn .linkBox .more .sectionMore {
	text-indent: 0;
	min-width: 212px;
	font-weight: 500;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.slickInn {
		padding: 78px 0 99px;
	}
	#main .slickInn .headLine01 {
		margin-bottom: 15px;
		font-size: 22px;
	}
	#main .slickInn .headLine01 span {
		font-size: 10px;
	}
	#main .slickInn .topText {
		margin-bottom: 38px;
		font-size: 12px;
	}
	.comSlideList {
		margin: 0 -1px 35px 0;
	}
	.comSlideList .pho::after {
		content: "";
		display: block;
		width: 100%;
		padding-bottom: 66.31%;
	}
	.comSlideList dl {
		padding: 15px 10px 18px;
	}
	.comSlideList dt {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 1.3;
	}
	.comSlideList dd {
		margin-top: 3px;
		font-size: 10px;
	}
	#main .slickInn .linkBox .arrow li {
		width: 14px;
		height: 14px;
	}
	#main .slickInn .linkBox .arrow li:hover {
		opacity: 1;
	}
	#main .slickInn .linkBox .arrow .prevArr {
		left: 20px;
		transform: translateY(-50%) rotate(-135deg);
	}
	#main .slickInn .linkBox .arrow .nextArr {
		right: 20px;
		transform: translateY(-50%) rotate(45deg);
	}
	#main .slickInn .linkBox .more .sectionMore {
		min-width: 130px;
	}
}
/* areaDetailMain */
#top .pageTitle .textImg::before,
.areaMain .pageTitle .textImg::before,
.areaDetailMain .pageTitle .textImg::before {
	position: absolute;
	width: 1076px;
	height: 546px;
	left: 50%;
	top: 50%;
	content: "";
	background: url(../img/top/shadow_bg01.png) no-repeat center center;
	background-size: 100% 100%;
	transform: translate(-50%,-50%);
	z-index: -1;
	/* background: radial-gradient(ellipse closest-side at center, rgba(0, 0, 0, 0.2), transparent);
	background: -webkit-radial-gradient(ellipse closest-side at center, rgba(0, 0, 0, 0.2), transparent); */
	/* background:-webkit-radial-gradient(ellipse closest-side at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	background:radial-gradient(ellipse closest-side at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%); */
}
.areaDetailMain .pageTitle .textImg .topTtl span {
	font-size: 12px;
}
.areaDetailMain .selectNav .select {
	width: 300px;
}
.areaDetailMain .slickInn {
	background: url(../img/top/area_bg.png) no-repeat center center;
	background-size: auto 70%;
}
.areaDetailMain .areaList {
	margin: 0 auto 50px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 760px;
}
.areaDetailMain .areaList.center {
	justify-content: center;
}
.areaDetailMain .areaList li {
	margin: 11px;
	width: 130px;
	height: 35px;
}
.areaDetailMain .areaList li a {
	display: flex;
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	background: #EAEEF3;
	transition: all ease 0.6s;
	letter-spacing: 0.05em;
}
.areaDetailMain .areaList li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#top .pageTitle .textImg::before,
	.areaMain .pageTitle .textImg::before,
	.areaDetailMain .pageTitle .textImg::before {
		width: 649px;
		height: 489px;
		background: url(../img/top/sp_shadow_bg01.png) no-repeat center center;
		background-size: 100% 100%;
	}
	.areaDetailMain .pageTitle .textImg .topTtl span {
		font-size: 10px;
	}
	.areaDetailMain .selectNav .select {
		width: 100%;
	}
	#main.areaDetailMain .slickInn .topText {
		margin-bottom: 25px;
	}
	.areaDetailMain .areaList {
		margin: 0 42px 30px;
		width: auto;
	}
	.areaDetailMain .areaList li {
		margin: 8px;
		width: calc(50% - 8px * 2);
		height: 30px;
	}
	.areaDetailMain .areaList li a {
		font-size: 11px;
	}
	#main.areaDetailMain .business .areaInner .content .topText {
		font-size: 14px;
		line-height: 1.71;
	}
	.areaDetailMain .selectNav {
		margin: 0 10px 34px;
	}
}