/*ルミナスイエロ #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; }

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:700px; margin:0 auto; padding:0; }
.footer-t{display: flex;}
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:350px;}
.footer-m-r,.footer-t-r{width:350px; }
.footer-t-l-in{width: 205px;}
.footer-t-l-in p{font-size: 14px;}
.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-color: #ffeff7;}
#mv .mv-bg {max-width:1388px; min-width: 1200px; margin:0 auto; padding: 20px 0;}

#mv .txtGw {
	padding:1em 0;
	text-align: center;
}

/*present-------------------------------------------*/
#present{width: 100%; min-width: 1200px; margin:0 auto;  padding-bottom: 30px; background-image: url("../../images/present-bg.png"); background-position: center top;}
#present .present-naiyo{max-width: 1284px; min-width: 1200px; margin:0 auto; padding-top: 33px;}
#present .present-click{margin-top: 15px;}
/*search-------------------------------------------*/
#search{width: 100%; min-width: 1200px; padding: 70px 0 30px; background-color: #ffeff7;}
.search-area-list{width:1120px; margin: 80px auto 120px; display: flex; justify-content: space-between; }
.area-box{margin-bottom: 130px;}
.area-otoiawawse{margin-bottom: 15px;}

.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 #6e5ed1; border-radius: 10px; overflow: hidden;}

.area-window-circles{width: 100%; height: 37px; padding-left: 12px; border-bottom:2px solid #6e5ed1; display: flex; align-items: center; background:#fff;  }
.area-ttl{margin-top: 30px;}
ul.bukken-list{width: 1060px; margin: 0 auto; display: flex; flex-wrap: wrap; }
ul.bukken-list > li{width: 33.3%; padding: 46px 0 58px;  border-top: 2px solid #6e5ed1;}
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:2px solid #6e5ed1;}
ul.bukken-list > li:nth-child(3n) dl.bukken-box,ul.bukken-list > li:last-child dl.bukken-box{border-right: none;}


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: 13.5px;}
#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:#7cafff; position: relative;}
.blands-ttl{position: absolute; top:-28px; left: 50%; transform: translate(-50%, 0); z-index: 1;}
.blands-list{width:1200px; margin: 28px auto 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.blands-list li{margin-bottom: 38px;}
.blands-list li a{display: inline-block;}


.marB0{ margin-bottom: 0 !important;}