html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
	padding:0px;
	margin:0px;
	border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
}


/* コンテンツ */

.map {
    margin: 40px auto;
}.map iframe {
    width:100%;
}


.menu_price s {
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
}


@media screen and (min-width: 769px){


div#last_contact {
    margin: 40px auto;
    padding: 20px;
    background: #f4f4f4;
    width: 780px;
}
div#last_contact li {
    list-style: none;
}
span.contact_li {
    display: block;
    background: #414141;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
div#contact li {
    list-style: none;
    margin-bottom: 20px;
}


div#twitter {
    margin: 40px auto;
    text-align: center;
}


div#therapist_schedule_area {
    text-align: center;
}
.therapist_schedule_datetime {
    display: inline-block;
    width: 14%;
    text-align: center;
}
.therapist_schedule_date {
    background: #f1f1f1;
    margin: 0 5px 10px;
    padding: 5px;
}


div#right_length {
    font-size: 14px;
    position: fixed;
    top: 90px;
    color: #000000;
    right: 10px;
    z-index: 11;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

div#order_tel {
	position: fixed;
    right: 10px;
    bottom: 20px;
    background: -moz-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: -webkit-linear-gradient(left, #86d1ea, #82aada, #acc3de);
	background: linear-gradient(to right, #86d1ea, #82aada, #acc3de);
    color: #fff;
    padding: 8px 10px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

div#order_online {
	position: fixed;
    right: 10px;
    bottom: 110px;
    background: -moz-linear-gradient(left, #ccbc9a, #bba169, #ccbc9a);
    background: -webkit-linear-gradient(left, #ccbc9a, #bba169, #ccbc9a);
	background: linear-gradient(to right, #ccbc9a, #bba169, #ccbc9a);
    color: #fff;
    padding: 8px 10px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

div#order_online a, #order_tel a {
    text-decoration: none;
    color: #fff;
}


div#order_tel li, #order_online li {
list-style: none;
    width: 30px;
    margin: 0 auto;
}




body {
	color: #414141;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.60);
    height: 64px;
}


nav {
    text-align: center;
    padding: 10px 0;
}
nav ul li {
    display: inline-block;
    padding: 10px;
    color: #2b2929;
}

section#top_slider {
	height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}



.slider_img1 {
	background-size: 100%;
    background: url(../img/footer_mv.jpg);
    height: 100vh;
    width: 100%;
	background-position: center center;
}
.slider_img2 {
    background: url(../img/mv1.jpg);
    height: 100vh;
    width: 100%;
	background-position: center center;
}
span.h1_big {
    width: 380px;
    display: table;
    margin: 0 auto;
}


section#top_name {
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    text-shadow: 0 0 12px #000;
}

section#top_name_under {
    background: #fff;
    position: relative;
}

h1#logo_image {
    padding-top: 20vh;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-size: 42px;
}
span.top_line {
    display: block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 74px;
    line-height: 80px;
    margin-left: -10px;
}
h2#logo_name {
	position: relative;
    text-align: center;
    margin-top: 10px;
    font-size: 84px;
    color: #fff;
    font-weight: lighter;
    line-height: 72px;
}





h3#logo_image {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: lighter;
}
h4#logo_name {
    position: relative;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: lighter;
    line-height: 60px;
    margin-bottom: 20px;
}h4#logo_name small {
    display: block;
    font-size: 30px;
    line-height: 36px;
}

div#contact {
    font-size: 16px;
}


main {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

h2#content_title {
    text-align: center;
    font-size: 24px;
    color: #a4c3ea;
    width: 50%;
    margin: 0 auto;
}
.lines-on-sides {
    display: table;
    text-align: center;
    white-space: nowrap;
}
.lines-on-sides:before {
    border-right: 1em solid transparent;
}
.lines-on-sides:after {
    border-left: 1em solid transparent;
}
.lines-on-sides:after, .lines-on-sides:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}
.lines-on-sides:after,  .lines-on-sides:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}


