/*ルミナスイエロ #ffff00*/
/*ベースカラー #333*/
/*薄ピンク #ffeff7*/
.txt-white{color: #fff;}
.spOnly{ display:none !important; }

.pict{ text-align:center; }


.block-ali-c{ text-align:center; }
.block-ali-l{ text-align:left; }
.block-ali-r{ text-align:right; }
.block-ali-c-pc{ text-align:center; }
.block-ali-l-pc{ text-align:left; }
.block-ali-r-pc{ text-align:right; }

.flexBox{ display:flex; }
.flexBox.center{ justify-content:center; }
.flexBox.btw{ justify-content:space-between; }
.flexBox.aro{ justify-content:space-around; }
.flexBox.right{ justify-content:flex-end; }
.flexBox.wrap{ flex-wrap:wrap; }
.flexBox.verCenter{ align-items:center; }


.emphasis{ font-size:1.75rem; font-weight:bold; }
.cap{ font-size:.8rem; line-height:1.75; }
.lead{ line-height:2.25; }
.border-bottom-none-pc{border-bottom: none !important;}

body{ color:#333; font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
body section {
	font-size:10px !important;
}

a{ color:#333; }

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
img{max-width:100%; height: auto;}
.innerBlock{ width:980px; margin:0 auto; }
.contBox{ padding:25px 0; }
.cornerHeader{ margin-bottom:20px; }

a{ transition:.2s; text-decoration:none; }
a:hover{ opacity:.6; }


a.gotop{ width: 50px; height: 50px; padding-top: 5px;
	position:fixed; bottom:20px; right:20px; z-index: 999;
    margin-bottom:0;
	border-radius: 4px;
    display: flex; flex-direction: column; justify-content: center; align-items: center; 
    background: #000; color: #fff; text-align: center; line-height: 1;
}
a.gotop::before{ content:'▲'; font-size:.5rem; }
.sp-area-nav{display: none !important;}
/*Footer start*/
footer{ padding-top:50px; }
footer .innerBlock{ margin-bottom:60px; }
footer .contBox{ width:780px; margin:0 auto; padding:0; }
.footer-t{
	display: flex;
	justify-content: space-between;
}
footer .phoneNum{ margin-top: 20px; align-items:center; justify-content:space-between; }
footer .phoneNum > a{ width:300px; margin:5px 0;  }
footer .footer-m{margin-top: 10px; display: flex; justify-content: space-between;}
.footer-m-l,.footer-t-l{width:398px;}
.footer-m-r,.footer-t-r{width:350px; }
.footer-t-l-in{
	width: 398px;
}
.footer-t-l-in p{
	font-size: 14px;
	text-align: left;
	padding-left: 1em;
}
.footer-logo + p{margin-top: 5px;}
footer .copyright{ text-align:center; font-size:.75rem; margin-bottom:5px; }
/*Footer end*/

/*mv-------------------------------------------*/
#mv{width: 100%; min-width: 1200px; 
	background: rgb(22,89,208);/*
background: -moz-linear-gradient(180deg, rgba(22,89,208,1) 0%, rgba(0,168,254,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(22,89,208,1) 0%, rgba(0,168,254,1) 100%);
background: linear-gradient(180deg, rgba(22,89,208,1) 0%, rgba(0,168,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1659d0",endColorstr="#00a8fe",GradientType=1);*/
}
#mv .mv-bg { max-width:1388px; min-width: 1200px; margin:0 auto; padding: 0 0 35.6em;
	text-align: center;
	background:url("../../images/bg_kv_pc.jpg") center center no-repeat;
	background-size:cover;
}
#mv .mv-bg img {
	display:inline-block;
	max-width:100%;
	margin:0 auto;
}
#mv h1 {
	padding:2.5em 0 1.6em;
	text-align: center;
}
#mv .mv-bg p {
	margin-top: 1.5em;
	color:#fff;
	text-align: center;
}

/*benefit-------------------------------------------*/
#benefit{width: 100%; min-width: 1200px; margin:0 auto;
	background:#ffff00;}
#benefit img { display:block; width:100%; max-width:1388px; margin:0 auto; }
#benefit .benefit-click {margin-top: 15px;}
/*search-------------------------------------------*/
#search{width: 100%; min-width: 1200px; padding: 0 0 30px; }
#search--inner {
	padding-top: 70px ;
	background: rgb(22,89,208);
