
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 16px;
	font-weight: 400;
	min-width: 1280px;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.img {
	background: url(images/title_line.gif) no-repeat center bottom;
	font-size: 32px;
	font-weight: 400;
	padding-bottom: 5px;
}

h2.subtitle {
	background: url(images/title_line.gif) no-repeat center bottom 66px;
	font-size: 38px;
	font-weight: 400;
	padding: 40px 0;
}

h2.subtitle em {
	display: block;
	font-size: 15px;
	font-weight: 400;
}

h2.copy {
	font-size: 32px;
	font-weight: 400;
	padding: 45px 0 20px 0;
}

h3.subtitle {
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 5px;
}

h3.copy {
	font-size: 28px;
	font-weight: 400;
}

.sp {
	display: none;
}

p {
	line-height: 2em;
	margin: 10px 0;
	text-align: justify;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: black;
	overflow: hidden;
	transition: all .3s;
}

a:hover,
input.submit:hover,
span.link-btn {
	opacity: .60;
	transition: all .4s;
}

a.link-btn,
a span.link-btn {
	background: url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	display: inline-block;
	padding: 10px 78px 10px 70px;
	position: relative;
	text-decoration: none;
}

a.link-btn:before,
a span.link-btn:before {
	border-left: black 1px solid;
	border-top: black 1px solid;
	content: "";
	height: calc(100% - 20px);
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease;
	width: calc(100% - 20px);
}

a.link-btn:after,
a span.link-btn:after {
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	bottom: 0;
	content: "";
	height: calc(100% - 20px);
	position: absolute;
	right: 0;
	transition: all .3s ease;
	width: calc(100% - 20px);
}

a.link-btn:hover,
a:hover span.link-btn {
	background: #efdee0 url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 6px;
	opacity: 1;
}

a.link-btn:hover:before,
a.link-btn:hover:after,
a:hover span.link-btn:before,
a:hover span.link-btn:after {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
	text-align: justify;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

span.marker,
strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	line-height: 2.0em;
	padding: 0 5px;
}

ul.list li,
div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 5px 15px;
	background-size: 7px;
	display: block;
	line-height: 1.6em;
	padding: 7px 0 7px 20px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-align: justify;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	background: #c0c0c0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

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

table.list-table {
	border-top: 1px solid #9c9c9c;
}

table.list-table th {
	background-color: #dbdbdb;
	border-bottom: 1px solid #9c9c9c;
	font-size: 15px;
	font-weight: 400;
	padding: 18px 40px;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

table.list-table td {
	border-bottom: 1px solid #9c9c9c;
	font-size: 15px;
	padding: 18px 40px;
}

table.list-table td table th {
	background-color: transparent;
	border: none;
	padding: 0 10px 0 0;
	text-align-last: justify;
	white-space: nowrap;
	width: 10%;
}

table.list-table td table td {
	border: none;
	padding: 0;
}

p.trademark {
	border: 2px solid #ead8da;
	color: #d1a8ac;
	display: block;
	font-size: 25px;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: -20px;
	text-align: center;
	width: 500px;
}

ul.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.menu li {
	margin: 10px 0;
}

ul.menu li a {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	display: inline-block;
	padding: 40px 20px 20px 20px;
	position: relative;
	text-decoration: none;
	width: 380px;
}

ul.menu li a:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	opacity: 1;
}

ul.menu li a h3 {
	border-bottom: 1px solid #7e7e7e;
	font-size: 26px;
	line-height: 1em;
	margin: 0 15px;
	padding-bottom: 15px;
}

ul.menu li a div.section {
	padding: 20px 20px 25px 20px;
}

ul.menu li a div.section p {
	font-size: 15px;
	line-height: 1.8em;
	margin: 0;
}

ul.menu li a div.btn {
	bottom: 40px;
	position: absolute;
	text-align: center;
}

table.pricelist {
	background-color: white;
	border-top: 1px solid #9c9c9c;
	table-layout: fixed;
}

table.pricelist tr:nth-child(2) {
	background-color: #f0f0f0;
}

table.pricelist tr.header th,
table.pricelist tr.header td {
	background-color: #d8abb0;
	border-bottom: 1px solid #9c9c9c;
	border-right: solid 1px #be9b9f;
	color: white;
	font-weight: 400;
	padding: 15px 0;
	text-align: center;
}

table.pricelist tr.header th {
	font-size: 14px;
}

table.pricelist th {
	border-bottom: 1px solid #9c9c9c;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	padding: 15px 20px;
	text-align: center;
	width: 27%;
}

