@charset "utf-8";
/*
001: Background Block
002: Tab Block
003: Single Left Therapist Block
004: Single Navigation Block
005: Single Right Therapist Block
006: Contact Forum7 Block
007: Diary Left Block
008: Diary Right Block
*/
/*---------------------------------------
001: Background Block
---------------------------------------*/
.bg_fix_main {
position: relative;
min-height: 300px;
}
.bg_fix_main::before {
content: "";
 position: fixed;
top: 0;
left: 0;
content: "";
display: block;
z-index: -1;
width: 100%;
min-height: 100%;
background-image: url(slider_001.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.slider_logo {
display: block;
position: absolute;
top: 8%;
left: 0;
right: 0;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.slider_logo img {
width: 54%;
max-width: 300px;
}
.bg_menu {
margin-top: -55px;
}


/*---------------------------------------
002: Tab Block
---------------------------------------*/
#tab_menu {
list-style: none;
margin-bottom: 30px;
font-size: 0;
}
#tab_menu li {
display: inline-block;
text-align: center;
font-size: 12px;
font-size: 1.2rem;
height: 40px;
line-height: 40px;
background: #fcfbfc;
color: #222;
width: 50%;
cursor: pointer;
}
#tab_menu li.select {
background: #333;
color: #fff;
}
.disnon {
display: none;
}
.tab_block {
width: 100%;
height: 100%;
}

/*---------------------------------------
003: Single Left Therapist Block
---------------------------------------*/
/* Cast img Slider */
.slick-slider {
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-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(ajax-loader.gif) center center no-repeat;
}
.slick_prev,
.slick_next {
font-size: 30px;
font-size: 3.0rem;
width: 40px;
height: 40px;
line-height: 40px;
}
.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -45px;
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: black;
border-radius: 50%;
}
.slick-dots li.slick-active button:before {
opacity: .75;
background-color: black;
}
.slick-dots li button.thumbnail img {
width: 0;
height: 0;
}
#page_left_box .slick-slide {
text-align: center;
}
#page_left_box .slick-slide img {
display: inline-block;
}


/*---------------------------------------
005: Single Right Therapist Block
---------------------------------------*/
.cast_profile_fream {
margin-bottom: 60px;
}
h1#cast_page_cast_name {
position: relative;
font-size: 20px;
font-size: 2.0rem;
font-weight: normal;
color: #FFF;
margin: 0 0 15px 0;
padding: 5px 0 7px 40px;
border-bottom: 2px solid #FFF;
}
h1#cast_page_cast_name::before,
h1#cast_page_cast_name::after {
position: absolute;
content: '';
border-radius: 100%
}
h1#cast_page_cast_name::before {
top: 5px;
left: 5px;
width: 18px;
height: 18px;
background: rgba(190, 190, 190, 0.7);
z-index: 1;
}
h1#cast_page_cast_name::after {
top: 15px;
left: 15px;
width: 13px;
height: 13px;
background: rgba(255, 255, 255, 0.7);
z-index: 2;
}
/* cast profile content box */
/* Sub Block */
.cast_profile_fream {
margin-bottom: 60px;
}
.cast_profile_fream table tr:nth-child(2n+0) { background-color:rgba(100,100,100,0.1); }
.cast_profile_fream table {
width: 100%;
}
.cast_profile_fream table tr th {
border-bottom: 1px dotted #e3e3e3;
text-align: left;
padding: 10px;
font-weight: normal;
}
.cast_profile_fream table tr td {
border-bottom: 1px dotted #e3e3e3;
text-align: left;
padding: 10px;
}
h2.cast_block_title {
position: relative;
text-align: center;
font-size: 16px;
font-size: 1.6rem;
color: #FFF;
z-index: 2;
}
h2.cast_block_title .title_bt_en {
font-size: 8px;
font-size: 0.8rem;
display: block;
}
h2.cast_block_title span.title_bt {
position: relative;
z-index: 2;
display: inline-block;
padding: 0 30px;
background: #14171b;
}
h2.cast_block_title::before {
position: absolute;
top: 50%;
z-index: 1;
content: '';
display: block;
width: 100%;
height: 1px;
background: #ccc;
}


