@charset "UTF-8";
.spHeader , .sp {
	display: none;
}

@media screen and (max-width: 900px) {
.pc {
	display: none !important;
}
.sp {
	display: block;
}
.pcHeader {
	display: block;
	background: #fff;
	border-bottom:1px solid #213f75;
}

.pcHeaderInner {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
	padding: 0 0 0 10px;
	position: relative;
}

header {
    border-bottom: 1px solid #1d2088;
}

header h1 {
	background: #213f75;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	padding: 0 5px;
	overflow: hidden;
	display: block;
}

header img {
	width: 160px;
	padding: 12px 0;
	margin: 0;
	height: auto;
}

ul.headerIco {
	display: flex;
	position: relative;
	top: 0;
}

ul.topSearchULWrapper {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	   -ms-flex-direction: column-reverse;
		   flex-direction: column-reverse;
}

li.topSearchLiImg,
li.topSearchLiSearch {
	width: 100%;
	text-align: center;
}

ul.topSearchULBa img {
	width:98%;
	max-width: 98%;
	height: auto;
} 

.topSearchLiImg img {
	height: auto;
}

.topWhatsSetUP {
	padding: 10px 0;
	margin: 10px 0;
}

.topWhatsSetUP ul {
	display: block;
}


.topWhatsSetUP h3 {
	text-align: center;
	font-size: 20px;
	margin-right: 0px;
	margin-top: 10px;
}

.topWhatsSetUP h6 {
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

.topMeritWrapper {
	width: 100%;
	text-align: center;
}

.topMeritWrapper li {
	width: 98%;
	font-size: 13px;
	margin-bottom: 20px;
	display: flex;
}

.topMeritWrapper h6 {
	text-align: left;
}

.topMeritWrapper li img {
	width: 40%;
}

.topMeritWrapper li > div {
	width: 60%;
	text-align: left;
	padding-left: 1em;
}

.topMeritWrapper h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.topMeritWrapper ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
		   flex-direction: column;
}

dl.topNewsDl {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
		   flex-direction: column;
}

dl.topNewsDl dt {
	border-top:1px solid #f1f1f1; 
	width: 100%;
	padding: 10px 0 0 0;
}

dl.topNewsDl dd {
	border-top:none; 
	width: 100%;
	padding: 10px 0;
}


input[type="text"] , textarea , input[type="email"]  {
width: 90%;
}


body , html{
	font-size: 90% !important;
}

body , html{
margin:     0;
}

body {
	overflow-x: hidden;
}

.wrapper {
	margin:0 auto 0 auto;
	padding: 0 5px;
	width:100%;
}

footer {
	width:auto;
}

.mainBottomContents {
	flex-wrap: wrap;
}

.main {
	width:100%;
	padding:0;
	float:none;
	border:none;
}

.side {
	width:100%;
	margin: 10px 0;
	float:none;
}

/* li.spHeaderNavi {
	background: #213f75;
	margin-left: 10px;
	padding: 0 10px;
} */

#nav-drawer {
	position: relative;
	background: #213f75;
	margin-left: 0;
	padding: 4px 20px 0 15px;
 }
  
  .nav-unshown {
	display:none;
  }
  
  #nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
  }

  #nav-open::after {
	content:'メニュー';
	color: #fff;
	 font-size: 10px;
	 font-weight: normal;
	 vertical-align: 0px;
	 display: block;
	 margin-top: 22px;
	 margin-left: -6px;
	 white-space: nowrap;
	 line-height: 1.4;
  }
  
  #nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
  }
  #nav-open span:before {
	bottom: -8px;
  }
  #nav-open span:after {
	bottom: -16px;
  }
  
  #nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .3s ease-in-out;
	cursor: pointer;
  }
  #nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 80%;
	max-width: 800px;
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
  }

  #nav-content > div {
	background: #213f75;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
  }
  
  #nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
  }
  
  #nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  .topConWrapper {
	  padding: 15px;
  }