section#contetns_staff {
    width: 1000px;
    margin: 40px auto;
}
.staff {
    width: 230px;
    float: left;
    margin: 0 10px 20px;
    height: 300px;
    position: relative;
}
.staff_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.staff_name {
    background: rgba(244, 244, 244, 0.76);
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.staff_time {
    background: rgb(164 195 234 / 72%);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    bottom: 38px;
    position: absolute;
    width: 100%;
}

div#more {
    text-align: center;
    font-size: 24px;
    color: #a4c3ea;
    width: 240px;
    margin: 40px auto 0;
    padding: 10px;
    border: solid 1px #a4c3ea;
}

section#contents_space {
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
    position: relative;
    padding: 100px 0;
    color:#fff;
}
h3#contents_h3 {
    font-weight: lighter;
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
}
.contents_space_text {
    text-align: center;
    margin-top: 40px;
}
#contents_space b {
    display: block;
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    line-height: 28px;
}


section#footer_name {
    margin-bottom: 20px;
}
footer {
	position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-image: url(../img/ami.png);
    text-align: center;
    color: #fff;
}
div#footer_title {
	font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
div#footer_movie {
    width: 100%;
    position: absolute;
    height: 340px;
    overflow: hidden;
    background: #000;
}
.footer_nav ul li {
    display: inline-block;
    margin: 20px 10px;
}
.footer_nav a {
    color: #fff;
}
div#footer_bg {
    background: rgba(0, 0, 0, 0.19);
    padding: 60px 0;
    height: 340px;
}



h1#under_title {
    text-align: center;
    color: #fff;
    font-size: 42px;
}
section#pankuzu {
    color: #ffffff;
    background: -moz-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: -webkit-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: linear-gradient(to right, #86d1ea, #82aada, #acc3de);
    padding: 5px;
    font-size: 12px;
    position: relative;
    text-align: center;
}
section#pankuzu a {
	text-decoration:none;
	color:#fff;
}
#pankuzu_list ol li {
    display: inline;
    list-style-type: none;
}
#pankuzu_list ol li:first-child:before {
    content: "";
}
#pankuzu_list ol li:before {
    content: " > ";
}


section#attention_space {
    position: relative;
    padding: 60px;
    text-align: center;
    background: #f3f3f3;
}
section#attention_space b {
    display: block;
    font-size: 18px;
}
div#attention {
    list-style: none;
    width: 640px;
    margin: 0 auto 40px;
    text-align: left;
}
div#attention li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #bbbbbb;
    padding-left: 20px;
    position: relative;
}
div#attention li span {
    position: absolute;
    left: 2px;
}

h3.menu_name {
    background: #ccbc9a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.menu_img {
    width: 480px;
    height: 320px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.menu {
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.menu_text {
    text-align: center;
}
.menu_text p {
    background: #f4f4f4;
    padding: 40px;
    margin-bottom: 40px;
}
h4.menu_camp {
    border-bottom: solid 1px #f1f1f1;
    padding: 5px 0 10px;
    margin: 0px 0 20px;
    font-size: 26px;
}
h4.menu_camp small {
    font-size: 14px;
    margin: 0 3px;
}
section#contetns_staff a {
    color: #414141;
}
div#new_face {
    position: absolute;
    width: 68px;
    top: -1px;
    margin-left: -1px;
    z-index: 2;
}
.therapist_cover {
    width: 310px;
    float: left;
    margin-right: 20px;
}
.therapist_img {
	width: 310px;
    height: 420px;
    overflow: hidden;
    margin-bottom: 10px;
}

.therapist_thum {
    font-size: 0;
    height: 100px;
    overflow: hidden;
    text-align: center;
}
.therapist_thum img {
    width: 19%;
    font-size: 0;
    margin: 0 0.5%;
    cursor: pointer;
}
.therapist_text {
    width: 590px;
    float: left;
}
.therapist_text_detail {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dedede;
}
.therapist_text_detail_title {
	background: #f7f3ea;
    padding: 5px;
	width: 200px;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 18px;
}
.therapist_text_detail_text {
    width: 380px;
    float: left;
    padding: 6px;
    line-height: 24px;
}

.therapist_schedule_title {
    background: #f7f3ea;
    text-align: center;
    margin: 20px 0 10px;
    padding: 10px 0;
}




