@charset "utf-8";

/*  ページャー */

.webgene-pagination {
    width: 100%;
    grid-column: 1/3;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 20px 10px 0;
  height: 35px;
  min-height: 35px;
  width:100%;
  max-width: 35px;
  font-size: 14px;
  line-height: 1em;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #745E48;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #745E48;
}

.webgene-pagination > ul > li > a{
    width: 100%;
    height: 35px;
    width: 35px;
    color: #745E48;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 2px;
    border-radius: 3px;
    overflow: hidden;
    background: #F2EEE4;
    border-radius: 50%;
  /* border: 1px solid #AAC8CE; */
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #745E48;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #AAC8CE;
    font-size: 14px;
}

.inLinkTxt br {
	display: block;
}

/*--- concept ---*/

.conceptMsg01 br {
	display: block;
}

/*--- salon ---*/

.salon01L .imgBox75 {
    padding-top: 64%;
	transition: .3s all;
}

.salon01L .imgBox75 img {
    object-fit: contain;
}

.salonIndicators .imgBox75:hover {
	opacity: 0.7;
	transition: .3s all;
}

.salonIndicators {
    position: static;
    width: 100%;
    margin: 16px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/*--- reserve ---*/

.rsvBtn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    background: url(/system_panel/uploads/images/arrow-circle-white-small.svg) no-repeat center / cover;
    transition: all .3s;
}


.rsvBtn:hover::after {
	right: 10px;
    transition: all .3s;
}

.rsvMsg01 br {
	display: block;
}

/*--- recommend ---*/
  
.recMsg01 br {
	display: block;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.inLinkTxt br {
	display: none;
}

  
/*--- concept ---*/

.conceptMsg01 br {
	display: none;
}

/*--- reserve ---*/
  
.rsvMsg01 br {
	display: none;
}
  
/*--- recommend ---*/
  
.recMsg01 br {
	display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

/*--- style ---*/

.styleBlock .webgene-pagination  {
    width: 100%;
    grid-column: 1/4;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*--- style ---*/

.styleBlock .webgene-pagination {
    width: 100%;
    grid-column: 1/5;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1250px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    
/*--- concept menu ---*/

.concept01L, .menuL {
    width: 56% !important;
}
  
.concept01R, .menuR {
    width: 40% !important;
}  

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
