@charset "utf-8";

/* ===== Styles ======================================================== */
/* for online　 	オンライン面会のご案内 共通
   ===================================================================== */
/* reset */
*, :after, :before {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {max-width: 100%;}

/*pagetitle*/
#contentsTitle { 
	background:url(../img/site-03/onlineform/title_contents.jpg) no-repeat center/cover;
	width: 100%;
}

/* 既存スタイル上書き */
body {
	width: 100%;
	min-width: auto;
	-webkit-text-size-adjust: 100%;
}
#page {
	max-width: 1082px;
    width: 100%;
    margin: 6px auto 15px;
	background: url(../../img/common/page_bg.png) no-repeat center 0;
}
.layer980 {
	max-width: 980px;
    width: 100%;
}
#header {
	margin: 0 auto 12px;
	width: 100%;
}

#primary {
	width: 100%;
	margin: 0 0 3em 0;
}
#primary,
.site-content {
	float: none;
}
#contents {
	padding-top: 30px;
}
#contents article {
	display: inline-block;
}
#contents .entry-header .entry-title {
	font-size: 157.2%;
}
#contents p {font-size: 16px;}
th, td {
	margin: 0;
	padding: 0;
}
tbody th {
	text-align: left;
	vertical-align: middle;
}
#topicpath {
	max-width: 962px;
	width: 100%;
}
#primary .tinyEditor table {
	background: none;
	margin: 0 auto;
	border-spacing: 0;
}
.content-form th, .content-form td {
	border: none;
}
#primary .tinyEditor th, #primary .tinyEditor td {
	padding: 0;
}
/*　/ここまで　*/

/* content */
h2.reservation {
	text-align: center;
	color: #00458C;
	font-weight: bold;
	font-size: 3rem;
	position: relative;
}
h2.reservation span::before {
	background: url("../../img/site-03/onlineform/ico_reservation.svg") no-repeat;
	content: "";
	width: 33px;
	height: 37px;
	display: inline-block;
    margin-right: 8px;
}
h2.reservation span {
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
ol li { 
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.stepBar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  max-width: 774px;
  margin: 40px auto;
  text-align: center;
  list-style: none;
}
.stepBar .step {
  -webkit-flex: 1;
          flex: 1;
  padding: 0 40px 0 20px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  background: #e6e6e6;
  color: #A5A5A5;
}
.stepBar .step > em {
  font-style: normal;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -10px;
  display: block;
  content: '';
  background: #e6e6e6;
  border-left: 4px solid #fff;
  width: 20px;
  height: 25px;
}
.stepBar .step:after {
  top: 0;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step.current {
  background-color: #00458C;
  color: #fff;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #00458C;
}
/*
#booking-reservation-fieldset, table.reservation-confirm {
  max-width: 774px!important;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin: 25px auto 0;
  padding: 20px;
}
tr.reservation-confirm-area {
  width: 774px!important;
  display: inline-block;
  padding: 20px;
}
*/

.pc {display: block;}
.sp {display: none;}

/* formエリア */
.contact-form {
	padding: 40px 0;
}
#booking-reservation-fieldset table th, table.reservation-confirm th {
	display: inline-block;
    background: #00458C!important;
    color: #fff;
    font-size: 19px!important;
    font-weight: bold!important;
    line-height: 1.9;
    padding: 8px 24px!important;
    border-radius: 22px;
    margin-right: 24px;
    text-align: center!important;
	min-width: 143px;
	border: none!important;
}
/*#booking-reservation-fieldset table td, table.reservation-confirm td {
	font-size: 16px!important;
	display: inline-block;
	border: none!important;
	padding: 0!important;
}*/
.content-form fieldset {
	max-width: 940px;
    margin: 0 auto;
    font-size: 16px;
    table-layout: fixed;
	border: none;
	padding: 0 0 40px;
	width: 100%;
}
.content-form fieldset#booking_client-fieldset{
	padding: 0 0 0;	
}
#booking_client-fieldset h3, #booking-confirm-fieldset h3 {
	font-size: 19px;
    font-weight: bold!important;
	padding-bottom: 0!important;
	margin: 0!important;
	background: none!important;
	display: inline-block;
}
#booking-confirm-fieldset h3 {
	padding-top: 40px;
}
#primary .tinyEditor table {
	max-width: 940px;
	width: 100%;
    margin: 0 auto;
    font-size: 16px;
    table-layout: fixed;
	border-spacing: 1px;
	border-collapse: collapse;
}
#primary .tinyEditor th, #primary .tinyEditor td {
	border: 1px solid #CCCCCC;
    padding: 2rem;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
}
#primary .tinyEditor th {
	background: #F0F0EE;
	border: 1px solid #CCCCCC;
	width: 30%;
	text-align: left;
}
#primary .tinyEditor #booking-reservation-fieldset tr,
#primary .tinyEditor #booking-confirm-fieldset tr.reservation-confirm-area{
	width: 100%;
	text-align: center;
}
#primary .tinyEditor #booking-reservation-fieldset th,
#primary .tinyEditor #booking-confirm-fieldset tr.reservation-confirm-area th{
	display: none;
}
#primary .tinyEditor #booking-reservation-fieldset td,
#primary .tinyEditor #booking-confirm-fieldset tr.reservation-confirm-area td{
	background: #00458C;
    display: inline-block;
    padding: 13px 38px 10px!important;
    color: #FFFFFF;
    border-radius: 56px;
    font-size: 24px!important;
    font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.content-form input, .content-form textarea {
	margin: 0;
	font-size: 1.6rem;
}
#client-address2 {margin-top: 1rem;}
#booking-message-fieldset {
	padding: 0;
}
.bt_0 {
	border-top: none!important;
}
input#client-patient_name,input#client-name,
input#client-furigana,input#client-tel{
	width: 300px;
}
input#client-email, input#client-email2, 
input#client-address1, input#client-address2 {
	width: 500px;
}
.privacy-area h3 {
	padding: 0!important;
    margin: 0!important;
	background: none!important;
}