background: -moz-linear-gradient(180deg, rgba(22,89,208,1) 0%, rgba(133,218,254,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(22,89,208,1) 0%, rgba(133,218,254,1) 100%);
background: linear-gradient(180deg, rgba(22,89,208,1) 0%, rgba(133,218,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1659d0",endColorstr="#85dafe",GradientType=1);
}

.search-area-list{width:836px; margin: 80px auto 120px; display: flex; justify-content: space-between; }
.search-area-list li img {
	width:180px;
	transition:.3s;
}
.search-area-list li {
	transition:.3s;
}
.search-area-list li:hover img {
	opacity: 0;
}
.search-area-list li:nth-child(1) {
	background:url("../../images/search-nagoya_on.png") center center no-repeat;
	background-size:180px auto;
}
.search-area-list li:nth-child(2) {
	background:url("../../images/search-owari_on.png") center center no-repeat;
	background-size:180px auto;
}
.search-area-list li:nth-child(3) {
	background:url("../../images/search-tokuten_on.png") center center no-repeat;
	background-size:180px auto;
}
.search-area-list li:nth-child(4) {
	background:url("../../images/search-compact_on.png") center center no-repeat;
	background-size:180px auto;
}

.area-box{padding-bottom: 130px;}
.area-otoiawawse{margin-bottom: 15px;}
.area-otoiawawse img { height:33.5px;}

.area-window{width: 1200px; margin: 0 auto;}
.area-window-omote {
	width: 1200px; 
	/*box-shadow: 4px 4px 0 #aa5ed1; */
	background-color: #fff; /*background-image: url("../../images/area-ami.svg");  */
	/*border:2px solid #033333;*/ /*border-radius: 10px; */
	overflow: hidden;
}

.area-window-circles{
	/*position: relative;
	width: 100%; 
	height: 37px; 
	padding-left: 12px; 
	border-bottom:2px solid #033333; 
	display: flex; 
	align-items: center; 
	background:#ffb914; */
	
	display:none;
}
#owari-nishi .area-window-circles { background:#47d2db;}
#owari-higashi .area-window-circles { background:#a1d341;}
#mikawa .area-window-circles { background:#ffa360;}
#gifu .area-window-circles { background:#e994cf;}

#compact {
	padding:22px 0 60px;
	background:#def6ec;
}
#compact .area-window-omote {
	border:none;
}

.area-window-circles img {
	height:18px;
	width:auto;
	max-width:auto;
}
.area-window-circles::after {
	content:'';
	width:18px;
	height:18px;
	position:absolute;
	right:12px;
	top:8px;
	background:url("../../images/area-window-circles.svg") center center no-repeat;
	bakcground-size:100% auto;
}
.area-ttl{
	margin:10px 10px 15px;
	padding:12px 0 10px ;
	font-weight: bold;
	text-align:center;
	color:#fff;
	font-size:30px;
	background: #f15a24;
}
#nagoya .area-ttl,
#owari .area-ttl {
	padding:16px 0 6px ;
}
.area-ttl small { font-size:22px;}
#compact .area-ttl {
	margin:0 auto 16px;
	padding:0;
	max-width:895px;
	background:transparent;
}
#compact .area-ttl img {}

ul.bukken-list{ width: 1120px; margin: 0 auto; display: flex; flex-wrap: wrap; }
ul.bukken-list > li{width: 33.3%; padding: 46px 0 58px;  border-top: 1px solid #f15a24;}
ul.bukken-list > li:nth-child(1),
ul.bukken-list > li:nth-child(2),
ul.bukken-list > li:nth-child(3) {border-top: none;}
ul.bukken-list > li a{display: block; width: 100%;}
ul.bukken-list > li:nth-child(3n-1){width: 33.4%;}
dl.bukken-box{width: 100%; border-right:1px solid #f15a24;}
ul.bukken-list > li:nth-child(3n) dl.bukken-box,
ul.bukken-list > li:last-child dl.bukken-box{
	border-right: none;
}

#compact ul.bukken-list > li,
#compact dl.bukken-box { border-color:#00a99d;
}

dl.bukken-box dt,dl.bukken-box dd{width: 300px; margin: 0 auto;}
#search .chiku{margin-bottom: 10px; font-weight: bold; font-size: 18px;}
#search ul.access{min-height: 80px; margin-top: 10px;}
#search ul.access li{font-size: 13px;}
#search ul.access.row5{height:120px;}
.bukken-box dd .memo{display: inline-block; font-size: 12px; line-height: 1; margin-top: 5px; text-align: right; float: right;}


/*blands-------------------------------------------*/
#blands{
	min-width: 1200px; 
	padding: 104px 0 26px;
	background-color:#60caa5; 
	position: relative;
}
.blands-ttl{position: absolute; top:-28px; left: 50%; transform: translate(-50%, 0); z-index: 1;}
.blands-ttl img {
	width:468px;
}
.blands-list{width:1200px; margin: 28px auto 0; display: flex; flex-wrap: wrap;}
.blands-list li{margin-bottom: 38px; margin-right: 14.5px;}
.blands-list li:nth-child(3n) { margin-right: 0;}
.blands-list li a{display: inline-block;}


.marB0{ margin-bottom: 0 !important;}

/* tokuten
-------------------------------------------------- */
#tokuten {
	background: #ffffdc;
}
.ttl--tokuten {
	width:914px;
	margin:0 auto;
	padding:3.6em 0;
	text-align: center;
}

#tokuten .area-ttl {
	background:#ff51b1;
}
#tokuten dl.bukken-box,
#tokuten ul.bukken-list > li {
	border-color:#ff51b1;
}















