
* {
	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 {
	font-size: 45px;
	font-weight: 400;
	line-height: .8;
	padding: 50px 0 20px 0;
}

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

h2.subtitle {
	background: url(images/h2_subtitle.gif) no-repeat center bottom;
	font-size: 32px;
	font-weight: 400;
	padding: 30px 0 15px 0;
}

h2.linetitle {
	align-items: center;
	color: black;
	display: flex;
	font-size: 28px;
	font-weight: 400;
	justify-content: center;
	padding-bottom: 5px;
	white-space: nowrap;
}

h2.linetitle:before,
h2.linetitle:after {
	border-top: 1px solid #b9b9b9;
	content: "";
	width: 535px;
}

h2.linetitle:before {
	margin-right: 20px;
}

h2.linetitle:after {
	margin-left: 20px;
}

div.bg-gray h2.linetitle {
	color: white;
}

h2.linetitle em {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
}

h3.img {
	font-size: 37px;
	font-weight: 400;
	line-height: .9;
	padding: 20px 0;
}

h2.img span,
h3.img span {
	display: block;
	letter-spacing: 2px;
}

h2.img em,
h3.img em {
	display: inline-block;
	font-size: 18px;
	line-height: 1.4em;
	padding: 0 14px;
	position: relative;
}

h2.img em::before,
h3.img em::before {
	content: "/";
	left: 0;
	position: absolute;
	top: 0;
}

h2.img em::after,
h3.img em::after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
}

h3.stitle {
	align-items: center;
	display: flex;
	font-size: 20px;
}

h3.stitle em {
	padding-right: 20px;
	text-align: left;
	white-space: nowrap;
}

h3.stitle:after {
	border-top: 1px solid #b9b9b9;
	content: "";
	width: 100%;
}

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

h4.subtitle {
	align-items: center;
	display: flex;
	font-size: 18px;
	position: relative;
	text-align: justify;
}

.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,
span.link-btn {
	color: black;
	overflow: hidden;
	transition: all .3s;
}

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

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

a.link-btn:hover,
a:hover span.link-btn {
	background-color: #bcbdc4;
	background-position: right 15px center;
	opacity: 1;
}

a.link-btn-w,
a span.link-btn-w {
	background: url(images/link_btn_white.svg) no-repeat right 20px center;
	background-size: 6px;
	border: 1px solid white;
	color: white;
	display: inline-block;
	font-size: 14px;
	padding: 10px 78px 10px 70px;
	position: relative;
	text-decoration: none;
}

a.link-btn-w:hover,
a:hover span.link-btn-w {
	background-color: #5b5c64;
	background-position: right 15px center;
	opacity: 1;
}

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.white {
	color: white;
}

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,
ul.s-list,
div.body ul {
	line-height: 1.0em;
}

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

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

ul.s-list li {
	background: url(images/ul_list_li_gray.svg) no-repeat 5px 12px;
	background-size: 7px;
	display: block;
	line-height: 1.4em;
	padding: 5px 0 5px 20px;
}

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 {
	border-top: 1px solid black;
	clear: both;
	display: block;
	height: 10px;
}

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 rgb(156, 156, 156);
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: 400;
}

table.list-table th {
	background-color: rgb(219, 219, 219);
	border-bottom: 1px solid rgb(156, 156, 156);
	font-size: 15px;
	padding: 12px 40px;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

table.list-table td {
	border-bottom: 1px solid rgb(107, 107, 107);
	font-size: 15px;
	padding: 12px 40px;
}

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

ul.menu li {
	background-position: center center;
	background-size: auto 100%;
	width: 384px;
}

ul.menu li a {
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	display: block;
	margin: 30px;
	padding: 40px 15px 20px 15px;
	text-decoration: none;
}

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

ul.menu li a h3 {
	font-size: 28px;
	line-height: 1em;
	vertical-align: middle;
}

ul.menu li a h3 em {
	color: #6b6b6b;
	display: block;
	font-size: 16px;
	padding-top: 10px;
}

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

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

ul.menu li a div.btn {
	text-align: center;
}

table.pricelist {
	background-color: white;
	border-top: 1px solid black;
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: 400;
	table-layout: fixed;
}

table.pricelist tr.header th,
table.pricelist tr.header td {
	background-color: black;
	border: 1px solid black;
	color: white;
	font-weight: 700;
	text-align: center;
}

table.pricelist tr.header th {
	border-right: 1px solid #c5c5c5;
}

table.pricelist tr.header td {
	border-right: 1px solid #c5c5c5;
}

table.pricelist tr.course th,
table.pricelist tr.course td {
	text-align: center;
}

table.pricelist th {
	background-color: #e3edf3;
	border-bottom: 1px solid #6b6b6b;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 30px;
	text-align: justify;
	width: 350px;
}

table.pricelist th em {
	font-size: 13px;
}

table.pricelist td {
	border-bottom: 1px solid #6b6b6b;
	border-right: 1px solid #c5c5c5;
	font-size: 15px;
	padding: 5px 20px;
	text-align: right;
}

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

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

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

table.lpricelist {
	border-top: 1px solid #9c9c9c;
	font-family: YuMincho, "Yu Mincho", serif;
}

table.lpricelist tr.header th,
table.lpricelist tr.header td {
	background-color: black;
	border-left: solid 1px #7e7e7e;
	border-right: solid 1px #7e7e7e;
	color: white;
	padding: 8px 0;
}

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

table.lpricelist th {
	background-color: #e3edf3;
	border-bottom: 1px solid #6b6b6b;
	border-left: solid 1px #c5c5c5;
	border-right: solid 1px #c5c5c5;
	padding: 12px 40px;
	text-align: center;
	width: 20%;
}

table.lpricelist td {
	border-bottom: 1px solid #6b6b6b;
	border-right: solid 1px #c5c5c5;
	padding: 12px 40px;
	text-align: center;
}

table.lpricelist td span.large {
	margin-right: 5px;
}

table.lpricelist td em {
	font-size: 13px;
	margin-left: 3px;
}

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

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: #dbdbe8;
	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;
}

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: #2d2e34;
	border: 1px solid black;
	color: white;
	font-style: normal;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
}

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