input {
    border: 1px solid #DDDDDD;
	color: #888888;
	padding: 10px 5px!important;
}
input:focus, select:focus, textarea:focus {
	outline: 1px solid #888888;
}
td textarea {
	border: 1px solid #DDDDDD;
    color: #888888;
	width: 600px;
	height: 250px;
	padding: 1rem;
}
.privacy-area {
	border: 1px solid #CCCCCC;
	max-width: 940px;
	margin: 40px auto;
	padding: 1rem;
	height: 200px;
	overflow-y: scroll;
	font-size: 16px;
}
.privacy-area h3 {
	font-size: 16px;
}
.privacy-area dt {
	margin-top: 2rem;
}
.privacy-confirm {
	text-align: center;
    margin: 0 0 4rem;
    font-size: 14px!important;
}
.privacy-confirm input {
	margin-right: .5rem;
	vertical-align: middle;
}
input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: -1px;
}
button:hover {opacity: .6;}
.submit-area {
	text-align: center;
}
.button-submit, .button-prev {
	display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px 0 5px !important;
    height: 60px;
    width: 100%;
    max-width: 380px;
    font-size: 20px;
	font-weight: bold;
    color: #fff !important;
    background: #00458C;
    border: none;
	border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button-submit:before {
	display: inline-block;
    width: 1em;
    min-width: 1em;
    content: '';
    text-align: center;
}
.button-submit i {
	position: relative;
}
.fa-angle-right:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
}
.text-area {
	margin-top: 60px;
}