table.pricelist td {
	border-bottom: 1px solid #9c9c9c;
	border-right: solid 1px #e4e4e4;
	padding: 15px 20px;
	text-align: center;
}

table.pricelist tr:nth-child(even) th {
	background-color: #f5e5e7;
}

table.pricelist tr:nth-child(even) td {
	background: #f7f1f1;
}

table.pricelist td em {
	font-size: 13px;
	margin-left: 2px;
}

div.about {
	background-color: #ececec;
	padding: 50px 80px;
}

div.about h3 {
	font-size: 19px;
	padding-bottom: 20px;
	text-align: justify;
}

div.about h3::after {
	border-top: 1px solid #7e7e7e;
	content: "";
	float: right;
	margin-top: 14px;
	width: 720px;
}

div.about ul {
	border-top: 1px dotted #7e7e7e;
}

div.about ul li {
	background: url(images/ul_list_li.svg) no-repeat 20px 11px;
	background-size: 5px;
	border-bottom: 1px dotted #7e7e7e;
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	padding: 5px 0 5px 40px;
}

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

ul.voice-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.voice-list li {
	margin: 10px;
	width: 380px;
}

ul.voice-list li a {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	display: block;
	padding: 30px;
	position: relative;
	text-decoration: none;
}

ul.voice-list li a:hover {
	background-color: #fbe3e6;
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

ul.voice-list li a span.date {
	display: block;
	font-size: 14px;
	padding: 5px 0 12px 0;
}

ul.voice-list li a h3 {
	font-size: 17px;
	position: relative;
	text-align: justify;
}

ul.voice-list li a h3 em {
	font-size: 14px;
	font-weight: 400;
}

ul.voice-list li a h3::after {
	border-top: 1px solid black;
	bottom: -7px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 50px;
}

ul.voice-list li a div.detail {
	padding: 10px 0 5px 0;
}

ul.voice-list li a div.detail p {
	font-size: 14px;
	line-height: 1.6em;
}

ul.voice-list li a div.category span {
	color: white;
	display: inline-block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 14px;
	margin-right: 6px;
	padding: 2px 20px;
}

ul.voice-list li a div.category span.removal,
p span.category span.removal a,
ul.footercategory li span.category span.removal a {
	background-color: #4993bb;
}

ul.voice-list li a div.category span.skin,
p span.category span.skin a,
ul.footercategory li span.category span.skin a {
	background-color: #d6b222;
}

ul.voice-list li a div.category span.const,
p span.category span.const a,
ul.footercategory li span.category span.const a {
	background-color: #969064;
}

ul.voice-list li a div.category span.facial,
p span.category span.facial a,
ul.footercategory li span.category span.facial a {
	background-color: #d97aa2;
}

ul.voice-list li a div.category span.shizuoka,
p span.category span.shizuoka a,
ul.footercategory li span.category span.shizuoka a {
	background-color: #5da798;
}

ul.voice-list li a div.category span.fujieda,
p span.category span.fujieda a,
ul.footercategory li span.category span.fujieda a {
	background-color: #e98a7c;
}

h3.category {
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0;
}

ul.footercategory {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.footercategory li {
	color: #43dbc7;
	margin: 0 5px;
}

ul.footercategory li a {
	color: white;
	display: inline-block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 14px;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

div.footercategory-salon ul.footercategory li a {
	padding: 8px 10px;
	width: 150px;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers,
div.page span.page-numbers,
div.page span.next a,
div.page span.prev a {
	background-color: #7e7e7e;
	color: white;
	font-style: normal;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
}

div.page a.page-numbers:hover {
	background-color: #d8abb0;
	opacity: 1;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #7e7e7e;
	color: black;
	padding: 7px 11px;
}

div.page a.next,
div.page a.prev {
	display: inline;
	margin: 0 10px;
}

div.page a.next,
div.page span.next a {
	background: #7e7e7e url(images/link_btn_white.svg) no-repeat right 20px center;
	background-size: 6px;
	padding: 8px 60px 8px 50px;
}

div.page a.next:hover,
div.page span.next a:hover {
	background-position: right 15px center;
}

div.page a.prev,
div.page span.prev a {
	background: #7e7e7e url(images/link_btn_white_prev.svg) no-repeat left 20px center;
	background-size: 6px;
	padding: 8px 50px 8px 60px;
}

div.page a.prev:hover,
div.page span.prev a:hover {
	background-position: left 15px center;
}

body#archive h1 {
	background: url(images/title_line.gif) no-repeat center bottom;
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 5px;
}

body#single div.body {
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	margin: 0 auto;
	padding: 50px 120px;
	width: 1000px;
}

body#single div.body p.category {
	margin-top: -30px;
	text-align: right;
}

body#single div.body p.category span.category span a {
	color: white;
	display: inline-block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 14px;
	margin-right: 6px;
	padding: 2px 20px;
	text-decoration: none;
}

