@charset "UTF-8";
@media print, screen and (min-width: 768px) {
html, body {
	width: 100%;
	height: 100%;
	margin: 0!important;
	-webkit-print-color-adjust: exact;
  font-size: 16px;
  font-family:"Yu Gothic", YuGothic, 游ゴシック体, 游ゴシック, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img{
-webkit-backface-visibility: hidden;
}
#contents {
	width: 100%;
	min-width:1028px;
	height: 100%;
	margin: 0;
	position: relative;
	clear:both;
}
.isTablet #contents {
	min-width: 1300px;
}
.inner{
    width: 945px;
    min-width: 945px;
    margin: 0 auto;
    position: relative;
} 
pc {
	display:inline-block;
}
.sp {
	display:none!important;
}
.over a:hover{
	opacity:0.8;}
/* -----------------------------------------------------------------------------
  
  	footer
    
  ----------------------------------------------------------------------------- */
footer#footer{
	background: #fff;
	position: relative;
  padding: 15px 0;
  
}
footer#footer .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer#footer .logo{
  float: left;
}
footer#footer small{
  position: absolute;
  left: 160px;
  top: -2px;
  float: left;
  margin: 4px 0 0 23px;
  color: #999;
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 19px;
  -webkit-transform:scale(0.9);
  -moz-transform:scale(0.9);
  -ms-transform:scale(0.9);
  -o-transform:scale(0.9);
  transform:scale(0.9);
}
footer#footer ul{
  float: right;
  font-size: 16px;
  margin-top: 1px;
}
footer#footer ul li{
  display: inline-block;
  margin-left: 40px;
}
footer#footer ul li a{
  line-height: 23px;
  color: #666;
  padding-left: 9px;
  background: url(../img/arrow_footer.png) no-repeat left center;
}
footer#footer ul li a:hover{
  color: #333;
  text-decoration: underline;
}
/*#footSitemap*/
#footSitemap{
  background-color: #eee;
  color: #3e3a39;
}
#footSitemap p{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (min-width: 751px) {
  #footSitemap a:hover {
    text-decoration: underline;
  }
}
#footSitemap .sitemapTop {
	padding-bottom: 30px;
}
#footSitemap .sitemapTop .sitemapTitle {
  border-left-color: #52b62a;
  color: #52b62a;
}
#footSitemap .sitemapTop .sitemapTitle a{color: #52b62a;}
#footSitemap .sitemapTop .sitemapParent span::before, #footSitemap .sitemapTop .sitemapParent a::before {
  color: #52b62a;
}

#footSitemap .sitemapMarugoto .sitemapTitle {
  border-left-color: #e6b92d;
  color: #e6b92d;
}

#footSitemap .sitemapMarugoto .sitemapParent span::before, #footSitemap .sitemapMarugoto .sitemapParent a::before {
  color: #e6b92d;
}

#footSitemap .sitemapMansion .sitemapTitle {
  border-left-color: #129fb2;
  color: #129fb2;
}

#footSitemap .sitemapMansion .sitemapParent span::before, #footSitemap .sitemapMansion .sitemapParent a::before {
  color: #129fb2;
}

#footSitemap .sitemapBubun .sitemapTitle {
  border-left-color: #e55b6c;
  color: #e55b6c;
}

#footSitemap .sitemapBubun .sitemapParent span::before, #footSitemap .sitemapBubun .sitemapParent a::before {
  color: #e55b6c;
}

#footSitemap .sitemapTitle {
  margin-bottom: 22px;
  background-color: #fff;
  border-left-style: solid;
  border-left-width: 6px;
  padding: 7px 0 7px 16px;
  font-weight: bold;
}

#footSitemap .sitemapRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
}

#footSitemap .sitemapCol {
  width: 25%;
  padding-right: 10px;
}

#footSitemap .sitemapParent {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: 14px;
  line-height: 1.3;
  padding-left: 1.1em;
}

#footSitemap .sitemapParent a:before, #footSitemap .sitemapParent span:before {
  content: "●";
  position: absolute;
  left: 0;
}

#footSitemap .sitemapChild {
  font-size: 12px;
  line-height: 1.7;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
	#footSitemap .sitemapChild.childrenBtm{
		padding-bottom: 0;
		margin-bottom: 0;
	}
#footSitemap .sitemapChild.border {
  border-bottom: 1px dotted #7f7f7f;
}

#footSitemap .sitemapChild li {
  padding: 2px 0;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
}

#footSitemap .sitemapChild li.children {
  margin-top: 20px;
}
/*#contactFoot*/
#contactFoot{
  background: #333;
  padding: 30px 0;
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contactFoot .inner{
  width: auto;
  min-width: auto;
  margin: 0 0 0 20px;
}
#contactFoot .fixContact {
  width: auto;
  min-width: auto;
  margin:0;
}
#contactFoot .fixContact p{
  width: 440px;
  text-align: center;
  margin-right: 20px;
}

#contactFoot .fixContact p a{
  display: block;
  width: 440px;
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  border-radius: 3px;
  background:#ffe100 url(../img/arrow_contact.png) no-repeat 404px center;
  font-weight: 600;
}
#contactFoot .fixContact p a:hover{
  color: #333;
  background: #ffb400 url(../img/arrow_contact.png) no-repeat 404px center;
}
#contactFoot .fixContact p a span{
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding-left: 45px;
  background: url(../img/icon_contact.png) no-repeat left center;
}
#contactFoot .inner p:last-child{
  width: 294px;
  text-align: center;
  padding: 0;
  margin-top: 7px;
}
#contactFoot .inner p:last-child span{
  line-height: 1.4;
}
#contactFoot .inner p:last-child a{
  display: block;
  margin: 7px 0;
  pointer-events: none;
}
#contactFoot .inner p:last-child img{
  display: block;
  width: 294px;
  height: auto;   
}
#pageTop {
	position: fixed;
	right: 25px;
  bottom: 25px;
	z-index: 400;
  display: block;
}
#pageTop:hover{
  cursor: pointer;
  opacity: 0.8;
}
}
.footerImg {
    margin-bottom: 25px;
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footerImg a img{
  max-width: 100%;
  transition: 0.2s ease-out;
  opacity: 1;
}
.footerImg a:hover img{
  opacity: 0.7;
}
.footerImg.bnrBox .inner{
	display: flex;
	justify-content: space-between;
}
.footerImg.bnrBox .inner a{
	width: 465px;
	display: block;
}





