<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*------------------------------------------------
ã‚³ãƒ³ã‚»ãƒ—ãƒˆã§ä½¿ç”¨ï¼ˆè£…é£¾æž&nbsp;å†…ã«ãƒ†ã‚­ã‚¹ãƒˆé…ç½®ï¼‰
------------------------------------------------*/
/*ç™½ãƒãƒ¼ã‚·ãƒ§ãƒ³*/
.concept_box{
    text-align: center;
    border: 1px solid #e6dcc7;
    border-image: linear-gradient(to bottom, rgba(112, 90, 49, 1) 0%, rgba(112, 90, 49, 1) 20%, rgba(255, 243, 220, 1) 60%, rgba(112, 90, 49, 1) 80%, rgba(112, 90, 49, 1) 100%);
    border-image-slice: 1;
    background: #F0F0F0;
    padding: 20pxconcept_txt;
    position: relative;
    z-index: 1;
	background-image: url('../images/bg2.webp');
    background-size: cover;
    background-position: center;
}

.concept_box .concept_txt{
    background: rgba(255,255,255,0.8);
    padding: 20px;
    letter-spacing: 1px;
    outline: solid 2px rgba(255,255,255,0.8);
    outline-offset: 3px;
	color: #222222;
	font-weight: 500;
}
.concept_box span{
	color: #f36d9f;
	font-size: 1.6rem;
}


/*é»’ãƒãƒ¼ã‚·ãƒ§ãƒ³*/
.concept_box2{
    text-align: center;
    border: 1px solid #e6dcc7;
    border-image: linear-gradient(to bottom, rgba(112, 90, 49, 1) 0%, rgba(112, 90, 49, 1) 20%, rgba(255, 243, 220, 1) 60%, rgba(112, 90, 49, 1) 80%, rgba(112, 90, 49, 1) 100%);
    border-image-slice: 1;
    background: #F0F0F0;
    padding: 30px;
    position: relative;
    z-index: 1;
	background-image: url('../images/logo_main_black.webp');
    background-size: cover;
    background-position: center;
}

.concept_box2 .concept_txt2{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8dcd6+0,efe8e4+54,ffffff+100&amp;0.6+0,0.6+100 */
background: -moz-linear-gradient(top,  rgba(232,220,214,0.6) 0%, rgba(239,232,228,0.6) 54%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(232,220,214,0.6) 0%,rgba(239,232,228,0.6) 54%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(232,220,214,0.6) 0%,rgba(239,232,228,0.6) 54%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99e8dcd6', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
    padding: 30px;
    letter-spacing: 1px;
    outline: solid 2px rgba(0,0,0,0.8);
    outline-offset: 3px;
    font-size: 16px;
	color: #666;
}
.concept_box2 span{
	color: #FF7FBB;
	font-size: 20px;
}


.concept_box .concept_txt3{
    background: rgba(255,255,255,0.8);
    padding: 20px;
    letter-spacing: 1px;
    outline: solid 2px rgba(255,255,255,0.8);
    outline-offset: 3px;
    font-size: 1.6rem;
	font-weight: 500;
}

.massage_box{
    position: relative;
    background-color: rgba(250,234,222,1);
	padding: 20px 10px;
	margin: 0 10px;
	border-radius: 30px;
}
.massage_box:after {
    position: absolute;
    border: 1px solid #FB4570;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
	border-radius: 24px;
}

.massage_box .concept_txt{
text-align: center;
}


/*------------------------------------------------
ã‚³ãƒ³ã‚»ãƒ—ãƒˆã§ä½¿ç”¨ï¼ˆè£…é£¾æž&nbsp;å†…ã«ãƒ†ã‚­ã‚¹ãƒˆé…ç½®ï¼‰
------------------------------------------------*/




/*------------------------------------------------
ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«æ›œæ—¥ãƒœã‚¿ãƒ³
------------------------------------------------*/
.c-list-week-circle {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
}

 /*Google Chromeã€Safariã¸ã®å¯¾å¿œ*/
.c-list-week-circle::-webkit-scrollbar{
  display: none;
}




@media screen and (max-width: 761px) {
  .c-list-week-circle{
	/*å¤‰æ›´-20240613*/
    gap: 0px;
    justify-content: start;
  }
}










.c-list-week-circle-ad-sidescroll{
width: 1120px;
max-width: calc(100% - 20px);
margin: 0 auto 20px;
}
/*------------------------------------------------
ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«æ›œæ—¥ãƒœã‚¿ãƒ³
------------------------------------------------*/




/*------------------------------------------------
å‡ºå‹¤æ—¥ä»˜ãŒå››è§’ãƒ‘ã‚¿ãƒ¼ãƒ³
------------------------------------------------*/
.c-list-week-p2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
}

@media screen and (min-width: 761px) {
  .c-list-week-p2 {
    gap: 0px;
  }
}

.c-list-week-p2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: #fff;
  color: #D8009E;
  border: 0px solid #A7A7A7;
  border-radius: 0px;
}


.first-day {
  border-radius: 30px 0 0 30px ;
}
.last-day {
  border-radius: 0 30px 30px 0 ;
}


@media screen and (max-width: 760px) {
  .c-list-week-p2__link {
	font-size: 1.4rem;  
    text-align: center;
  }
}

.c-list-week-p2__link.is-current, .c-list-week-p2__link:hover {
  background: #F27CB2;
  color: #fff;
}
/*------------------------------------------------
å‡ºå‹¤æ—¥ä»˜ãŒå››è§’ãƒ‘ã‚¿ãƒ¼ãƒ³
------------------------------------------------*/















/*------------------------------------------------
æ–°ç€æƒ…å&nbsp;±ã®å…¨è¨˜äº‹è¡¨ç¤º
------------------------------------------------*/
.c-list-news-all {
}

.link-alignment{
	position: absolute;
	top:-50px;
}

@media screen and (max-width: 1400px) {
.link-alignment{
	position: absolute;
	top:-80px;
}}

@media screen and (max-width: 940px) {
.link-alignment {
	position: absolute;
	top:-70px;
}}



