body {
  background: #fffde5;
}

/* マイページ */
.reserve_del_link {
	margin-left: 50%;
}

@media screen and (min-width: 768px) {
#sec1 {
  padding: 60px 0 74px;
}

#sec1 .box {
  background: #fff;
/*  border: 1px solid #a0a0a0;*/
  width: 850px;
  margin: 35px auto 0;
  padding: 67px 0 0;
}

#sec1 .box .sec4_list {
  margin: 0 0 0 177px;
}

#sec1 dl {
  font-size: 18px;
  line-height: 32px;
  position: relative;
}

#sec1 dl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 87px;
  width: 1px;
  height: 100%;
  background: #000;
}

#sec1 dl + dl {
  padding-top: 32px;
}

#sec1 dl dt {
  float: left;
  font-weight: bold;
  width: 111px;
}

#sec1 dl dd {
  float: left;
}

#sec1 .tel {
  padding: 43px 0 0 3px;
}

#mail {
  padding: 14px 96px 42px 119px;
}

#mail .sttl{
	margin-top:30px; 
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#mail .txt{clear: both;margin-left: 170px;}
#mail .row, #mail .form-row {
  margin-top: 10px;
}

#mail .caption {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
  float: left;
  width: 25%;
  padding-top: 7px;
}

#mail .caption .mark-require {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  letter-spacing: 0;
  background: #ff0000;
  float: right;
	padding: 5px 10px;
  margin: 0px 9px 0px 0;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#mail .input input {
  width: 440px;
  height: 50px;
text-indent: 0.5em;
    border: 1px solid #59bc01;
  border-radius: 8px;
  /*float: left;*/
        margin-left: 15px;

}

#mail textarea {
  width: 440px;
  height: 160px;
  border: 1px solid #59bc01;
  border-radius: 8px;
}

#mail .confirm-messages {
  width: 430px;
}

#mail .fc-form [class^='error'] {
  bottom: -12px;
}

#mail .submit-form {
  text-align: center;
  margin: 0 auto;
}

#mail .submit-form .form-delete,
#mail .submit-form .form-submit {
  line-height: 45px;
  margin: 0 auto;
  border: 0;
	background: #fff;
  cursor: pointer;
}

#mail .submit-confirm .form-submit {
  line-height: 45px;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
	background: #fff;
}

#mail .submit-confirm .form-back {
  line-height: 45px;
  cursor: pointer;
	  border: 0;
	background: #fff;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
  width: auto;
  position: relative;
  top: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: auto !important;
-webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;}
label {
  display: block;
width:440px;
/*float:left;*/
margin-left:170px;
	font-weight: bold;
}
label p{
	font-weight: bold;
padding-top:10px;
}


#thanks{
	text-align: center;
	margin:0 auto;
  font-size: 24px;
  color: #000;
font-weight: bold;
}

#thanks p{
margin:50px auto 100px;
	line-height: 50px;
}

/* ログイン */
#sec1 .box2 {
  background: #fff;
/*  border: 1px solid #a0a0a0;*/
  width: 850px;
  margin: 35px auto 0;
  padding: 40px 0 0;
}

#sec1 .box2 .sec4_list {
  margin: 0 0 0 177px;
}
.btn {
	margin-top:50px;
}

/* マイページ */
#login_header {
	width:100%;
	float:left;
	background-color:#59bc01 !important;
	padding:20px 0;
	color:#fff;
	font-weight:bold;
}
#login_header .name {
	float:left;
}
#login_header .logout {
	float:right;
}
#mail h4 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
.mypage_txt {
	text-align:center;
	margin-top:40px;
 font-size: 20px;
}
.mypage_txt span {
	font-weight:bold;
}

/* 予約日程選択 */
.reservation_txt {
	text-align:center;
	margin-top:20px;
}
.time_box {
	text-align:center;
	margin-top:30px;
}
.time_box li {
	width:435px;
	height:65px;
	background:url("../img/reservation/time_btn.png") no-repeat left top;
	color:#000;
	text-align:center;
	line-height:65px;
	margin:20px 0 0 100px;
	cursor:pointer;
}
.time_box li:hover {
	background:url("../img/reservation/time_btn_on.png") no-repeat left top;
	color:#fff;
}
.bx-controls {
	margin-top:30px;
	text-align:center;
}
.bx-prev {
	width:40px;
	height:40px;
	background:url("../img/reservation/pre_btn.png") no-repeat left top;
	float:left;
	text-indent:-9999px;
}
.bx-next {
	width:40px;
	height:40px;
	background:url("../img/reservation/next_btn.png") no-repeat left top;
	float:right;
	text-indent:-9999px;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #59bc01;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* 行き先選択 */
.point_box {
	margin-top:30px;
}
.point_box label {
	/*width:33.33%;*/
	margin:1% 0 1% 10%;
}
.point_box label p {
	display:inline-block;
	font-size:20px;
}

.box h3 span {
	display:none;
}
.box2 h3 span {
	display:none;
}


/* シフト登録 */
.shift_day_txt {
	margin-top:20px;
}
label.shift {
	display: inline;
}
}

