@charset "utf-8";
/*
001: Page Block
002: Page Title Block
003: Page Content Block
004: Content Title Block
005: Left Therapist Block
006: Right Therapist Block
007: Therapist Schedule Block
*/
/*---------------------------------------
	001: Page Block
---------------------------------------*/
#section1 {
	height						: 100vh;
	height						: 360px;
}
#section1:before {
	display						: block;
	position					: fixed;
	top							: 0;
	width						: 100%;
	height						: 100%;
	z-index						: -1;
	content						: "";
}


/*---------------------------------------
	002: Page Title Block
---------------------------------------*/
#page_title_block {
	display						: -ms-flexbox;
	display						: flex;
	-ms-flex-wrap				: wrap;
	flex-wrap					: wrap;
	position					: relative;
}
#page_title_box {
	position					: absolute;
	top							: 160px;
	left						: 10px;
	right						: 0;
}
h1#main_title {
	display						: inline-block;
	font-family					: 'Frank Ruhl Libre', serif;
	font-size					: 40px;
	font-size					: 4.0rem;
	font-weight					: 300;
	color						: #FFF;
	margin-bottom				: 20px;
}
h1#main_title::before {
	position					: absolute;
	top							: 55px;
	left						: 0;
	width						: 70px;
	height						: 2px;
	background					: #FFF;
	content						: "";
}
p#sub_title {
	font-size					: 12px;
	font-size					: 1.2rem;
	color						: #EEE;
}


/*---------------------------------------
	003: Page Content Block
---------------------------------------*/
#section2 {
	position					: relative;
	background-image			: url(../images/bg/bg_page_top.png), url(../images/bg/bg_page_bottom.png), url(../images/bg/section_one.jpg);
	background-position			: right top, left bottom, center top;
	background-repeat			: no-repeat, no-repeat, repeat;
	background-size				: 280px, 280px, auto;
	padding-top					: 30px;
	padding-bottom				: 30px;
}
article.content_block {
	display						: -ms-flexbox;
	display						: flex;
	-ms-flex-wrap				: wrap;
	flex-wrap					: wrap;
	padding-left				: 0;
	padding-right				: 0;
}


/*---------------------------------------
	004: Content Title Block
---------------------------------------*/
h2.content_title {
    font-size						: 13px;
    font-size						: 1.3rem;
    font-weight						: 400;
    letter-spacing					: 2px;
	color							: #727285;
    margin-top						: 0;
    margin-bottom					: 25px
}
h2.content_title::after {
    display							: block;
    font-family						: 'Frank Ruhl Libre', serif;
    font-size						: 22px;
    font-size						: 2.2rem;
	color							: #525263;
    text-transform					: uppercase;
    letter-spacing					: 3px;
    margin-top						: 7px;
    content							: attr(data-title)
}
h2.content_title:before {
    position						: absolute;
    left							: 10px;
    top								: 55px;
    width							: 70px;
    height							: 2px;
	background						: #525263;
    content							: ""
}


/*---------------------------------------
	005: Left Therapist Block
---------------------------------------*/
#left_content {}
/* Title Block */
#therapist_meta {
	background						: url("../images/single/single_bg.jpg") repeat center top;
	padding-left					: 0px;
	padding-right					: 0px;
	margin-bottom					: 30px;
}
h3#therapist_name {
	margin-top						: 0;
	margin-bottom					: 0;
	padding-left					: 5px;
	padding-right					: 5px;
}
#therapist_name_box {
	display							: block;
	font-family						: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size						: 17px;
	font-size						: 1.7rem;
	font-weight						: 500;
	position						: relative;
	background						: #525263;
	box-shadow						: 0px 0px 0px 5px #525263;
	border							: dashed 1px white;
	color							: #FFF;
	margin-top						: 0;
	margin-bottom					: 6px;
	padding							: 15px;
}
#therapist_name_box .en_title {
	font-size						: 12px;
	font-size						: 1.2rem;
	font-weight						: 400;
}
#therapist_name_box .slash {
	font-size						: 12px;
	font-size						: 1.2rem;
	padding-left					: 5px;
	padding-right					: 5px;
}
#therapist_name_box::after {
	position						: absolute;
	content							: '';
	left							: -7px;
	top								: -7px;
	border-width					: 0 0 15px 15px;
	border-style					: solid;
	border-color					: #f9f9f9 #f9f9f9 #292932;
	box-shadow						: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