.c-list-news-all__item {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.c-list-news-all__item:not(:last-child) {
  margin-bottom: 30px;
}

.c-list-news-all__ttl {
  color: #666;
  margin: 20px 0 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  
}

.c-list-news-all__content {
  margin-top: 20px;
}

.c-list-news-all__img {
  text-align: center;
}

.c-list-news-all__label{
  position: absolute;
	right:20px;
	top:20px;
	  border: 1px solid #ccc;
    background-color: #666;
	color: #fff;
	padding: 5px;
}







/*------------------------------------------------
æ–°ç€æƒ…å&nbsp;±ã®å…¨è¨˜äº‹è¡¨ç¤º
------------------------------------------------*/





/*------------------------------------------------
ãƒ•ãƒƒã‚¿ãƒ¼ãƒªãƒ³ã‚¯
------------------------------------------------*/

.c-list-links__item{
	text-align: center;
}

.c-footer-links__88 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .c-footer-links__88 {
  grid-template-columns: repeat(4, 1fr);
  }
}
.c-footer-links__88 li a img {
  width: 88px;
  aspect-ratio: 88 / 31;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-footer-links__200 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .c-footer-links__200 {
  grid-template-columns: repeat(2, 1fr);
  }
}
.c-footer-links__200 li a img {
  width: 200px;
  aspect-ratio: 5 / 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-footer-links__468 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.c-footer-links__468 li a img {
  width: 468px;
  aspect-ratio: 39 / 5;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-footer-links__other {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}




/*------------------------------------------------
ãƒ•ãƒƒã‚¿ãƒ¼ãƒªãƒ³ã‚¯
------------------------------------------------*/



/*------------------------------------------------
ã‚µã‚¤ãƒ‰ãƒªãƒ³ã‚¯
------------------------------------------------*/

.col2-links__88 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.col2-links__88 li a img {
  width: 88px;
  aspect-ratio: 88 / 31;
  -o-object-fit: fill;
  object-fit: fill;
}

.col2-links__200 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.col2-links__200 li a img {
  width: 200px;
  aspect-ratio: 5 / 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.col2-links__468 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.col2-links__468 li a img {
  width: 468px;
  aspect-ratio: 39 / 5;
  -o-object-fit: fill;
  object-fit: fill;
}



/*------------------------------------------------
ãƒ•ãƒƒã‚¿ãƒ¼ãƒªãƒ³ã‚¯
------------------------------------------------*/




/*------------------------------------------------
è£…é£¾
------------------------------------------------*/
/*ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ãƒ©ã‚¤ãƒ³*/
.original-gradient-01 {
  height: 1px;
  width: 90%;
  background-image: linear-gradient(90deg, rgba(117, 117, 117, 1), rgba(255, 255, 255, 0));
  margin-top: 10px;
}


/*------------------------------------------------
è£…é£¾
------------------------------------------------*/











/*------------------------------------------------
ãƒŽãƒ¼ãƒžãƒ«ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------*/
.l-header-mainvisual{
	margin-bottom: 0;
	margin-top: 58px;
	width: 100%;
}
@media screen and (max-width: 1294px) {
.l-header-mainvisual{
	margin-top: 86px;
}}
@media screen and (max-width: 940px) {
.l-header-mainvisual{
	margin-top: 57px;
}}

.l-header-mainvisual__img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.l-header-mainvisual__logo {
  position: absolute;/*çµ¶å¯¾é…ç½®*/
  top:60%;
	left:50%;
	width: 300px;
	margin: auto;
	z-index: 2;
	 -ms-transform: translate(-50%,-50%);/*ãƒ™ãƒ³ãƒ€ãƒ¼ãƒ—ãƒ¬ãƒ•ã‚£ãƒƒã‚¯ã‚¹*/
  -webkit-transform: translate(-50%,-50%);/*ãƒ™ãƒ³ãƒ€ãƒ¼ãƒ—ãƒ¬ãƒ•ã‚£ãƒƒã‚¯ã‚¹*/
  transform: translate(-50%,-50%);/*ã‚»ãƒ³ã‚¿ãƒ¼å¯„ã›ã®ä¿®æ­£*/
  margin: 0!important;/*æ–‡å­—ãŒãšã‚Œã¦ã„ã‚‹å&nbsp;´åˆã‚„*/
  padding: 0!important;/*æ–‡å­—ãŒæŠ˜ã‚Šè¿”ã•ã‚Œã‚‹å&nbsp;´åˆ*/
}

@media screen and (max-width: 600px) {
.l-header-mainvisual__logo {
	width: 300px;
}
}


/*------------------------------------------------
ãƒŽãƒ¼ãƒžãƒ«ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------*/


/*------------------------------------------------
ãƒ‘ãƒ¼ãƒ†ã‚£ã‚¯ãƒ«ï¼ˆç¾½æ¯›ï¼‰
------------------------------------------------*/
/* ---- reset ---- */ 
canvas{
	display: block; 
	vertical-align: bottom; } /* ---- particles.js container ---- */ 
#particles-umo-js{ 
	position:absolute; 
	width: 100%; 
	height: 100%; 
	background-image: url(""); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: 50% 50%; 
	z-index: 999;
} 
/*------------------------------------------------
ãƒ‘ãƒ¼ãƒ†ã‚£ã‚¯ãƒ«ï¼ˆã‚­ãƒ©ã‚­ãƒ©ï¼‰
------------------------------------------------*/
#particles-star-js{ 
	position:absolute;/*æç”»å›ºå®š*/
	z-index:1;/*æç”»ã‚’ä¸€ç•ªä¸‹ã«*/
	width: 100%;
	height: 100%;wide-ban3
	background-color:rgba(0, 0, 0, 0.0);/*èƒŒæ™¯è‰²*/
}

#wrapper{
	position: relative;/*æç”»ã‚’#particles-jsã‚ˆã‚Šã‚‚ä¸Šã«ã™ã‚‹ãŸã‚position:relative;ã‚’æŒ‡å®š*/
	z-index: 1;/*z-indexã®æ•°å­—ã‚’å¤§ããã™ã‚‹ã“ã¨ã§æç”»ã‚’#particles-jsã‚ˆã‚Šã‚‚ä¸Šã«*/
	width:100%;
	height: 100%;
}


#wrapper_lower{
	position: relative;/*æç”»ã‚’#particles-jsã‚ˆã‚Šã‚‚ä¸Šã«ã™ã‚‹ãŸã‚position:relative;ã‚’æŒ‡å®š*/
	z-index: 100;/*z-indexã®æ•°å­—ã‚’å¤§ããã™ã‚‹ã“ã¨ã§æç”»ã‚’#particles-jsã‚ˆã‚Šã‚‚ä¸Šã«*/
	width:100%;
	height: 100%;
}


/*------------------------------------------------
æ³¢ç´‹ã®ã‚¢ãƒ‹ãƒ¡
------------------------------------------------*/
#ripples{
	background: url("https://template-001.esteweb.com/images/st1.webp") center center/cover no-repeat") center center/cover no-repeat;
	width: 100%;
	height: 100vh;
}
/*------------------------------------------------
æ³¢ç´‹ã®ã‚¢ãƒ‹ãƒ¡
------------------------------------------------*/


/*------------------------------------------------
è£…é£¾
------------------------------------------------*/
/*ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ãƒ©ã‚¤ãƒ³*/
.original-gradient-01 {
  height: 1px;
  width: 90%;
  background-image: linear-gradient(90deg, rgba(218, 179, 0, 1), rgba(255, 255, 255, 0));
  margin-top: 10px;
}

.original-gradient-02 {
  height: 0px;
  width: 260px;
  background-image: linear-gradient(90deg, rgba(171, 148, 105, 0) 0%, rgb(218, 205, 161) 20%, rgb(247, 240, 195) 50%, rgb(218, 205, 161) 80%, rgba(171, 148, 105, 0) 100%);
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.original-gradient-03 {
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,173,57,1) 50%, rgba(0,212,255,0) 100%);
	margin-top: -22px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

/*ã©ã“ã§ã‚‚è¨­ç½®ã§ãã‚‹åŠé€æ˜Žã®æž&nbsp;*/