body#single div.body h1 {
	font-size: 25px;
	font-weight: 400;
	padding: 20px 0 40px 0;
	position: relative;
	text-align: justify;
}

body#single div.body h1 em {
	font-size: 14px;
	margin-left: 10px;
}

body#single div.body h1 span.date {
	font-size: 14px;
	margin-left: 10px;
}

body#single div.body h1::after {
	border-top: 1px solid black;
	bottom: 20px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
}

body#single div.body h2 {
	background-color: #ececec;
	border-bottom: 1px solid #9c9c9c;
	border-top: 1px solid #9c9c9c;
	font-size: 18px;
	margin: 50px 0 20px 0;
	padding: 5px;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	margin: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

body#single div.body ul {
	line-height: 1.5em;
	margin: 20px auto;
}

body#single div.body table td {
	border: 1px solid #9c9c9c;
	padding: 10px 20px;
}

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

header {
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	width: 1200px;
}

#header-logo {
	left: 0;
	position: absolute;
	top: 20px;
}

header h1,
header p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 40px 0 10px 245px;
	text-align: justify;
}

#hamburger {
	display: none;
}

nav#globalnav {
	padding: 20px 0 5px 0;
}

nav#globalnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav#globalnav ul.sp {
	display: none;
}

nav#globalnav ul li a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .5px;
	padding: 12px 24px 8px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

nav#globalnav ul li:nth-child(5) a {
	padding-left: 18px;
	padding-right: 18px;
}

nav#globalnav ul li a em {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

nav#globalnav ul li a:hover {
	opacity: 1.0;
}

nav#globalnav ul li a:after {
	background: #d8abb0;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s;
	width: 100%;
}

nav#globalnav ul li a:hover:after {
	transform: scale(1, 1);
}

#title {
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: -50px;
	padding: 40px 0;
}

#title h1 {
	background: url(images/subtitle_bg_title.svg) no-repeat center center;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 70px 0;
}

#title h1 em {
	color: #6b6b6b;
	display: block;
	font-size: 15px;
	line-height: 1.4em;
}

#title-s {
	background-blend-mode: lighten;
	background-color: rgba(255,255,255,.8);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: -50px;
	padding: 40px 0;
	text-align: center;
}

#title-s a {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	z-index: 10;
}

#title-s a em {
	color: #6b6b6b;
	display: block;
	font-size: 13px;
	line-height: 1.4em;
}

ul#sticky-btn {
	display: flex;
	justify-content: flex-end;
	position: sticky;
	top: 0;
	z-index: 100;
}

ul#sticky-btn li a {
	color: white;
	display: block;
}

ul#sticky-btn li:first-child a {
	background: #7e7e7e url(images/sticky_btn_web.svg) no-repeat left 30px center;
	background-size: 40px;
	padding: 10px 30px 10px 90px;
	text-align: center;
	text-decoration: none;
}

ul#sticky-btn li:first-child a em {
	display: block;
	font-size: 12px;
}

ul#sticky-btn li:first-child a:hover {
	background-color: #d8abb0;
	background-size: 40px;
	opacity: 1;
}

ul#sticky-btn li:last-child {
	background: #7e7e7e url(images/sticky_btn_tel.svg) no-repeat left 20px center;
	background-size: 24px;
	margin-left: 10px;
	padding: 10px 20px 6px 56px;
}

ul#sticky-btn li p {
	color: white;
	font-size: 20px;
	line-height: 1em;
	margin: 0;
}

ul#sticky-btn li p em {
	font-size: 12px;
	margin-right: 5px;
	vertical-align: middle;
}

ul#sticky-btn li p span {
	vertical-align: middle;
}

div.main {
	margin: 0 auto;
	width: 1200px;
}

div.main-s {
	margin: 0 auto;
	width: 1000px;
}

div.bg-brown {
	background: url(images/bg_brown.gif) repeat center top;
	color: #ece7de;
}

div.bg-gray {
	background-color: #f2f2f2;
}

div.bg-img {
	background: url(images/bg_img.gif) no-repeat center top;
	background-size: cover;
}

