*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Sawarabi Mincho";
}
table#popup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 16px;
	z-index: 99999;
	background: rgba(255,255,255,0.75);
	text-align: center;
}
table#popup tr{
	vertical-align: center;
}
table#popup a,
#popup_image{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
table#popup tr td img{
	height: 100%;
	width: auto;
	margin: 0 auto 0.5em auto;
	border-radius: 0.5em;
}
table#popup tr td p:first-of-type img{
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
table#popup tr td p:last-of-type img{
	margin: 0 auto;
}
#sp{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(195,162,68,0.1) url("../image/body_background.png") center bottom fixed;
	z-index: 10000;
	text-align: center;
	color: rgba(34,34,34,1);
	top: 0;
	left: 0;
}
ul{
	list-style-type: none;
}
ol{
	padding-left: 2em;
}
div.step{
	padding: 1em;
	margin-bottom: 1em;
}
div.terms div.step:last-of-type{
	margin: 0;
}
div.terms{
	padding: 1.5em;
}
div.terms h3{
	margin: 0 0 1em 0;
}
html,body{1
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}
table.about td{
	cursor: pointer;
	line-height: 48px;
	text-align: center;
}
body{
	width: 100%;
}
img.small_logo{
	width: 161px;
	margin: 1em auto;
}
a{
	text-decoration: none;
}
b{
	color: rgba(0,0,0,1);
}
.FloatEnd{
	clear: both;
}
input,
textarea,
select{
	padding: 3.5px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 0.5em;
}
form.contact p#submit{
	display: block;
	height: 64px;
	line-height: 64px;
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
#preopen{
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
h1{
	font-size: 12px;
	line-height: 14px;
	font-weight: 100;
	padding: 7px;
	text-align: center;
	border-bottom: 3px solid rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	color: rgba(255,255,255,1);
}
h1.home{
	border-top: 3px solid rgba(255,255,255,1);
}
h2,
h3{
	position: relative;
	font-weight: 100;
}
h2 span{
	width: 100%;
	display: block;
	font-size: 13px;
}
h3{
	margin: 14px 0;
}
h3 span{
	width: 100%;
	display: block;
	font-size: 13px;
}
img{
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
hr{
	border: none;
	background: none;
	margin: 14px 0;
}
section{
	max-width: 1280px;
	margin: 0 auto;
}
table{
	width: 100%;
	border-collapse: 0;
	border-spacing: 0;
}
header{
	position: relative;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
div#header_home{
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
div#header_home img{
	max-width: 1308px;
	padding: 14px;
	margin: 0 auto;
}
article{
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
table#home{
	width: 100%;
	height: 100%;
	padding: 14px;
	text-align: center;
	background: rgba(255,255,255,1);
	background-position: center;
	background-size: cover;
	visibility: hidden;
}
table#home img{
	max-width: 1920px;
	margin: 0 auto;
}
table#home span{
	color: rgba(195,162,68,1);
	font-size: 2.5vw;
	font-weight: 100;
	filter: drop-shadow(-3px -3px 3px rgba(255,255,255,1)) drop-shadow(3px -3px 3px rgba(255,255,255,1)) drop-shadow(3px 3px 3px rgba(255,255,255,1)) drop-shadow(-3px 3px 3px rgba(255,255,255,1));
}
.frame hr{
	margin: 0;
}

footer{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding-bottom: 14px;
}
div.footer_frame{
	width: 1280px;
	margin: 0 auto;
}
.margin{
	margin-bottom: 7px;
}
p.caution{
	position: relative;
	padding-left: 1em;
	font-size: 12px;
}
p.caution:before{
	position: absolute;
	content: '※';
	left: 0;
	top: 0;
}
footer ul{
	margin: 7px -7px;
}
footer li{
	float: left;
	width: 12.5%;
	margin: 7px 0;
	padding: 7px;
}
footer li span{
	display: block;
}
footer li span.circle{
	display: none;
}
footer li a{
	display: block;
	padding: 0.5em 0;
}