/* キャストブロック */
.profile_block {
	background						: url("../images/single/single_bg.jpg") repeat center top;
	margin-bottom					: 30px;
	padding-left					: 0px;
	padding-right					: 0px;
}
/* セラピストプロフィール */
table#therapist_date {
	width							: 100%;
	border-top						: 1px dotted #fcfcfc;
}
table#therapist_date tr {
	border-bottom					: 1px dotted #fcfcfc;
}
table#therapist_date tr:last-child {
	border-bottom					: none;
}
table#therapist_date tr:nth-child(2n+0) { background: rgba(255,252,255,0.3); }
table#therapist_date tr th,
table#therapist_date tr td {
	font-size						: 14px;
	font-size						: 1.4rem;
	color							: #444;
	background						: transparent;
}
table#therapist_date tr th {
	font-weight						: 400;
	text-align						: left;
	padding							: 15px;
	width							: 35%;
}
table#therapist_date tr td {
	font-weight						: normal;
	text-align						: right;
	padding							: 15px;
	width							: 65%;
}
/* Twitter*/
#twitter_block {
    position						: relative
}
.twitter {
    position						: absolute;
    top								: 14px;
    right							: 10px
}
.twitter a {
    display							: block;
    position						: absolute;
    right							: 0;
    font-size						: 12px;
    font-size						: 1.2rem;
    background						: #525263;
    fill							: #FFF;
    width							: 150px;
    padding							: 5px 10px;
    border-radius					: 4px;
    -moz-transition					: all .3s;
    -o-transition					: all .3s;
    -webkit-transition				: all .3s;
    transition						: all .3s;
    z-index							: 1;
    color							: #FFF
}
.twitter svg {
    position						: absolute;
    left							: 10px;
    top								: 6px;
    width							: 15px;
    height							: 15px
}
.twitter a:hover {
    fill							: #FFF;
    background						: #727285;
    color							: #FFF
}
/* 得意な施術チェックボックス */
.op_box {
	padding-top						: 15px;
}
h4#profile_op_block {
	position						: relative;
	font-size						: 11px;
	font-size						: 1.1rem;
	font-weight						: 400;
	color							: #31333f;
	margin-top						: 0;
	margin-bottom					: 10px;
	padding-left					: 25px
}
h4#profile_op_block:before {
	position						: absolute;
	top								: 4px;
	left							: 15px;
	content							: "*";
	color							: #ff1415
}
ul#op_list {}
ul#op_list li {
	display							: inline-block;
	font-size						: 10px;
	font-size						: 1rem;
	font-weight						: 700;
	color							: #FFF;
	background						: #525263;
	margin-bottom					: 5px;
	padding							: 3px 6px;
	border-radius					: 3px
}
/*各コメント関連*/
#therapist_menu {
	list-style						: none;
	margin-bottom					: 0;
	font-size						: 0;
	padding-left					: 0;
	padding-right					: 0;
}
#therapist_menu li {
	display							: inline-block;
	text-align						: center;
	font-size						: 12px;
	font-size						: 1.2rem;
	font-weight						: 500;
	width							: 50%;
	height							: 54px;
	line-height						: 54px;
	background						: #727285;
	border-right					: 1px solid #f0f0f0;
	color							: #FFF;
	cursor							: pointer;
	overflow						: hidden;
	text-overflow					: ellipsis;
	white-space						: nowrap;
}
#therapist_menu li:last-child {
	border-right					: none;
}
#therapist_menu li.select {
	background						: #525263;
	color							: #FFF;
}
.disnon {
	display							: none;
}
.therapist_content {
	border-left						: 1px solid #525263;
	border-right					: 1px solid #525263;
	border-bottom					: 1px solid #525263;
}
.th_comment {
	font-size						: 15px;
	font-size						: 1.5rem;
	padding-top						: 15px;
	padding-bototm					: 15px;
}


