@charset "utf-8";

.link-row {
	max-width: 1220px;
  	width: 100%;
  	margin: 0 auto;
}

.in-link-btn-box {
	box-shadow: 0 5px 6px rgb(0 0 0 / 20%);
}

/*-----------------------------------------------------------
concept
-----------------------------------------------------------*/

.concept01-text-box.text02 {
	line-height: 2.4em;
}

.concept02-title br {
	display: block;
}

.intro-message {
    font-size: 16px;
	font-weight: 500;
}

.attention-main-in {
  	display: grid;
    grid-template-columns: repeat(1, 1fr);
  	gap: 20px 40px;
}

.attention-text-box {
	position: relative;
  	margin: 0 auto;
  	max-width: 300px;
    width: 100%;
  	padding: 0 0 0 28px;
}

.attention-text-box:after {
	content: "";
  	position: absolute;
  	top: 5px;
  	left: 0;
  	width: 10%;
  	max-width: 18px;
  	height: 26px;
  	background: url(/system_panel/uploads/images/attention_icon.svg) center center no-repeat;
  	background-size: contain;
  	z-index: 1;
}

/*-----------------------------------------------------------
concerns
-----------------------------------------------------------*/

.concerns-title br {
	display: block;
}

.concerns-title-box .title01:after {
    background: var(--base-body-color);
}

.concerns02-text-box p br {
	display: block;
}

/*-----------------------------------------------------------
beginner
-----------------------------------------------------------*/

.beginner02-title {
	text-decoration: underline;
}

.beginner01:before {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  	width: 98%;
  	height: 97%;
  	border: 1px solid var(--primary);
  	border-radius: 10px;
  	z-index: 1;
}

.beginner01:after{
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	background: url(/system_panel/uploads/images/dot-background.png) center center no-repeat;
  	background-size: cover;
  	z-index: 1;
}

.beginner01-text-box strong {
  	color: var(--primary);
    font-size: 16px;
    font-weight: 500;
}

/*-----------------------------------------------------------
reserve
-----------------------------------------------------------*/

.reserve-tel-block:before {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  	width: 98%;
  	height: 90%;
  	border: 1px solid var(--primary);
  	border-radius: 10px;
  	z-index: 1;
}

/*-----------------------------------------------------------
menu
-----------------------------------------------------------*/

.menu01-text-box p br {
	display: none;
}

/*-----------------------------------------------------------
faq
-----------------------------------------------------------*/

.anchor-link-btn-contents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

/*-----------------------------------------------------------
salon
-----------------------------------------------------------*/

.owner-contents:after{
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	background: url(/system_panel/uploads/images/dot-background.png) center center no-repeat;
  	background-size: cover;
  	z-index: 1;
}

.message-title-box:after{
	content: "";
  	position: absolute;
  	top: 50%;
  	right: 0;
  	width: 60%;
  	height: 1px;
  	background: var(--base-body-color);
  	z-index: 1;
}

.salon-reserve-web {
    width: 100%;
}

.salon-reserve-line {
    width: 100%;
	margin: 20px 0 0 0;
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 12px;
}

.area-text {
	padding: 0 0 0 35px;
}

.area-text:before{
	content: "";
  	position: absolute;
  	top: 3px;
  	left: 0;
  	width: 10%;
  	max-width: 25px;
  	height: 31px;
  	background: url(/system_panel/uploads/images/area_icon.svg) center center no-repeat;
  	background-size: contain;
  	z-index: 1;
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.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: 30px 5px 0;
	height: 30px;
	width:100%;
	max-width: 30px;
	font-family: var(--font-family02);
	line-height: 1em;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 16px;
	border-radius: 50%;
}

.webgene-pagination > ul > li.selected > a{
	opacity: 0.5;
	color: var(--white);
	cursor: inherit;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 30px;
	width: 30px;
	background: var(--primary);
	color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	color: var(--white);
	opacity: 0.5;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 30px;
	width: 30px;
	border: 0;
	font-size: 0;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
	background-color: var(--primary);
}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-bottom: solid 2px var(--white);
	border-left: solid 2px var(--white);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 12px;
	top: 50%;
}

.webgene-pagination>ul>.prev>a:hover:before {
	border-bottom: solid 2px var(--white);
	border-left: solid 2px var(--white);
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
}