nav{
	position: relative;
	display: block;
	width: 100%;
	top: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	padding: 0;
	z-index: 99;
}
nav div{
	max-width: 1280px;
	margin: 0 auto;
}
nav li{
	position: relative;
	float: left;
	display: block;
	width : 12.5% ; /* 未対応ブラウザ用フォールバック */
	text-align: center;
	overflow: hidden;
}

nav li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1em;
	padding: 14px 0;
	z-index: 1;
}
nav li a span{
	display: block;
	font-size: 12px;
	line-height: 1em;
	padding: 5px 0 0 0;
}
nav li span.circle{
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -0.5em;
}
nav li:hover span.circle{
	color: rgba(255,255,255,0.5);
	animation: circle_fade 2s infinite;
}
nav li.reserve span.circle{
	color: rgba(208,192,77,1);
	animation: circle_fade 3s infinite;
}
nav p{
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}
section{
	padding: 2em 0;
}
table.double{
	margin-bottom: 1em;
}
table.double tr{
	vertical-align: top;
}
table.double td{
	width: 50%;
	padding-right: 7px;
	text-align: center;
}
table.double tr td:last-of-type{
	padding-right: 0;
	padding-left: 7px;
}
table.double tr td div{
	margin-bottom: 5em;
}
table.double tr td hr{
	margin: 0.5em 0;
}
table.double tr:last-of-type td div{
	margin-bottom: 0;
}
div.list{
	margin: 0 -7px;
}
div.list2{
	margin: 0 -7px 0 -14px;
}
div#entrance{
	position: fixed;
	display: block;
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,1);
	bottom: 0;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
div#entrance table{
	margin: 0 0 1em 0;
}
div#entrance td.center{
	width: 10%;
	padding: 0 7px;
}
div#entrance td.center img{
	width: 100%;
	height: auto;
}
a.enter,
a.leave{
	display: block;
	line-height: 80px;
	background: rgba(255,255,255,1);
	font-size: 2em;
	color: rgba(47,22,23,1);
}
a.leave{
	background: rgba(255,255,255,0.25);
}

table.schedule_full,
table.therapist_schedule{
	height: 100%;
}
table.schedule_full tr,
table.therapist_schedule tr{
	height: 100%;
}
table.therapist_schedule td{
	position: relative;
	width: 12.5%;
	text-align: center;
	font-weight: 100;
	padding: 2.75em 0.5em 0.5em 0.5em;
	vertical-align: middle;
	cursor: pointer;
}
table.schedule_full td{
	position: relative;
	width: 14.28571%;
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	text-align: center;
	padding: 3em 0.5em 0.5em 0.5em;
	vertical-align: middle;
}
table.schedule_full td span.date,
table.therapist_schedule td span.date{
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(195,162,68,1);
	color: rgba(255,255,255,1);
	padding: 0.4em 0;
	text-align: center;
}
table.schedule_full tr:first-of-type,
table.therapist_schedule tr:first-of-type{
	height: 1em;
}



/* 回転アニメーション */
@keyframes circle_fade{
	0%{
		transform: scale(0);
		opacity: 0.5;
	}
	50%{
		transform: scale(20);
		opacity:0;
	}
	100%{
		opacity:0;
	}
}



div#wrapper{
	margin: 0 auto;
}
table.schedule tr:first-of-type{

}
table.schedule th{
	width: 12.5%;
}
table.schedule th p{
	font-weight: 100;
	font-size: 12px;
}
div.preview{
	display: inline-block;
	width: 20%;
	padding: 3.5px;
	margin: 7px 0;
}
div.preview p{
	padding: 3.5px;
}
img#photo{
	padding: 3.5px;
}
table.frame tr{
	vertical-align: top;
}
table.frame tr td.left{
	width: 25%;
	padding: 0 14px;
}

