@charset "UTF-8";

body {
	font-family:  "Times New Roman", serif;
	width: 100%;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
	margin-top: -10%; 
	padding:0;
	overflow-x: hidden;
	background: linear-gradient(#333, #000);
	color: #fff;
}

h2 {
	font-size: 40px;
	letter-spacing: 3px;
	color: #fff;
	text-decoration: none;
}

h3 {
	font-size: 36px;
	letter-spacing: 3px;
}



/********************************************************************************************************
PC
********************************************************************************************************/


/********************************************************************************************************
ロゴ
********************************************************************************************************/

.pc { display: block !important; }
.sp { display: none !important; }


.logo {
    width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

/********************************************************************************************************
********************************************************************************************************/


/********************************************************************************************************
ハンバーガーメニュー
********************************************************************************************************/


a {
  text-decoration: none;
}

ul {
list-style: none;
}

.menu-checkbox {
	display: none;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out 0s;
  background-color: #000;
  z-index: 9998;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer-menu-list {
  margin-top: 100px;
}

.drawer-menu-item-link {
  display: block;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  color: #fff;;
  margin-top: 20px;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

.drawer-icon {
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 60px;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #fff;
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: '';
    display: block;
    height: 4px;
    width: 40px;
    border-radius: 3px;
    background-color: #ddd;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
}

.drawer-icon span::after {
  top: 12px;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #3584bb;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}


summary {
	line-height: 250%;
}

details {
	line-height: 250%;
}


/********************************************************************************************************
********************************************************************************************************/
	

/********************************************************************************************************
動画・about・top
********************************************************************************************************/

.video {
	position: relative;
	margin: 0px;
	margin-top: 200px;
}

.photo {
	position: relative;
	margin: 0px;
}

.topPvImg {
	position: absolute;
	top: 0;
	margin: 0px;
}

.goldLine {
	margin-top: -12px;
	margin-bottom: -10px;
}

/********************************************************************************************************
********************************************************************************************************/

#conts_dna .dna_list {
  width: 100%;
  text-align: center;
  display:-ms-flexbox;
  /*display:flex;*/
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
  position: relative;
  z-index: 1;
}
#conts_dna .dna_list li {
  line-height: 1.5;
  text-shadow: #070b0c 1px 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#conts_dna .dna_list .symbol {
  width: 21px;
  padding-top: 48px;
  vertical-align: middle;
}
#conts_dna .dna_list li .title {
  font-size: 14px;
  margin-bottom: 2px;
}
#conts_dna .dna_list li .name {
  font-size: 24px;
  margin-bottom: 8px;
}
#conts_dna .dna_list li .narrow {
  letter-spacing: -.1em;
}
#conts_dna .dna_list li .small {
  display: inline-block;
  font-size: 11px;
  margin-top: 6px;
  vertical-align: top;
}
#conts_dna .dna_list li .copy {
  display: inline-block;
  padding: 6px 12px 6px;
  font-size: 15px;
  border-top: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
}

/********************************************************************************************************
メニュー
********************************************************************************************************/

.menu-top-area {
	text-align: center;
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 15%;
}

.menu-top a {
	text-align: left;
	margin: 0;
	/*padding-top: 30px;*/
	padding-bottom: 30px;
	font-size: 24px;
	color: #000;
}

.under {
	border-bottom: solid 1px #000;
}


.menu-top-area-white {
	text-align: center;
	display: block;
	margin-left: 5%;
	margin-right: 5%;
}

.menu-top-white a {
	text-align: left;
	margin: 0;
	/*padding-top: 30px;*/
	padding-bottom: 30px;
	font-size: 24px;
	color: #fff;
}

.under-white {
	border-bottom: solid 1px #fff;
}

/*
.container {
  display: flex;
  flex-direction: row;
  height: 400px;
  text-align: center;
}

.left-column {
  flex: 1;
}

.center-column {
  flex: 1;
}

.right-column {
  flex: 1;
}
*/

/********************************************************************************************************
PC 2カラム 機器紹介・GROTTI
********************************************************************************************************/

.contentA {
 width: 50%;
 height: auto;
 text-align: right;
 padding: 2%;
}

