@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-size: 100%;
    margin: 0;
    padding: 0px;
    outline: 0;
    border: 0;
    vertical-align: baseline;;;
}

/*paddingによる幅を無くします*/
*{
    -webkit-box-sizing:border-box;
    -mos-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}


html{
    overflow-x: hidden;
}
body {/* 変更 */
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    overflow: hidden;
    color: #000;/* 変更 */
    font-size: 13px;/* 変更 */
    width: 100%;/* 変更 */
    font-weight: 500;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: normal;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
a {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #f5eeee;
    text-decoration: none;
}
p {
    /*android版クローム　フォントサイズが大きくなる不具合対策*/
    max-height: 999999px;
}
ins {
    background-color: #ff9;/* 変更 */
    color: #000;/* 変更 */
    text-decoration: none;
}
mark {
    background-color: #ff9;/* 変更 */
    color: #000;/* 変更 */
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
/* form */
input, select {
    vertical-align: middle;
}
/*button,input等のフォームスタイルを除去*/
.form_reset{
    -webkit-appearance: none;
}
/* float解除 */
header:after, footer:after, section:after, article:after, aside:after, main:after, div:after, dl:after, ul:after, ol:after, li:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
}





/****************************************
common (共通スタイル)
****************************************/
body {
    background: #000;
    text-align: center;
    min-height: 800px;
        max-width: 1200px;
    margin: auto;
}


h4 img{
    height: 36px;
    width: auto;
    margin-bottom: 6px;;
}


.info_area{
    text-shadow: 0 0 6px #000000;
}


h2 img{
    color: #fff;

}

.btn_reserve_02{
    display: none;
}
.btn_img{
    width: 100%;
    max-width: 155px;
}

.title_img{
    max-width: 480px;
    width: 100%;


}

#bg_title h2 img{
    max-width: 500px;
}


.atten_size {
    font-size: 0.75em;
    font-weight: bold;
    color: #edcca8;
}
.atten_b {
    font-weight: bold;
}
.atten_lg {
    font-size: 1.25em;
}
.atten_s {
    font-size: 0.75em;
}
/* マージン */
.mb_5 {
    margin-bottom: 8px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mt_30 {
    margin-top: 30px;
}
/* センタリング */
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
/*文字サイズ*/
.fs_9{
    font-size: 9px;
}
.fs_10{
    font-size: 10px;
}
.fs_12{
    font-size: 12px;
}
.fs_16{
    font-size: 16px;
}
.width_690{
    max-width: 690px;
}
.btn_01 a {
    width: 60px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
/* ふわっと薄くします */
.link_act_01 {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.link_act_01:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
}
/*回転*/
.link_act_02 {
    -moz-transition: -moz-transform 0.7s ease-in-out;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: -o-transform 0.7s ease-in-out;
    -ms-transition: -ms-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
}
.link_act_02:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*拡大させます*/
.link_act_03 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
}
.link_act_03:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*白黒にします*/
.link_act_04 {
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    filter: grayscale(52%);
}
.link_act_04:hover {
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*キラっと光るボタン*/
.link_act_05 {
  display: block;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-weight: normal;
  overflow: hidden;
  -moz-transition: cubic-bezier(0.69, 0.01, 0.25, 0.99) 0.5s;
  -o-transition: cubic-bezier(0.69, 0.01, 0.25, 0.99) 0.5s;
  -webkit-transition: cubic-bezier(0.69, 0.01, 0.25, 0.99) 0.5s;
  transition: cubic-bezier(0.69, 0.01, 0.25, 0.99) 0.5s;
  position: relative;
  width: 100%;
}
.link_act_05.bg-gd {
  background: #9b8b53;
  border: 1px solid #9b8b53;
}
.link_act_05.bg-bk {
  background: #626F7F;
  border: 1px solid #626F7F;
}
.link_act_05.bg-lgy {
  background: #EFF0F2;
  border: 1px solid #EFF0F2;
}
.link_act_05:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 10px;
  top: 50%;
  margin-top: -12.5px;
  background: url() center no-repeat;
  background-size: contain;
}
.link_act_05:after {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  -moz-transform: translateX(-150%) skew(-20deg);
  -ms-transform: translateX(-150%) skew(-20deg);
  -webkit-transform: translateX(-150%) skew(-20deg);
  transform: translateX(-150%) skew(-20deg);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link_act_05:hover.bg-gd {
  color: #C1A250 !important;
}
.link_act_05:hover.bg-bk {
  color: #626F7F !important;
}
.link_act_05:hover.bg-lgy {
  color: #EFF0F2 !important;
}
.link_act_05:hover:after {
  -moz-transform: translateX(-20%) skew(-20deg);
  -ms-transform: translateX(-20%) skew(-20deg);
  -webkit-transform: translateX(-20%) skew(-20deg);
  transform: translateX(-20%) skew(-20deg);
}
.link_act_05.arrow-rl:before {
  content: "";
  display: block;
 
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.link_act_05 span{
  position: relative;
  z-index: 1;
  color: #fff;
}
/*--------------
共通ベース
--------------*/

.inner {
    /*max-width: 1920px;*/
    width: 100%;
}

/* 見出し */
.title {
    height: 110px;
    5% */: ;
    font-size: 0;
    overflow: hidden;
}




.title {
    font-size: 0;
    height: 100%;
    margin-bottom: 2.5%;;;

}
.bg_title {
        /*background: #4a3120e6;*/
         background: rgba(0,0,0,0.5);
    padding: 0 14px;
}
.other_page_title {
    right: 0;
    z-index: 999;
    position: absolute;
    top: 75px;
    left: 0;
}
/*outer*/
.frame_outer{
    overflow: hidden;
    z-index: 9999;
    position: relative;
}
.frame_outer_02{
    /*background: url(../img/bg_body.png) 0 0;*/
    z-index: 9999;
    position: relative;
}
.frame_outer_02 .inner{;
    max-width: 1080px;;
    margin: auto;;
    margin-top: 3%;
}
.main_outer{
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
/*TOP以外*/
.page_top_outer{
    position: relative;
    margin-bottom: 30px;
    bottom: 2em;

}
.page_top{
    padding: 0;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    top: 49px;
    left: 0;
}
.page_top img{
    margin: 0 auto;
    width: 100%;
    min-width: 600px;
}
.other_page{
    z-index: 999;
    position: relative;
    padding-top: 0px;
}





.inner.inner_style{
    background: rgba(255, 255, 255, 0.46);
}



.inner.inner_style #reserve{
color: #fff;
}

.other_page .inner_style{
    margin: auto;
    background: rgba(0, 0, 0, 0);
    /* background: #000; */;
}



/* 小見出し */
.subtitle {
    width: 80%;
    margin: 10px auto;
    color: rgba(198, 180, 135, 0.65);
    font-size: 16px;
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.27);
    letter-spacing: 0.15em;
    line-height: 10px;
    padding: 10px;
}
.subtitle span{
    font-size: 20px;
}

#contents_link .subtitle_02{
    font-size: 18px;
    text-align: left;
    color: #8c7968;
    border: solid 1px rgba(119, 97, 74, 0.65);
    width: 100%;
    padding: 5px;


}


.subtitle_02{
    width: 80%;
    margin: 0 auto 10px;
    padding: 10px;
    padding-left: 10px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.15em;
    color: #000000;
    text-align: center;
    line-height: 30px;
}
.subtitle_02 i{
    color: #ff4e00;
}
.subtitle_03{
    max-width: 690px;
    margin: 0 auto 0;
    line-height: 0.8em;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.3em;
    padding: 20px 0 10px;
    color: #000000;
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    background: rgba(140, 137, 129, 0.73);
}
.subtitle_03 span{
    font-size: 12px;
    letter-spacing: 0.1em;
}
.subtitle_03 i{
    color: #ff4e00;
}
.subtitle_04 span{
}
.subtitle_04 i{
    color: #ff4e00;
}
.subtitle_04{
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    width: 100%;
    color: #c6b487;
    letter-spacing: 0.2em;
    padding: 10px 0;
    border-bottom: solid 1px rgba(198, 180, 135, 0.35);
}
.subtitle_04 span{;;
    font-size: 10px;
}
/* テーブル 1 */
.table_01 {
    width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    text-align: left;
}
.table_01 th, .table_01 td {
    padding: 5px 5px 5px 10px;
    border-width: 1px;
    color: #000;
    vertical-align: middle;
}
.table_01 th {
    vertical-align: top;
}
.table_01 td a{
    color: #ff007e;
}

/* テーブル 2 */
.table_02 {
    width: 100%;
    border-spacing: 0;
    text-align: left;
    border: 1px solid #000;
    table-layout: fixed;
}
.table_02 th, .table_02 td {
    padding: 5px 5px 5px 10px;
}
.table_02 th {
    vertical-align: top;
    font-size: 12px;
    text-align: center;
    color: #9e9e9e;
    border-bottom: solid 1px rgba(198, 180, 135, 0.14);
}
.table_02 td {
    text-align: center;
    background: rgba(255, 255, 255, 0.52);
    border-bottom: solid rgba(0, 0, 0, 0.22) 1px;
    color: #1f1f1f;
}
/* テーブル 3 */
.table_03 {
    width: 100%;
    border-spacing: 0;
    text-align: left;
    color: #FFF;
}
.table_03 dt, .table_03 dd {
    vertical-align: top;
}
.table_03 dt {
    padding: 0 0 0 8px;
    letter-spacing: 4px;
    font-size: 18px;
    border: 1px solid #464130;
    color: #675f4a;
}
.table_03 dd {
    margin-bottom: 22px;
    padding: 10px 20px;
}
/* テーブル 4 */
.table_04 {
    width: 95%;
    margin: 20px auto;
    border-spacing: 0;
    text-align: left;
    background: #fff;
}
.table_04 th, .table_04 td {
    border-color: #988239;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}
.table_04 th {
    width: 30%;
    padding: 10px;
    color: #988239;
    font-size: 17px;
}
.table_04 th span{
    font-size: 13px;
}
.table_04 td {
    width: 70%;
    padding: 20px 10px;
    color: #d41b1b;
    font-size: 22px;
    letter-spacing: 0.05em;
}
.table_04 td span{
    font-size: 15px;
}
/* テーブル 5 */
.table_05 {
    width: 100%;
    margin: 20px auto;
    border-spacing: 0;
}
.table_05 dl{
    padding: 10px 0;
    vertical-align: middle;
}
.table_05 dt, .table_05 dd {
    display: inline-block;
    vertical-align: middle;
}
.table_05 dt {
    width: 33%;
}
.table_05 dd {
    width: 65%;
    text-align: right;
}
/* テーブル 6 */
.table_06 {
    width: 100%;
    max-width: 690px;
    margin: 20px auto;
    border-spacing: 0;
    text-align: left;
    padding: 0 0;
    color: #868277;
}
.table_06 dt, .table_06 dd {
    vertical-align: top;
}
.table_06 dt {
    color: rgba(173, 151, 101, 0.58);
    font-size: 1.5em;
    letter-spacing: 4px;
}
.table_06 dd {
    margin-bottom: 20px;
    padding: 10px 0;
}
.table_06 dd.txt {
    line-height: 2.5;;
}
/* テキストボックス 1 */
.txt_box_01 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
    background: #fff;
}
.txt_box_01 h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.txt_box_01 p {
    padding: 5px 10px;
}
/* テキストボックス 2 */
.txt_box_02 {
    text-align: left;
    color: rgba(239, 240, 242, 0.58);
    padding: 10px 30px;
    border: solid 1px rgba(198, 180, 135, 0.34);;
}
/* テキストボックス 3 */
.txt_box_03 {
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    word-break: break-word;
    text-align: left;
    padding: 0px 20px;
}
/* 女の子のボックス */
.cast_box li .txt_box{
    color: #fff;
}
.cast_box li p.img_box {
    overflow: hidden;
    position: relative;
}
.cast_box li .txt_box .time {
    padding: 5px 0;
    font-size: 14px;
}
.cast_box li .txt_box .icon {
    height: 25px;
}
.cast_box li .txt_box .size {
    font-size: 12px;
    color: #2ca467;
}
.cast_box li .txt_box .name {
    font-size: 15px;
    padding: 3px 0;
}
.cast_box li .icon_new {
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.cast_box li .icon_new img:hover{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.cast_box li .icon_new i {
    font-size: 12px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform-origin: none;
}
.profile_box_left .icon_new {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
/* 各ページ上部のテキストボックス */
.pagetext_box {
    width: 90%;
    height: 100%;
    margin: 20px auto 20px;
}
/* リンクボックス */
.list_link_box {
    margin-right: -30px;
    font-size: 11px;
}
.list_link_box li {
    float: left;
    margin: 0 30px 20px 0;
}
.btn_tel,
.btn_reserve{
}
/*--------------------------------------
ヘッダー
--------------------------------------*/
header {
    width: 100%;
    height:80px;
    top: 0;
    left: 0;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
    z-index:99999;
    position:fixed;
    padding-top:5px;
    background:url(../img/header_bg.png);
}
header h1 {
    text-align: center;
    float: left;
    margin: 16px 20px;
}
header #header_area{
    z-index: 3000;
    height: 100%;
    position: relative;
    max-width: 1200px;
    margin: auto;
}
header #drawer {
    font-family: "Garamond" , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    display: none;
}
header #drawer i{
    color: #fff;
    padding-right: 10px;
}
header .inner {;
    height: 60px;
}
/* 電話番号&営業時間 */
header .inner .info_box{

    top: 9px;
    color: #fff;

    text-align: center;
    float: right;
    padding-right: 49px;
}
header .inner .info_box span{
    font-size: 15px;
}
header .inner .info_box li{
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
header .inner .info_txt{
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
}
/* ヘッドライン */
#section_headline {
    margin-bottom: 0px;
    color: #000;
}
#section_headline .inner{
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.5);
}

