@charset "utf-8";
/*
001: Lodding Block
002: Slider Block
003: About Club Espase Block
004: News Block
005: Event Block
006: Schedule Block
007: Therapist Slider Block
008: Concept Block
009: Shop Info Block
*/

/*---------------------------------------
001: Lodding Block
---------------------------------------*/
#loader-bg {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: rgba(255,255,255,0.8);
z-index: 1000;
}
#loader {
display: none;
position: fixed;
top: 50%;
left: 50%;
width: 200px;
height: 200px;
margin-top: -100px;
margin-left: -100px;
text-align: center;
color: #333;
z-index: 1000;
}
#loader p {
font-family: "Noto Sans Japanese";
font-size: 18px;
font-size: 1.8rem;
}
/* Logging Cube Img */
.qube {
position: relative;
width: 100px;
height: 100px;
margin: auto;
}
.qube .circle {
position: absolute;
width: 100px;
height: 100px;
opacity: 0;
-webkit-transform: rotate(225deg);
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: orbit;
-webkit-animation-duration: 5.5s;
}
.qube .circle:after {
content: '';
position: absolute;
width: 10px;
height: 10px;
border-radius: 10px;
background: #333;
/* Pick a color */
}
.qube .circle:nth-child(2) {
-webkit-animation-delay: 240ms;
}
.qube .circle:nth-child(3) {
-webkit-animation-delay: 480ms;
}
.qube .circle:nth-child(4) {
-webkit-animation-delay: 720ms;
}
.qube .circle:nth-child(5) {
-webkit-animation-delay: 960ms;
}
@-webkit-keyframes orbit {
0% {
-webkit-transform: rotate(225deg);
opacity: 1;
-webkit-animation-timing-function: ease-out;
}
7% {
-webkit-transform: rotate(345deg);
-webkit-animation-timing-function: linear;
}
30% {
-webkit-transform: rotate(455deg);
-webkit-animation-timing-function: ease-in-out;
}
39% {
-webkit-transform: rotate(690deg);
-webkit-animation-timing-function: linear;
}
70% {
-webkit-transform: rotate(815deg);
opacity: 1;
-webkit-animation-timing-function: ease-out;
}
75% {
-webkit-transform: rotate(945deg);
-webkit-animation-timing-function: ease-out;
}
76% {
-webkit-transform: rotate(945deg);
opacity: 0;
}
100% {
-webkit-transform: rotate(945deg);
opacity: 0;
}
}