/*---------------------------------------
	006: Right Therapist Block
---------------------------------------*/
#right_content {
	margin-bottom					: 65px;
}
/* THeraoist img Slider */
#staff_img {
	position					: relative;
	overflow					: hidden;
}
/* Therapist Lank */
#staff_img .label {
	position					: absolute;
	top							: 30px;
	left						: -10px;
	font-size					: 10px;
	font-size					: 1rem;
	font-weight					: 400;
	text-align					: center;
	color						: #FFF;
	width						: 120px;
	transform					: skew(40deg, -40deg);
	z-index						: 2;
}
#staff_img .new {
	background					: rgba(234, 18, 100, 0.8);
	padding						: 1px 0;
}
#staff_img .new:before {
	content						: "New";
}
#staff_img .silver {
	background					: rgba(97, 97, 97, 0.8);
	padding						: 1px 0;
}
#staff_img .silver:before {
	content						: "Silver";
}
#staff_img .gold {
	background					: rgba(237, 209, 90, 0.8);
	padding						: 1px 0;
}
#staff_img .gold:before {
	content						: "Gold";
}
#staff_img .platinum {
	background					: rgba(20, 77, 164, 0.8);
	padding						: 1px 0;
}
#staff_img .platinum:before {
	content						: "Platinum";
}
#staff_img .diamond {
	background					: rgba(40, 40, 40, 0.8);
	padding						: 1px 0;
}
#staff_img .diamond:before {
	content						: "Diamond";
}
/*SPコース対応状況*/
#staff_img .sp_possible,
#staff_img .sp_impossible,
#staff_img .bt_possible,
#staff_img .bt_impossible {
	font-family					: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size					: 12px;
	font-size					: 1.2rem;
	font-weight					: 400;
	text-align					: center;
	color						: #FFF;
	width						: 150px;
	padding						: 5px 0;
	z-index						: 2;
}
#staff_img .sp_possible {
	position					: absolute;
	bottom						: 91px;
	left						: 10px;
	background					: rgba(242,133,139,0.6);
}
#staff_img .sp_possible:before {
	content						: "SP対応可";
}
#staff_img .sp_impossible {
	position					: absolute;
	bottom						: 91px;
	left						: 10px;
	background					: rgba(218,218,218,0.6);
}
#staff_img .sp_impossible:before {
	content						: "SP不可";
}
/*出張可否*/
#staff_img .bt_possible {
	position					: absolute;
	bottom						: 60px;
	left						: 10px;
	background					: rgba(131,177,253,0.6);
}
#staff_img .bt_possible:before {
	content						: "出張可";
}
#staff_img .bt_impossible {
	position					: absolute;
	bottom						: 60px;
	left						: 10px;
	background					: rgba(218,218,218,0.6);
}
#staff_img .bt_impossible:before {
	content						: "出張不可";
}
@font-face {
	font-family					: 'slick';
	font-weight					: normal;
	font-style					: normal;
	font-display				: swap;
	src							: url('../font/slick/slick.eot');
	src							: url('../font/slick/slick.eot?#iefix') format('embedded-opentype'), url('../font/slick/slick.woff') format('woff'), url('../font/slick/slick.ttf') format('truetype'), url('../font/slick/slick.svg#slick') format('svg');
}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{display:block;position:relative;top:0;left:0}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slides img{width:100%;height:auto}
.slick-loading .slick-list{background:#fff url(../images/slider/ajax-loader.gif) center center no-repeat}
.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:45%;display:block;width:30px;height:30px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before,.slick-next:before{font-family:'slick',sans-serif;font-size:24px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:5px;z-index:1}
[dir='rtl'] .slick-prev{right:-25px;left:auto}
.slick-prev:before{content:'←'}
[dir='rtl'] .slick-prev:before{content:'→'}
.slick-next{right:5px}
[dir='rtl'] .slick-next{right:auto;left:-25px}
.slick-next:before{content:'→'}
[dir='rtl'] .slick-next:before{content:'←'}
.slick-slider{margin-bottom:0}
.slick-dots{position:absolute;bottom:-50px;display:block;width:100%;padding:0;list-style:none;text-align:center}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{content:" ";line-height:20px;position:absolute;top:0;left:0;width:12px;height:12px;text-align:center;opacity:.25;background-color:#f18792;border-radius:50%}
.slick-dots li.slick-active button:before{opacity:.75;background-color:#f18792}
.slick-dots li button.thumbnail img{width:0;height:0}
.slick-slide{text-align:center}
.slick-slide img{display:inline-block}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}
.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}
.pswp img{max-width:none}
.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}
.pswp--open{display:block}
.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}
.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}
.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}
.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}
.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}
.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1)}
.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}
.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}
.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}
.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}
.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}
.pswp__img--placeholder{-webkit-backface-visibility:hidden}
.pswp__img--placeholder--blank{background:#222}
.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}
.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}
.pswp__error-msg a{color:#CCC;text-decoration:underline}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}
.pswp__button:focus,.pswp__button:hover{opacity:1}
.pswp__button:active{outline:none;opacity:.9}
.pswp__button::-moz-focus-inner{padding:0;border:0}
.pswp__ui--over-close .pswp__button--close{opacity:1}
.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../images/popup/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}
@media (-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio: 1.09375),(min-resolution: 105dpi),(min-resolution: 1.1dppx) {
.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../images/popup/default-skin.svg)}
.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}
}
.pswp__button--close{background-position:0 -44px}
.pswp__button--share{background-position:-44px -44px}
.pswp__button--fs{display:none}
.pswp--supports-fs .pswp__button--fs{display:block}
.pswp--fs .pswp__button--fs{background-position:-44px 0}
.pswp__button--zoom{display:none;background-position:-88px 0}
.pswp--zoom-allowed .pswp__button--zoom{display:block}
.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}
.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}
.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}
.pswp__button--arrow--left{left:0}
.pswp__button--arrow--right{right:0}
.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute}
.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}
.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}
.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}
.pswp__share-modal--hidden{display:none}
.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}
.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}
.pswp__share-tooltip a:hover{text-decoration:none;color:#000}
.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}
.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}
.pswp__share-modal--fade-in{opacity:1}
.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.pswp--touch .pswp__share-tooltip a{padding:16px 12px}
a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}
a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}
a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}
a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}
a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}
a.pswp__share--download:hover{background:#DDD}
.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}
.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}
.pswp__caption small{font-size:11px;color:#BBB}
.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}
.pswp__caption--empty{display:none}
.pswp__caption--fake{visibility:hidden}
.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}
.pswp__preloader__icn{width:20px;height:20px;margin:12px}
.pswp__preloader--active{opacity:1}
.pswp__preloader--active .pswp__preloader__icn{background:url(../images/popup/preloader.gif) 0 0 no-repeat}
.pswp--css_animation .pswp__preloader--active{opacity:1}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite}
.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}
.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}
.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}
@media screen and (max-width: 1024px) {
.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}
}
@-webkit-keyframes clockwise {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes clockwise {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes donut-rotate {
0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}
100%{-webkit-transform:rotate(0);transform:rotate(0)}
}
@keyframes donut-rotate {
0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}
100%{-webkit-transform:rotate(0);transform:rotate(0)}
}
.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:100}
.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}
.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1)}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}
.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5)}
.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3)}
.pswp__ui--idle .pswp__top-bar{opacity:0}
.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}
.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}
.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}
.pswp__element--disabled{display:none!important}
.pswp--minimal--dark .pswp__top-bar{background:none}