#section_headline h2 {
    float: left;
    line-height: 60px;
    background: #e6b8b8;
    margin-right: 10px;
}
#section_headline h2 img {
    vertical-align: middle;
}
#section_headline ul {
    height: 60px;
    line-height: 60px;
    text-align: left;
}

img.logo_01{;;;;
}


/*--------------------------------------
グローバルナビ
--------------------------------------*/
nav, ul.info_box {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    float: left;
    height: 80px;
    padding: 10px 0;
}
nav ul.nav_inner li{
    float: left;
}
nav ul.nav_inner li a {
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
    position: relative;
    color:#eeeeee;
    text-align: left;
    display: block;
    letter-spacing:0.05em;
    line-height:50px;
    font-size:17px;
    adding-left:5px;
}
nav ul.nav_inner li:last-child a {
    margin: 0 0 0 0;
}
nav ul.nav_inner li a:hover,
nav ul.nav_inner li a.active{
    color: #8c7e4c;
}
nav ul.nav_inner li i{
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
    opacity: 0;
}
nav ul.nav_inner li a:hover i,
nav ul.nav_inner li a.active i{
    opacity: 1;
    color: #e6b8b8;
}
div.btn_reserve{
    margin: 5px 10px 5px 5px;
    float: right;
    position: fixed;
    right: 8px;
    width: 200px;
}
div.btn_reserve a{
    letter-spacing: 0.10em;
    display: block;
    font-weight: bold;
    font-family: "Garamond" , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    margin: 10px 0;
    font-size: 17px;
    line-height: 40px;
}
.info_01{color: #9b8b53;

}

.fa-angle-right{
    padding: 0 0 0 10px;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
main {
    margin: 0px auto 0;
    z-index: 99999;
    width: 100%;
    position: relative;
}
/*--------------------------------------
フッター
--------------------------------------*/
footer {
    font-size: 12px;
    width: 100%;
    background: #000;
}
footer .inner {
    color: #ffffff;
    margin: auto;
    width: 100%;
}
/* テキストメニュー */
footer .nav {
    margin: 0 auto 20px;
    width: 100%;
    background: #000;
    padding: 20px 0 0;
}
footer .nav li {
    display: inline-block;
    color: #ffffff;
    margin: 5px;
}
footer .nav li a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.1em;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    filter: alpha(opacity=80);
    padding: 0 3px;
}
footer .nav li a:hover{
    background: #191919;
    opacity: 0.8;
}
footer .info_box{
    display: none;
}

footer p.copyright {
    font-size: 10px;
    padding: 5px;
    color: #fff;
}

/******************************
トップページ
******************************/

/*---------------------------
メインヴィジュアル
---------------------------*/
.section_top_scroll .scroll_bottom{
    font-size: 35px;
}


a #section_top_scroll{
    padding-bottom: 10px;
}


#section_top {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    z-index: 80000;
}
#section_top > .section_top_inner {
    z-index: 99;
    left: 0;
    height: 100vh;
    /*width: 100vw;*/
    width: 100%;
    overflow: hidden;
    top: 0;
}
/*メインヴィジュアル*/
#mainvisual{
    overflow: hidden;
}
#mainvisual ul li{
  background-position: center;
  height: 100%;
  width: 100%;
  /*max-width: 1920px;*/
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flexslider-container,
.flexslider .slides,
.flex-viewport {
    height: 100%;
}

.logo_main{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:99999;
    margin: auto;
    height: 230px;
    position: absolute;
    width: 470px;;
}


ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: hidden;
}