/*---------------------------------------
002: Slider Block
---------------------------------------*/
.fullSlider {
position: relative;
width: 100%;
top: 0;
text-align: left;
overflow: hidden;
}
.fullSlider ul,
.fullSlider ul li {
float: left;
display: inline;
overflow: hidden;
}
.fullSlider ul li {
position: relative;
}
.fullSlider ul li img {
top: 50%;
left: 50%;
position: absolute;
}
.fullViewWrap {
top: 0;
position : fixed;
overflow: hidden;
}
#site_description {
font-size: 11px;
font-size: 1.1rem;
}
/* SideNavi */
.fullSlider .btnPrev,
.fullSlider .btnNext {
margin-top: -25px;
top: 50%;
width: 30px;
height: 30px;
position: fixed;
z-index: 0;
}
.fullSlider .btnPrev {
left: 10px;
background: transparent url(btnPrev.png) no-repeat center center;
background-size: 30px;
}
.fullSlider .btnNext {
right: 10px;
background: transparent url(btnNext.png) no-repeat center center;
background-size: 30px;
}
.pagiNation {
bottom: 30px;
left : 0;
width: 100%;
height: 15px;
text-align: center;
position: absolute;
z-index: 100;
 visibility: visible;
}
.pagiNation a {
margin: 0 5px;
width: 20px;
height: 20px;
display: inline-block;
overflow: hidden;
background: #000;
}
.pagiNation a.pnActive {
filter: alpha(opacity=100)!important;
-moz-opacity: 1!important;
opacity: 1!important;
}
.fullSlider ul:after {
content: ".";
height: 0;
clear: both;
display: block;
visibility: hidden;
}
.fullSlider ul {
display: inline-block;
overflow: hidden;
}
.slider_logo {
display: block;
position: absolute;
top: 30%;
left: 0;
right: 0;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.slider_logo img {
width: 80%;
max-width: 360px;
height:auto;
}


/*---------------------------------------
003: About Club Espase Block
---------------------------------------*/
#about_block {
margin-bottom: 20px;
}
h1#about_block_title {
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
font-size: 26px;
font-size: 2.6rem;
text-align: center;
margin-bottom: 10px;
}
p.about_block_description {
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
}
#site_link_block {}
.col3_block {
position: relative;
cursor: pointer;
margin-bottom: 20px;
}
.col3_inner_block {
overflow: hidden;
}
.col3_inner_block img {
width: 100%;
height: auto;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .6s ease-in-out;
transition: .6s ease-in-out;
}
.col3_inner_block:hover img {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.col3_bg {
background: rgba(0,0,0,0.8);
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
h2.col3_bg_title {
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
font-size: 18px;
font-size: 1.8rem;
text-align: center;
margin-top: 8px;
margin-bottom: 8px;
}
h2.col3_bg_title a {
color: #FFF;
}


/*---------------------------------------
004: News Block
---------------------------------------*/
.col2_title_block {
margin-bottom: 20px;
}
h1.col2_main_title {
font-family: 'Crimson Text', serif;
font-size: 32px;
font-size: 3.2rem;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
color: #333;
}
h1.col2_main_title span {
font-family: "Noto Sans Japanese";
display: block;
font-size: 11px;
font-size: 1.1rem;
margin-top: -2px;
}
.home_news_box {
color: #333;
margin-bottom: 10px;
}
.home_news_inner {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #aaa;
-webkit-transition-duration: .5s;
transition-duration: .5s;
}
.home_news_inner:hover {
background: #FFF;
}
.news_data_box {}
.news_data {
font-size: 12px;
font-size: 1.2rem;
margin-top: 0;
margin-bottom: 5px;
color: #FFF;
}
.news_data time {
background: #333;
padding: 2px 5px;
}
h2.home_news_title {
font-size: 13px;
font-size: 1.3rem;
margin-top: 0;
margin-bottom: 0;
}
a h2.home_news_title {
color: #14171b;
}
a:hover h2.home_news_title {
color: #666;
}
.home_news_img {
padding: 0 0 0 15px;
}
.home_news_img_in {
width: 100%;
height: 100%;
position: relative;
}
.home_news_img_in::before {
content: "";
display: block;
padding-top: 100%;
}
.home_news_img_inse {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.home_news_img_inse img {
width: 100%;
height: auto;
-moz-transition: -moz-transform 0.3s linear;
-webkit-transition: -webkit-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
-ms-transition: -ms-transform 0.3s linear;
transition: transform 0.3s linear;
}
.home_news_img_inse img:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}




/*---------------------------------------
005: Schedule Block
---------------------------------------*/
.title_block {
margin-bottom: 20px;
}
h1.main_title {
font-family: 'Crimson Text', serif;
font-size: 34px;
font-size: 3.4rem;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
}
h1.main_title span {
font-family: "Noto Sans Japanese";
display: block;
font-size: 12px;
font-size: 1.2rem;
margin-top: -2px;
}
.title_cwh {
color: #FFF;
}
.slick-loading .slick-list {
background: #fff url('ajax-loader.gif') center center no-repeat;
}
.slick_prev,
.slick_next {
font-size: 18px;
font-size: 1.8rem;
width: 40px;
height: 40px;
line-height: 40px;
}
/* Dots */
.slick-slider {
margin-bottom: 40px;
}
.slick-dots {
display: block;
position: absolute;
bottom: -15px;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 0px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
display: block;
font-size: 0;
line-height: 0;
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: #000;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background: #000;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
.slick-slide {
text-align: center;
}
.slick-slide img {
display: inline-block;
}
/* Slider */
.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 {
position: relative;
top: 0;
left: 0;
display: block;
}
.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;
}

/*---------------------------------------
006: Event Block
---------------------------------------*/
.event_img img {
width: 100%;
height: auto;
}


/*---------------------------------------
007: Therapist Slider Block
---------------------------------------*/
.cast_slider{}
.cast_slider img {
width: 100%;
height: auto;
}

.cast_s_box {
padding: 0;
}
.simply-scroll-container { 
position: relative;
}
.simply-scroll-clip { 
position: relative;
overflow: hidden;
}
.simply-scroll-list { 
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
.simply-scroll-list li {
padding: 0;
margin: 0;
list-style: none;
}
.simply-scroll-list li img {
border: none;
display: block;
}
.simply-scroll { 
width: 100%;
height: 120px;
}
.simply-scroll .simply-scroll-list li {
float: left;
width: 200px;
height: 130px;
}


/*---------------------------------------
008: Concept Block
---------------------------------------*/
#concept_block {}
h1.concept_block_title {
font-family: 'Crimson Text', serif;
font-size: 28px;
font-size: 2.8rem;
font-weight: 400;
text-align: left;
letter-spacing: 1px;
color: #14171b;
margin-bottom: 5px;
padding-bottom: 0;
}
h2.concept_block_sub_title {
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 18px;
font-size: 1.8rem;
color: #14171b;
margin-top: 0;
margin-bottom: 20px;
}
p.concept_block_text {
color: #14171b;
}
/* ●画像調整 */
#concept_img_block {
position: relative;
text-align: center;
max-height: 300px;
}
#concept_img_block img {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
max-width: 300px;
max-height: 300px;
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
#concept_img_block::before {
content: "";
display: block;
padding-top: 100%;
}


/*---------------------------------------
009: Shop Info Block
---------------------------------------*/
.shop_block {
margin-bottom: 50px;
}
table.shop_data {
width: 100%;
}
tr th {
width: 35%;
}
table.shop_data tr td {
width: 65%;
}
table.shop_data tr th,
table.shop_data tr td {
font-size: 13px;
font-size: 1.3rem;
font-weight: 700;
padding-top: 8px;
padding-bottom: 8px;
}
table.shop_data tr td a {
color:#FFF;
}
/* Button*/
.more_block_reservation {
margin-bottom: 50px;
}
.reservation_button {
position: relative;
display: inline-block;
width: 100%;
height: 40px;
line-height: 40px;
text-align: center;
text-decoration: none;
outline: none;
z-index: 2;
border: 1px solid #FFF;
color: #FFF;
overflow: hidden;
}
.reservation_button::before,
.reservation_button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.reservation_button,
.reservation_button::before,
.reservation_button::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.reservation_button:hover {
color: #333;
}
.reservation_button::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.reservation_button:hover::after {
background: #FFF;
-webkit-transform: scale(1);
transform: scale(1);
}
#ads_block {
margin-bottom:60px;
}
.ads_link {
margin-bottom:20px;
}
.ads_link img {
width:100%;
height:auto;
}
.ads_link a {
color:#FFF;
}
#map {
width: 100%;
height: 540px;
z-index: 1;
}



