/* 20191223 add */
.lanking-icon {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 30px;
  float: right;
}
.lanking-icon img{
  width:160px;
  padding-right: 5px;
}
.lanking-icon img:hover{
	opacity: 0.8;
}
.lanking-icon-sp {
	display: none;
}
@media screen and (max-width: 640px) { 
  .lanking-icon {
    display: none;
  }
  .lanking-icon-sp {
    display: block;
    padding-top: 20px;
    border-bottom: 1px solid #ae9661;
    padding-bottom: 110px;
    margin: 0 auto;
  }
  .lanking-icon-sp img{
    width: 25%;
    float: left;
    padding-left: 15px;
  }
  .lanking-icon-sp span{
    padding-top:12px;
    padding-bottom:10px;
    margin: 5px;
    width:140px;
    color:#fefefe;
    font-size:8px;
    font-weight:bold;
    text-align:center;
    letter-spacing: 0;
    background-color:#ae9661;
    border:1px solid #ae9661;
    float: left;
  }
  .topics {
      border-top: 1px solid #ae9661;
  }
}

/* 20200203 add */
.headerArea .row01 > .in .right .link > li > a {
  padding: 9px 10px;
}
.headerArea .row04 > .in .link02 > li > a.type07:before {
    content: "FAQ";
}
.headerArea .row04 > .in .link02 > li > a.type08:before {
    content: "Mariaveil";
}
.salonWrap:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/* 20200526 add */
.conceptArea .row01 .caption01 .ruby:before,
.conceptArea .row02 .row02in .info .title02 .ruby:before,
.selectionArea .caption01 .ruby:before,
.pageunderArea .contentWrap .contentin .caption01 .ruby:before,
.spaceArea [data-slidearea01b] .content .link>.in .title .ruby:before{
  content: "マナーハウス" !important;
}

/* 2020.06.26 add */
dt.title.type01 {
  position: relative;
}
dt.title.type01 .hp-ruby{
  position: absolute;
  top: -2.25em;
  left: 50%;
  margin-left: -3em;
  font-size: 0.7rem;
}

	
/*20200709ass	*/
.hp-banner-insta{
	margin-bottom: 2%;
}
.hp-banner-insta img{
	border: solid 1px #000;
}
@media (max-width: 640px){
	.hp-banner-insta {
		padding: 1px 1.5rem 1rem;
		margin-bottom: 0;
	}	
}

/* 20201123 info */
.pageunderArea .title01.type01:before {
  content: "INFORMATION&BLOG";
}
.headerArea .row04 > .in .link02 > li > a.type08:before {
    content: "Report";
}

/* 2021.06.15 add 新潟PJバナーー */
.niigataPjBnr{
  display: inline-block;
  margin-bottom: 8px;
}
	