.section_top_scroll{
    bottom: 60px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
}
.section_top_scroll .scroll_bottom{
    right: 0;
    -webkit-animation-name:scroll_bottom;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;

    -webkit-animation-timing-function:ease;
    -moz-animation-name:scroll_bottom;
    -moz-animation-duration:2s;
    -moz-animation-iteration-count:infinite;

    -ms-animation-timing-function:ease;
    -ms-animation-name:scroll_bottom;
    -ms-animation-duration:2s;
    -ms-animation-iteration-count:infinite;

    animation-timing-function:ease;
    animation-name:scroll_bottom;
    animation-iteration-count:infinite;
    position:absolute;

    z-index:99999;
    left:0;
    animation-duration:2s;
    bottom:-60px;
}
@-webkit-keyframes scroll_bottom {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -10px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes scroll_bottom {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -10px);}
    100% {-moz-transform:translate(0, 0);}
}
@-ms-keyframes scroll_bottom {
    0% {-ms-transform:translate(0, 0);}
    50% {-ms-transform:translate(0, -10px);}
    100% {-ms-transform:translate(0, 0);}
}
@keyframes scroll_bottom {
    0% {transform:translate(0, 0);}
    50% {transform:translate(0, -10px);}
    100% {transform:translate(0, 0);}
}



#allDocument .inner i.fa-phone{;
    position: fixed;;
    bottom: 10px;;
    left: 15px;
}

/*スマホ用*/
#scroll {
    height: 110px;
    background: #fff;
    width: 1px;
}

#contents_form01 .title{
    background:url("../img/title_recruit.png")/*tpa=http://t-kokoro.jp/images/../img/title_recruit.png*/ no-repeat center ;
}

#contents_form02 .title{
    background:url("../img/title_reserve.png")/*tpa=http://t-kokoro.jp/images/../img/title_reserve.png*/ no-repeat center ;
}

#contents_form03 .title{
    background:url("../img/title_enquete.png")/*tpa=http://t-kokoro.jp/images/../img/title_enquete.png*/ no-repeat center ;
}

#system_box,
#schedule_box,
#staff_box{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    width: 34%;
}

#access_box,
#recruit_box{
    display: table-cell;
    overflow: hidden;
    width: 50%;
}

.bg-scale {
    overflow: hidden;
    padding: 60px 0;
    text-align: center;
    position: relative;
}
.bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#system_box .bg-scale:after {
 background: url("../img/system_bg.jpg")/*tpa=http://t-kokoro.jp/images/../img/system_bg.jpg*/ no-repeat center;
 background-size: cover;
}

#schedule_box .bg-scale:after {
 background: url("../img/schedule_bg.jpg")/*tpa=http://t-kokoro.jp/images/../img/schedule_bg.jpg*/ no-repeat center;
 background-size: cover;
}
#staff_box .bg-scale:after {
 background: url("../img/therapist_bg.jpg")/*tpa=http://t-kokoro.jp/images/../img/therapist_bg.jpg*/ no-repeat  center;
 background-size: cover;
}

#access_box .bg-scale:after {
    background: url("../img/access_bg.jpg")/*tpa=http://t-kokoro.jp/images/../img/access_bg.jpg*/ no-repeat center;
    background-size: cover;
}
#recruit_box .bg-scale:after {
    background: url("../img/recruit_bg.jpg")/*tpa=http://t-kokoro.jp/images/../img/recruit_bg.jpg*/ no-repeat center;
    background-size: cover;
}

.bg-scale:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-scale .inner {
    z-index: 1;
    position: relative;
}

.list{
    overflow: hidden;
}
.list li{
    transition: .8s;
}
.list-mv07{
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
}
.mv07{
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

/*---------------------------
フッターバナー
---------------------------*/
aside{
    margin: 20px;
}
aside#bnr ul li{
    width: 32%;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    margin: 0.5%;
}
aside#bnr ul li:last-child{
    margin-right: 0;
}
/*---------------------------
section_middle
---------------------------*/
#section_middle{
    border-bottom: 10px solid #000;
}
#section_middle .inner{
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
}
#section_middle .inner > div{
    vertical-align: top;
}

/*---------------------------
twitter
---------------------------*/
#section_middle .inner {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
}
#section_middle .tweet_area {
    background: url(../img/twitter.jpg)/*tpa=http://t-kokoro.jp/images/../img/twitter.jpg*/ center top no-repeat;
    width: 50%;
    border-right: 5px solid #000;
    overflow: hidden;
    display: table-cell;
    background-size: cover;
}
#section_middle .tweet_area .title {
    background: rgba(0, 0, 0, 0.32)  center 50% no-repeat;
}
#section_middle .tweet {
    position: relative;
    /*overflow: scroll;*/
    /*margin: 5% 12% 6%;*/
    background: rgba(0,0,0,0.5);
    /*background: #292f33;*/
    overflow: hidden;
}
#section_middle .tweet:before{

  content: "";
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}
#section_middle .tweet p{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/*---------------------------
topics
---------------------------*/
#section_middle .topics_area {
    border-left: 5px solid #000;
    background: url(../img/topics.jpg)/*tpa=http://t-kokoro.jp/images/../img/topics.jpg*/ center top no-repeat;
    width: 50%;
    display: table-cell;
    background-size: cover;
    overflow: hidden;;
}

#section_topics{
    overflow: hidden;
    position: relative;;;
}
#section_topics .info_box {
    color: #000000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-family: sans-serif;
    position: relative;
    padding: 8.7% 12%;
        /*background: #4a3120e6;*/
        /*margin: 16px 16px 20px 16px;*/
    transition: 0.7s ease-in-out;
        /*border-radius: 15px;*/
}
#section_topics > div:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: 81.3%;
}
#section_topics .info_box > div{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    background: rgba(0,0,0,0.5);
    padding: 20px 0;
        padding: 8.7% 12%;
}
#section_topics .info_box h2 {
    margin-bottom: 20px;
    color: #fff;
    margin: 0 0 10px;
    padding: 10px;
}
#section_topics .info_box article {
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
    word-wrap: break-word;
}
#section_topics .info_box article h3 {
    text-align: center;
    line-height: 1.2;
}
#section_topics .info_box article h3 time {
    font-size: 10px;
}
#section_topics .info_box article p img {
    max-width: 100%;
}
#section_topics .info_box article div.topics_txt {
    padding: 15px;
}
#section_topics .info_box .btn a {
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: block;
    font-size: 20px;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 2px 3px 1px rgba(0,0,0,.2);
}
#section_topics .info_box .next {
    float: left;
}
#section_topics .info_box .next {
    float: right;
}

/*---------------------------
バナー用
---------------------------*/
#section_bottom{
    border-bottom: 10px solid #000;
}
#section_bottom .inner {
    border-collapse: separate;
    width: 100%;
    display: table;
    table-layout: fixed;
}

/*---------------------------
本日の出勤情報 料金　出勤情報　セラピスト
---------------------------*/



#section_schedule_today .bg_title{
 border-top: 10px solid #000;
}


#section_bottom .system_area,
#section_bottom .schedule_area,
#section_bottom .staff_area {
    width: 34%;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}



#inner .inner_style{
    margin: auto;

}
#contents_schedule .schedule_nav li a.current{
       color: #fff;
       background: #000;
       border: 1px solid #fff;
    }




#section_schedule_today .bg_title .title_01{
    margin-bottom: 0;
    height: 120px;
    /*  background: url(../img/title_today.png) center 50% no-repeat;*/
    width: 100%;

}





#section_bottom .system_area{
    background-size: cover;
    border-right: solid 5px #000;
}
#section_bottom .system_area .title{
    margin-bottom: 0;
    background: url(../img/icon_system.png)/*tpa=http://t-kokoro.jp/images/../img/icon_system.png*/ center 50% no-repeat;
    background-size: cover;
    height: 320px;
}
#section_bottom .schedule_area{
    border-right: solid 5px #000;
    border-left: solid 5px #000;;
}
#section_bottom .schedule_area .title{
    background: url(../img/icon_schedule.png)/*tpa=http://t-kokoro.jp/images/../img/icon_schedule.png*/ center 50% no-repeat;
    height: 320px;
    margin-bottom: 0;
}
#section_bottom .staff_area{
    background-size: cover;
    border-left: solid 5px #000;;;
}
#section_bottom .staff_area .title{
    margin-bottom: 0;
    background: url(../img/icon_therapist.png)/*tpa=http://t-kokoro.jp/images/../img/icon_therapist.png*/ center 50% no-repeat;
}





/*---------------------------
アクセス　求人
---------------------------*/
#section_bottom .access_area,
#section_bottom .recruit_area{
    width: 50%;
    overflow: hidden;
    display: table-cell;
}
#section_bottom .access_area{
    border-right: 5px solid #000;;
    */: ;
    background-size: cover;
    at: ;
}
#section_bottom .access_area .title{
    background: url(../img/icon_access.png)/*tpa=http://t-kokoro.jp/images/../img/icon_access.png*/ center 50% no-repeat;
    margin-bottom: 0;
}
#section_bottom .recruit_area{
    border-left: 5px solid #000;
    background-size: cover;
}
#section_bottom .recruit_area .title{
    margin-bottom: 0;
    background: url(../img/icon_recruit.png)/*tpa=http://t-kokoro.jp/images/../img/icon_recruit.png*/ center 50% no-repeat;
}