.contentB {
 width: 50%;
 height: auto;
 text-align: left;
 padding: 2%;
}

.contentA img,.contentB img {
}
 
.machine {
 display: flex;
}
.machine img {
	width: 70%;
}

.therapist {
	text-align: center;
}
.therapist img {
	width: 50%;
}

/********************************************************************************************************
********************************************************************************************************/

/********************************************************************************************************
footer
********************************************************************************************************/

.info-area {
	text-align: center;
}

.googlemap a {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	border: solid 1px #fff;
	letter-spacing: 3px;
	text-decoration: none;
    height: 70px;
    padding: 0%;
    color: #fff;
    font-size: 24px;
	color: #000;
	background-color: #fff;
}
.googlemap:hover {
	opacity: 0.7;
}

.map img {
	width: 600px;
	height: auto;
	text-align: center;
}

.mapbox p {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	/*border: solid 1px #fff;*/
	letter-spacing: 3px;
	text-decoration: none;
    height: 50px;
    padding: 1%;
    color: #fff;
    font-size: 16px;
	/*background-color: #fff;*/
}

/*電話番号*/
.border a {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #fff;
	text-decoration: none;
    height: 50px;
    padding: 0%;
    color: #fff;
    font-size: 24px;
}
.border:hover {
	opacity: 0.7;
}

.info-text {
	font-size: 16px;
	letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
	margin-bottom: 3%;
}

.copyright {
    text-align: center;
}
.copyright p {
	font-size: 16px;
	letter-spacing: 3px;
    text-decoration: none;
	display: inline-block;
	margin-bottom: 3%;
}

/********************************************************************************************************
********************************************************************************************************/

/********************************************************************************************************
News・キャンペーン
********************************************************************************************************/

.newsarea {
	margin-top: 30px;
	margin-bottom: 50px;
	text-decoration: none;
}

