@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* Reset CSS
----------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* Base
----------------------------------------------------- */
html,
body {
  background: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .8px;
  line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6, b, strong, .bold {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
a:link, a:visited { color: #fff; text-decoration:underline; }
a:hover, a:active { color: #fff; text-decoration:none; }
p.goldenyellow a:link, p.goldenyellow a:visited {
	color: #d8b339;
	background: #383636;
	text-decoration: underline;
	padding: 2px 0;
}
p.goldenyellow a:hover, p.goldenyellow a:active {
	color: #d8b339;
	background: #666;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

/* Under Layer Style
----------------------------------------------------- */
body.u-layer {
	width: 1000px;
	margin: 0 auto;
}
body.u-layer header {
	text-align: center;
	margin: 40px auto;
}
body.u-layer h2 {
	text-align: center;
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 40px;
	position: relative;
	padding: 1em 0;
}
body.u-layer h2::before, body.u-layer h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
body.u-layer h2::before {
	top: 0;
	border-top: 2px solid #ae8e1b;
	border-bottom: 1px solid #ae8e1b;
}
body.u-layer h2::after {
	bottom: 0;
	border-top: 1px solid #ae8e1b;
	border-bottom: 2px solid #ae8e1b;
}
body.u-layer h3 {
	position: relative;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0 .25em 1em;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
}
body.u-layer h3::before {
	position: absolute;
}
body.u-layer h3::after {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #ae8e1b;
}
body.u-layer h4.h4ttl {
	position: relative;
	line-height: 1.4;
	margin: 0 .5em 1em;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
}
body.u-layer h4.h4ttl::before, body.u-layer h4.h4ttl::after {
	position: absolute;
	top: 0;
	content: '';
	width: 6px;
	height: 100%;
	display: inline-block;
}
body.u-layer h4.h4ttl::before {
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	left: 0;
}
body.u-layer h4.h4ttl::after {
	content: '';
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	right: 0;
}
body.u-layer section {
	margin-bottom: 1em;
}
body.u-layer section p {
	margin-bottom: 1em;
}
body.u-layer section p.section-img {
	text-align: center;
	margin-bottom: 1em;
}
body.u-layer section span.abbreviation {
	color: #d8b339;
}
/* スクロールに応じて任意のテキストにアニメーションしながらハイライト */
mark {
  --color1: rgba(216, 179, 57, 0.8);
  --color2: rgba(216, 179, 57, 0.8);
  --bg-height: 16%;
  all: unset;
  background-image: linear-gradient(var(--color1), var(--color2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--bg-height);
          animation: highlight 800ms 1 ease-out;
          animation-fill-mode: forwards;
          animation-play-state: paused;
}
@-webkit-keyframes highlight {
  to {
    background-size: 100% var(--bg-height);
  }
}
@keyframes highlight {
  to {
    background-size: 100% var(--bg-height);
  }
}
@supports (-ms-ime-align:auto) {
	mark {
		background-color: #000;
		color: #fff;
		font-style: normal;
	}
}

/* Footer */
body.u-layer footer {
	text-align: center;
	margin: 80px auto;
}

/* 引用文 */
blockquote {
	width: 90%;
	margin: 0 auto 20px;
	padding: 20px;
	border: 1px solid #ae8e1b;
	color: #ccc;
}
blockquote p {
	margin-bottom: 20px;
}
blockquote p:before {
	font-family:'FontAwesome';
	content:'\f10d';
	display: block;
	color: #666;
}
blockquote cite:after {
	font-family:'FontAwesome';
	content:'\f10e';
	display: block;
	color: #666;
	text-align: right;
}

/* ひし形リスト */
ul.rhombus {
	padding: 0;
	width: ;
	list-style: none;
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
	ul.rhombus {
		width: 95%;
		margin: 0 auto 2em;
	}
}
ul.rhombus li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	color: rgb(204, 204, 204);
	font-size: 15px;
	border-bottom: 1px solid rgba(174, 142, 27, 0.5);
}
ul.rhombus li:after,
ul.rhombus li:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.rhombus li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:1px solid rgba(204, 204, 204, 0.5);
}
ul.rhombus li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(174, 142, 27, 0.3);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

/* 下向き矢印リスト */
ul.ularrow {
}
ul.ularrow li {
	position: relative;
	list-style: none;
	border: 1px solid #ae8e1b;
	margin: 40px auto;
	padding: 2em;
}
ul.ularrow li:after {
	position: absolute;
	bottom: -40px;
	left: 150px;
	/*width: 100%;*/
	height: 30px;
	font-family: FontAwesome;
	content: "\f063";
}
ul.ularrow li.last:after {
	content: none;
	margin-bottom: 0;
}

/* 説明付きメニューリスト */
ul.ulmenu {
	margin: 10px auto 20px;
}
ul.ulmenu li p.con-txt {
	color: #999;
}
@media screen and (max-width: 480px) {
	ul.ulmenu {
		width: 95%;
	}
}
ul.ulmenu li {
	list-style: none;
	border-bottom: 1px solid #ae8e1b;
	padding: 9px 10px;
}
ul.ulmenu li:first-child {
	border-top: 1px solid #ae8e1b;
}

ul.ulmenu li p.con-title {
	font-weight: bold;
	font-size: 116%;
	margin: 0 0 8px 0;
}
ul.ulmenu li p.con-price {
	width: max-content;
	border-radius: 0.2em;
	background: #ae8e1b;
	margin: 0;
	padding: 2px 6px;
}
ul.ulmenu li p.con-txt {
	margin: 10px 0;
}

/* スライドショー Slide Show */
#photo-slider {
	position: relative;
	margin: 0 auto;
}
@media screen and (min-width: 641px) {
	#photo-slider {
		width: 640px;
	}
}

#photo-slider {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#photo-slider input {
	display: none;
}

#photo-slider-1:checked ~ #photo-slider-wrap .inner {
	margin-left:0;
}