ul#tab {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
ul#tab li {
    display: inline-block;
    margin: 0 2px;
    background: #efefef;
    padding: 4px 20px 2px;
    cursor: pointer;
    color: #999;
}
ul#tab_sec {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
ul#tab_sec li {
    display: inline-block;
    margin: 0 2px;
    background: #efefef;
    padding: 4px 20px 2px;
    cursor: pointer;
    color: #999;
}
li.select {
    background: #83b2de!important;
    color: #fff!important;
}
.content_wrap.disnon {
    display: none;
}
.content_wrap_sec.disnon {
    display: none;
}
.access_title {
    margin-bottom: 10px;
    font-size: 20px;
}
.access_text {
    margin-bottom: 40px;
}
h3#contact {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-top: 20px;
}

div#recruit_title {
    text-align: center;
    font-size: 34px;
}
.contents_recruit_message {
    text-align: center;
}



ul.recruit_ul {
    list-style: none;
    width: 680px;
    margin: 0 auto;
    padding: 40px;
    background: rgb(0 0 0 / 45%);
}ul.recruit_ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 41%);
}.recruit_table {
    margin: 40px auto;
    padding-bottom: 20px;
    width: 680px;
    border-bottom: 1px solid #f1f1f1;
}.recruit_table_title {
    font-size: 14px;
    background: #414141;
    color: #fff;
    display: table;
    padding: 5px 10px;
    width: 170px;
    margin: 0 auto 20px;
}



}@media screen and (min-width: 481px) and (max-width: 768px){

#last_contact {
    margin: 40px auto;
    padding: 20px;
    background: #f4f4f4;
    width: 96%;
}
div#last_contact li {
    list-style: none;
}
span.contact_li {
    display: block;
    background: #414141;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
div#contact li {
    list-style: none;
    margin-bottom: 20px;
}

div#twitter {
    margin: 40px auto;
    text-align: center;
}


div#therapist_schedule_area {
    text-align: center;
}
.therapist_schedule_datetime {
    display: inline-block;
    width: 14%;
    text-align: center;
}
.therapist_schedule_date {
    background: #f1f1f1;
    margin: 0 5px 10px;
    padding: 5px;
}

div#right_length {
    font-size: 14px;
    position: fixed;
    top: 90px;
    color: #000000;
    right: 10px;
    z-index: 11;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

div#order_tel {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: -webkit-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: linear-gradient(to right, #86d1ea, #82aada, #acc3de);
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

div#order_online {
    position: fixed;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, #ccbc9a, #bba169, #ccbc9a);
    background: -webkit-linear-gradient(left, #ccbc9a, #bba169, #ccbc9a);
    background: linear-gradient(to right, #ccbc9a, #bba169, #ccbc9a);
    color: #fff;
    width: 50%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

div#order_online a, #order_tel a {
    text-decoration: none;
    color: #fff;
}

div#order_tel br, #order_online br {
    display: none;
}
div#order_tel li, #order_online li {
list-style: none;
    width: 30px;
    margin: 0 auto;
}




body {
	color: #414141;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.60);
    height: 64px;
}


nav {
    text-align: center;
    padding: 10px 0;
}
nav ul li {
    display: inline-block;
    padding: 10px;
    color: #2b2929;
}

section#top_slider {
	height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}



.slider_img1 {
	background-size: 100%;
    background: url(../img/footer_mv.jpg);
    height: 100vh;
    width: 100%;
	background-position: center center;
}
.slider_img2 {
    background: url(../img/mv1.jpg);
    height: 100vh;
    width: 100%;
	background-position: center center;
}span.h1_big {
    width: 360px;
    display: table;
    margin: 0 auto;
}



section#top_name {
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

section#top_name_under {
    background: #FFF;
    position: relative;
}

h1#logo_image {
    padding-top: 20vh;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: lighter;
}
span.top_line {
    display: block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 74px;
    line-height: 80px;
    margin-left: -10px;
}
h2#logo_name {
	position: relative;
    text-align: center;
    margin-top: 10px;
    font-size: 84px;
    color: #fff;
    font-weight: lighter;
    line-height: 72px;
}