#contents_access .page_top_outer .title{
    background: url(../img/title_access.png)/*tpa=http://t-kokoro.jp/images/../img/title_access.png*/ center no-repeat;;

}

/*#contents_access .page_top_outer{
    background: url(../images/../img/icon_recruit.png) center 50% no-repeat;
    background-size: cover;

    }*/


/*--------------------------------------
カバーガール
--------------------------------------*/
#section_covergirl {
    margin: auto;
}
#section_covergirl h2 {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/title_covergirl_02.png*/ center top no-repeat;
}
#section_covergirl ul {
    margin: 0 auto;
}
#section_covergirl ul li{
    padding: 1px;
    width: 100%;
}
#section_covergirl ul li img{
    overflow: hidden;
    width: 100%;
}
#section_covergirl ul li:last-child{
    display: none;
}
#section_covergirl i{
    color: #ff4e00;
}
/*--------------------------------------
本日の出勤情報
--------------------------------------*/
#section_schedule_today {
    background: url(../img/img_sumple.png)/*tpa=http://t-kokoro.jp/images/../img/img_sumple.png*/ center top no-repeat;
    font-family: "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    border-bottom: 10px solid #000;
    background-size: cover;
    margin-top: -75px;
    padding-top: 75px;
}

#section_schedule_today .inner {
    position: relative;
    padding: 30px;
/*    overflow: scroll;*/
/*    height: 430px;*/
}
#section_schedule_today .title {;;;
}
#section_schedule_today .cast_box{
    margin: auto;
    text-align: center;
    max-width: 1200px;
}
#section_schedule_today .cast_box li {
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
    text-align: center;
    width: 30%;
    margin: 0 1.5% 0.5% 1.5%;
    background:#191919 url(../img/bg_type_06.png)/*tpa=http://t-kokoro.jp/images/../img/bg_type_06.png*/;
    max-width:400px;
    display:inline-block;
}

#section_schedule_today .cast_box li div{
    float: left;
    vertical-align: top;
}
#section_schedule_today .cast_box li div.img_box{
    width: 60%;
    overflow: hidden;
    position: relative;
}
#section_schedule_today .cast_box li div.txt_box{
    width: 39.5%;
    margin-top: 10%;
}
#section_schedule_today .cast_box dl dt{
    width: 50%;
    margin: 0 auto 5px auto;
    color: #9c8e5c;
    border-bottom: 1px solid #9c8e5c;
    letter-spacing: 3px;
    font-size: 10px;
}
#section_schedule_today .cast_box dl dd {
    font-size: 12px;
    color: #fff;
}
#section_schedule_today .cast_box li p.img_box img {
    width: 100%;
}
#section_schedule_today .txt_box .name {
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 14px;
}

#section_schedule_today .txt_box .txt {
    padding: 5px 15px;
    font-size: 11px;
    color: #2ca467;
    letter-spacing: 0.1em;
    word-wrap: break-word;
    height: 50px;
    overflow: hidden;
}
#section_schedule_today .cast_box li div.img_box{
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
#section_schedule_today .cast_box li div.txt_box{
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
/****************************************
女の子一覧ページ & スケジュールページ
****************************************/

/*#contents_schedule .schedule_nav li a.current{
    background-color: rgba(0, 0, 0, 0);
    color: rgba(234, 232, 226, 0.77);
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    width: 129px;
}*/


#contents_schedule .schedule_nav li.days a i{
    padding-left:0;

}


#contents_schedule .schedule_nav li.top a{
    color: #fff;
    background: 0;
    padding: 0

}


#contents_cast,
#contents_schedule {
    position: relative;
    min-height: 800px;

}
#contents_cast .title {
    background: url(../img/title_therapist.png)/*tpa=http://t-kokoro.jp/images/../img/title_therapist.png*/ center no-repeat;
}
#contents_schedule .title {
    background: url(../img/title_schedule.png)/*tpa=http://t-kokoro.jp/images/../img/title_schedule.png*/ center no-repeat;
}
/*@media screen and (max-width:480px) {
    #contents_cast .title,
    #contents_schedule .title {
        background: none;
    }
    }*/
    /* テキストメニュー */
  #contents_schedule .schedule_nav {
        margin: 0px auto 10px;
        font-size: 11px;
    }
    #contents_schedule .schedule_nav li {
        display: inline-block;
        width: 24%;
        margin-bottom: 10px;
    }
    #contents_schedule .schedule_nav li a {
        padding: 10px 15px 10px 15px;
        font-size: 13px;
        display: block;
        -webkit-transition:0.3s ease-in-out;
        -moz-transition:0.3s ease-in-out;
        -o-transition:0.3s ease-in-out;
        transition:0.3s ease-in-out;
        background: #fff;
        position: relative;
        border: 1px solid #000;
        box-sizing:border-box;
        color:#000;
    }


      #contents_schedule .schedule_nav li.days a i{
        height: 43px;
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.53);
        color: #fff;
        line-height: 43px;
        -webkit-transition:0.3s ease-in-out;
        -moz-transition:0.3s ease-in-out;
        -o-transition:0.3s ease-in-out;
        transition:0.3s ease-in-out;
    }
    #contents_schedule .schedule_nav li.days a:hover {
        opacity: 0.5;
    }
    /* 女の子のボックス */
    #contents_cast .cast_box li,
    #contents_schedule .cast_box li {
        width: 21%;
        margin: 0 2% 30px 2%;
        float: left;

        -webkit-transition:0.3s ease-in-out;
        -moz-transition:0.3s ease-in-out;
        -o-transition:0.3s ease-in-out;
        transition:0.3s ease-in-out;
        background: #191919 url(../img/bg_type_06.png)/*tpa=http://t-kokoro.jp/images/../img/bg_type_06.png*/;
        border: 1px solid #000;
    }
    #contents_cast .cast_box dl dt,
    #contents_schedule .cast_box dl dt,
    #section_ranking_01 .cast_box dl dt  {
        width: 90%;
        margin: 5px auto 5px auto;
        color: #90814d;
        border-bottom: 1px solid #484646;
        font-size: 12px;
    }
    #contents_cast .cast_box dl dt,
    #contents_cast .cast_box dl dd,
    #contents_schedule .cast_box dl dt,
    #contents_schedule .cast_box dl dd{
        letter-spacing: 0;
    }







/****************************************
週間スケジュールページ
****************************************/
#contents_schedule .schedule_box {
    text-align: left;
}
#contents_schedule .schedule_box li {
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    color: #000000;
}
#contents_schedule .schedule_box .img_box {
    float: left;
}
#contents_schedule .schedule_box .name {
    width: 90%;
    float: right;
    font-size: 15px;
}
#contents_schedule .schedule_box table {
    width: 90%;
    height: 80px;
    float: right;
    font-size: 11px;
    text-align: center;
}
/****************************************
プロフィールページ
****************************************/


.txt_box_04{
    text-align: center;
    color: #fff;
    line-height: normal;
}

#contents_profile {
    position: relative;
}
#contents_profile .title {
    background: url(../img/title_profile.png)/*tpa=http://t-kokoro.jp/images/../img/title_profile.png*/ center no-repeat;

}
#contents_profile .profile_box_right {
    float: right;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 15px;
    width: 60%;
    border: 1px solid #2d2d2d;
    background: #000 url(../img/bg_type_01.png)/*tpa=http://t-kokoro.jp/images/../img/bg_type_01.png*/;
}
#contents_profile .profile_box_right .name {
    padding: 3px 0;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
#contents_profile .profile_box_right .size {
    font-size: 14px;
    text-align: center;
}
#contents_profile .profile_box_right .twitter{
    color: #fff;
    word-break: break-word;
    text-align: left;
    padding: 20px;
}
#contents_profile .profile_box_left {
    width: 40%;
    float: left;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#contents_profile .profile_box_left .img_box {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 335px;
    margin: 10px auto;
}
#contents_profile .profile_box_left .img_box img {
    width: 100%;
    max-width: 335px;
}
#contents_profile .cast_thumb{
    margin-bottom: 10px;
}
#contents_profile .profile_box_schedule {
    clear: both;
}
.profile_box_schedule table {
    color: rgba(255, 255, 255, 0.74);
    background: rgba(0, 0, 0, 0.48) url(../img/bg_type_01.png)/*tpa=http://t-kokoro.jp/images/../img/bg_type_01.png*/;
}
.profile_box_schedule table td {
    font-weight: 400;;;;;
}
#contents_profile .profile_option_box p {
    width: 50%;
    padding: 5px;
    border: 1px solid #ddd;
    float: left;
    text-align: center;
    font-size: 11px;
}
#contents_profile .profile_option_box .can {
    background: #e74f19;
    color: #fff;
}
#contents_profile .profile_option_box .normal {
    background: #ddd;
}
#contents_profile .profile_option_box .cant {
    background: #333333;
    color: #ffffff;
}