.waku6{
	background-color: rgba(255, 255, 255, 0.7);
}


/*ã‚»ã‚¯ã‚·ãƒ§ãƒ³èƒŒæ™¯ã«cssç”»åƒã‚’è¨­å®š*/
.p-section--img1 {
background-image: linear-gradient(rgb(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)), url(../images/other/bg-beju.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    border-top: 0px solid #C5243E;
}




.p-section--img3 {
background-image: url('../images/p-section-bg3.gif');
background-repeat: repeat;
padding-bottom: 40px;
}

.p-section--img4 {
background-color:#ECE1F2;
}
/*ã‚»ã‚¯ã‚·ãƒ§ãƒ³èƒŒæ™¯ã«cssç”»åƒã‚’è¨­å®š*/



.add-op {
  background: rgba(224, 255, 255, 0);

}
.add-op50 {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 10px;
}

.ad-100{
	width: 100%;
}

.ad-cansel{
	text-decoration: line-through;
}


.widthadjust {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:10px;
}
.widthadjust iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ad-bgcolor {
  background: rgba(224, 255, 255, 0.2);
}

.ad-bgcolor2 {
  background: rgba(192, 205, 220, 0.2);
}


/*è¦‹å‡ºã—ãƒ‘ã‚¿ãƒ¼ãƒ³*/
.cp_h1title {
	position: relative;
	display: inline-block;
	padding: 0 17%;
	text-align: center;
	color:#F4511E;
}
.cp_h1title:before, .cp_h1title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 1px;
	background-color: #F4511E;
}
.cp_h1title:before {
	left:0;
	background: linear-gradient(-45deg, transparent, #F4511E 10%, #F4511E 30%, transparent);
}
.cp_h1title:after {
	right: 0;
	background: linear-gradient(-45deg, transparent, #F4511E 70%, #F4511E 90%, transparent);
}
/*è¦‹å‡ºã—ãƒ‘ã‚¿ãƒ¼ãƒ³*/


/*è¦‹å‡ºã—ãƒ‘ã‚¿ãƒ¼ãƒ³2*/


/*è¦‹å‡ºã—ãƒ‘ã‚¿ãƒ¼ãƒ³*/








/*ãƒ•ãƒƒã‚¿ãƒ¼èƒŒæ™¯ã«ç”»åƒã‚’è¨­å®š*/


.waku2{
background: rgba(255,255,255,0.2);	
}

.waku4{
background: rgba(255,255,255,0.8);
padding: 20px;
border-radius: 20px;
}
.waku5{
	max-width: 980px;
	margin: 0 10px;
background: rgba(255,255,255,0.8);
padding: 20px;
border-radius: 20px;
}
.ad-pd20{
	padding-bottom: 30px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------
è£…é£¾
------------------------------------------------*/




/*------------------------------------------------
ç”»åƒã®è¦ªè¦ç´&nbsp;ã«è¨­å®šã™ã‚‹ã¨ã€PSã¯ç¯„å›²å†…ã€ã‚¹ãƒžãƒ›ã§ãƒ–ãƒæŠœãã«ãªã‚‹
------------------------------------------------*/
.wide-ban{
	margin: 20px auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

}

@media screen and (max-width: 760px) {
  .wide-ban {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  }
}

.wide-ban2{
	margin: 20px auto;
    max-width: 1000px;
}

@media screen and (max-width: 760px) {
  .wide-ban2 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  }
}

.wide-ban3{
	margin: 0px auto 20px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
}

@media screen and (max-width: 760px) {
  .wide-ban3 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  }
}

.wide-ban4{
	margin: 20px auto;
    max-width: 1400px;
	padding: 0;
}

@media screen and (max-width: 940px) {
  .wide-ban4 {
	margin: 20px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
	padding: 0;
  }
}
/*------------------------------------------------
ç”»åƒã®è¦ªè¦ç´&nbsp;ã«è¨­å®šã™ã‚‹ã¨ã€PSã¯ç¯„å›²å†…ã€ã‚¹ãƒžãƒ›ã§ãƒ–ãƒæŠœãã«ãªã‚‹
------------------------------------------------*/





/*------------------------------------------------
p-sectionãƒ‘ã‚¿ãƒ¼ãƒ³2ã€€è¦ªè¦ç´&nbsp;ç„¡è¦–ã—ã¦æ¨ª100ï¼…
------------------------------------------------*/
.add-wide {
margin-right: calc(50% - 50vw);/*è¦ªè¦ç´&nbsp;ç„¡è¦–ã—ã¦ã¯ã¿å‡ºã™*/
margin-left: calc(50% - 50vw);
padding-right: calc(50vw - 50%);/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã&nbsp;ã‘è¦ªè¦ç´&nbsp;ã®å†…å´ã«é…ç½®ã—ãªãŠã™*/
padding-left: calc(50vw - 50%);
}

.c-inner-wide{/*ä¸­èº«ã‚’ä»–ã®è¦ç´&nbsp;ã®æ¨ªå¹…ã«åˆã‚ã›ã‚‹*/
	max-width: 1000px;
	margin: auto;
	padding: 0 5px;
}

.c-inner-wide2{/*ä¸­èº«ã‚’ä»–ã®è¦ç´&nbsp;ã®æ¨ªå¹…ã«åˆã‚ã›ã‚‹*/
	max-width: 1000px;
	margin: auto;
	padding: 0 0;
}

.add-wide2 {
margin-right: calc(50% - 50vw);/*è¦ªè¦ç´&nbsp;ç„¡è¦–ã—ã¦ã¯ã¿å‡ºã™*/
margin-left: calc(50% - 50vw);
}
/*------------------------------------------------
p-sectionãƒ‘ã‚¿ãƒ¼ãƒ³2ã€€è¦ªè¦ç´&nbsp;ç„¡è¦–ã—ã¦æ¨ª100ï¼…
------------------------------------------------*/

/*------------------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼é›»è©±ç•ªå·ï¼ˆã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ç”¨ï¼‰
------------------------------------------------*/


.l-header-telå–¶æ¥­æ™‚é–“-gold {
  margin: 0;
  padding: 3px;
  background-color: #0E86D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
			font-size: 1.8rem;
}

@media screen and (max-width: 940px) {
p-section-sub {
  margin: 0;
	}}


.l-header-telå–¶æ¥­æ™‚é–“-gold__txt--tel {
color: #fff;
			font-weight: 700;
}


.l-header-telå–¶æ¥­æ™‚é–“-gold__txt--tel a {
	color: #fff;
}

.l-header-telå–¶æ¥­æ™‚é–“-gold__txt--å–¶æ¥­æ™‚é–“ {
			font-weight: 700;
	color: #fff;
}


/*------------------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼é›»è©±ç•ªå·ï¼ˆæž&nbsp;ç”¨ï¼‰
------------------------------------------------*/
.l-header-telå–¶æ¥­æ™‚é–“-waku {
  min-height: 40px;
  border-bottom: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
  margin: 0;
  padding: 12px 5px 12px 5px;
	background-color: #f1ece9;
	color: #666;
	/*background-image: linear-gradient(135deg, rgba(240, 226, 226, 1), rgba(249, 211, 207, 1) 50%, rgba(240, 226, 226, 1));*/

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
}

.l-header-telå–¶æ¥­æ™‚é–“-waku a {
color: #666;
}



/*------------------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼é›»è©±ç•ªå·ï¼ˆã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ç”¨ï¼‰
------------------------------------------------*/


/*------------------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼é›»è©±ç•ªå·ï¼ˆã‚´ãƒ¼ãƒ«ãƒ‰ç”¨ï¼‰
------------------------------------------------*/






.recruit_ban{
	text-align: center;
	margin: auto;
}


/*------------------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼ãƒŠãƒ“ä¼¸ã³ç¸®ã¿ãƒãƒ¼ã‚¸ãƒ§ãƒ³
------------------------------------------------*/



/*------------------------------------------------
ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ä¸Šå³ãƒ»ä¸‹å·¦ã«ç”»åƒã‚’é…ç½®ã™ã‚‹
------------------------------------------------*/
.seccion_happa{
	background-color:#edecea; 
	background-image: url("../images/happa-left.webp"), url("../images/happa-right.webp");
	background-repeat:no-repeat, no-repeat;
	background-position: bottom left, top right;
	background-size: 400px auto, 400px auto;
}

@media screen and (max-width: 761px) {
	.seccion_happa{
	background-size: 300px auto, 300px auto;
	}
  }

@media screen and (max-width: 500px) {
	.seccion_happa{
	background-size: 200px auto, 200px auto;
	}
  }
/*------------------------------------------------
ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ä¸Šå³ãƒ»ä¸‹å·¦ã«ç”»åƒã‚’é…ç½®ã™ã‚‹
------------------------------------------------*/


/*==================================================
ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ã®ãŸã‚ã®css
===================================*/

/*ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³å…¨ä½“*/
.accordion-area{
    list-style: none;
    max-width: 800px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}






/*===================
ã‚»ãƒ©ãƒ”ç”»åƒã‚«ãƒ«ãƒ¼ã‚»ãƒ«ãƒ†ã‚¹ãƒˆcss
===================================*/
/* ã‚«ãƒ«ãƒ¼ã‚»ãƒ«å…¨ä½“ */
.carousel {
  /* æ°´å¹³æ–¹å‘ä¸­å¤®å¯„ã› */
  display: flex;
  justify-content: center;
}
/* ã‚«ãƒ«ãƒ¼ã‚»ãƒ«å†…å®¹ */
.contains {
  /* ã‚µã‚¤ã‚ºã¯è‡ªç”±ã«å¤‰æ›´ã—ã¦ãã&nbsp;ã•ã„ã€‚*/
  /* ä¸‹ã®.slideã‚‚åŒã˜ã‚µã‚¤ã‚ºã«ã—ã¦ãã&nbsp;ã•ã„ã€‚ */
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
/* ã‚¹ãƒ©ã‚¤ãƒ‰åˆ‡ã‚Šæ›ãˆç”¨ãƒ©ã‚¸ã‚ªãƒœã‚¿ãƒ³ã¯å¸¸ã«éžè¡¨ç¤º */
.slide_select {
  display: none;
}
/* å„ã‚¹ãƒ©ã‚¤ãƒ‰ */
.slide {
  /* ã‚µã‚¤ã‚ºã¯è‡ªç”±ã«å¤‰æ›´ã—ã¦ãã&nbsp;ã•ã„ã€‚*/
  /* ä¸Šã®.containsã‚‚åŒã˜ã‚µã‚¤ã‚ºã«ã—ã¦ãã&nbsp;ã•ã„ã€‚ */
  width: 100%;
  aspect-ratio: 2 / 3;
  position: absolute;
  /* ã‚¹ãƒ©ã‚¤ãƒ‰ã®åˆæœŸå€¤ã¯é¸æŠžã•ã‚Œã¦ã„ãªã„ã®ã§é€æ˜Žã«ã—ã¦ãŠã */
  opacity: 0;
}
/* å‰ã¸æ¬¡ã¸ãƒœã‚¿ãƒ³ */
.scroll_button {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  /* ç¸¦ä¸­å¤®ã‹ã‚‰20pxä¸Šã®ä½ç½® */
  top: 50%;
  margin-top: -20px;
/* ä¸Šè¾ºã¨å³è¾ºã®ã¿å¹…5pxã®æž&nbsp;ç·š */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  /* æ™®æ®µã¯ãƒœã‚¿ãƒ³ã¯ã‚„ã‚„è–„ãã™ã‚‹ */
  opacity: 0.5;
  /* ã‚¹ãƒ©ã‚¤ãƒ‰ã‚ˆã‚Šã‚‚å‰é¢ã«ã™ã‚‹ */
  z-index: 3;
}
/* ãƒ›ãƒãƒ¼æ™‚ã«ãƒœã‚¿ãƒ³ã‚’å¼·èª¿ */
.scroll_button:hover {
  opacity: 1;
}
/* å‰ã¸ãƒœã‚¿ãƒ³ */
.scroll_prev {
  left: 10px;
  /* ä¸Šè¾ºã¨å³è¾ºã®æž&nbsp;ç·šã‚’å›žè»¢ã—ã¦"ï¼œ"ã«ã™ã‚‹ */
  transform: rotate(-135deg);
}
/* æ¬¡ã¸ãƒœã‚¿ãƒ³ */
.scroll_next {
  right: 10px;
  /* ä¸Šè¾ºã¨å³è¾ºã®æž&nbsp;ç·šã‚’å›žè»¢ã—ã¦"ï¼ž"ã«ã™ã‚‹ */
  transform: rotate(45deg);
}

/* 1ç•ªç›®ã®ã‚¹ãƒ©ã‚¤ãƒ‰é¸æŠžæ™‚ */
/* 1ç•ªç›®ã®ã‚¹ãƒ©ã‚¤ãƒ‰ã®é€æ˜Žåº¦ã‚’0ã«ã—ã¦è¡¨ç¤ºã™ã‚‹ */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
/* 1ç•ªç›®ã®ã‚¹ãƒ©ã‚¤ãƒ‰ã®å‰ã¸æ¬¡ã¸ãƒœã‚¿ãƒ³ã®é&nbsp;˜åŸŸã‚’ */
.slide_select:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked
  ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked
  ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
/*===================
ã‚»ãƒ©ãƒ”ç”»åƒã‚«ãƒ«ãƒ¼ã‚»ãƒ«ãƒ†ã‚¹ãƒˆcss
===================================*/



h2 span.ttl{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}

h2 .sub{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}

h2.h2-bg{
background: url("../images/h2_bg.webp");
background-repeat: no-repeat;	
background-position: center top;
background-size: 160px;	
height: 160px;
	padding-top: 60px;
}
.h2-bg2 span.ttl{
font-weight: 700;
font-size: 2.6rem;
line-height: 3.5rem;
letter-spacing: 0.2rem;	
	padding-left: 5px;
	color: #fff;

}

.h2-bg2 .sub{
font-weight: 700;
font-size: 2.6rem;
line-height: 2.4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}
h2.h2-bg2{
background: url("../images/flow.webp");
background-repeat: no-repeat;	
background-position: center top;
background-size: 160px;	
height: 160px;
	padding-top: 50px;
  z-index: 0;
}
/*===================
ãƒ†ã‚­ã‚¹ãƒˆã®ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³
===================================*/







/*------------------------------------------------
ã‚¦ã‚§ãƒ–äºˆç´„ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ï¼ˆã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ç”¨ï¼‰
------------------------------------------------*/


.webyoyaku-tell-gold__txt a {
		font-size: 2.2rem;
		font-weight: 700;
}


@media screen and (max-width: 761px) {
	.webyoyaku-tell-gold__txt a{
		font-size: 2.2rem;
		font-weight: 700;
	}
  }
/*------------------------------------------------
ã‚¦ã‚§ãƒ–äºˆç´„ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ï¼ˆã‚´ãƒ¼ãƒ«ãƒ‰ç”¨ï¼‰
------------------------------------------------*/
















/*===================
ã‚»ãƒ©ãƒ”ã‚¹ãƒˆãƒ©ãƒ³ã‚­ãƒ³ã‚°
===================================*/



.c-list-charmpoint {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
	padding: 20px 10px;
}
@media screen and (max-width: 740px) {
.c-list-charmpoint {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 10px;
	padding: 20px 10px;
}}

.c-list-charmpoint__item {
  background: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 25px;
	overflow: hidden;
}
@media screen and (max-width: 761px) {
.c-list-charmpoint__item {
	border-radius: 15px;
}}

.c-list-charmpoint__item figure img{
	width: 100%;
}


.webyoyaku-tell-gold__txt i{
	font-size: 2.5rem;
  color: #fff;
}



/*------------------------------------------------
ç„¡é™ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼
------------------------------------------------*/
.slider-wrapper-mugen {
  display: flex; /* ã‚¹ãƒ©ã‚¤ãƒ‰ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‚’æ¨ªä¸¦ã³ */
  overflow: hidden; /* ã¯ã¿å‡ºãŸã‚¹ãƒ©ã‚¤ãƒ‰ã‚’éš&nbsp;ã™ */
	margin-top: 20px;
	margin-bottom: 50px;
}

@media screen and (max-width: 761px) {
.slider-wrapper-mugen {
	margin-top: 10px;
	margin-bottom: 30px;
}}

@media screen and (max-width: 560px) {
.slider-wrapper-mugen {
	margin-top: 0px;
	margin-bottom: 10px;
}}




/* ã‚¹ãƒ©ã‚¤ãƒ‰3æžšã®ã‚°ãƒ«ãƒ¼ãƒ— */
.slider-mugen {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* ã‚¹ãƒ©ã‚¤ãƒ‰3æžšã‚’æ¨ªä¸¦ã³ */
}



/* ã‚¹ãƒ©ã‚¤ãƒ‰ */
.slide-mugen {
  width: calc(100vw / 4); /* ã‚¹ãƒ©ã‚¤ãƒ‰ã®æžšæ•° */
}
/* ã‚¹ãƒ©ã‚¤ãƒ‰ã®ç”»åƒ */
.slide-mugen img {
  display: block;
  width: 100%;
	height: 100%;
	object-fit: cover;
}
	
@media screen and (max-width: 761px) {
.slide-mugen {
  width: calc(100vw / 3); /* ã‚¹ãƒ©ã‚¤ãƒ‰ã®æžšæ•° */
}
}	
	
@media screen and (max-width: 560px) {
.slide-mugen {
  width: calc(100vw / 2); /* ã‚¹ãƒ©ã‚¤ãƒ‰ã®æžšæ•° */
}
}		
	
/* CSSã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*------------------------------------------------
ç„¡é™ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼
------------------------------------------------*/





.c-profile-imgs .rank{
  display: block;
  width: 20%;
  margin: 0 0 0.5rem 0.5rem;
  z-index: 1;
}


/*newã‚¢ã‚¤ã‚³ãƒ³è¨­å®š*/
.pickup__img {
  display: flex;
  justify-content: center; /* æ°´å¹³æ–¹å‘ã«ã‚»ãƒ³ã‚¿ãƒ¼ã«é…ç½® */
  align-items: center;
  margin:0 auto 5%;
}

.pickup__img img{
 transition:0.5s all;
}
a:hover .pickup__img img{
  transform:scale(1.05,1.05);
}



.pickup__img .new2 {
  width: 25%;
  position: absolute;
  top: -10px;
  left: 5px;
  z-index: 1;
}


.concept_block ul li {
	position: relative;
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-weight: bold;
}
.concept_block ul li:before {
	position: relative;
	font-weight: 600;
	margin-right: 0.5em;
}
	.concept_block p,
	.concept_block ul {
		font-size: 1.6rem;

	}


/* SP style */
@media print, screen and (max-width:760px) {
	#concept h3 {
	font-size: 2.2rem;
	text-align: center;
	padding: 0 10px;
	}
	.concept_block {
		flex-direction: column;
		align-items: center;
	}
	.concept_block img {
		width: 400px;
		margin-bottom: 20px;
	}
	.concept_block p,
	.concept_block ul {
		font-size: 1.6rem;
	}
}
/* PC style */
@media print, screen and (min-width:760px) {
	#concept h3 {
	font-size: 2.2rem;
	}
	.concept_block {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
	}
	.concept_block:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.concept_block img {
		width: 350px;
	}
	.concept_block div {
		width: calc(100% - 400px);
	}
	.concept_block p,
	.concept_block ul {
		font-size: 1.6rem;
	}
}
	.sp_sectioninner {
		width: calc(100% - 10px);
		margin: 0 auto 30px;
	}