@media only screen and (min-width: 768px) {
/*---------------------------------------
004: News Block
---------------------------------------*/
h1.col2_main_title {
font-family: 'Crimson Text', serif;
font-size: 30px;
font-size: 3.0rem;
font-weight: 400;
text-align: left;
letter-spacing: 1px;
}
h1.col2_main_title span {
font-family: "Noto Sans Japanese";
display: block;
font-size: 12px;
font-size: 1.2rem;
margin-top: -2px;
}


/*---------------------------------------
007: Therapist Slider Block
---------------------------------------*/
.cast_slider{}
.simply-scroll { 
width: 100%;
height: 160px;
}
.simply-scroll .simply-scroll-list li {
float: left;
width: 290px;
height: 160px;
}


/*---------------------------------------
008: Concept Block
---------------------------------------*/
#concept_block {}
h1.concept_block_title {
font-family: 'Crimson Text', serif;
font-size: 30px;
font-size: 3.0rem;
font-weight: 400;
text-align: left;
letter-spacing: 1px;
color: #14171b;
margin-bottom: 5px;
padding-bottom: 0;
}
h2.concept_block_sub_title {
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 18px;
font-size: 1.8rem;
color: #14171b;
margin-top: 0;
margin-bottom: 20px;
}
#concept_img_block {
position: relative;
max-height: initial;
}
#concept_img_block::before {
content: "";
display: none;
padding-top: 0;
}
#concept_img_block img {
display: block;
position: static;
top: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
max-width: initial;
max-height: initial;
width: 100%;
height: auto;
margin-left: 0;
margin-right: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
}


/*---------------------------------------
009: Shop Info Block
---------------------------------------*/
.shop_block {
margin-bottom: 50px;
}
.shop_data {

}
table.shop_data tr th {
width: 50%;
}
table.shop_data tr td {
width: 50%;
}
table.shop_data tr th,
table.shop_data tr td {
font-size: 15px;
font-size: 1.5rem;
font-weight: 700;
padding-top: 10px;
padding-bottom: 10px;
}
#map {
width: 100%;
height: 360px;
}
}