@media screen and (max-width: 768px) {
#sec1 {
  padding: 40px 0 74px;
}
#sec1 h2.center img {
	width:280px;
	height:auto;
}
#sec1 .box {
  background: #fff;
  width: 90%;
  margin: 30px 5% 0 5%;
  box-sizing:border-box;
}
#mail {
  padding: 10px 20px 20px 20px;
}

#mail .sttl{
	margin-top:30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#mail .txt{
	clear: both;
	margin-top: 10px;
}
#mail .row, #mail .form-row {
  margin-top: 20px;
}

#mail .caption {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
  float: left;
  width: 100%;
  /*text-align: center;*/
    margin-bottom: 8px;
}

#mail .caption .mark-require {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  letter-spacing: 0;
  background: #ff0000;
  padding: 5px 10px;
  margin: 0 0 0 10px;
	 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#mail .input input {
  width: 100%;
  height: 50px;
  border: 1px solid #59bc01;
  border-radius: 8px;
 /* float: left;*/
  /*margin-top:5px;*/
  text-indent: 0.5em;
}

#mail textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #59bc01;
  border-radius: 8px;
}

#mail .confirm-messages {
  width: 100%;
}

#mail .fc-form [class^='error'] {
  bottom: -12px;
}

#mail .submit-form {
  text-align: center;
  margin: 0 auto;
}
#mail .submit-form .form-delete,
#mail .submit-form .form-submit {
	line-height: 45px;
	margin: 0 auto;
	border: 0;
	background: #fff;
	cursor: pointer;
}

#mail .submit-confirm .form-submit {
	line-height: 45px;
	margin: 0 auto;
	border: 0;
	cursor: pointer;
	background: #fff;
}

#mail .submit-confirm .form-back {
	line-height: 45px;
	cursor: pointer;
	border: 0;
	background: #fff;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
  width: auto;
  position: relative;
  top: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: auto !important;
-webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;}
label {
	display: block;
	width:80%;
	/*float:left;*/
	margin-left:20px;
	font-weight: bold;
}
label p{
	font-weight: bold;
	padding-top:10px;
}
.form-delete img,
.form-submit img, .form-back img {
	max-width: 100%;
	height: auto;
}
 
.form-value label{
    margin-bottom: 20px;
}

#thanks{
	text-align: center;
	margin:0 auto;
	color: #000;
	font-weight: bold;
}

#thanks p{
margin:40px auto 0;
	line-height: 30px;
    font-size: 20px;
}
.box h3 {
	width:100%;
	display: inline-block;
	text-align:center;
	margin-top:30px;
}
.box h3 img {
	display:none;
}
.box h3 span {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.fc-form [class^="error"] {
	position:static !important;
}

/* ログイン */
#sec1 .box2 {
  background: #fff;
  width: 90%;
  margin: 30px 5% 0 5%;
  box-sizing:border-box;
}

.btn {
	margin-top:40px;
}
.box2 h3 {
	width:100%;
	display: inline-block;
	text-align:center;
	margin-top:30px;
}
.box2 h3 img {
	display:none;
}
.box2 h3 span {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

/* マイページ */
#login_header {
	width:90%;
	float:left;
	background-color:#59bc01 !important;
	padding:10px 5%;
	color:#fff;
	font-weight:bold;
}
#login_header .name {
	float:left;
}
#login_header .logout {
	float:right;
}
#mail h4 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	/*margin-top:20px;*/
}
.mypage_txt {
	text-align:center;
	margin-top:30px;
    font-size: 20px;
    line-height: 1.5em;
}
.mypage_txt span {
	font-weight:bold;
}

.point_box label {
	/*width:33.33%;*/
	margin: 3% 0 0 10%;
	/*text-align:center;*/
}



/* 予約日程選択 */
.reservation_txt {
	text-align:center;
	margin-top:20px;
}
.time_box {
	text-align:center;
	margin-top:30px;
}
.time_box li {
	width:100%;
	height:50px;
	background:#fff;
	color:#000;
	text-align:center;
	line-height:50px;
	margin:20px 0 0 0;
	cursor:pointer;
	border: solid 1px #000;
	box-sizing:border-box;
}
.time_box li:hover {
	background:#59bc01;
	color:#fff;
}
.bx-controls {
	margin-top:30px;
	text-align:center;
}
.bx-prev {
	width:40px;
	height:40px;
	background:url("../img/reservation/pre_btn.png") no-repeat left top;
	float:left;
	text-indent:-9999px;
}
.bx-next {
	width:40px;
	height:40px;
	background:url("../img/reservation/next_btn.png") no-repeat left top;
	float:right;
	text-indent:-9999px;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #59bc01;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.shift_day_txt {
	margin-top:20px;
}
label.shift {
	display: inline;
}
}
