@charset 'UTF-8';

/* ////////////////////////////////////////////
 *								Toot
 * //////////////////////////////////////////// */

/* The root element
---------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	min-width: 1040px;
	background: #f0f0f0;
	line-height: 1.5;
	color: #222;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

a {
	color: #ce3c39;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:active, a:hover {
	color: #ce3c39;
}
a:not(.no-fade):active, a:not(.no-fade):hover{
	opacity: 0.7;
}


/* ////////////////////////////////////////////
 *								Frame
 * //////////////////////////////////////////// */

.container {
	overflow: hidden;
	padding: 150px 0 270px;
}

/* Header
------------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #fff url(/img/pc/header-bg.png) repeat-x center 0;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s ease-in-out;
	   -moz-transition: opacity 0.5s ease-in-out;
	        transition: opacity 0.5s ease-in-out;
}
body.scroll .header {
	opacity: 0.3;
}

.header-inner {
	position: relative;
	width: 1000px;
	height: 150px;
	margin: 0 auto;
}
.header .description {
	line-height: 20px;
	color: #fff;
	font-size: 10px;
}
.header .logo {
	position: absolute;
	top: 41px;
	left: 0;
}
.header .txt {
	position: absolute;
	top: 48px;
	right: 0;
}
.header .txt li {
	float: left;
	padding-left: 14px;
}

.gnav{
	position: absolute;
	bottom: 16px;
	left: 0;
}
.gnav li {
	float: left;
}

/* Contents
------------------------------------------*/
.contents {
	background: url(/img/pc/content-bg.png) no-repeat center bottom;
}
.contents-inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}

/* Main
------------------------------------------*/
.main {
	float: right;
	width: 730px;
}

/* Sidebar
------------------------------------------*/
.sidebar {
	float: left;
	width: 240px;
}

.side-banner ul li {
	margin-bottom: 15px;
}

.side-widget {
	margin-bottom: 15px;
}
.side-widget ul li {
	margin-bottom: 10px;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.side-widget ul li:last-child {
	margin-bottom: 0;
}

/* Footer
------------------------------------------*/
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1040px;
	background: #222 url(/images/footer-bg.png) repeat-x center bottom;
	color: #fff;
	text-align: center;
}
.footer-inner {
	position: relative;
	width: 1000px;
	height: 230px;
	margin: 0 auto;
	padding-top: 40px;
}
.fnav {
	margin-bottom: 50px;
}
.fnav ul{
	line-height: 18px;
	letter-spacing: -0.4em;
}
.fnav ul li {
	display: inline-block;
	height: 18px;
	padding: 0 25px;
	border-left: 1px solid #ccc;
	letter-spacing: normal;
}
.fnav ul li:last-child {
	border-right: 1px solid #ccc;
}
.fnav ul li a {
	color: inherit;
}
.copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 11px;
}

.pegetop {
	position: absolute;
	top: -28px;
	right: 0;
}


/* ////////////////////////////////////////////
 *								 Index
 * //////////////////////////////////////////// */

.kv {
	margin-bottom: 70px;
	background: url(/img/pc/kv-bg.png) no-repeat center 0;
}
.kv-inner {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}
.kv-slide {
	position: relative;
	height: 300px;
}
.kv-slide li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-box {
	margin-bottom: 30px;
}
.banner-box li {
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}

.info-box {
	margin-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.info-box-inner {
	padding: 20px 25px 25px;
}
.info-box .title {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ccc;
	line-height: 1.3;
	font-weight: bold;
	font-size: 20px;
}
.info-box .title:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #c1272d;
}
.info-box .entry-body{
	height: 200px;
	padding-right: 20px;
}
.info-box .entry-body .date{
	color: #666;
	font-size: 12px;
}
.info-box .pager{
	margin-top: 25px;
	text-align: center;
	line-height: 1;
}
.info-box .pager ul{
	letter-spacing: -0.4em;
}
.info-box .pager li{
	display: inline;
	margin: 0 10px;
	letter-spacing: normal;
}


/* ////////////////////////////////////////////
 *								 Lower
 * //////////////////////////////////////////// */

.catch {
	margin-bottom: 50px;
	padding: 35px 0;
	text-align: center;
	background: url(/img/pc/catch-bg.png) no-repeat center 0;
}