/*---------------------------------------
006: Contact Forum7 Block
---------------------------------------*/
.table-contactform7 {
overflow: hidden;
table-layout: fixed;
}
span.required-contactform7 {
font-weight: normal;
padding: 1px 5px;
background: #333;
color: #fff;
margin-right: 10px;
}
.table-contactform7 th {
font-weight: bold;
border: 0 none !important;
text-align:left;
}
.table-contactform7 td {
border: 0 none !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.table-contactform7 th,
.table-contactform7 td {
font-size: 15px;
font-size: 1.5rem;
}
.table-contactform7 input,
.table-contactform7 textarea {
width: 100% !important;
margin: 0 0 10px 0;
padding-top: 3px;
padding-bottom: 3px;
color: #14171b;
}
.table-contactform7 td select {
width: 24.7%;
height: 36px;
line-height: 34px;
padding: 0px 0 5px 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
.booking-course select {
width:100% !important;
}
.wpcf7-select {
color: #14171b;
}
/* 送信ボタン */
.form-submit #submit,
input[type=submit] {
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
text-align: center;
display: block;
background: #333;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
color: #FFF;
border: none;
width: 100%;
height: 40px;
line-height: 40px;
padding: 0;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.form-submit #submit:hover,
input[type=submit]:hover {
background: transparent;
border: 1px solid #333;
color: #333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.submit_button {
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
}


/*---------------------------------------
007: Diary Left Block
---------------------------------------*/
#left_content {
margin-bottom: 60px;
}
article.news_box {
margin-bottom: 60px;
}
article.news_box:last-child {
margin-bottom: 0px;
}
h2.news_title {
font-size: 22px;
font-size: 2.2rem;
margin: 10px 0;
padding: 0;
}
.news_img {
margin-bottom: 20px;
}
.news_img img {
width: 100%;
height: auto;
}
.news_post_data {}
.news_cat,
.post_day {
font-size: 12px;
font-size: 1.2rem;
padding-left: 0;
}
.news_post {
margin-bottom: 20px;
}
.news_post p {
padding-right: 60px;
}
.news_more {
padding-left: 0;
padding-bottom: 80px;
border-bottom: 1px dotted #FFF;
}
.view_more {
font-size: 14px;
font-size: 1.4rem;
border: 1px solid #FFF;
padding: 8px 40px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
.view_more a {
color: #FFF;
}
.view_more:hover {
background: rgba(255, 255, 255, 0.3);
}
.loadmore {
display: block;
position: relative;
cursor: pointer;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
color: #525263;
text-align: center;
text-decoration: none;
height: 44px;
line-height: 44px;
border: 1px solid #525263;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
z-index: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.loadmore:hover {
text-decoration: none;
opacity: 1;
color: #FFF !important;
background: #525263;
border: 1px solid #525263;
}
.loadmore:after {
content: "";
width: 100%;
height: 0;
position: absolute;
left: 0;
bottom: 0;
color: #FFF;
background: #525263;
-webkit-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
-moz-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
-ms-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
-o-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
z-index: -1;
}
.loadmore:hover:after {
height: 100%;
}


/*---------------------------------------
008: Diary Right Block
---------------------------------------*/
/* PC Style */
.sidebar_box_content {
margin-bottom: 60px;
}
h3.sidebar_title {
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
text-align: center;
border-top: 1px solid #d4d3d3;
border-bottom: 1px solid #d4d3d3;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
}
ul.side_category li {
height: 40px;
line-height: 40px;
border-bottom: 1px solid #d4d3d3;
}
ul.side_category li a {
display: block;
color: #FFF;
padding-left: 20px;
}
/* SP Style */
.select_category {
border: 1px solid #525263;
margin-bottom: 20px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
select {
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%;
height: 44px;
font-size: 13px;
font-size: 1.4rem;
color: #14171b;
border: none;
padding-left: 2.5%;
background: #FFF url(select_arrow-trans.png) no-repeat right center;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.select_category select option {
color: #f1d690;
}





@media only screen and (max-width: 767px) {
/*---------------------------------------
006: Contact Forum7 Block
---------------------------------------*/
.table-contactform7{
display: block;
}
 .table-contactform7 tbody,
 .table-contactform7 tr {
display: block;
width: 100%;
margin-bottom: 20px;
}
.table-contactform7 th {
width: 100%;
display: block;
margin: 0 auto;
border: 0 none !important;
}
.table-contactform7 td {
display: list-item;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
border-top: 0 none !important;
border-right: 0 none !important;
border-left: 0 none !important;
}
.table-contactform7 {
border-bottom: 0 none;
}
}





@media only screen and (min-width: 768px) {
/*---------------------------------------
001: Background Block
---------------------------------------*/
.bg_fix_main:before {
content: "";
 position: fixed;
top: 0;
left: 0;
content: "";
display: block;
z-index: -1;
width: 100%;
min-height: 100%;
background-image: url(slider_001.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}
.slider_logo {
display: block;
position: absolute;
top: 5%;
left: 0;
right: 0;
text-align: center;
margin-left: auto;
margin-right: auto;
}


/*---------------------------------------
003: Single Left Therapist Block
---------------------------------------*/
#single_news_img {
margin-bottom: 20px;
}
h2.news_title {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
margin-top: 0;
margin-bottom: 20px;
}
.post_day,
.news_cat {
font-size: 14px;
font-size: 1.4rem;
color: #FFF;
padding-left: 0;
}


/*---------------------------------------
004: Single Navigation Block
---------------------------------------*/
.slick-dots::after {
content: "";
display: table;
clear: both;
}
.slick-dots {
position: static;
bottom: 0px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
left: 0;
width: 20.0008%;
height: auto;
padding: 4px 4px 4px 0;
margin: 0;
float: left;
}
.slick-dots li button.thumbnail {
width: 100%;
height: auto;
padding: 0;
}
.slick-dots li button.thumbnail img {
width: 100%;
height: auto;
opacity: 0.6;
}
.slick-dots li button.thumbnail:hover img,
.slick-dots li.slick-active button.thumbnail img {
opacity: 1;
}
.slick-dots li button.thumbnail::before {
display: none;
}


/*---------------------------------------
006: Contact Forum7 Block
---------------------------------------*/
.table-contactform7 {
width: 100% !important;
}
.table-contactform7 th,
.table-contactform7 td {
font-size: 16px;
font-size: 1.6rem;
padding: 10px 0 25px 0 !important;
}
.table-contactform7 th {
width: 28%;
}
.submit_button {
width: 36%;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
}


/*---------------------------------------
007: Diary Left Block
---------------------------------------*/
#left_content {
margin-bottom: 60px;
}
article.news_box {
margin-bottom: 100px;
}
.news_post_data {
margin-bottom: 10px;
}
.news_cat,
.post_day {
font-size: 14px;
font-size: 1.4rem;
padding-left: 0;
}
.news_more {
padding-left: 0;
padding-bottom: 100px;
border-bottom: 1px dotted #FFF;
}
}