div.page span.page-numbers {
	background-color: white;
	border: 1px solid black;
	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: #2d2e34 url(images/link_btn_white.svg) no-repeat right 20px center;
	background-size: 6px;
	border: 1px solid black;
	font-size: 14px;
	padding: 10px 78px 10px 70px;
	text-decoration: none;
}

div.page a.next:hover,
div.page span.next a:hover {
	background-color: #bcbdc4;
	background-position: right 15px center;
	opacity: 1;
}

div.page a.prev,
div.page span.prev a {
	background: #2d2e34 url(images/link_btn_prev_white.svg) no-repeat left 20px center;
	background-size: 6px;
	border: 1px solid black;
	font-size: 14px;
	padding: 10px 70px 10px 78px;
	text-decoration: none;
}

div.page a.prev:hover,
div.page span.prev a:hover {
	background-color: #bcbdc4;
	background-position: left 15px center;
	opacity: 1;
}

body#archive h1 {
	font-size: 30px;
	font-weight: 400;
}

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: 2px 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 {
	align-items: center;
	display: flex;
	height: 120px;
	margin: 0 auto;
	padding: 10px 0;
	width: 1200px;
}

#header h1,
#header p {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-left: 40px;
	text-align: justify;
}

nav#globalnav {
	background: url(images/bg_img.gif) no-repeat center center;
	background-size: cover;
}

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

nav#globalnav ul li {
	padding-bottom: 5px;
}

nav#globalnav ul li a {
	color: white;
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1em;
	padding: 25px 30px 13px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

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

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

nav#globalnav ul li a:after {
	background: #b9b9bd;
	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);
}

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

#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: 40px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 70px 0;
}

#title h1 span {
	letter-spacing: 2px;
}

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

#title h1 em b {
	font-size: 17px;
	font-weight: 400;
	margin-right: 3px;
}

#title h1 em::before,
#title h1 em::after {
	content: "/";
	padding: 0 5px 0 5px;
}

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

ul#sticky-btn li {
	background-color: white;
}

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

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

ul#sticky-btn li:last-child {
	background: black url(images/sticky_btn_tel.svg) no-repeat left 30px center;
	background-size: 24px;
	color: white;
	font-size: 20px;
	line-height: 1em;
	margin: 0;
	margin-left: 10px;
	padding: 25px 25px 0 70px;
}

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: rgb(107, 108, 115);
}

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

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

footer {
	background: url(images/bg_img.gif) no-repeat center bottom;
	background-size: cover;
}

#footer-contact-bg {
	background: url(images/bg_graypaper.gif) no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}

#footer-contact {
	align-items: center;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	display: block;
	margin: 0 auto;
	padding: 40px 0 40px 570px;
	position: relative;
	text-decoration: none;
	width: 1140px;
}

#footer-contact h3 {
	border-right: 1px solid black;
	left: 20px;
	padding: 109px 90px;
	position: absolute;
	top: 30px;
}

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

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

#footer-contact p span.link-btn {
	background-color: black;
	background-image: url(images/link_btn_white.svg);
	color: white;
	transition: all .3s;
}

#footer {
	color: white;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 80px 0 120px 0;
	position: relative;
	width: 1200px;
}

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

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

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

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

nav#footernav ul li a:hover {
	background-position: left 3px center;
	opacity: .6;
}

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

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

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

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

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

#footer-address a {
	color: white;
}

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

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

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

#footer-address p:last-child {
	margin-top: 50px;
}

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

#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 {
	color: white;
	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: 0;
}

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

#pagetop a:hover {
	background-position: center top 10px;
}