@charset "UTF-8";

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
	display: flex;
	flex-wrap: wrap;
}

.flexA {
	justify-content: space-around;
}

.flexB {
	justify-content: space-between;
}

.flexC {
	justify-content: center;
}

/*------------------------------------------------------------
	form
------------------------------------------------------------*/
::placeholder{
	color: #ccc;
	opacity: 1;
}

.form_input_only,
.form_confirm_only {
	display: none;
}

.mw_wp_form_input .form_input_only,
.mw_wp_form_confirm .form_confirm_only {
	display: block;
}

.lpkt_mwform .ttl{
	margin-bottom: 1.5em;
}

.form_toptxt {
	text-align: center;
}

.formwrap dl {
	border-top: 0.1rem solid #999;
	display: block;
	padding: 0.5em 0;
	align-items: center;
}

.formwrap dl:first-of-type {
	border-top: none;
}

.formwrap dt {
	font-weight: 700;
	float: left;
	display: flex;
	width: 100%;
	line-height: 1.4;
	margin-bottom: 2.4rem;
	justify-content: flex-start;
	flex-shrink: 0;
	margin-right: 2em;
	margin-top: .75em;
	align-items: center;
	font-size: 2.4rem;
}

.formwrap dd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 100%;
	flex: 100%;
}

.formwrap label {
}

form div.formwrap dl dd label input {
	border: solid 0.1rem #ccc;
}

form div.formwrap dl dd.planlabel {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

dl dd.plandate {
	display: flex;
}

dl dd.plandate label.cal {
	width: 100%;
}

dl dd.plandate label.cal input {
	margin-bottom: 0.5em;
	width: 85%;
}

.gray {
	color: #9f9f9f;
	font-size: 2.4rem;
}

form div.formwrap dl dd.planlabel span label {
	font-size: 2.4rem;
	padding: 1.3rem 1.5rem;
	border: solid 0.1rem #999;
	border-radius: 0.6rem;
	cursor: pointer;
	display: block;
}

form div.formwrap dl dd.planlabel span label:hover {
	background-color: #f0f8ff;
}

form div.formwrap dl dd.planlabel span label:has(input:checked) {
	background-color: #f0f8ff;
}

.form input[type="email"],
.form input[type="tel"],
.form input[type="text"] {
	box-sizing: border-box;
	font-size: 2.8rem;
	padding: 1rem;
	border-radius: 0.8rem;
	border: solid 0.1rem #999;
	margin-bottom: 1em;
	box-shadow: 0 0.5rem 1rem 0.1rem rgba(0, 0, 0, 0.04);
	height: 6rem;
	width: 100%;
}

.form textarea {
	border-radius: 0.8rem;
	border: initial;
	border: solid 0.1rem #999;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-top: 0.5em;
	padding: 0.5em;
	height: 20rem;
	width: 100% !important;
}


/* name */
.namewrap {
	display: flex;
	justify-content: space-between;
}

.namewrap label {
	width: 48%;
}

.namewrap input {
	margin: 0;
}

/* tel */
form div.formwrap dl dd label.telnum {
	width: 100%;
	margin-right: 0 !important;
}

.mwform-tel-field>input:nth-child(1),
.mwform-tel-field>input:nth-child(2),
.mwform-tel-field>input:nth-child(3) {
	width: 30% !important;
}

/*  counseling */
.counselingwrap>span {
	display: block;
	margin: 0 0 0.5em 0 !important;
}
.counselingwrap label{
	padding: 1.3rem 1.5rem;
	border: solid 0.1rem #999;
	border-radius: 0.6rem;
	cursor: pointer;
	display: block;
}
.counselingwrap label:hover {
	background-color: #f0f8ff;
}

.counselingwrap label:has(input:checked) {
	background-color: #f0f8ff;
}


/* horizontal-item */
.formwrap dl dd span.mwform-checkbox-field.horizontal-item {
	width: 48%;
	margin-left: 0 !important;
	margin: auto;
}

/*  */
.formwrap dl dd span.mwform-checkbox-field.horizontal-item label {
	width: 100%;
	height: calc(100% - 0.5em);
	margin: 0 0 0.5em;
	display: block;
}

.formwrap input:focus,
.form textarea:focus,
.form select:focus {
	outline: 0.2rem solid #007eff;
}

.att_txt02 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 2em 0 .5em;
}

form div.formwrap dl dt em.title {
	font-style: normal;
}

form div.formwrap dl dt em.tr,
form div.formwrap dl dt em.fl {
	border-radius: 100vmax;
	font-size: 1.8rem;
	margin-left: 1em;
	padding: 0.5rem 0;
	font-style: normal;
	text-align: center;
	width: 7rem;
}

form div.formwrap dl dt em.tr {
	background: #f76a0c;
	color: #fff;
}

form div.formwrap dl dt em.fl {
	background: #e7e7e7;
	color: #000;
}