h3#logo_image {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: lighter;
}
h4#logo_name {
    position: relative;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: lighter;
    line-height: 60px;
    margin-bottom: 20px;
}h4#logo_name small {
    display: block;
    font-size: 30px;
    line-height: 36px;
}

div#contact {
    font-size: 16px;
}


main {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 60px 0;
}

h2#content_title {
    text-align: center;
    font-size: 24px;
    color: #a4c3ea;
    width: 50%;
    margin: 0 auto;
}
.lines-on-sides {
    display: table;
    text-align: center;
    white-space: nowrap;
}
.lines-on-sides:before {
    border-right: 1em solid transparent;
}
.lines-on-sides:after {
    border-left: 1em solid transparent;
}
.lines-on-sides:after, .lines-on-sides:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}
.lines-on-sides:after,  .lines-on-sides:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}


section#contetns_staff {
    width: 98%;
    margin: 40px auto;
}
.staff {
	width: 48%;
    float: left;
    margin: 0 1% 20px;
    height: 360px;
    position: relative;
}
.staff_img {
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.staff_name {
    background: rgba(244, 244, 244, 0.7411764705882353);
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.staff_time {
    background: rgb(164 195 234 / 72%);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    bottom: 38px;
    position: absolute;
    width: 100%;
}

div#more {
    text-align: center;
    font-size: 24px;
    color: #a4c3ea;
    width: 240px;
    margin: 40px auto 0;
    padding: 10px;
    border: solid 1px #a4c3ea;
}

section#contents_space {
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
    position: relative;
    padding: 100px 0;
    color:#fff;
}
h3#contents_h3 {
    font-weight: lighter;
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
}
.contents_space_text {
    margin-top: 40px;
    width: 90%;
    margin: 40px auto 0;
    text-align: left;
}
#contents_space b {
    display: block;
    font-size: 24px;
    font-weight: lighter;
    text-align: center;
    line-height: 28px;
}


section#footer_name {
    margin-bottom: 20px;
}
footer {
	position: relative;
    width: 100%;
	height: 420px;
    overflow: hidden;
    background-image: url(../img/ami.png);
    text-align: center;
    color: #fff;
}
div#footer_title {
	font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}
div#footer_movie {
    width: 100%;
    position: absolute;
	height: 420px;
    overflow: hidden;
    background: #000;
}
.footer_nav ul li {
    display: inline-block;
    margin: 20px 10px;
}
.footer_nav a {
    color: #fff;
}
div#footer_bg {
    background: rgba(0, 0, 0, 0.19);
    padding: 60px 0;
	height: 420px;
}



h1#under_title {
    text-align: center;
    color: #fff;
    font-size: 42px;
}
section#pankuzu {
    color: #ffffff;
    background: -moz-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: -webkit-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: linear-gradient(to right, #86d1ea, #82aada, #acc3de);
    padding: 5px;
    font-size: 12px;
    position: relative;
    text-align: center;
}
section#pankuzu a {
	text-decoration:none;
	color:#fff;
}
#pankuzu_list ol li {
    display: inline;
    list-style-type: none;
}
#pankuzu_list ol li:first-child:before {
    content: "";
}
#pankuzu_list ol li:before {
    content: " > ";
}


section#attention_space {
    position: relative;
    padding: 60px 2%;
    text-align: center;
    background: #f3f3f3;
}
section#attention_space b {
    display: block;
    font-size: 18px;
}
div#attention {
    list-style: none;
    margin: 0 auto 40px;
    text-align: left;
    width: 94%;
}
div#attention li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #bbbbbb;
    padding-left: 20px;
    position: relative;
}
div#attention li span {
    position: absolute;
    left: 2px;
}

