@charset "utf-8";
/* CSS Document */

/* 初期化
===========================================================*/

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%;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    vertical-align:baseline;
    background:transparent;
}



body {
    line-height:1.6;
}

#all {
	width:100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav,ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* 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;
}


h1 {/* background:#feeef6; */padding: 10px 10px;}
h1 img{
  width: 100px;
  display:block;
  margin-left:auto;
}
h2 { background:#ff99cc; margin-bottom:30px; padding:10px 20px; font-size:18px; color:#FFF;}
h3 {width: 100%;margin:0 auto;color: #7F003F;border-bottom: 1px dashed #7f003f;padding: 15px 10px 0px 10px;background-color: #fff;}


/* accordion
===========================================================*/

ul.accordion {font-size:20px;width: 92%;/* padding:10px; *//* background:#fdf0f7; */margin: 0 auto 10px;}
ul.accordion a {display:block;/* padding:10px; */background-position:97% center;background-repeat:no-repeat;text-decoration:none;color:#333;font-weight:bold;}

/*
ul.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#333; font-weight:bold;}
*/
ul.accordion ul { display:none;}
ul.accordion > li {background: -moz-linear-gradient(top, #feeef6, #ff99cc);/* background: -webkit-gradient(linear, left top, left bottom, from(#feeef6), to(#ff99cc)); */}
/*
ul.accordion > li > p { background: -moz-linear-gradient(top, #feeef6, #ff99cc); background: -webkit-gradient(linear, left top, left bottom, from(#feeef6), to(#ff99cc));cursor:pointer;}
*/
ul.accordion > li > ul > li {background:#fcf9fb;border-bottom: 1px dashed #aaa;/* padding: 10px 0px 0px 0px; */overflow: hidden;}
ul.accordion > li > ul > li > p { background:#ff99cc;}
ul.accordion > li > ul > li > a { background:#fcf9fb;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
/*
ul.accordion > li > ul > li > ul > li:last-child { border:none;}

ul.accordion > li > p span { background-image:url(../img/open.png);}
ul.accordion > li > p span.open { background-image:url(../img/close.png);}
*/
/*
ul.accordion > li > a { background-image:url(img/a_link.png);}
ul.accordion > li > ul > li > p span { background-image:url(img/b_close.png);}
ul.accordion > li > ul > li > p span.open { background-image:url(img/b_open.png);}
ul.accordion > li > ul > li > ul > li a { background-image:url(img/c_link.png); color:#333;} 
*/

dl.accordion { background:#fdf0f7; width:90%; margin:0 auto 30px; padding:10px; font-size:16px;}
dl.accordion dt {
	background:url(../img/open.png) 97% center no-repeat,-moz-linear-gradient(top, #feeef6, #ff99cc);
	background:url(../img/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#feeef6), to(#ff99cc));
	border-bottom:1px solid #EEE; height:40px; text-indent:10px; line-height:40px; color:#333; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
	background:url(../img/close.png) 97% center no-repeat,-moz-linear-gradient(top, #feeef6, #ff99cc);
	background:url(../img/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#feeef6), to(#ff99cc));}
dl.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;}



/* footer
===========================================================*/
.footer { width:80%; margin:0 auto; text-align:right;}


/* clearfix
===========================================================*/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}




ul.accordion .tx_left{display: block;/* background-position:97% center; *//* background-repeat:no-repeat; */color:#333;font-weight: bold;text-align:left;width: 94%;padding: 20px 0px 10px 20px;float:  left;}

.accordion .tx_right {
	width: 26%;
	height: 35px;
	line-height: 15px;
	text-align:  right;
	padding: 10px 0px 0px 10px;
	float: left;
	/* clear:  both; */
	font-weight:  bold;
}


ul.accordion label{background-position:97% center;background-repeat:no-repeat;color:#333;font-weight:normal;float:right;padding-right:5px;/* clear:  both; */}


.shori_btn, .shori_btn_m {
    padding: 3px 10px;
    border: 1px solid #888;
    text-decoration: none;
    color: #111;
    font-size: 1.0rem;
    border-radius: 4px;
    background: #fff;
}

.select_check li,.select_radio li{
	    border-bottom: 1px dashed #E5D2CA;
}



.select_check label input[type="checkbox"]{
  display: none;
}
.select_check label input[type="checkbox"]:checked + p {
    background: #ff99cc;
    color: #fff;
    border: solid 2px #ff99cc;
    border-color: #ff99cc;
}
.select_check input + p {
    text-overflow: clip;
    display: block;
    color: #aaa;
    font-weight: bold;
    font-size: 100%;
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    padding: 8px 40px;
    background: #ffffff;
    border-radius: 8px;
    border: solid 2px #fecde6;
    border-color: #fecde6;
    font-weight: bold;
    margin: -5px 0px 6px 0px;
    padding: 0px 14px 0px 10px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.select_check label p:before{
  content:'';
  /*border: 1px solid #ccc;*/
  width: 20px;
  height: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius:1px;
  transition: all 800ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: 
  cubic-bezier(1, 0, 0, 1);
}
.select_check labelinput[type="checkbox"]:checked + p:beforee{
  opacity: 0;
  background: #eee;
  border-color: #eee;
  transform:scale(2);
}
.select_check label input[type="checkbox"]:checked + p:after {
    opacity: 1;
    position: absolute;
    left: 20px;
    top: 3px;
    width: 6px;
    height: 13px;
    border-right: 4px solid #ffffff;
    border-right-color: #ffffff;
    border-bottom: 4px solid #ffffff;
    border-bottom-color: #ffffff;
    transform: rotate(40deg);
}
.select_check label p:after {
    content: '';
    opacity: 1;
    position: absolute;
    left: 20px;
    top: 3px;
    width: 6px;
    height: 13px;
    border-right: 4px solid #feeef6;
    border-right-color: #feeef6;
    border-bottom: 4px solid #feeef6;
    border-bottom-color: #feeef6;
    transform: rotate(-324deg);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.select_check label {
    cursor: pointer;
    color: #828c9a;
    font-weight: normal;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    margin: 0 0 0 10px;
}







.select_radio label input[type="radio"]{
  display: none;
}
.select_radio label p:before {
    content: '';
    /* border: 1px solid #ccc; */
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
/*    transition: all 800ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);*/
}
.select_radio label p:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 9px;
    border: 6px solid #fff;
    background: #feeef6;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    /*    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);*/
}
.select_radio label{
  cursor: pointer;
  position: relative;
  margin: 0 0 0 10px;
}

.select_radio label input[type="radio"]:checked + p:before{
	background: #ff99cc;
	color: #ffffff;
	border: 6px solid #fff;
	position: absolute;
	left: 13px;
	top: 9px;
}

.select_radio input + p {
    text-overflow: clip;
    display: block;
    color: #aaa;
    font-weight: bold;
    font-size: 100%;
    display: inline-block;
    /* width: auto; */
    height: 35px;
    line-height: 35px;
    padding: 8px 40px;
    background: #ffffff;
    border-radius: 8px;
    border: solid 2px #fecde6;
    border-color: #fecde6;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px 14px 0px 50px;
    /*    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);*/
}

.select_radio label input[type="radio"]:checked + p {
    border-color: #ff99cc;
    background: #ff99cc;
    /* width: 20%; */
    color: #fff;
}












  .accordion .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea; }
    .accordion .child .pull_menu {
      background: #eaeaea;
      color: #5e5e5e; }
      .accordion .child .pull_menu:hover {
        background: #d0d0d0; }
    .accordion .child > li {
      margin: 4px 0;
      padding: 0 0px;
      border-bottom: 1px dotted #dddddd;
      }
      .accordion .child > li:last-child {
        border-bottom: 0;
        overflow:  hidden;
        }

.switch .pull_menu:after {
  position: absolute;
  top: 60%;
  right: 10px;
  margin-top: -1.4rem;
  content: '▶';
  font-size: 1.4rem;
  font-weight: bold;
  color: #df147a;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; 
}

.switch .pull_menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.child_01 {
  border: 1px solid #eaeaea; }

.child_02 {
  color: #5e5e5e; }

.pull_menu {
  display: block;
  position: relative;
  margin: 1px 0 0;
  padding: 10px; }


.accordion .child > li {
  border-bottom: 0; }

.accordion .pull_menu {
    background: -moz-linear-gradient(top, #feeef6, #ff99cc);
    /* background: -webkit-gradient(linear, left top, left bottom, from(#feeef6), to(#ff99cc)); */
    cursor: pointer;
    background-color: #feeef6;
}
/*
  .accordion .pull_menu:hover {
    background: #2e8a00;
    text-decoration: none; }
*/

.switch .pull_menu_2:after {
  position: absolute;
  top: 30%;
  left: 108px;
  margin-top: -2px;
  content: '▶';
  font-size: 18px;
  font-weight: bold;
  color: #df147a;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.switch .pull_menu_2.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.child_01 {
  border: 1px solid #eaeaea; }

.child_02 {
  color: #5e5e5e; }

.pull_menu_2 {
  display: block;
  position: relative;
  margin: 1px 0 0;
  /* padding: 10px; */
}

@media screen and (max-width:560px) {
.switch .pull_menu_2:after {
  top: 18%;
}
}

.shousai_btn {
    text-overflow: clip;
    display: block;
    color: #666;
    font-weight: bold;
    font-size: 100%;
    /* display: inline-block; */
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align:  center;
    /* text-indent: 55px; */
    /* padding: 5px 0px 3px 0px; */
    background: #ffffff;
    border-radius: 8px;
    border: solid 2px #fecde6;
    border-color: #fecde6;
    font-weight: bold;
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    cursor: pointer;
}
/*
.select_area {
  display: block;
  position: relative;
border:1px #ff0000 solid;
}
.select_btn {
    position: absolute;
    right: 20px;
    top: 3px;
}

*/
.shousai_left img {width:100%;max-width: 358px;/* margin-right:10px; */padding: 20px;}
.shousai_left,.shousai_right{float:left;width;50%text-align:;}

.d_none {display:none !important;}

.ok_btn {
    margin: 0px auto;
    border-radius: 10px;
    width: 90%;
    text-align: center;
    color: rgb(18, 133, 91);
    line-height: 50px;
    background-color: rgb(255, 255, 255);
}
.ok_btn {
    margin: 15px auto 15px auto;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    background-color: #ff99cc;
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.stylist {
  padding: 10px 10px 0px 10px;
  margin: 0px 0px 11px 0px;
  float:  left;
}


.stylist img{
  width: 40%;
  float: left;
  margin-right: 15px;
  max-width:  200px;
}

.rireki {
  width: 50%;
  padding: 2px 0px 0px 0px;
  float:  left;
}

.s_name {
  font-size: larger;
  font-weight:  bold;
}

.s_status {
  font-size: small;
  color: #df147a;
  font-weight:  bold;
}

.s_text {
  font-size: small;
}

.s_left {
	display: block;
	/* background-position:97% center; */
	/* background-repeat:no-repeat; */
	color:#333;
	font-weight: bold;
	text-align:left;
	width: 94%;
	padding: 0px 0px 0px 8px;
	margin: 10px auto;
}
.s_right {
	width: auto;
	/* background-position:97% center; */
	/* background-repeat:no-repeat; */
	color:#333;
	font-weight: bold;
	/* float:right; */
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	clear:  both;
	text-align:  right;
	line-height: 37px;
}

.accordion ol {
	display: block;
	overflow: hidden;
	/* padding: 10px !important; */
}

.coupon {
	width: 93%;
	float:  left;
	text-align:  right;
	font-size: 80%;
	color: #df147a;
	padding: 0px 10px 10px 10px;
}

#yoyakunaiyo {
	width:90%;
	margin:0px auto 10px auto;
}

#yoyakunaiyo h4,li {
	font-size: 84%;
	background-color:  #FFFAFA;
	/* border-bottom: 1px dashed #E5D2CA; */
	overflow:  hidden;
}
#yoyakunaiyo h4 {
	clear:  both;
	padding: 10px 10px 0px 10px;
}

.yn_left {
	width: 42%;
	float:  left;
	padding: 0 0 0 21px;
}
.yn_right {
	width: 45%;
	float:  left;
	text-align:  right;
}

#yoyakunaiyo p {
	clear:both;
	text-align:right;
	font-size:small;
	font-weight:bold;
	margin: 30px 0px 25px 0px;
	padding: 10px 16px 0px 0px;
	border-top: double #999;
}

.jikan {
	text-align:  center;
	margin: 10px 0 0 8px;
	padding: 0px 0px 0px 0px;
	float:  left;
	width: 30%;
	height: 25px;
	background-color: #fff;
	line-height: 25px;
	border-radius: 6px;
}


/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {

#all {
	width: 97%;
	margin: 0 auto;
}

ul.accordion .tx_left {
	    padding: 20px 0px 0px 20px;
	    font-size: medium;
}

.jikan {
    width: 15%;
    font-size: small;
    margin: 10px 0 0 20px;
}


.accordion .tx_right {
    width: 63%;
    font-size: medium;
    font-weight:  bold;
}

}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {

}