/* Entry
------------------------------------------*/
.entry-box {
	margin-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.entry-box-inner{
	padding: 20px 25px 25px;
}

.entry-body h3, .h3 {
	position: relative;
	margin: 30px 0 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ccc;
	line-height: 1.3;
	font-weight: bold;
	font-size: 20px;
}
.entry-body h3:after, .h3:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #c1272d;
}
.entry-body h4, .h4 {
	margin: 20px 0 15px 0;
	padding-left: 7px;
	border-left: #c1272d 4px solid;
	font-weight: bold;
	font-size: 17px;
}
.entry-body h5, .h5 {
	margin: 20px 0 15px;
	padding-bottom: 5px;
	border-bottom: #c1272d 1px dotted;
	font-weight: bold;
	font-size: 14px;
}
.entry-body p {
	margin-bottom: 10px;
}
.entry-body ul, .entry-body ol {
	margin: 15px 0;
}
.entry-body ul li, .entry-body ol li {
	margin-bottom: 10px;
}
.entry-body ol li {
	list-style: inside decimal;
}
.entry-body li ul, .entry-body li ol {
	padding: 10px 0 0 15px;
}
.entry-body .list-small li {
	margin-bottom: 0;
}
.entry-body :first-child {
	margin-top: 0 !important;
}
.entry-body :last-child {
	margin-bottom: 0 !important;
}

/* Extra
------------------------------------------*/
.pc-hide { display: none; }

.contents-box {
	margin: 0 0 20px 0;
}
.contents-textarea {
	overflow: hidden;
}
.contents-leftimg {
	float: left;
	margin: 0 20px 20px 0;
}
.contents-rightimg {
	float: right;
	margin: 0 0 20px 20px;
}

.contents-colorbox {
	margin: 15px 0;
	padding: 15px;
	background: #f4f4f4;
}
.contents-colorbox.-warm {
	background: #faf6e8;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}
.contents-colorbox ul li {
	list-style: outside;
	margin: 0 0 5px 15px;
}

.googlemap iframe {
	width: 100%;
	height: 350px;
}

.tbl {
	width: 100%;
	margin: 20px 0;
}
.tbl th, .tbl td {
	padding: 10px;
	border: #ccc 1px solid;
	text-align: left;
	vertical-align: top;
}
.tbl th {
	width: 20%;
	background: #ffdf80;
}
.tbl td {
	background: #fff;
}

.msg {
	min-height: 50px;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
}
.msg {
	min-height: 50px;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
}
.msg.-no-data {
	color: #888;
	font-size: 15px;
	text-align: center;
}


/* ////////////////////////////////////////////
 *								 Page
 * //////////////////////////////////////////// */

/* therapist
------------------------------------------*/
.therapist-list ul {
	margin-right: -10px;
}
.therapist-list ul li {
	float: left;
	width: 220px;
	margin: 0 10px 25px 0;
	text-align: center;
}
.therapist-list ul li a {
	display: block;
}
.therapist-list ul li .comment,
.therapist-list ul li .name,
.therapist-list ul li .time{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.therapist-list ul li .comment {
	padding: 0 5px;
	background: #444;
	color: #fff;
}
.therapist-list ul li .thumb {
	overflow: hidden;
	height: 293px;
	position: relative;
}
.therapist-list ul li .thumb > img{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.therapist-list ul li a:hover .thumb > img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.therapist-list ul li .thumb span{
	position: absolute;
	bottom: 0;
	right: 0;
}
.therapist-list ul li .name {
	color: inherit;
	font-size: 14px;
}
.therapist-list ul li .time {
	position: relative;
	color: #fff;
	font-size: 14px;
	background: #d3a834;
	height: 30px;
}
.therapist-list ul li .time:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 216px;
	height: 26px;
	border: 1px solid #fff;
}

/* profile
------------------------------------------*/
.profile-name {
	position: relative;
	margin-bottom: 20px;
	padding: 9px;
	line-height: 1.1;
	border: 1px solid #f3eccb;
	background: #fffae3;
	text-align: center;
}
.profile-name:before,
.profile-name:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 50px;
	height: 40px;
	margin-top: -20px;
	background: #fffae3;
}
.profile-name:before { left: 9px; }
.profile-name:after { right: 9px }
.profile-name .mod {
	padding: 2px;
	border: 2px solid #d0ad41;
}
.profile-name .in {
	padding: 10px;
	border: 1px solid #d0ad41;
}
.profile-name p {
	margin-bottom: 3px;
	color: #c0262c;
	font-size: 16px;
}
.profile-name p em {
	font-weight: bold;
	font-style: normal;
}
.profile-name h3 {
	font-size: 20px;
	font-weight: bold;
}

.profile-box .img-box {
	float: left;
	width: 300px;
}
.profile-box .main-img {
	overflow: hidden;
	height: 400px;
	margin-bottom: 10px;
}
.profile-box .sub-img ul {
	margin-right: -5px;
}
.profile-box .sub-img ul li {
	overflow: hidden;
	float: left;
	width: 56px;
	height: 75px;
	margin-right: 5px;
}

.profile-box .detail-box {
	float: right;
	width: 350px;
}
.profile-box .detail-box .h3 {
	margin: 10px 0 10px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.2;
}
.profile-box .detail-box .h4 {
	margin: 10px 0 15px;
	padding-left: 7px;
	font-size: 14px;
	line-height: 1.2;
}

.profile-box .status-box {
	height: 240px;
	padding: 55px 25px 0;
	margin-bottom: 25px;
	background: url(/img/pc/status-box-bg.png) no-repeat 0 0;
}
.profile-box .status-box dl{
}
.profile-box .status-box dl dt{
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.profile-box .status-box dl dd{
	position: relative;
	display: block;
	overflow: hidden;
	height: 5px;
	margin-bottom: 15px;
	background: #ff2d55;
	background-image: -webkit-linear-gradient(left, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
	background-image:         linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
	text-indent: 100%;
	white-space: nowrap;
}
.profile-box .status-box dl dd:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	background: #ddd;
	animation-duration: 3s;
}

/* 1 */
.profile-box .status-box dl dd.status00:after {
	width: 208px;
	animation-name: status-width00;
}
@keyframes status-width00 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 208px;
	}
}