ul.therapist{
	position: relative;
	margin-top: -7px;
	text-align: center;
}
ul.therapist li{
	display: inline-block;
	padding: 7px;
	max-width: 160px;
}
ul.therapist li div{
	padding: 3.5px;
	text-align: center;
}
ul.therapist li div p{
	line-height: 1.5em;
}
table.therapist_schedule tr th:first-of-type,
table.therapist_schedule tr td:first-of-type{
	width: 10%;
}
table.access td{
	padding: 3.5px 0;
}
table.access tr td:first-of-type{
	width: 25em;
}
table.access tr td:last-of-type{
	width: 10em;
}
div.reserve_check{
	padding: 11px;
}
div.reserve_check p span{
	display: inline-block;
	width: 7em;
}
div.reserve_check p:last-of-type{
	border: none;
}
table#contact{
	display: none;
}
p.link_web a,
p.link a,
p.hotel_title,
p.tax{
	position: relative;
	display: block;
	padding: 0.5em;
	line-height: 48px;
	width: 50%;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 1em auto;
}
p.hotel_title,
p.tax{
	background: rgba(195,162,68,0.25);
	color: rgba(195,162,68,1);
	line-height: 1em;
}
p.hotel_title{
	width: 100%;
	text-align: left;
	margin: 0;
}
div.news h3{
	text-align: left;
	margin: 0;
}

p.link_web a:before{
	content: "≫ ";
	color: rgba(255,255,255,0.25);
}
p.link_web a:after{
	content: " ≪";
	color: rgba(255,255,255,0.25);
}
p.schedule_today,
p.schedule_tommorow{
	margin: 0 -3.5px;
}
div.scroll{
	height: 9em;
	overflow-y: scroll;
	border: 1px solid rgba(195,162,68,1);
	padding: 1em;
	margin-top: 1em;
	font-size: 12px;
	background: rgba(255,255,255,1);
	color: rgba(195,162,68,1);
}
div.scroll h3,
div.scroll h4{
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: rgba(195,162,68,1);
}
div.scroll h4{
	margin-top: 0.5em;
}
h4.system{
	font-size: 18px;
}
.scroll::-webkit-scrollbar{ 
	width: 1em;
}
.scroll::-webkit-scrollbar-thumb{
	background: rgba(195,162,68,1);
}
.scroll::-webkit-scrollbar-track-piece:start{
	background: rgba(195,162,68,0.25);
}
.scroll::-webkit-scrollbar-track-piece:end{
	background: rgba(195,162,68,0.25);
}
p.free_question{
	padding: 0.5em;
}
p.free_answer{
	padding: 0.5em;
	margin-bottom: 1em;
}
table#sp div{
	width: 310px;
	margin: 0 auto;
}
p#sp_close{
	display: block;
	margin: 1em auto;
	line-height: 48px;
	box-shadow: 0 1px 3.5px rgba(0,0,0,0.25);
	cursor: pointer;
}
div.contents:nth-child(2n){
	background: rgba(195,162,68,0.05);
}