#footer-contact-bg {
	background: url(images/reservation_bg.jpg) no-repeat center top;
	padding: 100px 0;
}

#footer-contact {
	align-items: center;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin: 0 auto;
	padding: 45px 60px 45px 350px;
	position: relative;
	text-decoration: none;
	width: 1100px;
}

#footer-contact:hover {
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	opacity: 1;
}

#footer-contact h3 {
	background: url(images/subtitle_bg.svg) no-repeat center center;
	font-weight: 400;
	left: 20px;
	line-height: 1.2em;
	padding: 60px 0 70px 70px;
	position: absolute;
	top: 30px;
}

#footer-contact h3 {
	font-size: 38px;
}

#footer-contact h3 em {
	color: #6b6b6b;
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 5px;
}

#footer-contact p {
	line-height: 1.5em;
}

#footer-contact p:last-child {
	margin: 30px 0 0 3px;
}

#footer-contact p a.link-btn {
	transition: all .3s;
}

#footer-contact p a.link-btn em {
	font-size: 14px;
	margin-left: 10px;
}

footer {
	background: url(images/bg_img.gif) no-repeat left top 35%;
}

#footer {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 60px 0 70px 0;
	position: relative;
	width: 1200px;
}

nav#footernav {
	display: flex;
	position: absolute;
	right: 0;
	top: 80px;
}

nav#footernav ul {
	padding-left: 60px;
}

nav#footernav ul:first-child {
	padding-left: 0;
}

nav#footernav ul li a {
	background: url(images/link_btn.svg) no-repeat left center;
	background-size: 5px;
	display: block;
	font-size: 14px;
	padding: 3px 0 3px 14px;
	text-decoration: none;
}

nav#footernav ul li a:hover {
	background-position: left 3px center;
	background-size: 5px;
}

nav#footernav ul li a em {
	font-size: 12px;
	margin-left: 10px;
}

nav#footernav ul:nth-child(2) li:nth-child(4).newwindow {
	margin-top: 20px;
}

nav#footernav ul:nth-child(4) {
	bottom: 80px;
	position: absolute;
	right: 60px;
}

nav#footernav ul:nth-child(4) li a {
	background: url(images/footernav_newwindow.svg) no-repeat left center;
	background-size: 11px;
	padding-left: 20px;
}

nav#footernav ul li ul {
	margin-bottom: 8px;
}

nav#footernav ul li ul li a {
	background: url(images/footernav_lili.svg) no-repeat left center;
	background-size: 8px;
	display: block;
	font-size: 13px;
	padding: 0 0 0 14px;
	text-decoration: none;
}

nav#footernav ul li ul li a:hover {
	background-size: 8px;
}

#footer-address {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 12px;
	padding-top: 20px;
}

#footer-address h3 {
	padding-bottom: 50px;
	text-align: left;
}

#footer-address address {
	font-style: normal;
}

#footer-address address em,
#footer-address p:nth-child(4) em {
	display: block;
	font-size: 13px;
}

#footer-address p {
	margin: 0 0 18px 0;
}

#footer-address p:nth-child(4) {
	margin-bottom: 0;
}

#footer-address p em {
	font-size: 14px;
}

#footer-address p:nth-child(3) span.df,
#footer-address p:nth-child(5) span.df {
	margin-right: 5px;
}

#footer-mail {
	font-size: 14px;
}

#footer-mail a:hover {
	color: #d8abb0;
}

#footer-copy {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 12px;
	padding-top: 30px;
}

ul#footer-bannar {
	align-items: center;
	bottom: 50px;
	display: flex;
	position: absolute;
	right: 0;
	text-decoration: none;
}

ul#footer-bannar li:nth-child(1) {
	padding: 24px 20px 0 0;
}

ul#footer-bannar li:nth-child(2) {
	padding: 24px 40px 0 0;
}

ul#footer-bannar li a {
	text-decoration: none;
}

ul#footer-bannar li:last-child a img {
	border: 1px solid #bfbfbf;
}

ul#footer-bannar li:last-child a em {
	display: block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 6px;
	text-align: center;
}

#pagetop {
	position: fixed;
	right: 30px;
}

#pagetop a {
	background: url(images/pagetop.svg) no-repeat center bottom;
	background-size: 36px;
	display: block;
	height: 172px;
	width: 36px;
}

#pagetop a:hover {
	background: url(images/pagetop_pink.svg) no-repeat center bottom 8px;
	background-size: 36px;
	height: 180px;
	opacity: 1;
}