.news {
	color: #fff;
	text-align: center;
	font-size: 15px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.news-0 {
	text-align: center;
}

.news-01 {
	width: 100%;
	text-align: center;
}

/********************************************************************************************************
********************************************************************************************************/

.regalo {
	text-align: center;
	margin-top: 30px;
}

.about-text {
	font-size: 16px;
	color: #fff;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

.about-company {
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

.about-company p {
	text-decoration: none;
}

/********************************************************************************************************
Instagram Twitter
********************************************************************************************************/

.snsarea {
	width: 100%;
	position: relative;
	justify-content: center;
	margin-bottom: 30px;
}

.instagram {
	text-align: center;
}

.snapwidget-widget-instagram {
	width: 50vw;
	height: 50vw;
	overflow: scroll;
}


.title {
	font-size: 40px;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}

/********************************************************************************************************
ご予約、お問い合わせ
********************************************************************************************************/
.whiteSpace {
	background-color: #fff;
	margin: 0;
	padding-bottom: 30px;
}

.topContact {
	width: 50%;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}

.contact-area {
	text-align: center;
}

.contact-area a {
	text-align: center;
	text-decoration: none;
}

.contact-area p {
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
}


.contact-container {
  display: flex;
  flex-direction: row;
  height: 400px;
  text-align: center;
  align-items: center;
}

.contact-left-column {
  flex: 1;
  text-align: right;
  color: #000;
}

.contact-center-column {
  flex: 1;
  color: #000;
}

.contact-right-column {
  flex: 1;
  text-align: left;
  color: #000;
}

.contact-text {
	font-size: 16px;
	color: #000;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

.red {
	color: #FF0004;
}

/********************************************************************************************************
********************************************************************************************************/

/********************************************************************************************************
サロンルール
********************************************************************************************************/

.topSalon {
	width: 50%;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}

.salon-text {
	font-size: 16px;
	color: #fff;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

/*ご予約時間／キャンセルについて*/
.border h3 {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #fff;
	text-decoration: none;
    height: 50px;
    padding: 0%;
    color: #fff;
    font-size: 24px;
}
.border:hover {
	opacity: 0.7;
}

.contact-text {
	font-size: 16px;
	color: #000;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

/********************************************************************************************************
********************************************************************************************************/
/********************************************************************************************************
SP
********************************************************************************************************/
	
@media screen and (max-width:428px){
	
	.pc { display: none !important; }
    .sp { display: block !important; }
	
body {
	font-family:  "Times New Roman", serif;
	width: 100%;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
	margin-top: -10%; 
	padding:0;
	overflow-x: hidden;
	background-color: #000;
	color: #fff;
}
	
h3 {
	font-size: 20px;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}
	

.logo{
	width: 50%;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
	
	
/********************************************************************************************************/


/********************************************************************************************************
動画
********************************************************************************************************/	

.video{
	margin-top: 85px;
	/* margin-bottom: 20px; */
}
	
/********************************************************************************************************
********************************************************************************************************/
	
.drawer-menu-item-link {
  display: block;
  text-align: left;
  font-size: 24px;
  letter-spacing: 3px;
  color: #fff;;
  margin-top: 20px;
}
	
.profile_index {
	text-align: left;
    font-size: 20px;
	margin-left: 5%;
	margin-right: 5%;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 3px;
}


/********************************************************************************************************
********************************************************************************************************/

#conts_dna .dna_list {
  width: 100%;
  text-align: center;
  display:-ms-flexbox;
  display:block;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
  padding: 0;
  position: relative;
  z-index: 1;
}
#conts_dna .dna_list li {
  line-height: 1.5;
  text-shadow: #070b0c 1px 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#conts_dna .dna_list .symbol {
  width: 21px;
  padding-top: 48px;
  vertical-align: middle;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin: auto;
}
#conts_dna .dna_list li .title {
  font-size: 14px;
  margin-bottom: 2px;
}
#conts_dna .dna_list li .name {
  font-size: 24px;
  margin-bottom: 8px;
}
#conts_dna .dna_list li .narrow {
  letter-spacing: -.1em;
}
#conts_dna .dna_list li .small {
  display: inline-block;
  font-size: 11px;
  margin-top: 6px;
  vertical-align: top;
}
#conts_dna .dna_list li .copy {
  display: inline-block;
  padding: 6px 12px 6px;
  font-size: 15px;
  border-top: 1px solid #d8d6d6;
  border-bottom: 1px solid #d8d6d6;
}

/********************************************************************************************************
********************************************************************************************************/
	
/********************************************************************************************************
News
********************************************************************************************************/

.newsarea {
	margin-top: 30px;
	margin-bottom: 50px;
	text-decoration: none;
}

.news {
	color: #fff;
	text-align: left;
	font-size: 15px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	margin-left: 10%;
	margin-right: 10%;
}
	.news img {
		width: 50%;
	}
	

/********************************************************************************************************
********************************************************************************************************/
	
/********************************************************************************************************
キャンペーン
********************************************************************************************************/
	

	
/********************************************************************************************************
メニュー
********************************************************************************************************/
	
.menu-top-area {
	text-align: center;
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	/*padding-top: 10%;*/
}

.menu-top a {
	text-align: left;
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
	/* padding-top: 30px; */
	padding-bottom: 30px;
	font-size: 16px;
	color: #000;
}
	
.under {
	border-bottom: solid 1px #000;
}
	
	
.menu-top-area-white {
	text-align: center;
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	/*padding-top: 10%;*/
}

.menu-top-white a {
	text-align: left;
	margin: 0;
	margin-left: 5%;
	margin-right: 5%;
	/* padding-top: 30px; */
	padding-bottom: 30px;
	font-size: 16px;
	color: #fff;
}
	
.under-white {
	border-bottom: solid 1px #fff;
}

/*
.container {
  display: block;
  flex-direction: row;
  height: auto;
  text-align: center;
  padding-bottom: 3;
}

.left-column {
    margin-bottom: 3%;
	padding-bottom: 3%;
}
.center-colum {
	margin-bottom: 3%;
	padding-bottom: 3%;
}
.right-column {
	margin-bottom: 3%;
	padding-bottom: 3%;
	padding-top: 6%;
}
*/
	
/********************************************************************************************************
機器紹介・セラピスト
********************************************************************************************************/
.machine {
 display: block;
 text-align: center;
}
.machine img {
	width: 90%;
}
	
.contentA {
 text-align: center;
 margin-bottom: 3%;
 margin-left: auto;
 margin-right: auto;
 width: 60%;
}

.contentB {
 text-align: center;
 margin-bottom: 3%;
 margin-left: auto;
 margin-right: auto;
 width: 60%;
}

.therapist {
	text-align: center;
}
.therapist img {
	width: 55%;
}
/********************************************************************************************************
********************************************************************************************************/
	
/********************************************************************************************************
	
********************************************************************************************************/
	
/********************************************************************************************************
********************************************************************************************************/

.regalo {
	text-align: center;
	margin-top: 30px;
}

.about-text {
	font-size: 16px;
	color: #fff;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

.about-company {
	font-size: 16px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}
	
.about-company p {
	color: #fff;
	text-decoration: none;
}
	
/********************************************************************************************************
Instagram　Twitter
********************************************************************************************************/

.snsarea {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.instagram {
	width: 100%;
	height: auto;
	text-align: center;
    margin: 0;
}

.snapwidget-widget-instagram {
	width: 90vw;
	height: 90vw;
	overflow: scroll;
}
	
/********************************************************************************************************
********************************************************************************************************/
	
/********************************************************************************************************
ご予約、お問い合わせ
********************************************************************************************************/
.whiteSpace {
	background-color: #fff;
	margin: 0;
	padding-bottom: 30px;
}

.topContact {
	width: 90%;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}

.contact-area {
	text-align: center;
}

.contact-area a {
	text-align: center;
	text-decoration: none;
}

.contact-area p {
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
}


.contact-container {
  display: block;
  flex-direction: row;
  height: 400px;
  text-align: center;
  align-items: center;
}

.contact-left-column {
  flex: 1;
  color: #000;
  text-align: center;
}

.contact-center-column {
  flex: 1;
  color: #000;
}

.contact-right-column {
  flex: 1;
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-text {
	font-size: 16px;
	color: #000;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50%;
}

.red {
	color: #FF0004;
}

/********************************************************************************************************
********************************************************************************************************/

	
/********************************************************************************************************
footer
********************************************************************************************************/

.info-area {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.googlemap a {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	border: solid 1px #fff;
	letter-spacing: 3px;
	text-decoration: none;
	width: 50%;
    height: 60px;
    padding: 0%;
    color: #fff;
    font-size: 24px;
	color: #000;
	background-color: #fff;
}
.googlemap:hover {
	opacity: 0.7;
}

.map img {
	width: 100%;
	height: auto;
	text-align: center;
}
	
.mapbox p {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	/*border: solid 1px #fff;*/
	letter-spacing: 3px;
	text-decoration: none;
	text-align: center;
    height: 80px;
    padding: 1%;
    font-size: 12px;
	color: #fff;
	/*background-color: #fff;*/
}

/*電話番号*/
.border a {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #fff;
	text-decoration: none;
    height: 50px;
    padding: 0%;
    color: #fff;
    font-size: 24px;
}
.border:hover {
	opacity: 0.7;
}

.info-text {
	font-size: 14px;
	letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
	margin-bottom: 3%;
}

.copyright {
    text-align: center;
}
.copyright p {
	font-size: 16px;
	letter-spacing: 3px;
    text-decoration: none;
	display: inline-block;
	margin-bottom: 3%;
}
	
/********************************************************************************************************
サロンルール
********************************************************************************************************/

.topSalon {
	width: 90%;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}
	
.salon-text {
	font-size: 16px;
	color: #fff;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

/*ご予約時間／キャンセルについて*/
.border h3 {
	display: flex;
    justify-content: center;
    align-items: center;
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #fff;
	text-decoration: none;
    height: 50px;
    padding: 0%;
    color: #fff;
    font-size: 16px;
}
.border:hover {
	opacity: 0.7;
}

.contact-text {
	font-size: 16px;
	color: #000;
	text-align: left;
	letter-spacing: 3px;
	margin-left: 10%;
	margin-right: 10%;
}

/********************************************************************************************************
********************************************************************************************************/

}