/* color - background */
body{
	color: rgba(34,34,34,0.5);
	background: rgba(195,162,68,0.1) url("../image/body_background.png") center bottom fixed;
}
#nav_area{
	position: relative;
	border-bottom: 3.5px solid rgba(195,162,68,0.25);
	border-top: 3.5px solid rgba(255,255,255,1);
	border-bottom: 3.5px solid rgba(255,255,255,1);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	z-index: 100;
}
nav p{
	background: rgba(75,43,109,1);
	background: rgba(195,162,68,1) url('../image/link_background.png') center;
	background: rgba(195,162,68,1) url("../image/background.png");
	background: rgba(255,255,255,1) url("../image/background.png");
}
header,
article{
	background: rgba(255,255,255,0.5) url("../image/article_background.png");
}
div.frame{
	position: relative;
	height: auto;
	border: ridge 3px rgba(195,162,68,1);
	margin: 0 0 1em 0;
	color: rgba(195,162,68,1);
}
div.frame_inner{
	padding: 28px;
}
div.frame_inner_in{
	position: relative;
	z-index: 1;
	padding: 28px;
	text-align: center;
	background: rgba(195,162,68,0.05);
	margin: 0 0 1em 0;
}
div.frame_inner div.frame_inner_in:last-of-type{
	margin: 0;
}
div.frame:before{
	position: absolute;
	display: block;
	content: "　";
	width: 100%;
	height: 100%;
	top: 0;
	background: url('../image/frame_background_top.png') center top no-repeat;
	background-size: contain;
}
div.frame:after{
	position: absolute;
	display: block;
	content: "　";
	width: 100%;
	height: 100%;
	bottom: 0;
	background: url('../image/frame_background_bottom.png') center bottom no-repeat;
	background-size: contain;
}
div.frame h3{
	margin-top: 0;
	color: rgba(195,162,68,1);
}
div.terms{
	color: rgba(255,255,255,1);
	background: rgba(75,43,109,1);
}
div.terms div.step{
	background: rgba(255,255,255,0.1);
}
div.step{
	border: 1px solid rgba(47,22,23,0.25);
}
a{
	color: rgba(34,34,34,1);
}
p.free_question{
	background: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
}
p.free_answer{
	border: 1px solid rgba(255,0,0,1);
}
p.schedule_today{
	background: rgba(195,162,68,0.25);
	color: rgba(195,162,68,1);
}
p.schedule_tommorow{
	background: rgba(195,162,68,0.1);
	color: rgba(195,162,68,1);
}
table.therapist_schedule,
table.schedule_full{
	border-top: 1px solid rgba(195,162,68,1);
	border-left: 1px solid rgba(195,162,68,1);
}
p.check{
	background: rgba(195,162,68,1);
	color: rgba(255,255,255,1);
	font-size: 12px;
	margin: 3.5px -3.5px -3.5px -3.5px;
}
p.write_date{
	color: rgba(195,162,68,1);
	font-size: 12px;
	line-height: 1em;
}
table.therapist_schedule td,
table.schedule_full td{
	border-right: 1px solid rgba(195,162,68,1);
	border-bottom: 1px solid rgba(195,162,68,1);
}
nav li a{
	color: rgba(47,22,23,1);
	color: rgba(255,255,255,1);
}
nav li a span{
	color: rgba(47,22,23,0.25);
	color: rgba(255,255,255,0.25);
}
nav p{
	color: rgba(195,162,68,0.1);
}
footer a{
	color: rgba(195,162,68,1);
}
#preopen{
	background: rgba(255,255,255,0.9);
}
h2,
h3{
	text-align: center;
	color: rgba(127,127,2,1);
	padding: 0.25em 0 0.5em 0;
}
.scroll h3{
	background: none;
	color: rgba(34,34,34,1);
	padding: 0;
}
p.link a{
	color: rgba(255,255,255,1);
	background: rgba(195,162,68,1) url('../image/link_background.png') center;
	background-size: cover;
}
hr{
	border-top: 1px solid rgba(47,22,23,0.1);
}
table.frame hr{
	border-top: 1px solid rgba(47,22,23,0.1);
}
footer{
	color: rgba(195,162,68,1);
}
footer li a{
	border: 1px solid rgba(195,162,68,1);
	color: rgba(195,162,68,1);
	border-radius: 4em;
	font-size: 1.25em;
	transition: 0.5s ease 0s;
}
footer li a span{
	color: rgba(195,162,68,0.5);
	font-size: 0.75rem;
}
footer li a:hover{
	background: rgba(195,162,68,1);
	color: rgba(255,255,255,1);
}
footer li a span{
	transition: 0.5s ease 0s;
}
footer li a:hover span{
	color: rgba(255,255,255,1);
}
header,
div#header_home,
nav{
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=rgba(255,255,255,1), endcolorstr=rgba(248,248,248,1)));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=rgba(255,255,255,1), endcolorstr=rgba(248,248,248,1)))";
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(248,248,248,1));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(248,248,248,1));
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(248,248,248,1));
}
nav{
	background: linear-gradient(to bottom, rgba(113,95,82,1), rgba(76,57,47,1));
}
h1{
	position: relative;
	background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(248,248,248,1));
	color: rgba(195,162,68,0.5);
	z-index: 0;
}
nav li{
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
}
nav li span.circle{
	color: rgba(47,22,23,0.5);
}
div.preview p,
img#photo{
	background: rgba(255,255,255,1);
	border: 1px solid rgba(195,162,68,1);
}
ul.therapist li div{
	background: rgba(255,255,255,1);
	border: 1px solid rgba(195,162,68,1);
}
table.frame table.access tr.access_list td{
	border-bottom: 1px solid rgba(47,22,23,0.1);
}
div.reserve_check{
	border: 3px solid rgba(195,162,68,1);
}
div.reserve_check p{
	border-bottom: 1px solid rgba(195,162,68,0.5);
}
form.contact input,
form.contact textarea,
form.contact select{
	border: 0.25em solid rgba(195,162,68,1);
	padding-left: 2.25em;
	height: 2.5em;
	background: rgba(255,255,255,1);
}
form.contact textarea{
	height: 7.5em;
}

