	/* CSS Document */

	/*---------基本設定---------*/

.reser {

}
tr.day td:hover  {background-color:#EDEDED;}
#nextCal {
	display:none;
}
.cal {
	cursor:pointer;
}
tr.day td:hover{
	background-color:#E5C1D8;
}
tr.day td.spaceday:hover{}
tr.day td.endday:hover{}
tr.day td.weekday:hover{background-color:#E5C1D8;}
#backMonth{
	display:block;
	cursor:pointer;
	position:absolute;
	left:5px;
	font-weight: bold;
}
#nextMonth {
	display:block;
	cursor:pointer;
	position:absolute;
	right:5px;
	font-weight: bold;
}

#backMonth:hover,
#nextMonth:hover {
	background-color:#ffffff;
	color:#666;
}
#dataTable{
	font-size:20px;
	//width:550px;
	width:90%;
	margin:5px auto;

}
#dataTable td,th {
	text-align: center;
}
#dataTable td {
	padding:5px 0px;
	text-align:center;

}

#inputform {
	/*width:600px;*/
	margin:5px auto;
}
#inputform th{
	text-align:left;
}
h2.day_time {
	font-size:18px;
	font-weight:bold;
	//color:#C74187;
	//margin:25px 0px 10px 0px;

}
#selected_date{
	font-weight:bold;
	font-size:18px;
}
.errorMessage {
	font-size:20px;
	font-weight:bold;
	color:#c74187;
}
.errorMessage2 {
	font-size:13px;
	border: 2px solid #FF99CC;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	padding:15px;
}
.prMessage {
	border: 2px solid #FF99CC;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	padding:15px;
}


//橋本追加
//ダブリテーブル
table#dubbleTable {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 570px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table#dubbleTable caption {
  margin-top: 1em;
  text-align: right;
}

table#dubbleTable th,
table#dubbleTable td {
  padding: 4px 6px;
}

table#dubbleTable th {
  background: #1B3AB4;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
  color: #FFF;
}

table#dubbleTable td {
  background: #E5EAFF;
  text-align: right;
  white-space: nowrap;
}

/*---20140625追加---*/

ol {
	margin: 0 0 0 1.5em;
	padding: 0;
	}

ol li{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height:1.5em;
	}

/*---20140806追加---*/

img.mail {
	display:inline-block;
	vertical-align:bottom;
	}

/* 20220117追加 */
.l-firstForm  .accoBox {
	margin: 40px 0 40px 20px;
}
.l-firstForm  .box01 {
	padding: 10px 60px 30px 15px;
	margin-bottom: 30px;
}
.l-firstForm h6 {
	font-weight: bold;
}
.l-firstForm  dd p + p {
	margin-top: 10px !important;
}
.l-firstForm  #formTitle {
	margin-top: 50px;
}
/*.first .w616 {*/
.l-firstForm .w616 {
    width: 616px;
    margin: 0 auto 30px;
}

.l-firstForm .formTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 20px;
	margin-bottom: 5px;
}
.l-firstForm .formTable thead th {
	background: #EFBF79;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	position: relative;
}
.l-firstForm .formTable thead th span {
	display: block;
	position: absolute;
	right: 5px;
	top: 2px;
	font-weight: bold;
}
.l-firstForm .formTable tbody th {
	background: #fbe8a2;
	font-weight: bold;
	text-align: center;
}
.l-firstForm .formTable tbody td {
	background: #fbe8a2;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 30px;
	height: 60px;
	padding: 24px 0 0 0;
	line-height: 1;
}
.l-firstForm .formTable tbody td.today:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -2px;
	left: -2px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 2px solid #c74187;
}
.l-firstForm .formTable tbody .holiday {
	background: #ffbfbe;
}
.l-firstForm .formTable tbody .saturday {
	background: #aedbd4;
}
.l-firstForm .formTable tbody td.empty {
	background: #d9d9d9;
}
.l-firstForm .formTable tbody td.past {
	background: #f9f9f7;
	color: #a9a9a9;
}
.l-firstForm .formTable tbody td span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	left: 4px;
}
.l-firstForm .formTable tbody td em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.l-firstForm .w616 p {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.l-firstForm .w616 + .ul01 li {
	margin-bottom: 10px;
}
.l-firstForm div.ml20 + .btnArea {
	margin: 20px -30px !important;
}
@media screen and (max-width: 767px) {
	.l-firstForm .accoBox {
		margin: 20px 0 20px 10px;
	}
	.l-firstForm .box01 {
		padding: 10px 10px 20px 10px;
	}
	.l-firstForm div.ml20 {
		margin-left: 0 !important;
	}
	.l-firstForm #formTitle {
		margin-top: 30px;
	}
	.l-firstForm .w616 {
		width: auto;
		/*margin: 0 -20px 30px;*/
		margin: 0 -2px 30px;
	}
	.l-firstForm .formTable {
		border-spacing: 2px;
		font-size: 14px;
	}
	.l-firstForm .formTable tbody td {
		font-size: 18px;
		height: 45px;
		padding: 22px 0 5px 0;
	}
	.l-firstForm .formTable tbody td span {
		font-size: 14px;
	}
	.l-firstForm .formTable tbody td em {
		font-size: 12px;
	}
	.l-firstForm .w616 p {
		font-size: 12px;
	}
	.l-firstForm div.ml20 + .btnArea {
		margin: 20px 0 !important;
	}

	.w616 .formBtnArea input {
		font-size: 18px;
	}
	.w616 font {
		font-size: 12px;
	}
}