ul.topAreaTextUl {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

ul.topAreaTextUl li {
	width: 100%;
	padding: 18px 0 0 0; 
}

ul.topAreaTextUl dl {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

ul.topAreaTextUl dl dt {
	font-size: 17px;
	width: 100%;
	margin-bottom: 10px;
}

ul.topAreaTextUl dl::after {
	content: "";
	display: inline-block;
	width: 32%;
}

ul.topAreaTextUl dl dd {
	float: left;
	font-size: 13px;
	padding: 0 .5em;
	word-break:keep-all;
	margin-bottom: 3px;
	width: 32%;
	border: 1px solid #ccc;
	display: block;
	text-align: left;
}

ul.topAreaTextUl dl dd a {
	display: block;
	padding: 5px 0;
	color: #31709c;
}

ul.topAreaTextUl dl dd a:hover {
	color: #9c2b80;
	transition: .3s;
}

ul.topAreaTextUl dl dd a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
	color: #31709c;
	font-weight: 900;
	font-size: 15px;
	margin-right: 3px;
	vertical-align: -1px;
}

p.footerLogo {
	text-align: center;
	float: none;
	margin-top: 3px;
	border-bottom:1px solid #213f75;
}

ul.footerTelBox {
	position: relative;
	float: none;
	display: block;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	overflow: visible;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
}

dl.footerTelMain {
	text-align: center;
	display:inline-block;
}

dl.footerTelMain dt {
	font-size: 35px;
}

dl.footerTelMain dd {
	color: #888;
	margin: -20px 0 0 75px;
	font-size: 12px;
}

ul.footerTelTouzai {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 7px;
	text-align: center;
	margin: 10px auto 0 auto;
	display:inline-block;
}

ul.footerTelTouzai li {
	float: left;
	display: flex;
	align-items: center;
}
.footerTelText {
	display: flex;
	align-items: center;
}
li.footerTelHigashi::before,
li.footerTelNishi::before {
	padding: 0 4px;
}

ul.footerTelTouzai li:last-child {
	margin-left: 10px;
}

dl.footerTelFukiDl dt {
	font-size: 14px;
}

dl.footerTelFukiDl dd {
	text-align: left;
	font-size: 11px;
}

.footerTelFukidashi {
	display: none;
	line-height: 160%;
	width: 350px;
	top: -10px;
	right: 5px;
	font-size: 11px;
}

p.footerShouText {
	padding: 10px;
	text-align: left;
	font-size: 11px;
}

ul.footerMainUl {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

ul.footerMainUl li.footerBtnLi {
	width: 100%;
}

ul.footerMainUl li.footerMainTodouLi {
	width: 100%;
}
.footerMainTodouLi h5 {
	margin-bottom: .5em;
}
dl.footerMainTodou {
	display: flex;
	flex-wrap: wrap;
}
dl.footerMainTodou dt {
	width: 30%;
}
dl.footerMainTodou dd {
	width: 70%;
	margin: 0;
}

ul.footerBtnUl { 
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

ul.footerBtnUl li {
	width:49%;
	margin-right: 0;
}
ul.footerBtnUl li:not(:nth-child(even)) {
	margin-right: 2%;
}

ul.footerBtnUl li a {
	width: 100%;
}

.wrapper.footerNavi {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 0;
	border-top: solid 1px #ccc;
}
.wrapper.footerNavi a {
	width: 50%;
	padding: .5em 0;
	border-bottom: solid 1px #ccc;
}
.wrapper.footerNavi a:nth-of-type(odd) {
	border-right: solid 1px #ccc;
}


.omakaseBtnWrapper {
	z-index: 0;
	position: relative;
}

.omakaseBtn {
	width: 50%;
    margin-left: auto;
}

.omakaseBtn a:hover img {
	filter:alpha(opacity=10);
	-moz-opacity:1.0;
	opacity:1.0;
}

.omakaseBtn img {
	width: 100%;
	position: relative;
	float: none;
	text-align: center !important;
	margin: 0 -5px 0 auto !important;
	padding-bottom: 0;
	display: block;
}

.mainCol {
	display: flex;
	flex-direction: column;
}

.paging {
	clear: both;
	order: 3;
	flex-wrap: wrap;
}

ul.headerIco li {
	padding: 0 15px 5px 15px;
	white-space: nowrap;
}

ul.headerIco li a {
	font-size: 10px;
}

	
.nav_drawer_mobile{
	padding-top: 4px;
	position: absolute;
	right: 14%;
}
	
.nav_drawer_mobile .fovorite_wrapper_mobile{
	background: url("../img/favorite_heart_navy.svg") no-repeat;
	background-size: 26px;
	width: 26px;
	margin: 0 auto;
}

.nav_drawer_mobile .fovorite_wrapper_mobile .favorite_count p{
	text-align: center;
	color: #ffffff;
	padding-top: 1px;
	font-size: 10px;
	font-weight: bold;
}
	
	.nav_drawer_mobile p.favorite_text{
		font-size: 10px;
		font-weight: bold;
	}

ul.headerNavi {
	flex-direction: column;
}

ul.headerNavi::before {
	content: "MENU";
	width: 100%;
	background: #213f75;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

ul.headerNavi li {
	padding: 0;
	width: 100%;
	margin-top: 0;
}
	
ul.headerNavi li:last-child{
display: none;}
	
ul.headerNavi li a {
	padding: 20px 15px;
	font-size: 12px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: solid 1px #ccc;
	color: #213f75;
}

ul.headerNavi li a::after {
	content: "";
	display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #213f75;
    border-right: 2px solid #213f75;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-drawer .br_pc{
	display: none;
}


.topSearchLiImg {
	margin-top: -10px;
}
.topSearchBox {
	padding: 20px 15px 15px;
}

.topSearchBox h4 {
	font-size: 18px;
}

.topSearchBoxTitleRight{
	width: 175px;
	padding: 2px 5px;
	font-size: 12px;
	margin-left: 125px;
	margin-top: -2px;
}

	ul.topSearcEkiArea li {
		font-size: 14px;
	}

	select.topSearcMonySelect {
		font-size: 14px;
	}

	.topMeritWrapper h2 {
		font-size: 18px;
		padding: 20px 0;
	}

	.title2ndWrapper dl {
		padding: 10px 0 0 0;
	}
	.title2ndWrapper dd {
		margin-bottom: 10px;
	}

	.main2nd {
		order: 4;
		width: 100%;
		margin: 20px 0 10px;
	}

	.side2nd {
		order: 2;
		width: 100%;
		display: none;
		position: relative;
		z-index: 1;
		background: #fff;
		margin: 10px 0;
	}

	.searchListControl {
		order: 1;
		cursor: pointer;
		background: #0a599c;
		width: 100%;
		font-weight: bold;
		padding: 8px 10px 5px 10px;
		margin-top: 10px;
		color: #fff;
		border-radius: 4px;
		border-bottom: 5px solid #14456e;
		display: flex;
		align-items: center;
	}

	.searchListControl i.fa-search {
		margin-right: 5px;
	}
	.searchListControl::after {
		font-family:'Font Awesome 5 Free';
		content: "\f0fe";
		margin-left: auto;
		font-size: 16px;
	}
	.searchListControl.open::after {
		font-family:'Font Awesome 5 Free';
		content: "\f146";
	}

	ul.sideListSelectUl {
		justify-content: flex-start;
	}

	.buildListBtnIn table,
	.tableHeader {
		display: none;
	}
	.buildListBtnIn .buildListShousai:not(:last-of-type) {
		border-bottom: solid 1px #dfe0e1;
	}
	.buildListShousai a.shousaiLink,
	.buildListShousai {
		position: relative;
		display: flex;
		padding: 10px 8px;
		color: #444;
		width: 100%;
	}
	.buildListShousai a.buildListSyousaiBtn {
		display: block;
		width: calc(100% - 100px);
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.buildListShousai a.shousaiLink::after,
	.buildListShousai a.buildListSyousaiBtn::after {
		/**content:"";**/
		display: inline-block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #444;
		border-right: 2px solid #444;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	.madoriImage img {
		width: 100%;
		height: auto;
	}
	.madoriImage {
		width: 80px;
	}
	.floorDetail {
		display: flex;
	}
	.buildShousai {
		flex: 1;
		padding-left: 10px;
	}
	.buildShousai span {
		margin-right: .5em;
	}

	.buildShousai span.buildListPrise {
		font-size: 16px;
		letter-spacing: 0;
		margin-right: .2em;
	}
	.buildShousai .price {
		display: flex;
		flex-wrap: wrap;
	}
	.buildShousai span.kanrihi::before {
		content: "共益費";
		display: inline-block;
		margin: 0 .4em 0 .2em;
	}
	.buildShousai span.shikiRei {
		width: 100%;
	}
	.buildShousai span.shikiRei::before {
		content: "敷／礼";
		display: inline-block;
		margin-right: 1em;
	}
	.buildShousai li.state::before {
		content: "入居時期";
		display: inline-block;
		margin-right: .4em;
	}
	.seriesLabel {
		font-size: 10px;
		margin-top: 2px;
	}
	.SyousaiLink .browsing {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		border: solid 1px #ef6055;
		color: #ffffff;
		font-weight: 600;
		padding: 0 .5em;
		background-color: #ef6055;
	}
	
  .main2nd_not_favorite{
    width: 96%;
  }
	
	/**お気に入り登録・解除**/
	.doFavoriteEvent, .doFavoriteEvent_active{
		position: absolute;
		right: 0;
		top: 36px;
		z-index: 999;
		
	}
	
	.doFavoriteEvent a .buildList_favorite{
		width: 94px;
		height: 60px;
		background: url("../img/heart_before.svg") no-repeat;
		background-position-x:30px;
		background-position-y: 6px;
		transition: 0.3s;
		background-size: 22px;
	}
	
	.doFavoriteEvent_active a .buildList_favorite{
		width: 94px;
		height: 60px;
		background: url("../img/heart_after.svg") no-repeat;
		background-position-x:30px;
		background-position-y: 6px;
		transition: 0.3s;
		background-size: 22px;
	}
	
	.doFavoriteEvent_active p.favorite_after_mobile, .doFavoriteEvent p.favorite_before_mobile{
		text-align: center;
		padding-top: 28px;
		font-size: 12px;
	}
	
	.doFavoriteEvent .favorite_after_mobile, .doFavoriteEvent_active .favorite_before_mobile{
		display: none;
	}
	
	.favorite_before, .favorite_after, .favorite_before_mobile_small, .favorite_after_mobile_small{
		display: none;
	}
	
	.topSearchWrapper {
		padding-top: 10px;
	}

	/* トップ シリーズタイプ */
	.seriesType {
		padding: 20px 0 20px 0;
	}
	.seriesType h2 {
		font-size: 18px;
	}
	
	/*お気に入りページチェックボックス*/
	.buildListShousai .check_box{
		padding-right: 16px;
	}
	
	.buildListShousai .check_box input{
		width: 20px;
		height: 20px;
	}
	
	.buildListShousai .check_box .inputParts::before{
		margin-top: 30px;
	}

	/**沿線・エリア変更**/
	.sideList .sideListArea .area_change li{
		padding: 8px 0;
	}


	/* メインビジュアル */
	.topSearchWrapper{
		padding-top: 0;
	}
	.topSearchWrapper .top_main_contents{
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.topSearchArea{
		position: absolute;
		top: 420px;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
	}
	.topSearchListUl > li{
		padding: 0.7em;
	}
	.topSearchWrapper .top_main_contents .site_title{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: auto;
		margin: 0;
	}
	.topSearchWrapper .top_main_contents .site_title p{
		font-size: 7vw;
	}
	.top_keyword_search .top_keyword_box input{
		width: 100%;
	}
	.topWhatsSetUP{
		margin-top: 300px;
	}
	.topSearchBreadcrumbs .topSearchBreadcrumbsLi:after{
		border-width: 10px 8px;
	}
	/* モーダル */
	#js-modal_overlay{
		background-color: transparent;
		z-index: 3;
	}
	.listModal{
		top: 0;
		width: 100%;
		height: 100%;
	}
	.listModalAction{
		opacity: 1;
		-webkit-transform : translate(-50%,0);
		transform : translate(-50%,0);
	}
	.listModal .closeBtn{
		top: 10px;
		right: 13px;
		z-index: 10;
	}
	.listModal .closeBtn>div{
		width: 38px;
		height: 38px;
		background-color: rgba(150,150,150,0.7);
		border-radius: 50%;
	}
	.listModal .closeBtn span::before,
	.listModal .closeBtn span::after{
		background-color: #fff;
		width: 61%;
		height: 9%;
		top: 18px;
		left: 7px;
	}
}

@media(max-width: 768px) {
	form select,
	input[type='text'],
	input[type='email'],
	input[type='tel'],
	textarea {
		font-size: 16px;
		/* transform: scale(calc(14 / 16)); */
	}
	.selectForm select {
		transform: scale(calc(14 / 16));
	}

	#maintenance h1 + p {
		font-size: 16px;
	}
	.maintenanceMs {
		width: 100%;
	}
	.topMeritWrapper h6 {
		font-size: 14px;
	}

	.js-header {
		width: 100%;
	}
	/* スティッキー状態のスタイル */
	.js-header.sticky { 
		position: fixed; 
		z-index: 1020; 
		top: 0; 
		/*background-color: rgba(251, 251, 251, 0.75); */
		background: #fff;
	}
	.js-nav.sticky { 
		position: fixed; 
		z-index: 1019; 
		top: 66px; 
		width: 100%;
		box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset, 0 0.5rem 6px rgba(0, 0, 0, 0.3); 
	}
}

@media screen and (max-width: 600px) {
	
	.nav_drawer_mobile{
	right: 20%;
}

	.topMeritWrapper li {
		flex-direction: column;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.topMeritWrapper h6 {
		text-align: center;
	}
	
	.topMeritWrapper li img {
		width: 100%;
	}
	
	.topMeritWrapper li > div {
		width: 100%;
		padding-left: 0;
	}
	.mainTyukaiWrapper {
		display: none;
	}
	.panWrapper ul {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.panWrapper li {
		display: inline-block;
		float: none;
	}
	ul.topAreaUl {
		flex-wrap: wrap;
	}
	ul.topAreaUl li {
		width: 49%;
		margin-bottom: 5px;
	}
	ul.topAreaUl li.topArea_tokyo {
		width: 100%;
	}
	ul.topAreaUl li a {
		height: 80px;
	}
	.title2ndWrapper h2 {
		font-size: 18px;
		padding: 10px 0 5px 0;
		line-height: 1.4;
	}
	.title2ndWrapper h2 span {
		font-size: 23px;
	}
	.title2ndWrapper h5 {
		clear: both;
		font-size: 12px;
		padding: 0 0 5px 0;
	}
	.title2ndWrapper h5 span {
		font-size: 23px;
	}
	.buildListBox h2 {
		font-size: 16px;
	}
	.buildListBox dl {
		flex-direction: column;
	}
	.buildListBox dt {
		padding: 0;
		text-align: center;
	}
	.buildListBox h6 {
		font-size: 20px;
	}
	.buildListBox table {
		margin: 0 0 10px 0;
	}
	
	/**お気に入り登録・解除**/
	.doFavoriteEvent, .doFavoriteEvent_active{
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 999;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.doFavoriteEvent a .buildList_favorite{
		width: 40px;
		height: 40px;
		background: url("../img/heart_before.svg") no-repeat;
		background-position-x:7px;
		background-position-y:10px; 
		transition: 0.3s;
		background-size: 24px;
	}
	
	.doFavoriteEvent_active a .buildList_favorite{
		width: 40px;
		height: 40px;
		background: url("../img/heart_after.svg") no-repeat;
		background-position-x:7px;
		background-position-y:10px; 
		transition: 0.3s;
		background-size: 24px;
	}
	
	.favorite_before_mobile_small, .favorite_after_mobile_small{
		text-align: center;
		padding-top: 30px;
		font-size: 10px;
		display: block;
	}
	
	.favorite_before, .favorite_after, .favorite_before_mobile, .favorite_after_mobile{
		display: none;
	}
	
	.doFavoriteEvent .favorite_after_mobile_small, .doFavoriteEvent_active .favorite_before_mobile_small{
		display: none;
	}
	
	/**お気に入り登録・解除ここまで**/
	
	.omakaseBtn {
		width: 100%;
	}
	ul.sideListSelectUl {
		justify-content: space-between;
	}
	.sideList li:not(.sideListSelectUlLi) {
		width: 100%;
	}

	.selectForm.sort {
		margin: 5px 0;
	}
	.paging ul {
		margin: 5px 0 5px auto;
	}

	.seriesBox {
		display: flex;
		flex-direction: column-reverse;
	}
	.seriesListWrap.luxury {
		border-top: solid 4px #000;
		border-bottom: 0;
	}
	.seriesListWrap.premium {
		border-top: solid 4px #440074;
		border-bottom: 0;
	}
	.seriesListWrap.excellent {
		border-top: solid 4px #93BE00;
		border-bottom: 0;
	}
	.seriesListWrap.standard {
		border-top: solid 4px #F08300;
		border-bottom: 0;
	}
	.seriesListWrap.smart {
		border-top: solid 4px #E2BF01;
		border-bottom: 0;
	}

	/* 検索結果 Not found */
	.notFoundWrap {
		font-size: 12px;
	}
	.notFoundWrap > p:first-of-type {
		text-align: left;
	}
	.notFoundWrap .tel dd {
		align-items: flex-start;
	}
	.notFoundWrap .tel dd > div {
		padding-top: 5px;
	}
	.notFoundWrap .tel dd span {
		display: block;
	}

	/* トップ シリーズタイプ */
	.seriesListWrap {
		flex-direction: column;
	}
	.seriesMainImage {
		width: 100%;
	}
	.seriesMainImage .bgImg {
		height: 220px;
	}
	.seriesMainImage ul li img {
		height: 40px;
	}
	.aboutSeries {
		width: 100%;
		padding: 10px 15px;
	}

	/* TOP アメニティ バナー */
	.banner_pc {
		display: none;
	}
	.banner_sp {
		display: block;
	}
	
	/*お気に入りページチェックボックス*/
	.buildListShousai .check_box{
		padding-right: 8px;
	}
	
	.buildListShousai .check_box input{
		width: 18px;
		height: 18px;
	}
	
	.buildListShousai .check_box .inputParts::before{
		margin-top: 36px;
	}

	/*メインビジュアル*/
	.topWhatsSetUP ul{
		padding: 0;
	}
	.topWhatsSetUP .model_top img{
		display: none;
	}
	.topSearchWrapper .mainTyukai{
		display: none;
	}

	.topSearchWrapper .top_main_contents .site_title p{
		font-size: 11vw;
	}
	.topSearchWrapper .top_main_contents .site_title h1{
		font-size: 16px;
	}
	.top_keyword_search .top_keyword_box .top_keyword_btn a{
		width: 50px;
	}
	.topSearchTab .tabBold{
		font-size: 145%;
	}

	/*モーダル*/
	.listModal .fixedBtn a{
		width: 80%;
	}
	
}