form.contact p.form{
	position: relative;
}
form.contact p.form:before{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	content: "NG";
	background: rgba(195,162,68,1);
	color: rgba(255,255,255,1);
}
form.contact input[type="submit"]{
	border: none;
	background: rgba(47,22,23,1);
	color: rgba(255,255,255,1);
}
form.contact p.true input,
form.contact p.true textarea,
form.contact p.true select{
	border: 3.5px solid rgba(195,162,68,0.1);
}
form.contact p.true:before{
	content: "OK";
	background: rgba(195,162,68,0.1);
	color: rgba(195,162,68,0.5);
}
form.contact p#submit{
	background: rgba(47,22,23,0.1);
	color: rgba(255,255,255,1);
}
p.link_web a,
table.about td.on{
	background: rgba(77,58,48,1);
	color: rgba(255,255,255,1);
}
table.about td.off{
	background: rgba(47,22,23,0.25);
	color: rgba(255,255,255,1);
}
p.free_question{
	background: rgba(195,162,68,1);
	color: rgba(255,255,255,1);
}
p.free_answer{
	border: 1px solid rgba(195,162,68,1);
}
p#sp_close{
	background: rgba(255,255,255,1);
	color: rgba(34,34,34,1);
	border-bottom: 0.25em solid rgba(0,0,0,0.1);
}
form.contact p#submit input[type="submit"]{
	padding: 0;
	height: 64px;
	line-height: 64px;
	background: rgba(77,58,48,1);
	color: rgba(255,255,255,1);
	cursor: pointer;
}
::placeholder {
	color: rgba(195,162,68,0.5);
	font-widht: 100;
}


p.photo_scale{
	overflow: hidden;
}
ul.therapist li img{
	transition:1s all;
}
ul.therapist li:hover p.photo_scale img{
	transform:scale(1.5,1.5);
	transition:1s all;
}




div.blur{
  content: "";
  z-index: -1;
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
div.blur:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}

.marquee {
width:100%;
padding:0.5em 0;
overflow:hidden;
position:relative;
}

.marquee span:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee span {
margin:0;
display:inline-block;
white-space:nowrap;
}
li:hover div .marquee span{
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:5s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:5s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:5s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:5s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

table#loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(255,255,255,1) url('../image/body_background.png') center top;
}
table#loader img{
	width: 240px;
	margin: 0 auto;
}
table#loader p#loader_load{
	position: relative;
	margin-top: -240px;
	animation: 5s linear infinite rotation;
}
@-webkit-keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

iframe.recruit{
	position: absolute;
	z-index: 1;
	border: none;
	top: 50%;
	left: 50%;
	margin: -307px 0 0 -173px;
	width: 346px;
	height: 614px;
}
#iphone{
	position: relative;
	height: 800px;
	text-align: center;
	margin:  0 auto;
}
#iphone img{
	height: 100%;
	width: auto;
	margin:  0 auto;
}

ul.fifth li{
	width: 20%;
	float: left;
}