/* flexbox */
.concept_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}











.w600{
  max-width: 600px;
  margin-inline: auto;
}
.w800{
  max-width: 800px;
  margin-inline: auto;
}
.w1000{
  max-width: 1000px;
  margin-inline: auto;
}
.w1200{
  max-width: 1200px;
  margin-inline: auto;
}
.w1400{
  max-width: 1400px;
  margin-inline: auto;
}
/*------------------------------------------------
ãƒ•ãƒƒã‚¿ãƒ¼ã®åºƒå‘Šè¡¨ç¤º
------------------------------------------------*/
.l-footer__copyright{
	font-size: 1.2rem;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #ccc;
}

.l-footer__copyright a{
	color: #ccc;
}
/*------------------------------------------------
ãƒ•ãƒƒã‚¿ãƒ¼ã®åºƒå‘Šè¡¨ç¤º
------------------------------------------------*/





.price-head h3 {
    /* padding: 0 0 10px 0; */
    background: rgba(255, 125, 186, 0.8);
    margin: 60px 0 30px 0;
    text-align: center;
	font-size: 3.2rem;
	padding: 5px 0 5px;
	color: #fff;
	font-family: "cantiga", sans-serif;;border-radius: 20px;
	font-weight: 300;
}
.price-head h3 span {
 display: block;
	font-size: 1.2rem;
	margin-top: -5px;
}

