@charset "utf-8";

body.modal-open {
    padding-right: 0 !important;
}

/*-- コース3料金箇所 --------------------------------------------------------------*/

.nailCourseWr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    overflow: hidden;
}

.nailCourseItemBox {
    max-width: 100%;
    position: relative;
    padding: 0;
}

.nailCourseItemBox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -20px;
    background-color: #fff;
    right: 0;
    right: 0;
}

.cateItem {
	width: 47%;
	text-align: center;
}

.nailCourseItemFlex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.nailCourseItemName {
    flex: 1;
    font-size: 18px;
}

.nailCourseItemSubText {
    font-size: 11px;
    margin-top: 3px;
}

.nailCourseItemMoney {
    font-size: 20px;
}

/*-------*/

.nailCateBtnWr {
}

.nailCateBtnWr section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.nailBtn {
    color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    font-size: 16px;
    text-shadow: 0px 0px 3px #333;
}

.nailBtn:hover {
    opacity: 0.7;
    color: #fff;
}

.nailBtn.nailCalor1,.nailBtn.nailCalor2,.nailBtn.nailCalor3 {
    padding: 5px 6%;
}

.nailBtn.nailCalor1 {
    background-color: #7B97AC;
}

.nailBtn.nailCalor2 {
    background-color: #84723E;
}

.nailBtn.nailCalor3 {
    background-color: #7B7B7B;
}

/* .nailBtn.nailCalor1:before,.nailBtn.nailCalor2:before,.nailBtn.nailCalor3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}

.nailBtn.nailCalor1:before {
    background-color: #ECFDFF;
}

.nailBtn.nailCalor2:before {
    background-color: #D8D0B9;
}

.nailBtn.nailCalor3:before {
    background-color: #D6D6D6;
} */

.firstBox {
    display: none;
}

.firstBox:first-child {
    display: block;
}

/*-----------------------------------------------------------
ネイル
-----------------------------------------------------------*/

/* .nailColor1 .nailModalBtn {
    border-color: #ECFDFF;
}

.nailColor2 .nailModalBtn {
    border-color: #D8D0B9;
}

.nailColor3 .nailModalBtn {
    border-color: #D6D6D6;
} */

.nailColor1 .nailModalBtn {
    border-color: #7B97AC;
}

.nailColor2 .nailModalBtn {
    border-color: #84723E;
}

.nailColor3 .nailModalBtn {
    border-color: #7B7B7B;
}

.nailBlockBox section {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: grid;
}

.nailBlockBox>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 2;
}

img + .no-img {
    display: none;
}

.gallery-img-frame {
    width: 100%;
    height: 0;
    padding-top: 132.09%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.gallery-img-frame img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.nailModalBtn {
	padding: 5px;
    border: 3px solid ;
    cursor: pointer;
    transition: all .3s;
}

.nailModalBtn:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.nailModalBtn img {
    transition: all .3s;
}

/*===========================================================
Modal
===========================================================*/

.modal-content {
    border-radius: unset !important;
}

.intModal01 {
    max-width: 403px;
    width: 96%;
    margin: 1rem auto 1rem auto;
}

.inModalBody.modal-body {
    padding: 15px 15px 30px;
    background-color: #fff;
}

.nail-title {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
}

.closeBtn {
    max-width: 150px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: relative;
    border: 1px solid;
    border-radius: 33px;
    transition: all .5s;
    cursor: pointer;
    margin: 20px auto 0;
}

.closeBtn {
    border-color: #555555;
    color: #555555;
}

.closeBtn:hover {
    background-color: #555555;
    color: #fff;
}

.carousel-inner {
    width: 100%;
    padding-top: 132.09%;
    position: relative;
    background-color: #fff;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.carousel-indicators {
	position: static;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
	margin: 5px auto 0;
	width: 100%;
}

.indicator{
	transition: .5s;
	border: 1px solid #CCC;
	padding: 0 0 132.09% 0;
	width: 100%;
	position: relative;
}

.indicator:hover{
	opacity: .5;
	transition: .5s;
}

.indicator > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* ---------- ぺージャーここから ---------- */

.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  gap: 10px;
}

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

.webgene-pagination > ul > li{
  height: 40px;
  width:100%;
  max-width: 40px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #5c845300;
  font-weight: 400;
  margin: 0 !important;
}

.webgene-pagination > ul > li.selected > a{
  color: #333;
  background: #fff;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #fff;
    background-color: #333;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color: #333;
  background-color: #fff;
  text-decoration: none;
}

.next > a {
    font-size: 0;
    padding-top: 0 !important;
    background-color: #555 !important;
}

.prev > a{
    font-size: 0;
    padding-top: 0 !important;
    background-color: #333 !important;
}

.next > a:before {
    content: "";
    background: url(/system_panel/uploads/images/next-icon01.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 8px;
}

.prev > a:before {
    content: "";
    background: url(/system_panel/uploads/images/prev-icon01.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 8px;
}

.webgene-pagination > ul > .prev > a:hover,
.webgene-pagination > ul > .next > a:hover{
  background-color: #333 !important;
}

.webgene-pagination > ul > .prev > a:hover:before,
.webgene-pagination > ul > .next > a:hover:before{
    filter: brightness(0) invert(1);
}


/*-----*/

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

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

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

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

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

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

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

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

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

  



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

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

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

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

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

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

.cateItem {
	width: 48%;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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

/*-- コース3料金箇所 --------------------------------------------------------------*/

.nailCourseWr {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.nailCourseItemBox:before {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -20px;
    left: auto;
}

.nailCourseItemBox {
    padding: 14px 0;
}

.nailCourseItemName {
    font-size: 16px;
}

.nailCourseItemSubText {
    font-size: 11px;
}

.nailCourseItemMoney {
    font-size: 18px;
}

/*---カテゴリ--*/

.nailCateBtnWr section {
    gap: 10px 33px;
    justify-content: flex-start;
}

.nailBtn {
    font-size: 18px;
}
  
.cateItem {
    width: auto;
    min-width: 158px;
}

/*--記事--*/

.nailBlockBox section {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.nailBlockBox>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 3;
}

.nailModalBtn {
	padding: 10px;
    border: 5px solid ;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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


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

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

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


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

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

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

/*-- コース3料金箇所 --------------------------------------------------------------*/

.nailCourseWr {
    gap: 80px;
}

.nailCourseItemBox:before {
    right: -40px;
}

.nailCourseItemName {
    font-size: 20px;
}

.nailCourseItemSubText {
    font-size: 11px;
}

.nailCourseItemMoney {
    font-size: 20px;
}

/*---カテゴリ--*/

.nailCateBtnWr section {
    gap: 10px 53px;
}

.nailBtn {
    font-size: 20px;
}

.nailBtn.nailCalor1,.nailBtn.nailCalor2,.nailBtn.nailCalor3 {
    padding: 0 12px;
}

/*--記事--*/

.nailBlockBox section {
    grid-template-columns: repeat(4, 1fr);
}

.nailBlockBox>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 4;
}

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

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

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