/****************************************
システムページ
****************************************/
#contents_system {
    position: relative;
}
#contents_system .inner{
    background: rgba(255,255,255,0.5);
}
.system_inner{
    background: #000;
    border: solid 1px rgba(198, 180, 135, 0.43);;;;
}
.system_inner .txt_box_02 p{
    text-align: justify;
}
.system_txt{
    margin: 10px;
    padding: 10px;
}
.system_img{
    margin: 0 0 10px;
}

#contents_system .title {
    background: url(../img/title_system.png)/*tpa=http://t-kokoro.jp/images/../img/title_system.png*/ center no-repeat;
    background-position-x: 50%;
    background-position-y: 55%;
}
#contents_system .system_subtitle {
    font-size: 30px;
    letter-spacing: 10px;
}

#contents_system .table_system {
    width: 100%;
    font-size: 18px;
    border-spacing: 0;
    text-align: center;
    margin: 50px auto;
    color: #252525;
    max-width: 768px;
    table-layout: fixed;
}
#contents_system .table_system span,
#contents_system .table_option span{
    font-size: 16px;
}
#contents_system .table_system th, #contents_system .table_system td {
    padding: 15px;
}
#contents_system .table_system td{
    vertical-align: middle;
}
#contents_system .table_system tr.ts_top td,
#contents_system .table_option tr.ts_top td{
    border: 1px solid #000;
}
#contents_system .table_system tr.ts_txt th,
#contents_system .table_option tr.ts_txt th{
    color: #bbb8af;
    background: #;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#contents_system .table_system tr.ts_txt td,
#contents_system .table_option tr.ts_txt td{
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: #585858;
    color: #fffef4;
}
#contents_system .ts_font{
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-align: left;
}
#contents_system .table_option {
    width: 100%;
    font-size: 18px;
    border-spacing: 0;
    text-align: center;
    margin: 50px auto;
    max-width: 768px;
    table-layout: fixed;
}
#contents_system .table_option td:nth-child(1),
#contents_system .table_option td:nth-child(2){
    vertical-align: middle;
}
#contents_system .table_option th, #contents_system .table_option td {
    padding: 15px;
    vertical-align: middle;
}

/*tab 一覧*/
#contents_system #list_tab_01 {
    width: 100%;
    margin: 20px 0 0 0;
}
#contents_system #list_tab_01 li {
    width: 24%;
    display: inline-block;
    line-height: 40px;
    color: #fff;
}
#contents_system .system_option .table_system tr {
    border-bottom: none;
}

/****************************************
フォーム
****************************************/

#contents_form section{
}


#contents_form,
#contents_form01,
#contents_form02,
#contents_form03
 {
    position: relative;
    color: #000;;;
}
#contents_form a,
#contents_form01 a,
#contents_form02 a,
#contents_form03 a{
    color: #610f0f;
}
#contents_form .btn_entry_tel a,
#contents_form01 .btn_entry_tel a,
#contents_form02 .btn_entry_tel a,
#contents_form03 .btn_entry_tel a{
    width: 250px;;
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 0.10em;
    display: block;
    border-radius: 2px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-left: 35px;
    border: 1px solid rgba(35, 28, 5, 0.41);
}

.table_collum_02 tbody{
    background: rgba(255, 255, 255, 0.61);

}
.table_collum_01 tbody{
    background: rgba(255, 255, 255, 0.7);
}
.table_collum_01 tbody tr th{
    border-bottom: dashed 1px rgba(0, 0, 0, 0.17);
}




#contents_form .btn_entry_tel i,
#contents_form01 .btn_entry_tel i,
#contents_form02 .btn_entry_tel i,
#contents_form03 .btn_entry_tel i {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    line-height: 35px;
    width: 40px;
    background: rgba(169, 139, 35, 0);
    border-right: 1px solid #544920;
    color: #670c13;
}
#contents_form .table_collum_01,
#contents_form01 .table_collum_01,
#contents_form02 .table_collum_01,
#contents_form03 .table_collum_01 {
    width: 100%;
    max-width: 690px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px;
}
#contents_form .table_collum_01 tr,
#contents_form01 .table_collum_01 tr,
#contents_form02 .table_collum_01 tr,
#contents_form03 .table_collum_01 tr{
    display: block;
    border-bottom: 5px solid rgba(0, 0, 1, 1);
    margin: 10px 0;
}
#contents_form .table_collum_01 th,
#contents_form01 .table_collum_01 th,
#contents_form02 .table_collum_01 th,
#contents_form03 .table_collum_01 th {
    padding: 15px 0 15px 0;
    color: #332907;
}
#contents_form .table_collum_01 td,
#contents_form01 .table_collum_01 td,
#contents_form02 .table_collum_01 td,
#contents_form03 .table_collum_01 td {
    padding: 15px 0 15px 0;
    border-top: none;
    border-bottom: none;
}
#contents_form .table_collum_01 td,
#contents_form01 .table_collum_01 td,
#contents_form02 .table_collum_01 td,
#contents_form03 .table_collum_01 td,
#contents_form .table_collum_01 th,
#contents_form01 .table_collum_01 th,
#contents_form02 .table_collum_01 th,
#contents_form03 .table_collum_01 th {
    width: 100%;
    display:block;
}
#contents_form .table_collum_01 .requier,
#contents_form01 .table_collum_01 .requier,
#contents_form02 .table_collum_01 .requier,
#contents_form03 .table_collum_01 .requier {
    padding: 3px 4px;
    border-radius: 2px;
    background: rgba(113, 20, 20, 0.83);
    color: #bdbdbd;
    font-size: 0.6em;
    letter-spacing: 1px;
}
#contents_form .table_collum_02,
#contents_form01 .table_collum_02,
#contents_form02 .table_collum_02,
#contents_form03 .table_collum_02 {
    width: 100%;
    max-width: 690px;
    margin: 0 auto 20px;
    text-align: center;
    table-layout: fixed;
    border: solid 1px rgba(140, 135, 129, 0.33);
}
#contents_form .table_collum_02 tr,
#contents_form01 .table_collum_02 tr,
#contents_form02 .table_collum_02 tr,
#contents_form03 .table_collum_02 tr{
    padding: 20px;
    display: block;
}
#contents_form .table_collum_02 th,
#contents_form01 .table_collum_02 th,
#contents_form02 .table_collum_02 th,
#contents_form03 .table_collum_02 th,
#contents_form .table_collum_02 td,
#contents_form01 .table_collum_02 td,
#contents_form02 .table_collum_02 td,
#contents_form03 .table_collum_02 td {
    padding: 20px 0;
    vertical-align: middle;
}
#contents_form .table_collum_02 th,
#contents_form01 .table_collum_02 th,
#contents_form02 .table_collum_02 th,
#contents_form03 .table_collum_02 th {
    text-align: left;
    font-size: 15px;
    width: 200px;
    padding-right: 10px;
    border-right: 1px dashed rgba(53, 47, 21, 0.27);
    letter-spacing: 0.14em;
    color: rgb(39, 28, 5);
}



#contents_form .table_collum_02 td,
#contents_form01 .table_collum_02 td,
#contents_form02 .table_collum_02 td,
#contents_form03 .table_collum_02 td {
    text-align: left;
    width: 70%;
    padding-left: 20px;
}
#contents_form .table_collum_02 .requier,
#contents_form01 .table_collum_02 .requier,
#contents_form02 .table_collum_02 .requier,
#contents_form03 .table_collum_02 .requier {
    border-radius: 2px;
    background: rgba(111, 27, 27, 0.75);
    color: #ababab;
    font-size: 0.7em;
    letter-spacing: 1px;
    padding: 3px 4px;
}

#contents_form input,
#contents_form01 input,
#contents_form02 input,
#contents_form03 input {
    padding: 4px 8px;
}
#contents_form input.btn_positive,
#contents_form01 input.btn_positive,
#contents_form02 input.btn_positive,
#contents_form03 input.btn_positive {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 8px 54px;
    margin-bottom: 10px;
    background: #FFF;
}
#contents_form input.btn_positive:hover,
#contents_form01 input.btn_positive:hover,
#contents_form02 input.btn_positive:hover,
#contents_form03 input.btn_positive:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}
#contents_form input.btn_negative,
#contents_form01 input.btn_negative,
#contents_form02 input.btn_negative,
#contents_form03 input.btn_negative {
    border: none;
    border-radius: 0;
    background: none;
    color: #000;
    text-decoration: underline;
}
button, textarea, select{
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b1a681;
    -webkit-appearance: none;
}
select {
    border-radius: 0px;
    color: rgba(0, 0, 0, 0.51);
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    width: 200px;
    padding: 3px 10px 3px 10px;
    background: rgba(255, 255, 255, 0.69);
    border: 1px solid rgba(0, 0, 0, 0.28);
}
input[type=radio], input[type=checkbox] {
    display: none;
}
/*アンケート用*/
.contents_enquete input[type=radio], .contents_enquete input[type=checkbox] {
    display: inline;
    background: #eee;
    padding: 5px 10px;
}
.contents_enquete label{
    display: inline;
    background: #eee;
    padding: 5px 10px;
}
.radio, .checkbox {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 12px 12px 42px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    cursor: pointer;
}
.radio:hover, .checkbox:hover {
    background-color: #eee;
}
.radio:hover:after, .checkbox:hover:after {
    border-color: #555;
}
.radio:after, .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}