/* 1.5 */
.profile-box .status-box dl dd.status01:after {
	width: 182px;
	animation-name: status-width01;
}
@keyframes status-width01 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 182px;
	}
}

/* 2 */
.profile-box .status-box dl dd.status02:after {
	width: 156px;
	animation-name: status-width02;
}
@keyframes status-width02 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 156px;
	}
}

/* 2.5 */
.profile-box .status-box dl dd.status03:after {
	width: 130px;
	animation-name: status-width03;
}
@keyframes status-width03 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 130px;
	}
}

/* 3 */
.profile-box .status-box dl dd.status04:after {
	width: 104px;
	animation-name: status-width04;
}
@keyframes status-width04 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 104px;
	}
}

/* 3.5 */
.profile-box .status-box dl dd.status05:after {
	width: 78px;
	animation-name: status-width05;
}
@keyframes status-width05 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 78px;
	}
}

/* 4 */
.profile-box .status-box dl dd.status06:after {
	width: 52px;
	animation-name: status-width06;
}
@keyframes status-width06 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 52px;
	}
}

/* 4 */
.profile-box .status-box dl dd.status07:after {
	width: 26px;
	animation-name: status-width07;
}
@keyframes status-width07 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 26px;
	}
}

/* 5 */
.profile-box .status-box dl dd.status08:after {
	width: 0;
	animation-name: status-width08;
}
@keyframes status-width08 {
	0%, 100% {
		transition-timing-function: cubic-bezier(1, 0, 0.65, 0.85);
	}
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}


/* schedule
------------------------------------------*/
.profile-box .detail-box .contents-colorbox {
	margin: 10px 0 20px;
	padding: 10px 15px;
	background: #fef2ea;
	font-size: 12px;
	line-height: 2;
}
.profile-box .detail-box .contents-colorbox img{
	max-width: 100% !important;
	height: auto !important;
}