h3.menu_name {
    background: #ccbc9a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.menu_img {
    height: 360px;
    overflow: hidden;
    margin-bottom: 20px;
}
.menu {
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.menu_text {
}
.menu_text p {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 40px;
}
h4.menu_camp {
    border-bottom: solid 1px #f1f1f1;
    padding: 5px 0 10px;
    margin: 0px 0 20px;
    font-size: 26px;
}
h4.menu_camp small {
    font-size: 14px;
    margin: 0 3px;
}
section#contetns_staff a {
    color: #414141;
}
div#new_face {
    position: absolute;
    width: 68px;
    top: -1px;
    margin-left: -1px;
    z-index: 2;
}
.therapist_img {
    height: 560px;
    overflow: hidden;
    margin-bottom: 10px;
}

.therapist_thum {
    font-size: 0;
    height: 100px;
    text-align: center;
    overflow: hidden;
}
.therapist_thum img {
    width: 19%;
    font-size: 0;
    margin: 0 0.5%;
    cursor: pointer;
}
.therapist_text {
    margin-top: 20px;
}
.therapist_text_detail {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.therapist_text_detail_title {
	background: #f7f3ea;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    margin-bottom:10px;
}
.therapist_text_detail_text {
    padding: 6px;
    line-height: 24px;
}

.therapist_schedule_title {
    background: #f7f3ea;
    text-align: center;
    margin: 20px 0 10px;
    padding: 10px 0;
}




ul#tab {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
ul#tab li {
    display: inline-block;
    margin: 0 0px 5px;
    background: #efefef;
    padding: 8px 6px 6px;
    cursor: pointer;
    color: #999;
    width: 20%;
}
ul#tab_sec {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
ul#tab_sec li {
    display: inline-block;
    margin: 0 0px 5px;
    background: #efefef;
    padding: 8px 6px 6px;
    cursor: pointer;
    color: #999;
    width: 20%;
}
li.select {
	background: #83b2de!important;
    color: #fff!important;
}
.content_wrap.disnon {
    display: none;
}
.content_wrap_sec.disnon {
    display: none;
}
.access_title {
    margin-bottom: 10px;
    font-size: 20px;
}
.access_text {
    margin-bottom: 40px;
}
h3#contact {
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-top: 20px;
}

div#recruit_title {
    text-align: center;
    font-size: 24px;
}
.contents_recruit_message {
    text-align: center;
}




ul.recruit_ul {
    list-style: none;
    width: 96%;
    margin: 0 auto;
    padding: 20px;
    background: rgb(0 0 0 / 45%);
}ul.recruit_ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 41%);
}.recruit_table {
    margin: 20px auto;
    padding-bottom: 10px;
    width: 96%;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
}.recruit_table_title {
    text-align: center;
    font-size: 14px;
    background: #414141;
    color: #fff;
    display: table;
    padding: 5px 10px;
    width: 110px;
    margin: 0 0 5px;
}



}@media screen and (min-width: 320px) and (max-width: 480px){

div#footer_movie img {
    width: 180%;
}

div#last_contact {
    margin: 40px auto;
    padding: 20px;
    background: #f4f4f4;
    width: 96%;
}
div#last_contact li {
    list-style: none;
}
span.contact_li {
	display: block;
    background: #414141;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}
div#last_contact li {
    list-style: none;
    margin-bottom: 10px;
}

div#twitter {
    margin: 40px auto;
    text-align: center;
    width:96%;
}

div#therapist_schedule_area {
    text-align: center;
}
.therapist_schedule_datetime {
	float: left;
    width: 14.2%;
    text-align: center;
    font-size: 10px;
}
.therapist_schedule_date {
    background: #f1f1f1;
    margin: 0 1px 10px;
    padding: 2px;
}
.therapist_schedule_time {
    font-size: 12px;
}

div#right_length {
    display: none;
}

div#order_tel {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: -webkit-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: linear-gradient(to right, #86d1ea, #82aada, #acc3de);
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

div#order_online {
    position: fixed;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, #ccbc9a, #bba169, #ccbc9a);
    background: -webkit-linear-gradient(left, #ccbc9a, #bba169, #ccbc9a);
    background: linear-gradient(to right, #ccbc9a, #bba169, #ccbc9a);
    color: #fff;
    width: 50%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

div#order_online a, #order_tel a {
    text-decoration: none;
    color: #fff;
}

div#order_tel br, #order_online br {
    display: none;
}
div#order_tel li, #order_online li {
list-style: none;
    width: 30px;
    margin: 0 auto;
}