form div.formwrap dl dd label.ar,
form div.formwrap dl dd label.full{
	display: block;
	position: relative;
}
form div.formwrap dl dd label.ar:after,
form div.formwrap dl dd label.full:after {
	pointer-events: none;
	content: "";
	position: absolute;
	right: 1rem;
	top: 2.5rem;
	width: 1rem;
	height: 1rem;
	border-top: 0.2rem solid #000;
	border-left: 0.2rem solid #000;
	transform: rotate(-135deg);
	z-index: 1;
}

.page-confirm form div.formwrap dl dd label.ar:after,
.page-confirm form div.formwrap dl dd label.full:after{
	display: none;
}

form div.formwrap dl dd label select {
	-webkit-appearance: none;
	--form-ptb: 16;
	--form-plr: 6;
	background: #fff;
	border: 0.1rem solid #999;
	box-shadow: 0 0.5rem 1rem 0.1rem rgba(0, 0, 0, 0.04);
	font-size: 2.8rem;
	overflow: hidden;
	padding: 1.5rem 5rem 1.5rem 1rem;
	margin-bottom: 1em;
	border-radius: 0.8rem;
	color: #000;
}

.att_ctr_tel {
	text-align: center;
	margin-bottom: 4em;
}

.att_ctr_tel p {
	margin: 0;
}

.att_ctr_tel .clinic_name {
	display: block;
	font-weight: normal;
	font-size: 80%;
	line-height: 3;
}

.att_ctr_tel .clinic_logo img {
	width: 60%;
	height: auto;
}

.att_ctr_tel .number,
.att_ctr_tel .number a {
	color: #0693e3;
}

.att_ctr_tel .number p {
	background: url(/wp/wp-content/themes/biyou_themes/common/img/common/freedial.jpg) left center no-repeat;
	background-size: 6rem auto;
	display: inline-block;
	font-size: 7rem;
	line-height: 2.5rem;
	margin-top: 2rem;
	padding-left: 1.2em;
}

.mw_wp_form .error {
	font-size: 93%;
	color: #B70000;
	display: inline-block !important;
	clear: both;
	background-color: #fff9c8;
}

form div.formwrap div.btn-submit-wrap {
	display: flex;
	justify-content: center;
	margin: 2em 0;
}

form div.formwrap div.btn-submit-wrap input {
	width: 70%;
	background: #0693e3;
	color: #fff;
	border: none;
	padding: 1em 0;
	cursor: pointer;
	border-radius: 10rem;
	font-size: 3rem;
	font-weight: bold;
}

form div.formwrap div.btn-submit-wrap input:hover {
	opacity: .7;
}

form div.formwrap .btn-back-wrap {
	margin: 3em auto 0;
	text-align: center;
}

form div.formwrap .btn-back-wrap input {
	background: #999;
	border: none;
	border-radius: 5em;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 3em;
}

.accordion_in{
	width: 100%;
	margin-bottom: 0.5em;
}

/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
/* modal */
.modal-open {
	color: #B70000;
	display: inline-block;
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin-top: 2em;
	margin-bottom: 2em;
	text-decoration: underline;
	text-align: center;
}

/* モーダルと背景の指定 */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 50%);
	padding: 4rem;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 10000;
}

/* モーダルの擬似要素の指定 */
.modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
	opacity: 1;
	visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 50rem;
	width: 99%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -3rem;
	right: -3rem;
	width: 6rem;
	height: 6rem;
	color: #fff;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
	background: #fff;
	text-align: left;
	line-height: 1.8;
	padding: 2rem;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {
	margin: 1em 0;
}

/* XO カレンダー */
.closed-calendar.in-form {
	margin: 1rem auto;
	width: 90%;
}

.closed-calendar:not(.in-form) .xo-event-calendar table.xo-month button {
	display: none;
}

.closed-calendar .calendar-caption {
	font-weight: bold !important;
	font-size: 2.8rem !important;
}

.closed-calendar .calendar {
	font-weight: 500 !important;
	font-size: 2.6rem !important;
	margin: 0 auto 2rem;
}

.closed-calendar.in-form .calendar {
	width: 100%;
}

.closed-calendar .calendar th {
	background: #fafafa !important;
	font-size: 2.4rem !important;
	padding: 1rem 0 !important;
}

.closed-calendar .calendar .month-dayname td {
	position: relative;
}

.closed-calendar .calendar .month-dayname td div {
	border-color: #ccc;
	padding: 1.2rem 0 !important;
	text-align: center !important;
}

.closed-calendar .calendar .month-dayname td div.other-month {
	font-size: 2.2rem !important;
	padding: 1.4rem 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
}

.closed-calendar .month-dayname td div.today::after {
	border: #ccc 0.5rem solid;
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	width: 100%;
	height: 3em;
}
.closed-calendar .month-dayname td div.other-month.today::after{
	border: none;
}

.closed-calendar .xo-event-calendars p.holiday-title span {
	margin: 0 0.3rem 0 0 !important;
	padding: 0 0 0 0.84615rem !important;
}

.ct{
	text-align: center;
}