.cont_titile {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  padding: 25px 0 25px;
  font-weight: normal;
	color: #827d80;
	/*background: -webkit-linear-gradient(360deg, rgba(171, 148, 105, 1) 0%, rgba(218, 205, 161, 1) 25%, rgba(247, 240, 195, 1) 50%, rgba(218, 205, 161, 1) 75%, rgba(171, 148, 105, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}

.cont_titile span {
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  padding: 0;
  display: block;
  font-weight: 200;
  padding-bottom: 0.25rem;
	/*background: -webkit-linear-gradient(360deg, rgba(171, 148, 105, 1) 0%, rgba(218, 205, 161, 1) 25%, rgba(247, 240, 195, 1) 50%, rgba(218, 205, 161, 1) 75%, rgba(171, 148, 105, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}


.cont_titile span {
  position: relative;
}
.cont_titile span::before {
  content: "";
  display: block;
  background: url("../images/h2_wing.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 40rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: -1;
  padding: 3rem 0;
  opacity: 1;
}


.cont_titile span{
  font-family: "Cinzel", serif;
  /* text-transform: uppercase; */
  font-weight: 100;
  color: #454545;
}




.cont_titile span::first-letter {
  color: #827d80;
  font-size: 3rem;
}

.cont_titile span {
  color: #353535;
  font-size: 2.6rem;
}
	
	
	

