@charset "utf-8";

@media screen and (max-width: 767px) {
html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
  font-family:Helvetica, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}
#contents {
	width: 100%;
	margin: 0;
	position: relative;
	clear:both;
  font-size: 15px;
}
#contents .inner {
	padding: 0 10px;
	position: relative;
}
#contents .pc {
	display: none !important;
}
#contents img {
	width: 100%;
}
#contents p img {
	line-height: 0;
}
a[href^="tel:"] {
}


/* -----------------------------------------------------------------------------
  
  	footer
    
  ----------------------------------------------------------------------------- */
footer#footer {
	width: 100%;
	text-align: left;
  padding-top: 25px;
}
footer#footer .logo{
  width: 100%;
  text-align: center;
  }
footer#footer .logo img{
  height: 40px;
  width: auto;
  }
footer#footer small {
	font-size: 10px;
	padding: 5px 0;
	text-align: center;
	display: block;
	width: 100%;
}
footer#footer ul {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
	margin-bottom: 10px;
} 
  footer#footer ul li{
    display: inline-block;
    padding: 5px 0;
  }
 
  footer#footer ul li a{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
  } 

 /*#footSitemap*/
#footSitemap{
	background-color: #eee;
  color: #3e3a39;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 20px;
}
#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 .sitemapTop .sitemapParent span::before, #footSitemap .sitemapTop .sitemapParent a::before {
	background:#52b62a; 
}
#footSitemap .sitemapMarugoto .sitemapTitle {
  border-left-color: #e6b92d;
  color: #e6b92d;
}

#footSitemap .sitemapMarugoto .sitemapParent span::before, #footSitemap .sitemapMarugoto .sitemapParent a::before {
  color: #e6b92d;
}
#footSitemap .sitemapMarugoto .sitemapParent span::before, #footSitemap .sitemapMarugoto .sitemapParent a::before {
		background: #e6b92d;
	}
#footSitemap .sitemapMansion .sitemapTitle {
  border-left-color: #129fb2;
  color: #129fb2;
}

#footSitemap .sitemapMansion .sitemapParent span::before, #footSitemap .sitemapMansion .sitemapParent a::before {
  color: #129fb2;
}
#footSitemap .sitemapMansion .sitemapParent span::before, #footSitemap .sitemapMansion .sitemapParent a::before {
		background:#129fb2; 
	}
#footSitemap .sitemapBubun .sitemapTitle {
  border-left-color: #e55b6c;
  color: #e55b6c;
}

#footSitemap .sitemapBubun .sitemapParent span::before, #footSitemap .sitemapBubun .sitemapParent a::before {
  color: #e55b6c;
}
#footSitemap .sitemapBubun .sitemapParent span::before, #footSitemap .sitemapBubun .sitemapParent a::before {
		background: #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: 100%;
  padding-right: 0;
}

#footSitemap .sitemapParent {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
	padding-top: 18px;
  padding-bottom: 17px;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  font-weight: bold;
}

.footerSitemapArea .sitemapParent a:before, .footerSitemapArea .sitemapParent span:before {
  content: "●";
  position: absolute;
  left: 0;
}

.footerSitemapArea .sitemapChild {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.footerSitemapArea .sitemapChild.border {
  border-bottom: 1px dotted #7f7f7f;
}

.footerSitemapArea .sitemapChild li {
  padding: 2px 0;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
}

.footerSitemapArea .sitemapChild li.children {
  margin-top: 20px;
}
.menuList .parent:before, .menuList .parent:after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #959595;
    position: absolute;
    top: 50%;
    right: 0;
}
.menuList .parent:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
  .menuList .parent.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menuList .parent.direct:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #cfbd39;
    border-right: 2px solid #cfbd39;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    right: 3px;
  }

  .menuList .parent.direct:before {
    content: none;
  }
	  .menuList .children {
    display: none;
    padding-left: 5%;
    border-bottom: 1px solid #c1c1c1;
  }
.footerSitemapArea .sitemapParent a:before, .footerSitemapArea .sitemapParent span:before {
    content: "●";
    position: absolute;
    left: 0;
}	
#footSitemap section {
 padding-top: 26px;
}
#footSitemap .sitemapTop {
		padding-bottom: 0;
	}

#footSitemap .sitemapTitle {
    font-size: 14px;
    margin-bottom: 0;
    border-left-width: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
	background-color: #fff;
    border-left-style: solid;
	    padding: 7px 0 7px 16px;
    font-weight: bold;
  }
#footSitemap .sitemapRow {
    display: block;
  }
#footSitemap .sitemapCol {
    width: 100%;
    padding-right: 0;
  }
#footSitemap .sitemapParent {
    margin-bottom: 0;
  }
#footSitemap .sitemapParent a:before {
    top: 18px;
  }