.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e49c9c;
    content: '';
    opacity: 0;
}
input[type=radio]:checked + .radio:before {
    opacity: 1;
}

.checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #e49c9c;
    border-bottom: 3px solid #e49c9c;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}

#contents_form .atten_txt {
    max-width: 690px;
    margin: 20px auto;
    padding: 20px;
    background: #808080 url(../img/bg_type_05.png)/*tpa=http://t-kokoro.jp/images/../img/bg_type_05.png*/;
    color: #fff;
}
#contents_form .atten_txt p{
    text-align: center;
    max-width: 320px;
    margin: 0 auto 10px;
}

#contents_form .atten_txt p span{
    color: #eb4e4e;
}

img.ui-datepicker-trigger{
  cursor: pointer;
  vertical-align: -5px;
  margin-left: 10px!important;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #e6b8b8 !important;
}
#reserve .box {
    width: 250px;
    margin: 0 auto;
    text-align: left;
}
.right_box {
    line-height: 3.4;
    margin: auto;
    text-align: center;
}
.right_box select {
    width: 44px;
    height: 34px;
    margin-bottom: 4px;
}
/****************************************
ご予約ページ
****************************************/
.contents_reserve .title {
    background: url(../img/title_reserve.png)/*tpa=http://t-kokoro.jp/images/../img/title_reserve.png*/ center top no-repeat;
}
/****************************************
お問い合わせ
****************************************/
.contents_contact .title {
    background: url(../img/title_contact.png)/*tpa=http://t-kokoro.jp/images/../img/title_contact.png*/ center top no-repeat;
}
/****************************************
アンケート
****************************************/
.contents_enquete .title {
    background: url(../img/title_enquete.png)/*tpa=http://t-kokoro.jp/images/../img/title_enquete.png*/ center top no-repeat;
}
/****************************************
ご利用方法ページ
****************************************/
#contents_info {
    position: relative;
}
#contents_info .title {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/title_info.png*/ center top no-repeat;
}
#contents_info li p{
    font-size: 14px;
}
#contents_info ul.info_list{
    overflow: hidden;
}
#contents_info ul.info_list li{
    margin-bottom: 15%;
}
#contents_info ul.info_list li:first-child{
    margin-top: 5%;
}
#contents_info .list_box li {
    margin-bottom: 10px;
}
#contents_info .list_box li:last-child{
    margin-bottom: 30px;
}
#contents_info .list_box li p {
    text-align: left;
    padding: 10px;
    border: 1px solid #2d2d2d;
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/bg_topics.png*/ 0 0;
}
/****************************************
イベントページ
****************************************/
#contents_event {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/bg_section_other.png*/ center top repeat;
}
#contents_event .title {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/title_event.png*/ center top no-repeat;
}
#contents_event .event_banner img{
    width: 100%;
    max-width: 700px;
    margin:0 auto 10px auto;
}
#contents_event .event_banner .txt_box_03{
    width: 100%;
    max-width: 700px;
    margin:0 auto 10px auto;
    font-size: 15px;
}

/****************************************
求人情報ページ
****************************************/

#contents_form01 tbody{
    background: rgba(255, 255, 255, 0.57);
}




#contents_ .title {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/title_info.png*/ center top no-repeat;
}

/*スマホ用*/

#contents_ .title {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/title_info.png*/ center top no-repeat;

}


/*スマホ用*/


#contents_ .title {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/title_info.png*/ center top no-repeat;




}

.contents_entry {
    position: relative;
    color: #fff;
}


.recruit_inner{
    border: 1px solid #2d2d2d;
    background: #000 url(../img/bg_type_05.png)/*tpa=http://t-kokoro.jp/images/../img/bg_type_05.png*/ 0 0;
    color: #fff;
    padding: 2%;
    margin: 1% 0;
}
.contents_entry .title {;
    max-width: 500;
}
/****************************************
INFOページ
****************************************/
#contents_info {
    position: relative;
    margin-bottom: 10px;
}
#contents_info .title {
    background: url(../img/err.php)/*tpa=http://t-kokoro.jp/images/title_info.png*/ center no-repeat;
}
/****************************************
アクセスページ
****************************************/
#contents_access {
    position: relative;
    margin-bottom: 10px;
    min-height: 800px;
}




#contents_access .list_box li {
    margin: 0 20px 20px 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff, endColorstr=#50ffffff);
    float: left;
    text-align: center;
    border: 1px solid #fff;
    : 470px: ;
}

#contents_form .title {
    background: url(../img/title_contact.png)/*tpa=http://t-kokoro.jp/images/../img/title_contact.png*/ center no-repeat;
}

#contents_access .list_box li:nth-of-type(2n) {
    margin-right: 0;
}
#contents_access .map a{
    display:none;
}
#contents_access iframe{
    width: 90%;
    margin: 0 auto 20px;
}
/****************************************
リンクページ
****************************************/





.img_banner img{margin-top:10px;}


#contents_link {
    position: relative;
}
#contents_link .title {
    background: url(../img/title_link.png)/*tpa=http://t-kokoro.jp/images/../img/title_link.png*/ center no-repeat;
}
#contents_link dl dt {
    padding: 4px;
}
#contents_link dl dd {
    border-bottom: none;
    padding: 30px 0;
    font-size: 16px;
}
#contents_link dl dd:last-of-type {
    border-bottom: 1px solid #000000;
}
#contents_link a{
    color: #000;
}
/****************************************
メールマガジンページ
****************************************/
#contents_mailmagazine {
    position: relative;
    color: rgba(130, 121, 89, 0.75);

}
#contents_mailmagazine .title {
    background: url(../img/title_magazine.png)/*tpa=http://t-kokoro.jp/images/../img/title_magazine.png*/ center no-repeat;
}
#contents_mailmagazine　.pagetext_box p {
    padding: 30px;
    font-size: 14px;
    color: #988239;
    font-weight: bold;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 1px 1px rgba(0,0,0,.22) inset;
    -moz-box-shadow: 1px 1px rgba(0,0,0,.22) inset;
    box-shadow: 1px 1px rgba(0,0,0,.52) inset;
}/****************************************
404ページ
****************************************/
#section_err {
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    padding: 150px 5% 10% 5%;
    background-image: none;
    color: rgba(179, 178, 178, 0.56);
    min-height: 800px;
}
#section_err #err_title {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}
#section_err #err_subtitle {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 40px 0;
}
#section_err #err_toplink a {
    position: relative;
    color: #8e1317;
    text-decoration: underline;
}
#section_err #err_toplink a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    margin: -8px 0 0 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #848181;
}

aside img, aside iframe {
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}


/*データピッカー*/
#ui-datepicker-div {z-index:999999 !important;}

/*モーダル*/
.modal > label {
    color: #000;
    cursor: pointer;
    display: inline-block;
}

.modal-overlay {
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
    z-index: 999;
}


input.trigger {
    position: absolute;
    z-index: -99999;
    visibility: hidden;
}

.modal-overlay {
    opacity:0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    z-index: -999;
}
label.modal-close{
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

input.trigger:checked ~ .modal-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -0-transform: scale(1);
    z-index: 999;
}

.modal-overlay img{
    position: absolute;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 700px;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 240px;
}


@media screen and (max-width:1530px) {
    ul.nav_inner{
        width: 100%;
        margin-top: 5px;
    }
    #drawer  {
        display: block;
    }
    nav ul.nav_inner li a{
        line-height: 1.4;
    }

    img.logo_01{
        /*margin-top:5px;*/
    }

}

@media screen and (max-width:1184px) {
    header h1{
        margin: 15px 14px 0 20px;



    }

    @media screen and (max-width: 1200px) {
        img.logo_01{margin-top:5px;
        }
    }


    nav ul.nav_inner li a{
        line-height: 1.6;
        letter-spacing: 0;
        font-size:16px;

    }
    img.logo_01{
        width:300px;
        padding-top:2px;
    }

}




@media screen and (max-width:1024px) {

    img.logo_01{margin-top:0px;
    }

    img.logo_01{
        width:300px;
        padding-top:2px;
    }

    .modal-overlay img{
        padding-left: 0px;
    }
    header .inner .info_box{
        display: block;
        right: 10px;
        padding: 5px 45px 0 0;
    }

}