/*初診予約ページ以外*/
/*.l-session .l-sessionForm .l-sessionForm__list {*/
.l-firstInfo .l-firstmypageForm .q1-form {
	margin-top: 1rem;
}
.l-firstInfo .l-firstmypageForm .l-firstForm__list {
    width: 92%;
    max-width: 794px;
    margin: 0 auto;
}
.l-firstInfo .l-firstmypageForm .l-firstForm__list dt {
    /*width: 180px;*/
	width: 90px;
    margin-right: 20px;
}
.l-firstInfo .l-firstmypageForm .l-firstForm__list.firstcancel dt {
    /*width: 180px;*/
	width: 130px;
    margin-right: 20px;
}
.l-firstInfo .l-firstmypageForm .l-firstForm__list dd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.l-firstInfo .l-firstmypageForm .l-firstForm__list dd .l-sessionForm__list__col2 {
    position: relative;
    width: 280px;
}

.l-first .l-firstmypageForm .l-firstForm__list dd input {
    padding: 6px 5px;
}
.l-first .l-firstmypageForm .l-firstForm__list dd input[type=text], .l-first .l-firstForm .l-firstForm__list dd input[type=email], .l-first .l-firstForm .l-firstForm__list dd select {
    width: 100%;
    color: #6b524d;
    border: 1px solid #6b524d;
    border-radius: 5px;
}
.l-first .l-firstmypageForm .l-firstForm__list dd input.error {
    background: #ffebeb;
    border: 1px solid #d4a0b5;
}

.l-firstInfo .l-firstmypageForm .l-firstForm__list dd .l-sessionForm__list__col2 input[type=text] {
    width: 100%;
}

.l-firstInfo .l-firstmypageForm .l-firstForm__link {
    margin: 20px 0;
    text-align: center;
}
.c-link__secondary {
    color: #aa7abe;
    text-decoration: none;
}

@media (max-width: 767px) {
	.c-buttonWrap {
		flex-wrap: nowrap;
	}
}


.c-buttonWrap._center {
    justify-content: center;
}
.l-firstInfo .l-firstmypageForm .l-firstForm__button {
    width: 92%;
    max-width: 400px;
    cursor: pointer;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.c-button__primary::after, .c-button._primary::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.c-button__notprimary::after {
    border-top: none;
    border-right: none;
}

.l-firstInfo .l-firstmypageForm .l-firstForm__list dd .l-firstForm__list__col {
	width: 100%;
}
.l-firstInfo .l-firstmypageForm .l-firstForm__list dd .l-firstForm__list__col2 {
    position: relative;
    width: 280px;
}

@media (min-width: 768px) {
	.l-firstInfo .l-firstmypageForm .l-firstForm__list {
		display: flex;
		flex-wrap: wrap;
	}
	.l-firstInfo .l-firstmypageForm .l-firstForm__list dt {
		text-align: right;
	}
	.l-firstInfo .l-firstmypageForm .l-firstForm__list dd {
		width: calc(100% - 200px);
	}
}

@media not all and (min-width: 768px) {
	.l-firstInfo .l-firstmypageForm .l-firstForm__list dd .l-firstForm__list__col2 {
		width: 48%;
	}
}

/*確認ページ*/
.l-firstInfo .l-firstmypageForm .form-table {
	margin: 0 auto;
	table-layout: fixed;
	width: 60%;
    /*max-width: 100%;*/
}
.l-firstInfo .l-firstmypageForm .form-table th {
	text-align: right;
}

.l-firstInfo .l-firstmypageForm .form-table .col1 {
	width: 180px;
}

.l-firstInfo .l-firstmypageForm .form-table td {
    padding-left: 1rem;
}

.l-firstInfo .l-firstmypageForm .form-table.number th {
	font-size: 110%;
}
.l-firstInfo .l-firstmypageForm .form-table.number td {
	font-size: 120%;
}


.l-firstInfo .l-firstmypageForm .form-table td {
	word-wrap: break-word;
}

@media (max-width: 767px) {
	.l-firstInfo .l-firstmypageForm .form-table {
		width: 100%;
	}
	.l-firstInfo .l-firstmypageForm .form-table th {
		line-height: 1rem;
	}
	.l-firstInfo .l-firstmypageForm .form-table .col1 {
		width: 110px;
	}
	.l-firstInfo .l-firstmypageForm .form-table.number .col1 {
		width: 70px;
	}
}




/* 20160916追加 */
.w616 th,strong{
	font-weight:bold;
}
.w616 table{
	border-collapse: separate;
	border-spacing: 2px;
}
.w616 table,th,td,tr,div{
	/*background:#ffffff;*/
}
.w616 img {
	vertical-align: middle;
}
.w616 input[type="text"]{
	/*border: 2px solid #ccc;*/
	color: #6b524d;
    border: 1px solid #6b524d;
    border-radius: 5px;
	margin: 0 0.3rem;
}

#rsvForm{
	/*padding-left:25px;*/
	/*margin-left:-50px;
	width:700px;*/
}
hr{
    border:none;
    border-top:dashed 2px #CCC;
    height:2px;
    color:#FFFFFF;
    margin: 7px 1px 7px 1px;
}
h3{
  display: block;
  margin: 1em 0; /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
  font-size: 1.07em;
  font-weight: bold;
  page-break-after: avoid; /* IEのみ */
}