@media only screen and (min-width: 768px) {
/*---------------------------------------
	001: Page Block
---------------------------------------*/
#section1 {
	height						: 100vh;
	height						: 500px;
}
#section1:before {
	content						: "";
	position					: fixed;
	top							: 0;
	display						: block;
	z-index						: -1;
	width						: 100%;
	height						: 100%;
}


/*---------------------------------------
	002: Page Title Block
---------------------------------------*/
#page_title_block {
	display						: -ms-flexbox;
	display						: flex;
	-ms-flex-wrap				: wrap;
	flex-wrap					: wrap;
	position					: relative;
}
#page_title_box {
	position					: absolute;
	top							: 220px;
	left						: 10px;
	right						: 0;
}
h1#main_title {
	display						: block;
	font-family					: 'Frank Ruhl Libre', serif;
	font-size					: 58px;
	font-size					: 5.8rem;
	color						: #FFF;
	font-weight					: 300;
    letter-spacing				: 2px;
	margin-bottom				: 20px;
}
h1#main_title::before {
	position					: absolute;
	top							: 73px;
	left						: 0;
	width						: 70px;
	height						: 2px;
    background					: #FFF;
	content						: "";
}
p#sub_title {
	font-size					: 13px;
	font-size					: 1.3rem;
	color						: #EEE;
}


/*---------------------------------------
	002: Page Block
---------------------------------------*/
#section2 {
	position						: relative;
	background-image				: url(../images/bg/bg_page_top.png), url(../images/bg/bg_page_bottom.png), url(../images/bg/section_one.jpg);
	background-position				: right top, left bottom, center top;
	background-repeat				: no-repeat, no-repeat, repeat;
	background-size					: 600px, 600px, auto;
	padding-top						: 60px;
	padding-bottom					: 60px;
}


/*---------------------------------------
	006: Left Therapist Block
---------------------------------------*/
#staff_inimg {
	position					: relative;
	overflow					: hidden;
	margin-bottom				: 30px;
	padding-bottom				: 0;
}
/*SPコース対応状況*/
#staff_img .sp_possible {
	position					: absolute;
	top				    		: 800px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(242,133,139,0.7);
}
#staff_img .sp_impossible {
	position					: absolute;
	top				    		: 800px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(218,218,218,0.7);
}
/*出張可否*/
#staff_img .bt_possible {
	position					: absolute;
	top				    		: 832px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(131,177,253,0.7);
}
#staff_img .bt_impossible {
	position					: absolute;
	top				    		: 832px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(218,218,218,0.7);
}
}