#photo-slider-2:checked ~ #photo-slider-wrap .inner {
	margin-left:-100%;
}

#photo-slider-3:checked ~ #photo-slider-wrap .inner {
	margin-left:-200%;
}

#photo-slider-4:checked ~ #photo-slider-wrap .inner {
	margin-left:-300%;
}

#photo-slider-5:checked ~ #photo-slider-wrap .inner {
	margin-left:-400%;
}

#photo-slider-overflow {
    width: 100%;
    overflow: hidden;
}

#photo-slider-wrap .inner {
    width: 500%;
}

#photo-slider-wrap .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -moz-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
    -ms-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
     -o-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
        transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;

    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -moz-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -ms-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
     -o-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
        transition-timing-function: cubic-bezier(.65,.05,.36,1);
}

#photo-slider-wrap .slide {
	position: relative;
    width: 20%;
    float: left;
}

#photo-slider-wrap .slide .tit-base {
	position: absolute;
	margin: 10px;
	height: 43px;
	background-color: rgba(174, 142, 27, 0.5);
	opacity: 0;
	transform: translateX(-170px);
}

@media screen and (min-width: 641px) {
	#photo-slider-wrap .slide .tit-base {
		margin: 20px;
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
}

#photo-slider-wrap .slide h4.slide-tit {
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 641px) {
	#photo-slider-wrap .slide h4.slide-tit {
		margin-top: 55px;
		padding: 0;
		font-size: 1.2em;
	}
}

#photo-slider-1:checked ~ #photo-slider-wrap .slide:nth-of-type(1) .tit-base,
#photo-slider-2:checked ~ #photo-slider-wrap .slide:nth-of-type(2) .tit-base,
#photo-slider-3:checked ~ #photo-slider-wrap .slide:nth-of-type(3) .tit-base,
#photo-slider-4:checked ~ #photo-slider-wrap .slide:nth-of-type(4) .tit-base,
#photo-slider-5:checked ~ #photo-slider-wrap .slide:nth-of-type(5) .tit-base {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
	transform: translateX(0);
}

.tit-base,.tit-base h3 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#photo-slider-prev {
	position: absolute;
	top: 45%;
	left: 15px;
}

@media screen and (min-width: 641px) {
	#photo-slider-prev {
		left: 30px;
	}
}

#photo-slider-prev label {
	display: none;
	position: absolute;
	top: -70%;
	left: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#photo-slider-prev label {
		top: -100%;
		left: -30px;
		width: 100px;
		height: 100px;
	}
}

#photo-slider-1:checked ~ #photo-slider-prev label:nth-of-type(5),
#photo-slider-2:checked ~ #photo-slider-prev label:nth-of-type(1),
#photo-slider-3:checked ~ #photo-slider-prev label:nth-of-type(2),
#photo-slider-4:checked ~ #photo-slider-prev label:nth-of-type(3),
#photo-slider-5:checked ~ #photo-slider-prev label:nth-of-type(4) {
	display: block;
}

#photo-slider-next {
	position: absolute;
	top: 45%;
	right: 15px;
}

@media screen and (min-width: 641px) {
	#photo-slider-next {
		right: 30px;
	}
}

#photo-slider-next label {
	display: none;
	position: absolute;
	top: -70%;
	right: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#photo-slider-next label {
		top: -100%;
		right: -30px;
		width: 100px;
		height: 100px;
	}
}

#photo-slider-1:checked ~ #photo-slider-next label:nth-of-type(2), 
#photo-slider-2:checked ~ #photo-slider-next label:nth-of-type(3), 
#photo-slider-3:checked ~ #photo-slider-next label:nth-of-type(4),
#photo-slider-4:checked ~ #photo-slider-next label:nth-of-type(5),
#photo-slider-5:checked ~ #photo-slider-next label:nth-of-type(1) {
	display: block;
}

#photo-slider-prev i,
#photo-slider-next i {
	display: block !important;
	padding: 0;
	color: #fff;
	font-size: 1.4em;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.3),0 0 8px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 641px) {
	#photo-slider-prev i,
	#photo-slider-next i {
		font-size: 2em;
	}
}

#photo-slider-active {
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#photo-slider-active {
		margin: 0;
	}
}

#photo-slider-active label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #bbb;
	border-radius: 50%;
	margin: 0 8px;
}

