@charset "utf-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
	width:640px;
	margin: 0 auto;
    line-height:1;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;/*SPでの見え方を調整*/
	color:#333;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

img{
     display:block;
}

/*メイン*/
.inner {
    width: 640px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    /*top: -100px;*/
    top: -160px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    /*color: #fff;*/
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
/*#nav-toggle {
    display: none;
    position: absolute;
    right: 27px;
    top: 80px;
    width: 66px;
    height: 66px;
    cursor: pointer;
    z-index: 101;
}*/

#nav-toggle {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 101;
  
  width: 66px;
  height: 66px;
  top: -86px;
  left: 550px;
}

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*@media screen and (max-width: 640px) {*/
  .border{
    border: 4px solid #a2a2a2;
  }
  .border-bottom{
    border-bottom: 2px solid #f3f3f3;
  }
  .menu_top{
    text-align: center;
    background-color: #a2a2a2;
    color: #fff;
    font-size: 30px;
    padding: 9px 0 9px 0;
  }
  .left_01{
    float: left;
    margin-left: 248px;
    margin-right: 5px;
    font-size: 24px;
  }
  .left_02{
    float: left;
    margin-left: 236px;
    margin-right: 5px;
    font-size: 24px;
  }
  .left_03{
    float: left;
    margin-left: 164px;
    margin-right: 5px;
    font-size: 24px;
  }
  .left4{
    padding-top: 15px;
    padding-bottom: 16px;
    padding-left: 40px;
  }
  .left1{
    float: left;
    font-size: 17px;
    margin-left: 114px;
    margin-right: 5px;
  }
  .left5{
    float: left;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-left: 40px;
  }
  .left2{
    float: left;
    font-size: 17px;
    margin-left: 57.25px;
    margin-right: 5px;
  }
  .left3{
    float: left;
    width: 33.33%;
  }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    /*
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    */
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        /*background: #fff;*/
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        /*top: -500px;*/
        top: -700px;
        background: #fff;
        width: 632px;
        text-align: center;
        margin: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        /*width: 100%;*/
        display: block;
        color: #333;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        /*
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(590px);
        */
        -moz-transform: translateY(840px);
        -webkit-transform: translateY(840px);
        transform: translateY(840px);
    }
/*}*/

header{
  margin: 20px 0 0 0;
}

.logo_img{
  float: left;
  margin: 0 10px 20px 20px;
}

.login_img{
  float: left;
  margin: 0 10px 20px 20px;
}

h1{
  float: left;
  font-size: 24px;
  line-height: 130%;
  font-weight: normal;
  color: #333;
}

.top{
  background-color: #e3e3e3;
  font-size: 27px;
  color: #878787;
  padding: 11.5px 20px 11.5px 20px;
  float: left;
}

.tp_all{
  background-color: #a1a1a1;
  font-size: 27px;
  color: #fff;
  padding: 11.5px 20px 11.5px 20px;
  float: left;
}

.top_bar{
  width: 640px;
  height: 50px;
  background-color: #e3e3e3;
}

.pankuzu{
  float: left;
  border-style: none;
}

.therapist_list{
  background-color: #e3e3e3;
  font-size: 27px;
  color: #878787;
  padding: 11.5px 20px 11.5px 20px;
  float: left;
  border-style: none;
}

.gtw_therapist{
  background-color: #a1a1a1;
  font-size: 27px;
  color: #fff;
  padding: 11.5px 20px 11.5px 20px;
  float: left;
  border-style: none;
}
.operator{
}

.zaiseki_box{
  margin: 24px 0 34px 0;
  text-align: center;
}

.zaiseki_txt01{
  text-align: center;
  font-size:46px;
  font-weight: bold;
}

.zaiseki_txt02{
  color: #f00;
}

.zaiseki_txt03{
text-align: center;
font-size: 27px;
margin-top: 10px;
}

.situation{
  width: 600px;
  height: 105px;
  margin: 0 auto;
  background-image: url(../img/operator.jpg);
  background-repeat: no-repeat;
  background-color: #ffffb5;
  margin-top: 16px;
}