@media only screen and (min-width: 992px) {
/*---------------------------------------
	004: Page Tab Block
---------------------------------------*/
#schedule_display {
	display							: block;
	font-size						: 15px;
	font-size						: 1.5rem;
	text-align						: center;
	width							: 220px;
	height							: 50px;
	line-height						: 50px;
	background						: #525263;
	color							: #FFF;
	border-radius					: 50px;
}


/*---------------------------------------
	006: Righr Therapist Block
---------------------------------------*/
/*SPコース対応状況*/
#staff_img .sp_possible {
	position					: absolute;
	top				    		: 700px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(242,133,139,0.7);
}
#staff_img .sp_impossible {
	position					: absolute;
	top				    		: 700px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(218,218,218,0.7);
}
/*出張可否*/
#staff_img .bt_possible {
	position					: absolute;
	top				    		: 732px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(131,177,253,0.7);
}
#staff_img .bt_impossible {
	position					: absolute;
	top				    		: 732px;
    bottom				    	: auto;
	left						: 10px;
	background					: rgba(218,218,218,0.7);
}
.slick-dots::after {
	content							: "";
	display							: table;
	clear							: both;
}
.slick-dots {
	position						: static;
	bottom							: 0px;
	display							: block;
	width							: 100%;
	padding							: 0;
	margin-bottom					: 0;
	list-style						: none;
	font-size						: 0;
	text-align						: center;
}
.slick-dots li {
	float							: left;
	position						: relative;
	display							: inline-block;
	left							: 0;
	width							: 20%;
	height							: auto;
	margin							: 0;
}
.slick-dots li button.thumbnail {
	width							: 100%;
	height							: auto;
	padding							: 0;
}
.slick-dots li button.thumbnail img {
	width							: 100%;
	height							: auto;
	opacity							: 1;
}
.slick-dots li button.thumbnail:hover img,
.slick-dots li.slick-active button.thumbnail img {
	opacity							: 0.6;
}
.slick-dots li button.thumbnail::before {
	display							: none;
}
}




@media only screen and (max-width: 1199px) {
/*---------------------------------------
	007: Therapist Schedule Block
---------------------------------------*/
#schedule {
	background						: url("../images/single/single_bg.jpg") repeat center top;
	width					: 100%;
	font-size				: 15px;
	font-size				: 1.5rem;
	border					: 1px solid #84849d;
}
#schedule tr {
	display					: block;
	float					: left;
	width					: 100%
}
#schedule thead {
	display					: block;
	float					: left;
	width					: 30%;
	background				: #727288;
	color					: #FFF;
	text-align				: center
}
#schedule tr th {
	border-bottom			: 1px solid #84849d
	}
#schedule tr td {
	border-bottom			: 1px solid #84849d
}
#schedule tr th,
#schedule tr td {
	font-weight				: 300;
	border-left				: none;
	display					: block;
	padding-top				: 15px;
	padding-bottom			: 15px;

}
#schedule tr th:last-child,
#schedule tr td:last-child {
	border-bottom			: none
}
#schedule tbody {
	display					: block;
	float					: left;
	width					: 70%
}
#schedule tr td + td {
	border-left				: none
}
#schedule tr td {
	padding-left			: 15px
}
}





@media screen and (min-width: 1200px) {
#schedule_display {
	display							: block;
	font-size						: 15px;
	font-size						: 1.5rem;
	text-align						: center;
	width							: 270px;
	height							: 50px;
	line-height						: 50px;
	background						: #525263;
	color							: #FFF;
	border-radius					: 50px;
}


/*---------------------------------------
	006: Left Therapist Block
---------------------------------------*/
#left_block {
	margin-bottom				: 0;
}


/*---------------------------------------
	007: Therapist Schedule Block
---------------------------------------*/
#schedule {
	width						: 100%;
	font-size					: 15px;
	font-size					: 1.5rem;
	border						: 1px solid #84849d;
	text-align					: center;
	table-layout				: fixed;
}
#schedule thead {
	width						: 14.285%;
	background					: #727288;
	color						: #FFF
}
#schedule tr th,
#schedule tr td {
	font-weight					: 300;
}
#schedule tr th {
	border-right				: 1px solid #84849d;
	padding						: 15px 0;
}
#schedule tr td {
	vertical-align				: top;
	background					: url("../images/single/single_bg.jpg") repeat center top;
	border-right				: 1px solid #84849d;
	padding						: 15px 0;
}
#schedule tr th:last-child,
#schedule tr td:last-child {
	border-right				: none;
}
}