@media screen and (min-width: 641px) {
	#photo-slider-active label {
		width: 10px;
    	height: 10px;
		border-radius: 5px;
	}
}

#photo-slider-1:checked ~ #photo-slider-active label:nth-child(1),
#photo-slider-2:checked ~ #photo-slider-active label:nth-child(2),
#photo-slider-3:checked ~ #photo-slider-active label:nth-child(3),
#photo-slider-4:checked ~ #photo-slider-active label:nth-child(4),
#photo-slider-5:checked ~ #photo-slider-active label:nth-child(5) {
    background: #ae8e1b;
    border-color: #ae8e1b !important;
}

#photo-slider-wrap, #photo-slider-active, #photo-slider-active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* 料金表 */
section.price-list {
}
section.price-list table {
	border-collapse: collapse;
	margin: 0 auto 1em;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	color: #fff;
	border-top: 2px solid #ae8e1b;
}
section.price-list table tr {
	/*background-color: #d4d6d7;*/
	padding: .35em;
	border-bottom: 1px dotted #d8b339;
}
section.price-list table tr:last-child {
	border-bottom: 2px solid #ae8e1b;
}
section.price-list table th, section.price-list table td {
	padding: 1em 10px 1em 1em;
}
section.price-list tbody th {
	color: #d4d6d7;
	text-align: left;
}
section.price-list table td.price {
	text-align: right;
	padding-right: 60px;
}
section.price-list p.p-treatment {
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
section.price-list p.p-effect {
	color: #999;
	margin-left: 1em;
}
section.price-list p.p-last {
	margin-left: 1em;
	margin-bottom: 3em;
}

/* インフォメーション INFORMATION */
#info dl {
	margin: 0 auto 2em;
}
@media(max-width: 768px) {
	#info dl {
		width: 95%;
	}
}

/* 電話番号表示切り替え */
@media(max-width: 768px) {
	.only-pc {
		display: none;
	}
}
@media(min-width: 769px) {
	.only-sp {
		display: none;
	}
}

/* SNS */
dl.dlsns {
}
dl.dlsns dt {
	font-weight: 600;
	margin-bottom: 0.6em;
	color: #ae8e1b;
}
dl.dlsns dt.ttl_chiro:before {
	font-weight: 400;
	font-family: FontAwesome;
	content: "\f256";
	padding-right: 8px;
}
dl.dlsns dt.ttl_rhythum:before {
	font-weight: 400;
	font-family: FontAwesome;
	content: "\f001";
	padding-right: 8px;
}
dl.dlsns dt.ttl_fb:before {
	font-weight: 400;
	font-family: FontAwesome;
	content: "\f230";
	padding-right: 8px;
}
dl.dlsns dt.ttl_insta:before {
	font-weight: 400;
	font-family: FontAwesome;
	content: "\f16d";
	padding-right: 8px;
}

dl.dlsns dd {
}
dl.dlsns dd.qrcode {
	float: left;
}
dl.dlsns dd.addfriend {
	margin-left: 206px;
	margin-bottom: 8px;
}
dl.dlsns dd.snstxt {
	margin-left: 206px;
}

/* Q and A */
dl.qanda {
	width: ;
	margin-bottom: 2em;
}
dl.qanda dt {
	color: #ae8e1b;
	margin-bottom: 0.4em;
}
dl.qanda dt:before {
	/*font-family: serif;*/
	content: "Q.";
	color: #;
	padding-right: 8px;
}
dl.qanda dd {
	margin-bottom: 1.5em;
}
dl.qanda dd:before {
	/*font-family: serif;*/
	content: "A.";
	color: #;
	padding-right: 8px;
}

/* ==================================================
タブレット
================================================== */
@media screen and (max-width: 999px) {
	body.u-layer {
		width: 100%;
	}
}
/* ==================================================
スマホ
================================================== */
@media screen and (max-width: 480px) {
	body.u-layer {
		width: 100%;
	}
	body.u-layer section p {
		width: 95%;
		margin: 0 auto;
	}
	/* 料金表 */
	section.price-list table {
		width: 95%;
		border-top: none;
	}
	section.price-list table th, section.price-list table td {
		width: 95%;
		display: block;
	}
	section.price-list table th {
		border-right: none;
		border-bottom: 1px solid #ae8e1b;
		padding-bottom: .6em;
		margin-bottom: .6em;
	}
	section.price-list table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		/*overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;*/
	}
	section.price-list table tr {
		display: block;
		margin-bottom: 2em;
		/*border-bottom: 2px solid #ae8e1b;*/
	}
	section.price-list table td {
		border-bottom: 1px dotted #ae8e1b;
		font-size: ;
		text-align: right;
		/*position: relative;
		padding: .625em .625em .625em 4em;*/
		border-right: none;
	}
	section.price-list table td::before {
		content: attr(data-label);
		font-weight: bold;
		/*position: absolute;
		left: 10px;*/
	}
	section.price-list table td.price {
		border-bottom: 0;
	}
	section.price-list table tr:last-child {
		border-bottom: 1px dotted #ae8e1b;
	}
}