h2.profile-name{
	text-align: center;
	line-height: 8rem;
	font-size: 3.4rem;
	color: #353535;
	background-image: url('../images/logo_mini2.webp');
	background-size: 80px;
	    background-repeat: no-repeat;
    background-position: 50% center;
background-blend-mode:lighten;
}


.c-inner-system{/*ãƒ¡ãƒ‹ãƒ¥ãƒ¼æž&nbsp;ãƒ‡ã‚¶ã‚¤ãƒ³*/
	max-width: 800px;
	margin: auto;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.7);
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #bc13fe,
            0 0 0.8rem #bc13fe,
            0 0 2.8rem #bc13fe,
            inset 0 0 1.3rem #bc13fe; 
	
}






/*è¦ªè¦ç´&nbsp;ç„¡è¦–ã—ã¦ã¯ã¿å‡ºã™
@media screen and (max-width: 650px) {
.inner-logo-pc{
  width: 500px;
}}
@media screen and (max-width: 520px) {
.inner-logo-pc{
  width: 400px;
}}
@media screen and (max-width: 420px) {
.inner-logo-pc{
  width: 300px;
}}
*/
.inner-logo-pc-sub{
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 650px) {
.inner-logo-pc-sub{
  width: 500px;
}}
@media screen and (max-width: 520px) {
.inner-logo-pc-sub{
  width: 400px;
}}
@media screen and (max-width: 420px) {
.inner-logo-pc-sub{
  width: 300px;
}}


.sub__header h2{
    position: relative;
	margin: 0 auto;
	max-width: 1000px;
	top:80px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 10px 0;
}



	
	
.zoom-mv-pc img {
animation: animationZoom1 5s ease-out forwards;
}
@keyframes animationZoom1 {
  from {
  transform: scale(1.1);
  transform-origin: top;	  	  
  }

  to {
      transform:scale(1);
    transform-origin: top;
  }
}

.zoom-mv-sp img {
animation: animationZoom2 5s ease-out forwards;
}
@keyframes animationZoom2 {
  from {
  transform: scale(1.2);
  transform-origin: top;	  	  
  }

  to {
      transform:scale(1);
    transform-origin: top;
  }
}

.access-wrapper{
margin-top: 40px;
}
.access-room-name{
background-color: #FF7DBA;
color: #fff;
font-size: 2.0rem;
border-top-left-radius: 10px; 
border-top-right-radius: 10px; 
padding: 15px 20px;
}
.access-room-item{
padding: 0 5px;
}
.access-room-item li{
display: flex;
border-bottom: 1px solid #e19191;
padding: 16px 0;
font-size: 1.6rem;
}
.access-room-item-ttl{
width: 15%;
min-width: 60px;
font-weight: 700;
}
.access-room-item-txt{
width: 85%;
}
.access-room-item-map{
margin-top: 20px;
padding: 0 5px;
}
@media screen and (max-width: 600px) {
.access-room-item-map{
margin-right: calc(50% - 50vw);/*è¦ªè¦ç´&nbsp;ç„¡è¦–ã—ã¦ã¯ã¿å‡ºã™*/
margin-left: calc(50% - 50vw);
padding: 0;
}}




.ad-under-wave{
  background:url(../images/wave-red.webp) bottom repeat-x; 
  background-size: 20px;
}

@media screen and (min-width: 1101px) {
.two-col-container {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 20px 0 0 0;
}}	
@media screen and (max-width: 1100px) {
.two-col-container {
  padding: 20px 0 0 0;
}}	
	
@media screen and (min-width: 1101px) {
.col1 {
  width: 60%;
}}

@media screen and (min-width: 1101px) {
.col2 {
  width: 40%;
  padding-right: 10px;
}}
@media screen and (max-width: 1100px) {
.col2 {
  margin: 0;
}}


.recruit-img{
	margin-top: 10px;
}
.in-mv{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 600px;
}
@media screen and (max-width: 760px) {
.in-mv{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
}
}

.fa-clock{
	margin-right: 3px;
}

