@charset "UTF-8";

/*********************/
/* ヘッダーのCSS */
/*********************/
.header {
	background: url("../images/menu/menu_top.jpg") 100% 100% no-repeat;
	background-size: 100% auto;	
}

/*********************/
/* メニュー部のCSS */
/*********************/
.menu-table th {
	background-color: #fff;
	border: solid 1px #000;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 0 10px;
}
.menu-table td {
	background-color: #fff;
	border: solid 1px #000;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	line-height: 1.2em;
  padding: 5px 10px
}
.menu-table-sc td {
	background-color: #fff;
	border: solid 1px #000;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	padding: 5px 10px;
}
.td-gray { background-color: #F0F0F0 !important; }
.caution {
	letter-spacing: 0.01rem;
}

	
.s1 {
	color: #666666;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #666666;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}

/*********************/
/* 全身メニュー部のCSS */
/*********************/
.osusume {
	position: absolute;
	display: inline-block;
	background-color: #EF90AB;
	color: #fff;
	height: 10vw;
	width: 10vw;
	line-height: 10vw;
	text-align: center;
	vertical-align: middle;
	top: -5vw;
	left: 5vw;
}

/*********************/
/* 美容メニュー部のCSS */
/*********************/
.beauty-text {
	letter-spacing: 0.01em;
}
.b {
	border: solid 3px #000;
}
.pinkdot {
	border: none;
	height: 8px;
	background:url(../images/menu/pinkdot.png) 50% 0  no-repeat;
  color: #FFFFFF; /* サイト背景と同じ色を推奨 */
	margin: 0 6 0 6;
}

/*********************/
/* 回数券部のCSS */
/*********************/
.t {
	background-color: transparent !important;
	border: none !important;
	text-align: left;
}

.fukidashi {
 	position: relative;
	display: inline-block;
 	margin: 0.5em 0;
	padding: 0 15px;
 	color: #fff;
	font-size: 16px;
	background: #FF7080;
	border-radius: 5px;
}
.fukidashi:before{
	content: "";
	position: absolute;
	top: 65%;
	left: -25px;
 	margin-top: -10px;
	border: 5px solid transparent;
	border-right: 30px solid #FF7080;
}
.fukidashi p {
	margin: 0;
	padding: 0;
}