#footSitemap .sitemapChild {
    padding-bottom: 0;
    margin-bottom: 0;
  }
#footSitemap .sitemapChild li {
    padding: 0;
  }
#footSitemap .sitemapChild li:first-of-type {
    border-top: none;
  }
#footSitemap .sitemapChild li a {
    padding: 15px 0;
    display: block;
  }

  
/*#contactFoot*/
#contactFoot{
  background: #333;
  padding: 50px 0 20px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#contactFoot .fixContact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 10px 10px;
  background: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 999;
}
#contactFoot .fixContact div {
 max-width: 355px;
 margin:auto;
}
#contactFoot .fixContact.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#contactFoot .fixContact a{
  color: #fff;
  font-size: 12px;
  text-align: center;}
#contactFoot .fixContact a img{
  margin-bottom: 5px;
}
#contactFoot .fixContact a:first-child {
	float: left;
	width: 58.5%;
}
#contactFoot .fixContact a:nth-child(2) {
	float: right;
	width: 39%;
}
#contactFoot .fixContact p {
	clear:both;
	text-align:center;
	font-size: 11px;
	padding-top: 10px;
}
#contactFoot .inner{
  width: 100%;
  padding: 0;
  border-top: 1px solid #5b5a59;
  display: none;
}
#contactFoot .inner p:last-child{
  width: 100%;
  text-align: center;
  padding: 20px 10px 0 10px;
  font-size: 13px;
}
#contactFoot .inner p:last-child span{
  line-height: 1.3;
}
#contactFoot .inner p:last-child a{
  display: block;
  text-align: center;
}
#contactFoot .inner p:last-child img{
  height: 32px;
  width: auto;
  margin: 10px 0;
}  
#pageTop {
  width: 37px;
  height: 37px;
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 1000;
  display: block;
}
 
.footerImg.bnrBox .inner{
	display:block;
}
	.footerImg.bnrBox .inner a{
	width: 100%;
	display: block;
}

.footerImg.bnrBox .inner a:first-child{
	margin-bottom: 10px;
}	
#footSitemap  .sitemapParent {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
  line-height: 1.3;
}
	#footSitemap  .sitemapParent a:before, #footSitemap  .sitemapParent span{
		position: relative;
		display: block;
	}
	#footSitemap  .sitemapParent span{
		padding-left: 1.5em;
	}
#footSitemap  .sitemapParent a:before, #footSitemap  .sitemapParent span:before {
  content: "";
  position: absolute;
  left: 0;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	top: 0.4em;
	top: 0;
	bottom: 0;
	margin: auto;
}
#footSitemap  .sitemapChild {
  font-size: 12px;
  line-height: 1.7;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

#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;
}
#footSitemap .sitemapChild {
    padding-bottom: 0;
    margin-bottom: 0;
  }
#footSitemap .sitemapChild li {
    padding: 0;
  }
#footSitemap .sitemapChild li:first-of-type {
    border-top: none;
  }
#footSitemap .sitemapChild li a {
    padding: 15px 0;
    display: block;
  }
	 /*--------------------------------------------リスト系のモジュール------------------------*/
  .menuList .mainItem {
    border-top: 1px solid #bfbfbf;
  }

  .menuList .mainItem > a {
    padding: 0 !important;
  }

  .menuList .parent {
    padding-top: 18px;
    padding-bottom: 17px;
    position: relative;
    border-bottom: 1px solid #c1c1c1;
    font-weight: bold;
  }

  .menuList .parent.direct {
    padding: 0 !important;
  }

  .menuList .parent:before, .menuList .parent:after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #959595;
    position: absolute;
    top: 50%;
    right: 0;
  }
	.menuList .parent.pcspMenu{
		position: relative;
		display: block;
		padding-left: 1.5em;
	}
	.menuList .parent.pcspMenu:before, .menuList .parent.pcspMenu:after {
		display: none;
	}
  .menuList .parent.voice:before, .menuList .parent.voice:after {
    content: none;
  }

  .menuList .parent:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .menuList .parent.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .menuList .parent.direct:before {
    content: none;
  }

  .menuList .parent.direct:after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #cfbd39;
    border-right: 2px solid #cfbd39;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    right: 3px;
  }

  .menuList .children {
    display: none;
    padding-left: 5%;
    border-bottom: 1px solid #c1c1c1;
  }

  .menuList .children li {
    border-top: 1px solid #c1c1c1;
    position: relative;
  }

  .menuList .children li.children {
    margin-top: 0;
    display: block;
    border-bottom: none;
  }

  .menuList .children li:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #cfbd39;
    border-right: 2px solid #cfbd39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    top: 50%;
    right: 3px;
  }

  .menuList .children .childParent {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menuList .children .childParent:after {
    content: none;
  }

  .menuList .children .childParent p {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .menuList .grandchildren {
    padding-left: 30px;
  }
	
	
}