.situation_txt1{
  font-size: 32px;
  padding-top: 26px;
  padding-left: 130px;
}

.situation_txt2{
  margin-top: 5px;
  font-size:24px;
  padding-bottom: 26px;
  padding-left: 130px;
}

.red{
  color: #ff0000;
}

.desu{
  color: #333;
}

.touchaku{
  color: #333;
}

h2{
  margin: 0 auto;
  padding: 20px 30px 40px 30px;
  width: 540px;
  background-color: #f2e8c6;
  font-size: 27px;
  font-weight: normal;
  line-height: 140%;
}

h3,h4{
  margin: 0 auto;
  padding: 20px 30px 20px 30px;
  width: 540px;
  background-color: #f2e8c6;
  font-size: 27px;
  font-weight: normal;
  line-height: 140%;
}

.example{
  background-image: url(../img/example.jpg);
  background-repeat: no-repeat;
  width: 550px;
  height: 270px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.part1,.part2,.part3{
  margin-bottom: 34px;
}

.menu_box1{
  text-align: center;
  font-size: 26px;
  float: left;
  padding: 85px 4px 40px 35px;
  line-height: 140%;
}

.menu_box2{
  text-align: center;
  font-size: 26px;
  float: left;
  padding: 85px 35px 40px 4px;
  line-height: 140%;
}

h5,h6{
  margin: 0 auto;
  padding: 16px 30px 20px 30px;
  width: 540px;
  font-size: 27px;
  font-weight: normal;
  line-height: 140%;
}

.today{
  width: 640px;
  height: 78px;
  background-color: #26458d;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.click_reservation{
  /*background-image: url(../img/reservation.jpg);*/
  background-image: url(../img/reservation_sp.jpg);
  background-repeat: no-repeat;
  width: 640px;
  /*height: 431px;*/
  height: 495px;
  margin-top: 16px;
}

.reservation{
  width: 536px;
  margin: 0 auto;
  padding-top: 215px;
}

.reservation_top{
  text-align: center;
  background-color: #a58540;
  font-size: 24px;
  color: #fff;
  padding: 6px;
}

.reservation_middle{
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}

.heijitu{
  float: left;
  color: #333;
  background-color: #e3e3e3;
  font-size: 16px;
  padding: 5px 0 5px 0;
  width: 76px;
}

.saturday{
  float: left;
  color: #0093f0;
  background-color: #e3e3e3;
  font-size: 16px;
  padding: 5px 0 5px 0;
  width: 76px;
}

.sunday{
  float: left;
  color: #f00;
  background-color: #e3e3e3;
  font-size: 16px;
  padding: 5px 0 5px 0;
  width: 76px;
}

.heijitu_ox{
  float: left;
  width: 76px;
}

.saturday_ox{
  float: left;
  width: 76px;
}

.sunday_ox{
  float: left;
  width: 76px;
}

.pr_txt{
  padding: 10px;
}

.time{
  width: 45px;
  background-color: #e3e3e3;
  padding: 12px 0px 12px 0px;
  text-align: center;
  float: left;
}

.reservation_bottom{

}

.ox{
  float: left;
}

.accordion_top{
    display:block;
    width:592px;
    height:116px;
    cursor:pointer;
    margin: 0 auto;
    }

.top_in{
  width:552px;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 16px;
}

.open-6{
  margin: 0 auto;
  display:none;
}

.close-6{
  height: 116px;
  margin: 0 auto;
  display: block;
}

.reservation2{
  width: 536px;
  margin: 0 auto;
}

.therapist_name{
  font-size: 36px;
  margin-left: 100px;
  padding-top:5px;
  margin:0 0 23px 10px;
}

.old{
  font-size: 22px;
}

.pics_in{
  height:105px;
  width: 120px;
  margin-left: 10px;
  margin-right:8px;
  float:left;
  background:transparent;
}

.pics_in img{
  height:100px;
}

.new_mark{
  background-image: url(../img/new.jpg);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  float: left;
  margin-right: 5px;
  position:absolute;
  margin-top:-100px;
  margin-left:97px;
}

.today_mark{
  position:absolute;
  background-image: url(../img/today.gif);
  background-repeat: no-repeat;
  width: 175px;
  height: 44px;
  position:absolute;
  margin-top:-16px;
  margin-left:400px;
}

.old_mark{
  width: 33px;
  height: 33px;
  float: left;
  margin-right: 5px;
}

.sejutsu_box{
  box-sizing:border-box;
  width: 130px;
  height:38px;
  text-align: center;
  background-color: #daa1c2;
  color: #fff;
  float: left;
  margin:4px;
  padding-top:8px;
  font-size: 20px;
}

.f24{
  font-size: 24px;
}
.f20{
  font-size: 20px;
}
.f16{
  font-size: 16px;
  padding-top:12px;
}

.aroma{
  margin: 20px 0 8px 138px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.facial{
  margin: 20px 0 8px 8px;
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.shiatsu{
  margin: 20px 0 8px 8px;
  font-size: 16px;
  padding: 12px 0 12px 0;
}

.swedith{
  margin: 0 0 8px 0;
  font-size: 16px;
  padding: 12px 0 12px 0;
}

.head{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.stretch{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.thai{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.refle{
  margin: 0 0 8px 0;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.tsuyomomi{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.yasemi{
  margin: 0 0 8px 8px;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.maternity{
  margin: 0 0 8px 8px;
  font-size: 20px;
  padding: 10px 0 10px 0;
}

.small_face{
  margin: 0 0 14px 0;
  font-size: 24px;
  padding: 8px 0 8px 0;
}

.therapist_txt{
  padding: 20px 30px 20px 0;
  width: 546px;
  font-size: 27px;
  line-height: 150%;
  background-image: url(../img/decoration.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.img-close{
  width: 592px;
  margin: 0 auto;
  cursor:pointer;
}

div#footer-fixed
{
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
    height: 140px;              /* 縦幅140px */
    border-top: 2px solid #f3f3f3;
}

div#footer-bk
{
	background-color:#fff;     /* 背景色(黒) */
	padding: 20px 0 0 0;/* 上10px、下20pxをあける */
	height:120px;              /* 縦の高さ140px */
	width:640px;
  margin: 0 auto;               /* 横の幅を100% */
}

div#footer {
/* 表示領域を白枠で囲う */
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 640px;              /* 横の幅970px */
	margin: auto;              /* 中央揃え */
}

.web{
  float: left;
  padding: 0 20px 5px 20px;
}

.tel{
  padding: 0 20px 5px 0;
}

.attendance_list{
  width:100%;
  text-align:center;
}
.img_loading{
  margin:0 auto;
  margin-top:10px;
}

.header_txt{
	color:#fff;
  background-color: #26458d;
	font-weight:bold;
	font-size:27px;
}
.header_txt2{
	color:#666;
	font-size:27px;
}
.close{
  background-image: url("../img/batu.jpg");
  background-repeat: no-repeat;
  /*background-position: 350px 8.5px;*/
  background-position: 350px 0px;
  /*padding: 9px 0 9px 0;*/

}

.close_txt{
  color: #a0a0a0;
  font-size: 20px;
}

.menu_img2{
  margin: 0 0 20px 0;
}

select{
font-size:20px;
border:1px;
}

select[name="day"]{
  -webkit-appearance:none;
  height: 24px;
  line-height: 24px;
}

.copy_light{
  text-align: center;
  font-size: 14px;
  padding: 20px 0 20px 0;
  color: #b9b9b9;
  /*background-color: #fffaeb;*/
}

.button_vip{
  width: 540px;
  margin: 0 auto;
  padding: 20px 0 16px 0;
}

.button_therapist{
  width: 540px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.time_tbl{
  width:75px;
  display:inline-block;
  text-align:center;
  background-color: lavender;
  border-right-style: solid;
  border-right-color: #777;
  border-right-width: thin;
  font-size: 14px;
  padding: 4px 0px;
  font-weight: bold;
}

/*voice*/
.qa1{
	background-image: url(../img/05_qa_01.jpg);
	width:640px;
	height:396px;
}

.qa1_01{
	font-size:37px;
	padding:40px 0 0 166px;
	line-height: 140%;
}

.qa1_02{
	font-size:32px;
	padding: 30px 0 0 66px;
	line-height: 140%;
}

.qa2{
	background-image: url(../img/05_qa_02.jpg);
	width:640px;
	height:398px;
}

.qa2_01{
	font-size:37px;
	padding:40px 0 0 166px;
	line-height: 140%;
}

.qa2_02{
	font-size:32px;
	padding: 30px 0 0 66px;
	line-height: 140%;
}

.qa3{
	background-image: url(../img/05_qa_03.jpg);
	width:640px;
	height:448px;
}

.qa3_01{
	font-size:37px;
	padding:40px 0 0 166px;
	line-height: 140%;
}

.qa3_02{
	font-size:32px;
	padding: 30px 0 0 66px;
	line-height: 140%;
}

.qa4{
	background-image: url(../img/05_qa_04.jpg);
	width:640px;
	height:448px;
}

.qa4_01{
	font-size:37px;
	padding:40px 0 0 166px;
	line-height: 140%;
}

.qa4_02{
	font-size:32px;
	padding: 30px 0 0 66px;
	line-height: 140%;
}

.qa5{
	background-image: url(../img/05_qa_05.jpg);
	width:640px;
	height:396px;
}

.qa5_01{
	font-size:37px;
	padding:40px 0 0 166px;
	line-height: 140%;
}

.qa5_02{
	font-size:32px;
	padding: 30px 0 0 66px;
	line-height: 140%;
}

.qa6{
	background-image: url(../img/05_qa_06.jpg);
	width:640px;
	height:362px;
}

.qa6_01{
	font-size:37px;
	padding:40px 0 0 166px;
	line-height: 140%;
}

.qa6_02{
	font-size:32px;
	padding: 30px 0 0 66px;
	line-height: 140%;
}

.qa_txt{
	font-size:24px;
	text-align:center;
	margin: -20px 0 30px 0;
	line-height: 140%;
}

.heading-08{
  width: 616px;
  margin: 0 auto;
  padding: 20px 0 20px 0;

}

.heading-09{
  width: 572px;
  margin: 20px auto;

}

.voice_bk{
  background-color: #fff;
  width: 600px;
  padding: 10px 10px 8px 10px;
  margin: 18px 10px 22px 10px;
  font-size: 24px;
}

.square_btn {
    margin: 0 8px 0 8px;
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.square_btn:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

.paging{
  text-align: center;
  margin-bottom: 45px;
}

.square_btn a:hover{
}

.message{
  text-align: center;
  line-height: 140%;
  margin-bottom: 17px;
  font-size: 24px;
}

.left01{
  padding: 9px 0 3px 0;
  font-size: 24px;
}
.left02{
  font-size: 24px;
}
.left03{
  padding: 9px 0 3px 0;
  font-size: 24px;
}
.left04{
  padding: 9px 0 3px 0;
  font-size: 24px;
}
.left05{
  padding: 9px 0 3px 0;
  font-size: 24px;
}

.left06{
  padding: 9px 0 3px 0;
  font-size: 24px;
}

.hissu{
  font-size: 20px;
	background-color:#f00;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

.nimni{
  font-size: 20px;
	background-color:#0093f0;
	color:#fff;
  padding: 3px 4px;
  margin: 0 18px 0 7px;
}

input,select{
/*width: 596px;*/
width: 500px;
height: 94px;
font-size: 200%;
}

textarea{
/*width: 594px;*/
width: 500px;
height: 188px;
font-size: 200%;
}


input#submit_btn{
	border: 0px;
	background-image:url(../img/button_send_sp.jpg);
  background-repeat: no-repeat;
	width: 240px;
	height: 85px;
	margin: 28px 0 40px 200px;
}

.frm_content{
  width: 600px;
  margin: 0 auto;
}