/*------------------------------------------
以下タブレット用css
------------------------------------------*/
@media screen and (max-width: 1200px) {



    .nav_inner{}

    nav{
    }
    nav ul.nav_inner li a {;;
        line-height: 21px;
    }
}
@media screen and (max-width: 1024px) {
    /*ヘッダー ~1024px*/

    .info_area ul{display: none;}

    #btn_tel a{
        position: fixed;
        right: 0;

    }
    #btn_reserve a{
        position: fixed;
        left: 0;

    }

    header #drawer {
        display: block;
    }
    header {
        width: 100%;
        min-width: auto;
        height: 70px;;
    }
    header .inner{
        height: 60px;
        max-width: 100%;
        width: 100%;
    }
    header h1 {
        text-align: center;
    }
    header .info_txt {
        display: none;
    }
    header .info_card {
        display: none;
    }
    header .btn_reserve{
        display: none;
    }
    .main_outer{
        padding-left: 0;
    }
    #section_headline .inner{
        padding: 0;
    }
    /*ドロワー*/
    .drawer-nav {
        background: #000 url(../img/bg_type_01.png)/*tpa=http://t-kokoro.jp/images/../img/bg_type_01.png*/;
        -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.9);
        -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.9);
        box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    }
    .drawer-nav ul li {
        /* margin: 15px 0; */
        text-align: left;
        border-bottom: 1px solid #8d8886;
        margin: 0 10px;
    }
    .drawer-nav ul li a {
        display: block;
        color: #ddd;
        line-height: 25px;
        font-size: 110%;
        padding: 20px 0 20px 20px;
        position: relative;
    }
    .drawer-nav ul li a.active,
    header #drawer a.active i{
        color: #bba34e;
    }

    .drawer-nav ul li a:after{
        content: "";
        position: absolute;
    }
    .drawer-nav ul li:last-child{
        border-bottom: none;
    }
    nav {
    }
    .info_area{;
    }
    /*フッター*/
    footer {
        margin: 0;
    }
    footer .inner{
        padding-top: 10px;
    }
    footer .nav {
    }
    #section_top > .section_top_inner {
    }
    #mainvisual ul li{
        -webkit-backface-visibility: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    　　}
    　 #section_top > .section_top_inner{
        height: 420px;
    }
    aside#bnr ul li{
        width: 31%;
    }
    aside#bnr ul li:last-child{
        margin-right: auto;
    }
    /*トップページ*/
    #section_middle .inner{
        display: block;
        width: 100%;
    }
    #section_middle .tweet_area {
        display: block;
        border-right: 0;
        border-bottom: 10px solid #000;
        max-width: 100%;
        width: 100%;
    }
    #section_topics .inner{
        display: block;
    }
    #section_middle .topics_area {
        width: 100%;
        border-left: 0;
        max-width: 100%;
        display: block;
    }
    /*カバーガール*/
    .screen_change{
        display: block;
    }
    #section_covergirl {
        max-width: 100%;
        margin: auto;
    }
    #section_covergirl ul li img{
    }
    #section_covergirl ul li,
    #section_covergirl ul li:last-child{
    }
    #section_covergirl ul li img{
        max-width: 335px;
    }
    #section_schedule_today .cast_box li {
        margin: 0 1% 2% 1%;
        float: left;
        border: 1px solid #2d2d2d;
        overflow: hidden;
        width: 48%;

    }
    .btn_map a{
        width: 50%;
        padding: 20px;
        margin: 20px auto;
        border: 1px solid #fff;
        border-radius: 2px;
        display: block;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        text-decoration: underline;
    }
    .btn_map a:hover{
        color: #000;
        background: #fff;
        border: 1px solid #000;
    }
    #contents_access iframe{
    margin-top: 30px;
    }
    #contents_access p.map a{
        width: 90%;
        margin: 0px auto 20px;
        line-height: 50px;
        font-size: 13px;
        letter-spacing: 0.10em;
        display: block;
        background: #c6b487;
        border-radius: 2px;
        font-family: "Garamond" , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
        color: #fff;
        opacity: 1;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    #contents_access p.map a:hover{
        background: #fff;
        color: #000
    }
}

/*------------------------------------------
以下スマホ用css
------------------------------------------*/

@media screen and (max-width: 768px) {

.btn_reserve_02 {
    font-size: 10px;
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    width: 80px;
    z-index: 90000;
    top: auto;
    bottom: 5px;
    display: block;
    height: 55px;
    color: #000;
    border-radius: 7px;
    line-height: 18px;
    font-weight: bold;
    display: block;
    padding-top: 4px;
    left: 5px;;
    
}


.section_top_scroll{
    bottom:95px;

}


.section_top_scroll .scroll_bottom{
    bottom: -50px;

}


 section{
    margin: 0;
}

.btn_tel a{
    position: absolute;
    right: 9px;
    bottom: 1px;
}

.btn_reserve a{
    position: absolute;
    left: 9px;
    bottom: 1px;
}

#contents_access .table_03 dd{
    padding: 0;


}



#contents_system .title,
#contents_cast .title,
#contents_schedule .title,
#contents_access .page_top_outer .title,
#contents_form .title,
#contents_profile .title,
#contents_link .title,
#contents_mailmagazine .title,
#contents_info .title,
#contents_form .title,
#contents_form01 .title,
#contents_form02 .title,
#contents_form03 .title,
#contents_link .title
{
    background-size: auto 100px;
}



img.logo_01{margin-top:2px;}

.other_page{
    margin: 0 5%
}

header .inner .info_box{
    display: none;
}



header h1 {;
    max-width: 300px;
}

img.logo_01 {;
    width: 100%;;
    float: right;;
    padding-top: 0px;;
}

.btn_tel a,
 .btn_reserve a{
 /*   z-index: 20000;
    top: 0;
    line-height: 80px;
    color: #eee;
    width: 50px;
    font-size: 14px;
    height: 60px;
    display: block;
    float: left;*/
    display: none;
}


.btn_tel, #page-Top,
.btn_reserve, #page-Top
 {
    display: block;


}


/*女の子BOX*/
.cast_box li .icon_new {
    width: 50px;
    height: 50px;
    max-width: 50px;
    right: 5px;
    bottom: 5px;
}
.profile_box_left .icon_new {
    right: 20px;
}
.btn_tel #page-Top,
.btn_reserve
#page-Top{
    display: block;
    height: 20;
}
#page-Top a{
    width: 50px;
    color: #eee;
    display: block;
    position: fixed;
    z-index: 999999;
    display: block;

    height: 50px;
    right: : 5px;
    font-size: 14px;
    bottom: 5px;
    line-height: 50px;
    background: #e6b8b8;
    border-radius: 50%;
}
.btn_tel{
    font-size: 14px;
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    width: 80px;
    z-index: 90000;
    top: auto;
    bottom: 5px;
    right: 5px;
    display: block;
    height: 55px;
    color: #eee;
    line-height: 19px;
    font-weight: bold;
    border-radius: 7px;
}
.btn_reserve{
    font-size: 14px;
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255, 255, 255, 0.65);
    width: 80px;
    z-index: 90000;
    top: auto;
    bottom: 5px;
    left: 5px;
    display: block;
    height: 55px;
    color: #eee;
    border-radius: 7px;
    line-height: 19px;
    font-weight: bold;
}