.sch-nav{
	margin-bottom: 23px;
}
.sch-nav ul{
	margin-right: -6px;
}
.sch-nav ul li{
	float: left;
	width: 92px;
	height: 32px;
	line-height: 32px;
	margin-right: 6px;
	background: #ffda6a;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	-webkit-box-shadow: 0 3px 0 #f2c117;
	box-shadow: 0 3px 0 #f2c117;
}
.sch-nav ul li a{
	color: inherit;
}
.sch-nav ul li.sat{
	color: #2b5ebd;
}
.sch-nav ul li.sun{
	color: #c1272d;
}

.sch-status{
	margin-bottom: 20px;
	line-height: 38px;
	background: #fae4e6;
	border: #f4c8c9 2px solid;
	color: #c0262c;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* schedule_week
------------------------------------------*/
.schedule-tbl {
	width: 100%;
	table-layout: fixed;
}
.schedule-tbl th, .schedule-tbl td {
	font-size: 11px;
	text-align: center;
}
.schedule-tbl th {
	padding: 3px 0;
	border: #ccc 1px solid;
	border-bottom: none;
	background: #ffdf80;
}
.schedule-tbl th.sat{
	color: #2b5ebd;
}
.schedule-tbl th.sun{
	color: #c1272d;
}
.schedule-tbl td {
	padding: 8px 0;
	border: #ccc 1px solid;
	border-top: none;
	background: #fff;
}

/* mag
------------------------------------------*/
.entry-box.-mag .frm table th {
	width: 110px;
}
.entry-box.-mag .frm-footer {
	padding-left: 150px;
	text-align: left;
}

/* 404 page not found
------------------------------------------*/
.entry-box.-not-found{
	padding: 30px;
}
.entry-box.-not-found h2 {
	margin-bottom: 5px !important;
	padding-top: 5px;
	font-size: 35px;
	font-weight: bold;
	color: #c1272d;
	text-align: center;
}
.not-found-txt {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.entry-box.-not-found .msg {
	font-size: 14px;
	padding: 40px 30px;
	background: #faf6e8;
}


/* ////////////////////////////////////////////
 *								 Contact
 * //////////////////////////////////////////// */

.frm table {
	width: 100%;
}
.frm table th, .frm table td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	vertical-align: middle;
}
.frm table th {
	width: 200px;
	padding: 10px 20px;
	text-align: left;
}
.frm table td {
	padding: 10px 20px 10px 0;
}
.frm table th.va-top {
	padding-top: 10px;
	vertical-align: top;
}
.frm input[type='text'], .frm input[type='email'], .frm select, .frm textarea {
	display: block;
	height: 26px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 1px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1xp rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1xp rgba(0, 0, 0, 0.075);
	        box-shadow: inset 0 1px 1xp rgba(0, 0, 0, 0.075);
	line-height: 1.42857;
	color: #474747;
	-webkit-transition: border-color 0.15s ease-in-out, bos-shadow 0.15s ease-in-out;
	   -moz-transition: border-color 0.15s ease-in-out, bos-shadow 0.15s ease-in-out;
	     -o-transition: border-color 0.15s ease-in-out, bos-shadow 0.15s ease-in-out;
	        transition: border-color 0.15s ease-in-out, bos-shadow 0.15s ease-in-out;
}
.frm input[type='text']:focus, .frm input[type='email']:focus, .frm select:focus, .frm textarea:focus {
	border-color: #d86361;
	outline: 0;
}
.frm select {
	height: 26px;
}
.frm textarea {
	height: auto;
}
.frm input[type='radio'], .frm input[type='checkbox'] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.frm label {
	margin-right: 10px;
	cursor: pointer;
}

.frm-footer {
	padding-top: 20px;
	text-align: center;
}
.frm-footer input, .frm-footer a {
	display: inline-block;
	min-width: 100px;
	height: 30px;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 30px;
	border-radius: 3px !important;
	background: #aaa;
	color: #fff;
	-webkit-box-shadow: 0 3px 0 #969696;
	box-shadow: 0 3px 0 #969696;
}
.frm-footer input:hover, .frm-footer input:active {
	opacity: 0.8;
	-webkit-transition: color 0.3s ease;
	   -moz-transition: color 0.3s ease;
	     -o-transition: color 0.3s ease;
	        transition: color 0.3s ease;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.frm-footer .submit {
	background: #ce3c39;
	-webkit-box-shadow: 0 3px 0 #aa2e2b;
	box-shadow: 0 3px 0 #aa2e2b;
}