.explanation-wrapper{}
.explanation-inner{
	max-width:400px;
	margin: 0 auto 20px;
	text-align: center;
}
.explanation-inner span{
	color: #f98bac;
}
.explanation-box{
	display: flex;
	justify-content:center;
	gap: 40px;
	margin-top: 5px;
}
.explanation-icon1{
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation-icon1 img{
	width: 40px;
	margin-right: 10px;
}
.explanation-icon2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation-icon2 img{
	width: 40px;
	margin-right: 10px;
}
@media screen and (max-width: 760px) {
.explanation-box{
	gap: 20px;
}
.explanation-icon1 img{
	width: 40px;
}	
.explanation-icon2 img{
	width: 40px;
}
}

.youtube-ratio {
    aspect-ratio: 16 / 9;
	padding: 0 10px;
}
.youtube-ratio iframe{
	width: 100%;
	height: 100%;
}



.is-bg-border{
background-image: url('../images/p-section-bg3.gif');
background-repeat: repeat;	
}
.slider-main-zoom-wrapper{
	position: relative;
	width: 100%;
}
.inner-logo-sub{
  width: 100%;
}


/*------------------------------------------------
ã‚·ã‚¹ãƒ†ãƒ&nbsp;ï¼ˆè¡¨çµ„ã¿ï¼‰
------------------------------------------------*/
/*PCã€ã‚¹ãƒžãƒ›è¡¨ç¤ºåˆ‡ã‚Šåˆ†ã‘*/
.u-pc-sysytem-db {
  display: block;
}

.u-sp-sysytem-db {
  display: block;
}

@media screen and (min-width: 761px) {
  .u-sp-sysytem-db {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .u-pc-sysytem-db {
    display: none;
  }
}

/*ã‚³ãƒ¼ã‚¹ã‚¿ã‚¤ãƒˆãƒ«*/
.system-head{
	text-align: center;
	margin-bottom: 30px;
}
.system-head-ttl{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
}
.system-head-txt{
	color: #fff;
}

/*è¡¨ï¼ˆPCï¼‰*/
.system-course-table{
	color: #fff;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
}
.system-course-table-list-box{
	display: flex;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.system-course-table-col1-first{
	background-color: #68BBE3;
	font-weight: 700;
	width: 60%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	font-size: 1.7rem;
}
.system-course-table-col2-first{
	background-color: #68BBE3;
	font-weight: 700;
	width: 20%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	font-size: 1.7rem;
}
.system-course-table-col3-first{
	background-color: #68BBE3;
	font-weight: 700;
	width: 20%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	font-size: 1.7rem;
}

.system-course-table-col1{
	background-color: #E0F4FD;
	width: 60%;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.system-course-table-col2{
	background-color: #E0F4FD;
	width: 20%;
	text-align: right;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.system-course-table-col3{
	background-color: #E0F4FD;
	width: 20%;
	text-align: right;
	padding: 20px 10px;
	border-bottom: 1px solid #fff;
}

/*è¡¨ï¼ˆã‚¹ãƒžãƒ›ï¼‰*/
.system-course-table-col1-first-sp{
	font-weight: 700;
	width: 60%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #fff;
}
.system-course-table-col100-first-sp{
	font-weight: 400;
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	font-size: 1.7rem;
	color: #fff;
}
.system-course-table-col2-first-sp{
	font-weight: 700;
	width: 40%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #666;
	font-size: 1.7rem;
}
.system-course-table-col3-first-sp{
	font-weight: 700;
	width: 40%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	font-size: 1.7rem;
}

.system-course-table-col1-sp{
	width: 60%;
	padding: 20px 10px;
	border-right: 1px solid #ccc;
	font-size: 1.8rem;
}
.system-course-table-col2-sp{
	width: 40%;
	text-align: right;
	padding: 20px 10px;
	font-size: 1.8rem;
	margin: auto;
}
.system-course-table-col3-sp{
	background-color: #F3ECE8;
	width: 40%;
	text-align: right;
	padding: 20px 10px;
	border-bottom: 1px solid #666;
}

.basic-service-countainer{
	margin-bottom: 40px;
}
.basic-service{
	display: flex;
	gap :10px;
	flex-wrap:wrap;
	justify-content:center;
}
.basic-service li{
	background-color: #AD49E1;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 25px;
}
.system-course-table-col1-sp.ttl{
	font-size: 1.6rem;
	color: #666;
}

@media screen and (max-width: 760px) {
.basic-service{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
  text-align: center;
}}
/*------------------------------------------------
ã‚·ã‚¹ãƒ†ãƒ&nbsp;ï¼ˆè¡¨çµ„ã¿ï¼‰
------------------------------------------------*/


/*------------------------------------------------
ã‚¢ã‚¯ã‚»ã‚¹
------------------------------------------------*/
.access-room-ttl{
    width: 100%;
    color: #666;
    text-align: center;
    padding: 20px 10px;
    font-size: 2.6rem;
}
.access-room-txt{
	margin: 10px 0 20px 0;
    color: #666;
}
.access-room-root{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
@media screen and (max-width: 800px) {
.access-room-root{
    grid-template-columns: repeat(1, 1fr);
}}
.access-room-root-photo img{
	width: 100%;
}
.google-maps {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
position: relative;
padding-bottom: 500px; // ã“ã‚ŒãŒç¸¦æ¨ªæ¯”
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 450px;
}


.google-calendar iframe {
width: 100% !important;
height: 500px;
}

.shop-info-box{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	padding: 0 10px;
}
.shop-info img{
	width: 60px;
}
.shop-info{
	display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
}
@media screen and (max-width: 800px) {
.shop-info-box{
    grid-template-columns: repeat(1, 1fr);
	padding: 0 10px;
}
.shop-info img{
	width: 50px;
}
.shop-info{
	display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
}
}
/*------------------------------------------------
ã‚¢ã‚¯ã‚»ã‚¹
------------------------------------------------*/

/*------------------------------------------------
ã‚¹ã‚¿ãƒƒãƒ•ãƒ—ãƒ­ãƒ•ã‚£ãƒ¼ãƒ«
------------------------------------------------*/
.staff-profile__status_under {
  display: block;
		width: 100%;
	text-align: center;
	font-size: 2rem;
  right: 0px;
  bottom: 0px;
  font-weight: 400;
	color: #fff;
  border-radius: 0px;
  padding: 3% 0;
}
/*------------------------------------------------
ã‚¹ã‚¿ãƒƒãƒ•ãƒ—ãƒ­ãƒ•ã‚£ãƒ¼ãƒ«
------------------------------------------------*/





/*------------------------------------------------
æœ€åˆã«ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã‚’é–‹ã„ãŸã¨ãã«ç”»é¢å…¨ä½“ã‚„ãƒ­ã‚´ã‚’ãƒ•ã‚§ãƒ¼ãƒ‰ã•ã›ã‚‹
------------------------------------------------*/
 /*bodyãƒ•ã‚§ãƒ¼ãƒ‰ã‚¤ãƒ³*/
.body-fadein {
 	animation: fadeIn 0.6s ease 0s 1 normal;
 	-webkit-animation: fadeIn 0.6s ease 0s 1 normal;
 }
 @keyframes fadeIn {
 	0% {opacity: 0}
 	100% {opacity: 1}
 }
 @-webkit-keyframes fadeIn {
 	0% {opacity: 0}
 	100% {opacity: 1}
 }
 /*bodyãƒ•ã‚§ãƒ¼ãƒ‰ã‚¤ãƒ³*/

 /*first-view*/
#top_shutter {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #68BBE3;
	z-index: 9999999;
	animation: bgAnime linear 4s forwards;
}

#top_shutter img{
	width: 70%;
	max-width: 350px;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	-webkit-animation: text-focus-in 1s ease-in 0.3s both;
	animation: text-focus-in 1s ease-in 0.3s both;
}
/*keyframe*/
@keyframes bgAnime {
	70%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		display: none;
		z-index: -99999;
	}
}
@-webkit-keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}
@keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}
/*------------------------------------------------
æœ€åˆã«ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã‚’é–‹ã„ãŸã¨ãã«ç”»é¢å…¨ä½“ã‚„ãƒ­ã‚´ã‚’ãƒ•ã‚§ãƒ¼ãƒ‰ã•ã›ã‚‹
------------------------------------------------*/


/*------------------------------------------------
GMéƒ¨ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆ
------------------------------------------------*/
#gm-contact_nav{
	letter-spacing: 1px;
	text-align: center;
	display: flex;
	bottom: 0;
	width: 100%;
	/* box-shadow: 0px 0px 16px -6px #828282; */
}
#gm-contact_nav a{
	padding: 0px 0 5px;
	background-color: rgba(174, 139, 112, 0.9);
	display: block;
	width: calc(100%/3);
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	color: #fff;
	font-size: 16px;
}
#gm-contact_nav a:last-child{
	border-right: none;
}
#gm-contact_nav .footer_icon{
	width: 15px;
	padding-bottom: 2px;
	padding-top: 5px;
}
@media screen and (min-width: 941px) {
  #gm-contact_nav {
    display: none !important;
  }
}
/*------------------------------------------------
GMéƒ¨ã®ã‚³ãƒ³ã‚¿ã‚¯ãƒˆ
------------------------------------------------*/