body {
	color: #414141;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.60);
}


nav {
	padding:5px 0;
    text-align: center;
}
nav ul li {
    display: inline-block;
    padding: 4px 20px 4px;
    color: #2b2929;
    font-size: 16px;
}

section#top_slider {
	height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
}



.slider_img1 {
	background-size: 280%!important;
    background: url(../img/footer_mv.jpg);
    height: 100vh;
    width: 100%;
	background-position: top center;
}
.slider_img2 {
	background-size: 240%!important;
    background: url(../img/mv1.jpg);
    height: 100vh;
    width: 100%;
	background-position: center center;
}



section#top_name {
    height: 100vh;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

section#top_name_under {
    background: #FFF;
    position: relative;
    padding-top: 10px;
}

h1#logo_image {
	width:100%;
	overflow:hidden;
	padding-top: 20vh;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: lighter;
}span.h1_big {
    width: 300px;
    margin: 0 auto 0px;
    display: table;
}
span.top_line {
    display: block;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    font-size: 74px;
    line-height: 80px;
    margin-left: -10px;
}
h2#logo_name {
	position: relative;
    text-align: center;
    margin-top: 0px;
    font-size: 32px;
    color: #fff;
    font-weight: lighter;
    line-height: 34px;
}





h3#logo_image {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: lighter;
}
h4#logo_name {
    position: relative;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: lighter;
    line-height: 60px;
    margin-bottom: 20px;
}h4#logo_name small {
    display: block;
    font-size: 30px;
    line-height: 36px;
}

div#contact {
    font-size: 16px;
}


main {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

h2#content_title {
    text-align: center;
    font-size: 24px;
    color: #a4c3ea;
    width: 50%;
    margin: 0 auto;
}
.lines-on-sides {
    display: table;
    text-align: center;
    white-space: nowrap;
}
.lines-on-sides:before {
    border-right: 1em solid transparent;
}
.lines-on-sides:after {
    border-left: 1em solid transparent;
}
.lines-on-sides:after, .lines-on-sides:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}
.lines-on-sides:after,  .lines-on-sides:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    -webkit-background-clip: padding;
    background-clip: padding;
}


section#contetns_staff {
    width: 98%;
    margin: 20px auto;
}
.staff {
	width: 48%;
    float: left;
    margin: 0 1% 20px;
    height: 240px;
    position: relative;
}
.staff_img {
	width: 100%;
    height: 240px;
    overflow: hidden;
}
.staff_name {
    background: rgba(244, 244, 244, 0.73);
    text-align: center;
    padding: 2px 0;
    font-size: 22px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.staff_time {
    background: rgb(164 195 234 / 72%);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    bottom: 38px;
    position: absolute;
    width: 100%;
}

div#more {
    text-align: center;
    font-size: 20px;
    color: #a4c3ea;
    width: 240px;
    margin: 40px auto 0;
    padding: 5px;
    border: solid 1px #a4c3ea;
}

section#contents_space {
    width: 100%;
    background: rgba(0, 0, 0, 0.39);
    position: relative;
    padding: 100px 0;
    color:#fff;
}
h3#contents_h3 {
	font-weight: lighter;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
.contents_space_text {
    margin-top: 10px;
    width: 96%;
    margin: 10px auto 0;
    text-align: left;
    font-size: 14px;
}
#contents_space b {
    display: block;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    line-height: 20px;
}


section#footer_name {
    margin-bottom: 20px;
}
footer {
	position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-image: url(../img/ami.png);
    text-align: center;
    color: #fff;
}
div#footer_title {
	font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
div#footer_movie {
    width: 100%;
    position: absolute;
    height: 340px;
    overflow: hidden;
    background: #000;
}
.footer_nav ul li {
    display: inline-block;
    margin: 10px 10px 0;
}
.footer_nav a {
    color: #fff;
}
div#footer_bg {
    background: rgba(0, 0, 0, 0.19);
    padding: 60px 0;
    height: 340px;
}
.footer_nav {
    display: none;
}