group table{
	margin-bottom: 0.5em;
}
group table tr td{
	vertical-align: middle;
	height: 48px;
}
group table.select tr:first-of-type td:first-of-type{
	text-align: center;
	background: rgba(77,58,48,1);
	color: rgba(255,255,255,1);
	padding: 0 10px;
}
group td{
	position: relative;
	width: 50%;
}
group table.select td{
	position: relative;
	width: 25%;
}
input[type="radio"],
input[type="checkbox"]{
	width: 100%;
	height: 48px;
	opacity: 0;
}
form.contact label{
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(195,162,68,1);
	width: 100%;
	height: 100%;
	background: rgba(195,162,68,0.1);
	text-align: center;
	line-height: 48px;
	cursor: pointer;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
	background: rgba(195,162,68,1);
	font-weight: 500;
	color: rgba(255,255,255,1);
	transition: 0.5s ease 0s;
}
input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid rgba(255,255,255,1);
  border-bottom: 2px solid rgba(255,255,255,1);
  transform: rotate(-45deg);
}
.map {
	overflow: hidden;
}
.map iframe{
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
	height: 450px;
}


.flash{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	vertical-align: middle;
	text-decoration: none;
	overflow: hidden;
}
.flash::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: rgba(255,255,255,0.75);
	animation: contact 3s ease-in-out infinite;
	z-index: 100;
}
@-webkit-keyframes contact{
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

#loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(255,255,255,1) url('../image/body_background.png') center top;
}
#loader img{
	position: absolute;
	width: 240px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -120px;
}
#loader #loader_load{
	position: relative;
	animation: 5s linear infinite rotation;
}

.therapist_list,
.news_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -0.5em;
}
.therapist_list_link{
	display: block;
	width: 12.5%;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 1em;
}
.news_list_link{
	display: block;
	width: 10%;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 1em;
}
.therapist_list_link:hover .sumnail,
.news_list_link:hover .sumnail{
	transform:scale(1.25,1.25);
	transition:1s all;
}
.therapist_list_photo_scale,
.news_list_photo_scale{
	display: block;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
	margin-bottom: -1em;
}
.therapist_list_name,
.therapist_list_schedule{
	display: block;
	line-height: 1.5em;
}
.therapist_list_name{
	margin-top: 0.25em;
}
.news_list_text_date{
	display: block;
	font-size: 0.8em;
}
.therapist_list_room1{
	display: block;
	text-align: center;
	border: 1px solid rgba(77,58,48,1);
	color: rgba(77,58,48,1);
	border-radius: 1em;
	line-height: 2em;
	margin-bottom: 0.25em;
}
.therapist_list_room2{
	display: block;
	text-align: center;
	border: 1px solid rgba(77,58,48,1);
	color: rgba(77,58,48,1);
	border-radius: 1em;
	line-height: 2em;
	margin-bottom: 0.25em;
}
.therapist_list_status1{
	display: block;
	text-align: center;
	border: 1px solid rgba(77,58,48,1);
	background: rgba(77,58,48,1);
	color: rgba(255,255,255,1);
	border-radius: 1em;
	line-height: 2em;
	margin-bottom: 0.25em;
}
.therapist_list_status2{
	display: block;
	text-align: center;
	border: 1px solid rgba(77,58,48,1);
	background: rgba(77,58,48,0.1);
	color: rgba(77,58,48,1);
	border-radius: 1em;
	line-height: 2em;
	margin-bottom: 0.25em;
}
.therapist_list_status3{
	display: block;
	text-align: center;
	border: 1px solid rgba(255,129,129,1);
	background: rgba(255,129,129,1);
	color: rgba(255,255,255,1);
	border-radius: 1em;
	line-height: 2em;
	margin-bottom: 0.25em;
}
.therapist_list_reserve,
.news_list_text_check{
	display: block;
	text-align: center;
	background: rgba(77,58,48,1);
	color: rgba(255,255,255,1);
	margin-top: 0.25em;
	font-size: 0.8em;
	border-radius: 1em;
	line-height: 2em;
}
.news_list_marquee {
	display: block;
	width: 100%;
	height: 2.4em;
	padding: 0.5em 0;
	overflow: hidden;
	position: relative;
	vertical-align: text-top;
}
.news_list_.marquee span:after {
	content: "";
	white-space: nowrap;
	padding-right: 50px;
}
.news_list_marquee span {
	margin: 0;
	display: inline-block;
	white-space: nowrap;
}
a:hover .news_list_marquee span{
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:5s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:5s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:5s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:5s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:5s;
	animation-iteration-count:infinite;
}