.webgene-pagination>ul>.next>a:hover:before {
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
}

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

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

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

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

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

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

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



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

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

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

    /*-----------------------------------------------------------
    concept
    -----------------------------------------------------------*/

    .concept02-title br {
        display: none;
    } 

    /*-----------------------------------------------------------
    concerns
    -----------------------------------------------------------*/

    .concerns02-text-box p br {
        display: none;
    }
  
    /*-----------------------------------------------------------
    faq
    -----------------------------------------------------------*/

    .anchor-link-btn-contents {
        grid-template-columns: repeat(2, 1fr);
    } 
  
    /*-----------------------------------------------------------
    salon
    -----------------------------------------------------------*/
  
    .area-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
  
    .message-title-box:after{
        width: 70%;
    }

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

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

@media screen and (min-width: 768px) {
  
    /*-----------------------------------------------------------
    concept
    -----------------------------------------------------------*/
  
    .intro-message {
        font-size: 18px;
	}
  
    .attention-main-in {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 40px;
    }
  
    /*-----------------------------------------------------------
    beginner
    -----------------------------------------------------------*/
	
    .beginner01-text-box strong {
        font-size: 18px;
    }
  
    /*-----------------------------------------------------------
    menu
    -----------------------------------------------------------*/

    .menu01-text-box p br {
        display: block;
    }
  
    /*-----------------------------------------------------------
    salon
    -----------------------------------------------------------*/
  
    .message-title-box:after{
        width: 75%;
    }
  
    /*-----------------------------------------------------------
    reserve
    -----------------------------------------------------------*/
  
    .reserve-tel-row:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 80px;
        background: var(--primary);
        z-index: 1;
    }
  
    /*-----------------------------------------------------------
    ページャー
    -----------------------------------------------------------*/

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

    .webgene-pagination > ul > li{
        margin: 40px 10px 0;
        height: 40px;
        max-width: 40px;
        font-size: 20px;
    }

    .webgene-pagination > ul > li > a{
        height: 40px;
        width: 40px;
    }

    .webgene-pagination>ul>.prev>a,
    .webgene-pagination>ul>.next>a {
        height: 40px;
        width: 40px;
    }

    .webgene-pagination>ul>.prev>a::before {
        width: 14px;
        height: 14px;
        left: 15px;
        top: 50%;
    }

    .webgene-pagination>ul>.next>a::before {
        width: 14px;
        height: 14px;
        right: 15px;
        top: 50%;
    }


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

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

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

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

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

@media screen and (min-width: 1024px) {
  
	.link-row .link-img-box {
        min-height: 280px !important;
    }
  
    /*-----------------------------------------------------------
    concept
    -----------------------------------------------------------*/
  
    .concept02-title br {
        display: none;
    }

    .intro-message {
		font-size: 20px;
    }
  
    /*-----------------------------------------------------------
    beginner
    -----------------------------------------------------------*/
	
    .beginner01-text-box strong {
        font-size: 20px;
    }
  
    /*-----------------------------------------------------------
    concerns
    -----------------------------------------------------------*/
  
    .concerns-title br {
        display: none;
    }
  
    /*-----------------------------------------------------------
    faq
    -----------------------------------------------------------*/

    .anchor-link-btn-contents {
        grid-template-columns: repeat(3, 1fr);
    } 
  
    /*-----------------------------------------------------------
    salon
    -----------------------------------------------------------*/
  
    .message-title-box:after{
        width: 80%;
    }
  
    /*-----------------------------------------------------------
    ページャー
    -----------------------------------------------------------*/

    .webgene-pagination {
        grid-column: 1/4;
    }

    .webgene-pagination > ul > li {
        margin: 80px 10px 0;
    }


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

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

@media screen and (min-width:1200px) {
  
    /*-----------------------------------------------------------
    concept
    -----------------------------------------------------------*/
  
    .intro-message {
		font-size: 23px;
    }
  
    /*-----------------------------------------------------------
    beginner
    -----------------------------------------------------------*/
	
    .beginner01-text-box strong {
        font-size: 23px;
    }
  
    /*-----------------------------------------------------------
    menu
    -----------------------------------------------------------*/

    .menu01-text-box p br {
        display: none;
    }
  
	.salon-btn-box {
      	display: flex;
      	align-items: center;
  	}

    .salon-reserve-web {
      	width: 48%;
    }

    .salon-reserve-line {
      	width: 48%;
      	margin: 0 0 0 10px;
    }
  
    /*-----------------------------------------------------------
    salon
    -----------------------------------------------------------*/
  
    .message-title-box:after{
        width: 85%;
    }


}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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





}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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



}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {

}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 