.pagelink-button-wrapper{
	width: 300px;
	height: 52px;
	margin: 20px auto 0px;
	overflow: hidden;
	position: relative;
}
.pagelink-button-wrapper:after{
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
   pointer-events: none;/* â†ã“ã‚Œã§ã™ï¼*/
}
.pagelink-button{
background-color: #333;
    padding: 15px 10px;
    text-align: center;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pagelink-txt{
	color: #fff;
	font-size: 1.6rem;
}
.pagelink-button:hover {
    background-color: #666;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.shop-introduction{
  padding: 40px 20px;
}
.shop-introduction-inner{
	display: flex;
	column-gap: 30px;
	max-width: 1200px;
	margin: auto;
}
.shop-introduction-col1{
	width: 60%;
	margin: auto;
}
@media screen and (max-width: 800px) {	
.shop-introduction-col1{
margin-bottom: 15px;
}
}
.shop-introduction-col1-ttl{
	font-size:3.6rem;
	font-weight: 700;
	line-height: 5rem;
	padding-bottom: 20px;
	color: #666;
}
.shop-introduction-col1-txt{
	color: #666;
    font-size: 1.7rem;
	line-height: 2.8rem;
	letter-spacing: 0.05rem;
}
.shop-introduction-col2{
	width: 40%;
	text-align: center;
	margin: auto;
}
.shop-introduction-col2 img{
	width: 400px;
	min-width: 300px;
}

@media screen and (max-width: 800px) {
.shop-introduction-inner{
	display:block;/*ã‚³ãƒ¬*/
	column-gap: 30px;
	max-width: 1200px;
}
.shop-introduction-col1{
	width: 100%;
}
.shop-introduction-col1-ttl{
	font-size:2.8rem;
	line-height: 3.4rem;
	text-align: center;
}

.shop-introduction-col2{
	width: 100%;
    text-align: center;
}
.shop-introduction-col2 img{
	width: 70%;
	min-width: 260px;
}
}





.access-map{
	height: 100%;
	width: 100%;
}
.access-map img{
	position: absolute;
  width: 600px;
  top: 150px;
  right: 0;
  left: 0;
  margin: auto;
	    object-fit: cover;
}


/*ãƒªãƒ³ã‚¯è¡¨ï¼‰*/
.link-table{
	color: #666;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
}
.link-table-list-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.link-table-col1{
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.link-table-col1 a{
	color:#666;
}
.link-table-col2{
	text-align: left;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 700px) {
.link-table-list-box{
	grid-template-columns: 1fr;
}
.link-table-col1{
	padding: 5px 10px;
}
.link-table-col2{
	padding: 0px 10px 5px;
}
}
.content-pic{
	width: 100%;
}
.content-pic img{
	object-fit: cover;
	width: 100%;
	height: 260px;
}
@media screen and (max-width: 800px) {
.content-pic img{
	height: 200px;
}}
@media screen and (max-width: 600px) {
.content-pic img{
	height: 160px;
}}


.img-box{
  width: 600px;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.img-box&gt;a div{
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  /* è¿½è¨˜ */
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
/* 1æžšç›®ã®ã‚¹ãƒ©ã‚¤ãƒ‰ */
.img-box&gt;a div:first-of-type{
  background-image: url(https://super-akuma.net/banners/shg_mv_01.jpg);
}

/* 2æžšç›®ã®ã‚¹ãƒ©ã‚¤ãƒ‰ */
.img-box&gt;a div:nth-of-type(2){
  background-image: url(https://super-akuma.net/banners/IMG_2983.JPG);
  /* è¿½è¨˜ */
  animation-delay: 4s;
}

/* 3æžšç›®ã®ã‚¹ãƒ©ã‚¤ãƒ‰ */
.img-box&gt;a div:last-of-type{
  background-image: url(https://super-akuma.net/banners/04.jpg);
  /* è¿½è¨˜ */
  animation-delay: 8s;
}


.contact-ban img{
	width: 100%;
}
.contact-ban-inner{
	
}
.contact-ban-box{
	padding: 0;
	position: relative;
}
.contact-ban{
	margin-top: 10px;
}
.contact-ban-flex{
	margin: 6px auto;
	display: flex;
	column-gap: 6px;
}


/*------------------------------------------------
ãƒ•ãƒ­ãƒ¼
------------------------------------------------*/
.p-section__header-type3 {
  border-bottom: 0px solid #707070;
  text-align: center;
  line-height: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -50px 0 -100px;
	height: auto;
	z-index: 0;
}


h2.h2-bg2{
	position: absolute;
    right: 0; /* è¦ªè¦ç´&nbsp;ã®å¤–å´ï¼ˆå³è¾ºï¼‰ã‹ã‚‰0pxå†…å´ */
    left: 0; /* è¦ªè¦ç´&nbsp;ã®å¤–å´ï¼ˆå·¦è¾ºï¼‰ã‹ã‚‰0pxå†…å´ */
    margin: -50px auto 0;
background: url("../images/flow.webp");
background-repeat: no-repeat;	
background-position: center top;
width: 200px;
background-size: 160px;	
height: 160px;
	padding-top: 50px;
	z-index: 0;
}

h2 span.ttl{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}

h2 .sub{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}


.testban {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	z-index: -100;
	top:80px;

}

.testban img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}


.massage_box-flow {
	color: #3D3D3D;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 700px;
    right: 0; /* è¦ªè¦ç´&nbsp;ã®å¤–å´ï¼ˆå³è¾ºï¼‰ã‹ã‚‰0pxå†…å´ */
    left: 0; /* è¦ªè¦ç´&nbsp;ã®å¤–å´ï¼ˆå·¦è¾ºï¼‰ã‹ã‚‰0pxå†…å´ */
    margin: -250px auto 0;
    padding: 40px 80px;
	background-image: url(../images/point_top_l.webp), url(../images/point_top_r.webp), url(../images/point_bottom_l.webp), url(../images/point_bottom_r.webp);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 60px, 60px;
	z-index: 1;
	text-align: left;
	height: auto;
}



.massage_box-flow span{
	display: block;
	font-size: 2.4rem;
	padding: 0 0 10px 0 ;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 500px) {
	.massage_box-flow{
    padding: 20px 30px;
	}
  }

@media screen and (max-width: 500px) {
	.massage_box-flow span{
	font-size: 2.0rem;
	}
  }



.massage_box-flow .concept_txt {
color: #fff;
	font-size: 1.6rem;
	line-height: 3rem;
}


.arrow1{
	margin: -30px auto 60px;;
	text-align: center;
	width: 80px;
}

/*------------------------------------------------
ãƒ•ãƒ­ãƒ¼
------------------------------------------------*/


</pre></body></html>