.btn_tel a,
.btn_reserve a {
    color: #eee;
    color: rgba(0, 1, 12, 0.75);
    z-index: 90000;
    display: block;
    font-size: 14px;
    margin-right: 1px;
    padding-left: 0px;;
}

    #page-Top a{
        bottom: 10px;
        right: 10px;
        color: #fff;
    }
   /* header h1 {
        float: none;
        max-width: 180px;
        margin: auto;
    }
    header .info_box {
        display: none;
        }*/
        #section_headline h2 img {
            display: none;
        }
        #section_headline li{
            text-align: center;
        }
        .btn_reserve{
    display: block;
    bottom: auto;;
        }
        footer .info_box{
            margin: 5px auto;
            display: block;
            font-size: 14px;
            width: 100%;
        }
        /*バナー*/
        aside#bnr ul li{
            width: 46%;
        }
        aside#bnr ul li.mobile{
            display: none
        }
        /*トップページ*/
    /*#section_bottom{
        border: none;
    }
    #section_bottom .inner{
        display: block;
        width: 100%;
    }
    #section_bottom .system_area,
    #section_bottom .schedule_area,
    #section_bottom .staff_area {
        display: block;
        width: 100%;
        padding: 10% 0;
        border-bottom: 15px solid #000;
        border-right: 0;
        border-left: 0;
    }
    #section_bottom .access_area, #section_bottom .recruit_area {
        display: block;
        width: 100%;
        padding: 10% 0;
        border-bottom: 15px solid #000;
        border-right: 0;
        border-left: 0;
        }*/
        /*カバーガール*/
        #section_covergirl {
            max-width: 100%;
            margin: 2% 0%;
        }
        /*本日の出勤*/
        #section_schedule_today .cast_box {
    text-align: center;
        }
        #section_schedule_today .cast_box li {
            width: 100%;
            margin: 0 0 5px 0;
            float: none;
        }
        #section_schedule_today .cast_box li div.txt_box {
            margin-top: 5%;
        }
        #section_schedule_today .cast_box li p.img_box img {
            width: 100%;
        }
        #section_schedule_today .txt_box .name {
            padding: 3px 0;
            font-size: 14px;
            font-weight: bold;
        }
        #section_schedule_today .txt_box .size {
            font-size: 12px;
        }
        /*プロフィール*/
        #contents_profile .profile_box_right {
            width: 100%;
            float: none;
        }
        #contents_profile .profile_box_left {
            width: 100%;
            float: none;
            margin-bottom: 10px;
        }
        #contents_profile .profile_box_left .img_box img {
            width: 100%;
            max-width: 300px;
        }
        #contents_cast .cast_box li, #contents_schedule .cast_box li {
            width: 50%;
            margin: 0;
        }
        .profile_box_schedule .table_02 {
            width: 100%;
            margin-bottom: 20px;
            border-left: none;
            border-top: none;
            border-spacing: 0;
            text-align: left;
        }
        .profile_box_schedule .table_02 tr{
            display: inline-block;
            width: 50%;
            vertical-align: top;
        }
        .profile_box_schedule .table_02 th, .profile_box_schedule .table_02 td {
            padding: 5px 5px 5px 10px;

            line-height: 35px;
        }
        .profile_box_schedule .table_02 th {
            vertical-align: top;
            font-size: 12px;
            text-align: center;
            display: block;
            width: 100%;
        }
        .profile_box_schedule .table_02 td {
            font-weight: bold;
            display: block;
            width: 100%;
        }
        /*料金ページ*/
        #contents_system .table_system {
            margin: 40px auto;
            width: 92%;
        }
        #contents_system .table_option {
            margin: 0 auto;
        }
        .system_img {
            margin: 0;
        }
        /*フォーム*/
        #contents_form .table_collum_02{;
        }
        #contents_form .table_collum_02 th,
        #contents_form .table_collum_02 td{
            width: 100%;
            display: block;
            border-right: 1px none;
            padding-left: 5px;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.26);
        }
        #contents_form .table_collum_02 tr{
            padding: 0 30px;
        }
        #contents_form .table_collum_02 td{
            text-align: justify;
        }
        #contents_form .table_collum_02 td p{
            margin: 5px 0;
            text-align: left;
        }
        .table_03 dd{
            text-align: justify;
        }
        .table_06{
        }
        #section_err #err_title {
            font-size: 28px;
        }
        #section_err #err_subtitle {
            font-size: 15px;
        }
        .radio, .checkbox{
            width: 100%;
        }
        .contents_enquete label{
            display: block;
            text-align: left;
            background: #eee;
            margin-bottom: 5px;
            padding: 5px 10px;
        }



    }




    /*スマホ用*/


    @media screen and (max-width: 480px) {

#section_topics .info_box{
    padding: 0;
}
#section_topics .info_box > div{
         padding: 20px 0;
}
#section_middle .tweet{
    height: auto;
}


    #section_schedule_today {
    background-size: cover;
    margin-top: -65px;
    padding-top: 57px;
}


    header h1 {
        margin: 0 auto;
        max-width: 232px;
        padding: 6px 0 0 6%;
    }
    img.logo_01{
        margin-top: 0px;
        width: 450px;
        width: 128px;
    }
    #contents_system .table_system{
        width: 92%;
    }

    #contents_form .btn_entry_tel a{
        width: 100%;
    }


    .cast_box {
    }

    .btn_img{max-width: 100px;

    }

    span.system_subtitle{

        font-size: 20px
    }


    #section_bottom .system_area,
    #section_bottom .access_area
    {
        border-right: solid 4px #000;
    }

    #section_bottom .schedule_area,
    #section_bottom .recruit_area
    {
        border-left: solid 4px #000;
    }


    #section_bottom .access_area,
    #section_bottom .staff_area
    {
        border-top: 0;
    }

    #section_bottom,
    #section_middle,
    #section_middle .tweet_area,
    #section_schedule_today
    {
        border-bottom: solid 8px #000;

    }

    #section_schedule_today{
        border-top: solid 8px #000;
    }

    #section_bottom .schedule_area,{
        border-right: solid 3px #000;

    }


    #section_schedule_today .cast_box li{
        border: solid 10px transparent;

    }


    .logo_main{
        width: 100%;

    }



    .title {
        color: #000;
        font-size: 0px;
        text-align: center;;;
    }
    .title span{
        font-size: 10px;
    }
    .frame_outer_02 .title,
    .frame_outer_02 .title span{
        color: #ddd;
    }
    .other_page_title {
        left: 0px;;;;;;
    }
    .subtitle_04 {
        padding: 10px 15px;
        margin-top: 5px;
        font-size: 18px;
        letter-spacing: 0.3em;
    }
    .txt_box_02{
        text-align: justify;
    }
    /*女の子BOX*/
    .cast_box li .icon_new {
        width: 40px;
        height: 40px;
        max-width: 40px;
    }
    .profile_box_left .icon_new {
        right: 40px;
    }
    header h1 img{
    }
/*    #section_top > .section_top_inner {
        top: 50px;
    }*/
    #section_top > .section_top_inner{
    }
    /*バナー*/
    aside{
        margin: 0 0 10px 0;
    }
    aside#bnr ul li{
        width: 100%;
        margin: 0 0 10px 0;
    }
    aside#bnr ul li:last-child{
        margin-right: auto;
    }
    /*トップページ*/
    #section_covergirl h2 {
        background: none;
    }
    #section_covergirl ul li img{
        width: 60%;
    }
    #section_event .title {
        background: none;
    }
    #section_schedule_today .txt_box .name {
        margin-bottom: 0;
    }
    /*本日の出勤*/
    #section_schedule_today .inner {
    padding: 20px 0;
    }
    #section_schedule_today .cast_box li {
        margin: 0 0 0 0;
        float: none;
        width: 75%;
    }
    #section_schedule_today .title {
        color: #fff;
    }
    #section_schedule_today .title span{
        color: #fff;
    }
    /*女性*/
    #contents_cast #search_area ul li {
        width: 30%;
        display: inline-block;
        float: none;
    }
    #contents_schedule .schedule_nav li{
        width: 48%;
    }
    #contents_cast .cast_box li .img_box img,
    #contents_schedule .cast_box li .img_box img {
        width: 100%;
    }
    #contents_cast .cast_box li,
    #contents_schedule .cast_box li {
        width: 50%;
        margin: 0;
    }
    #contents_cast .cast_box li:nth-child(2n),
    #contents_schedule .cast_box li:nth-child(2n){
        width: 50%;
        margin: 0;
    }
    /*プロフィール*/
    #contents_profile .profile_box_left .img_box img {
        width: 70%;
        max-width: 300px;
    }
    /*料金ページ*/
    .system_txt{
        text-align: justify;
    }
    #contents_system .system_subtitle {
        font-size: 18px;
        letter-spacing: 6px;;;;
    }
    #contents_system .inner{
        margin: 20px auto;
    }
    #contents_system .table_system tr {
        padding: 10px 0;
    }
    #contents_system .table_system tr:last-child {
        border-bottom: none;
    }
    #contents_system .table_system td {
        padding: 10px 0px;
        letter-spacing: 0;
        font-size: 15px;
    }
    #contents_system .table_system td:nth-child(1) {
        float: none;
    }
    #contents_system .table_system td:nth-child(2),
    #contents_system .table_system td:nth-child(3),
    #contents_system .table_system td:nth-child(4) {
        letter-spacing: 0.15em;
        float: none;
    }
    #contents_system .table_system td:nth-child(1) span,
    #contents_system .table_system td:nth-child(2) span,
    #contents_system .table_system td:nth-child(3) span,
    #contents_system .table_system td:nth-child(4) span {
        font-size: 16px;
    }
    #contents_system .table_system td i {
        padding: 12px 10px 10px 10px;
    }
    #contents_form .atten_txt {
        padding: 6px;
    }
    #contents_reserve .title {
        background: none;
    }
    #contents_contact .title {
        background: none;
    }
    #contents_enquete .title {
        background: none;
    }
    #contents_event .title {
        background: none;
    }
    #contents_link .table_03 {
        display: none;
    }

    .logo_01{
        width: 100%;

    }


}










    /*スマホ用*/


    d .scr #contents_form01 .title {
    background: url("../img/title_recruit.png")/*tpa=http://t-kokoro.jp/images/../img/title_recruit.png*/ no-repeat center;


}











    /*スマホ用*/


    p .scroll #contents_form01 .title {
    background: url("../img/title_recruit.png")/*tpa=http://t-kokoro.jp/images/../img/title_recruit.png*/ no-repeat center;


}













    /*スマホ用*/


    .table_collum_02 tbody {
    background: rgba(255, 255, 255, 0.61);


}












    /*スマホ用*/


    .table_collum_02 tbody {
    background: rgba(255, 255, 255, 0.61);


}













    /*スマホ用*/


    .table_collum_02 tbody {
    background: rgba(255, 255, 255, 0.61);


}