h1#under_title {
    text-align: center;
    color: #fff;
    font-size: 42px;
}
section#pankuzu {
    color: #ffffff;
    background: -moz-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: -webkit-linear-gradient(left, #86d1ea, #82aada, #acc3de);
    background: linear-gradient(to right, #86d1ea, #82aada, #acc3de);
    padding: 5px;
    font-size: 12px;
    position: relative;
    text-align: center;
}
section#pankuzu a {
	text-decoration:none;
	color:#fff;
}
#pankuzu_list ol li {
    display: inline;
    list-style-type: none;
}
#pankuzu_list ol li:first-child:before {
    content: "";
}
#pankuzu_list ol li:before {
    content: " > ";
}


section#attention_space {
    position: relative;
    padding: 60px 2%;
    text-align: center;
    background: #f3f3f3;
}
section#attention_space b {
    display: block;
    font-size: 16px;
    text-align: left;
    width: 98%;
    margin: 0 auto;
}
div#attention {
    list-style: none;
    margin: 0 auto 40px;
    text-align: left;
    width: 100%;
    font-size: 14px;
}
div#attention li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #bbbbbb;
    padding-left: 20px;
    position: relative;
}
div#attention li span {
    position: absolute;
    left: 2px;
}

h3.menu_name {
    background: #ccbc9a;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.menu_img {
    overflow: hidden;
    margin-bottom: 20px;
}
.menu {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.menu_text {
}
.menu_text p {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 40px;
}
h4.menu_camp {
    border-bottom: solid 1px #f1f1f1;
    padding: 5px 0 10px;
    margin: 0px 0 20px;
    font-size: 20px;
}
h4.menu_camp small {
    font-size: 14px;
    margin: 0 3px;
}
section#contetns_staff a {
    color: #414141;
}
div#new_face {
    position: absolute;
    width: 68px;
    top: -1px;
    margin-left: -1px;
    z-index: 2;
}
.therapist_img {
    height: 380px;
    overflow: hidden;
    margin-bottom: 10px;
}

.therapist_thum {
    text-align: center;
    font-size: 0;
	height: 80px;
    overflow: hidden;
}
.therapist_thum img {
    width: 19%;
    font-size: 0;
    margin: 0 0.5%;
    cursor: pointer;
}
.therapist_text {
    margin-top: 20px;
}
.therapist_text_detail {
}
.therapist_text_detail_title {
    background: #f7f3ea;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
.therapist_text_detail_text {
    padding: 6px;
    line-height: 24px;
}

.therapist_schedule_title {
    background: #f7f3ea;
    text-align: center;
    margin: 20px 0 10px;
    padding: 10px 0;
}




ul#tab {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
ul#tab li {
	display: inline-block;
    margin: 0 0px 5px;
    background: #efefef;
    padding: 8px 2px 6px;
    cursor: pointer;
    color: #999;
    width: 21%;
    font-size: 13px;
}
ul#tab_sec {
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
ul#tab_sec li {
	display: inline-block;
    margin: 0 0px 5px;
    background: #efefef;
    padding: 8px 2px 6px;
    cursor: pointer;
    color: #999;
    width: 21%;
    font-size: 13px;
}
li.select {
	background: #83b2de!important;
    color: #fff!important;
}
.content_wrap.disnon {
    display: none;
}
.content_wrap_sec.disnon {
    display: none;
}
.access_title {
    margin-bottom: 10px;
    font-size: 20px;
}
.access_text {
    margin-bottom: 40px;
}
h3#contact {
	text-align: center;
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
}

div#recruit_title {
    text-align: center;
    font-size: 20px;
}
.contents_recruit_message {
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
}

.contents_space_text br {
    display: none;
}
ul.recruit_ul {
	list-style: none;
    width: 96%;
    margin: 0 auto;
    padding: 20px;
    background: rgb(0 0 0 / 45%);
    font-size: 12px;
}ul.recruit_ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 41%);
}.recruit_table {
    margin: 20px auto;
    padding-bottom: 20px;
    width: 96%;
    border-bottom: 1px solid #f1f1f1;
}.recruit_table_title {
    font-size: 14px;
    background: #414141;
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}





}