/* confirm */
.two-button-block {
	display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 940px;
}
.two-button-block > *:first-child {
	text-align: right;
	margin-right: 20px; 
}
.two-button-block > * {
    width: 49%;
    margin-bottom: 0;
}
.button-prev {
    background: #9D9D9D;
    color: #fff !important;
}
.button-prev:after {
    display: inline-block;
    content: '';
    width: 1em;
    min-width: 1em;
    text-align: center;
}
.fa-angle-left {
	position: relative;
}
.fa-angle-left:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate( 225deg );
    transform: rotate( 225deg );
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -5px;
}
.button-prev span, .button-submit span {
	display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

/* thanks */
.thanks-area {
	max-width: 774px;
	margin: 55px auto 0;
}
.thanks-area h3 {
	font-size: 30px;
	font-weight: bold;
}
.thanks-area p {
	padding-top: 24px;
	font-size: 20px!important;
}
.caution {
	padding-top: 60px;
}
.caution ul {
	margin-left: 1rem;
}
.caution ul li {
	font-size: 16px!important;
	list-style: none;
	text-indent: -1em;
}
.caution ul li::before {
	content: "※";
}

/* 調整class */
.pt1 {padding-top: 1rem!important;}
.pt2 {padding-top: 2rem!important;}
.pt3 {padding-top: 3rem!important;}
.pt4 {padding-top: 4rem!important;}
.pt5 {padding-top: 5rem!important;}
.ml1 {margin-left: 1rem!important;}
.ml2 {margin-left: 2rem!important;}
.ml3 {margin-left: 3rem!important;}
.ml4 {margin-left: 4rem!important;}
.ml5 {margin-left: 5rem!important;}

/* 幅縮小時にコンテンツ左右にmargin */
@media screen and (max-width: 1082px) {
	.wrap {
		margin: 0 15px;
	}
}

/* 電話番号削除 */
#contact{display: none;}
#footer address{display: none;}

/* ===== Styles =====================*/
/* レスポンシブ
   ================================= */
@media screen and (max-width: 768px) {
	/* headr 要素中央寄せ */
	#logo,#contact,.fLeft,.fRight { float: none;}
	.layer980 { text-align: center;}
	#btnContact a { margin: 0 auto;} 
	#contentsTitle { 
		background:url("../img/site-03/onlineform/title_contents_sp.jpg") no-repeat center/cover;
	}
	
	.stepBar {
		margin: 20px auto;
    	padding: 0 3.5%;
	}
	.stepBar .step {
		padding: 0 20px 0 10px;
    	font-size: 14px;
	}
	.stepBar .step > em {
		display: none;
	}
	.stepBar .step:before, .stepBar .step:after {
		bottom: 0;
    	-webkit-transform: skew(-25deg);
    	transform: skew(-25deg);
	}
	.stepBar .step:before, .stepBar .step:after {
		position: absolute;
    	left: -4px;
    	width: 10px;
	}
	.stepBar .step:after {
    	-webkit-transform: skew(25deg);
    	transform: skew(25deg);
	}
	
	/* table */
	colgroup > col {width: 100%!important;}
	#primary .tinyEditor th, #primary .tinyEditor td {
		display: block;
		width: 100%;
	}
	input#client-patient_name, input#client-name, input#client-furigana, input#client-tel,
	input#client-email, input#client-email2, input#client-address1, input#client-address2 {
		width: 100%;
	}
	#booking-reservation-fieldset table th,#booking-reservation-fieldset table td,
	table.reservation-confirm th,table.reservation-confirm td {
		display: inline-block!important;
		width: auto!important;
	}
	.content-text.fat {
		width: 100%;
	}
	
	/* footer */
	#footer address.fLeft strong {
		display: block;
		width: 100%;
	}
	#footer nav.fRight {
		margin: 20px auto 0;
	}

}

/* スマホ微調整用　*/
@media screen and (max-width: 480px) {
	#contents .entry-header .entry-title {
		font-size: 145%;
	}
	h2.reservation {
    	font-size: 2.2rem;
	}
	.booking-confirmation {
		padding: 10px;
	}
	.booking-confirmation p:first-child {
		font-size: 14px!important;
		padding: 8px 12px;
		margin-right: 12px;
	}
	.booking-confirmation p:last-child {
		font-size: 13px!important;
	}
	.stepBar .step {
		line-height: 30px;
	}
	.stepBar .step:before, .stepBar .step:after {
   		height: 15px;
	}
	#booking-reservation-fieldset table th,table.reservation-confirm th {
		font-size: 16px!important;
		line-height: 1.6;
		padding: 8px 10px!important;
		margin-right: 0.5rem;
		min-width: auto;
	}
	#booking-reservation-fieldset table td,table.reservation-confirm td {
		font-size: 14px!important;
	}
	#booking-reservation-fieldset, tr.reservation-confirm-area {
		padding: 20px 10px;
	}
	/* confirm */
	.two-button-block {
		display: block;
	}
	.two-button-block > *:first-child {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.two-button-block > * {
		width: 100%;
	}
	.prev, .next {
		text-align: center!important;
	}
	
	/* thanks */
	.thanks-area h3 {
		font-size: 22px;
	}
	.thanks-area p {
		padding-top: 18px;
		font-size: 16px!important;
	}
	.caution {
		padding-top: 40px;
	}
	.caution ul li {
		font-size: 13px!important;
	}
	
	.pc {display: none;}
	.sp {display: block;}
}