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

/* スペースのリセット */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
p,blockquote,th,td{
	margin: 0;
	padding: 0;
	border: 0;
}

form,fieldset,textarea,select {
	margin: 0 3px 8px 0;
	padding: 0;
}

/* フォントサイズのリセット */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,select,
p,blockquote,th,td{
	font-size: 13px;
	*font-size: small;
}

/* フォント */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,input,textarea,select,
p,blockquote,th,td{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* フォント行送り・ファミリー・ウェイト */
*{
	font-weight: normal;
}

/* bold指定 */
h1,h2,h3,h4,h5,h6,
th,
dt,
storng,em{
	font-weight: bold;
}

p{
	font-size: 13px;
}


/* for FireFox*/
a{
	overflow: hidden;
}

img,
a img {
	border: 0;
	vertical-align: bottom;
}

address,em,th,dt {
	font-style:normal;
	font-weight:normal;
}

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

input, select {
	vertical-align: middle;
}

hr{
	height: 0;
	border: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix{
	zoom: 1;
}

.clear {
	clear: both;
}

/* 行揃え */
.align_right{
	text-align: right;
}

.align_center{
	text-align: center;
}

table{
	border-collapse: collapse;
}

/* reset */

header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
}

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

body {
	-webkit-text-size-adjust: none;
}


/* 全体共通レイアウト */

div#wrapper {
	width: 100%;

	margin: 0 auto;
}

div#contents {
	padding: 0 10px;
}

header#global_header {
	height: 44px;
	position: relative;
	border-bottom: solid 1px #dfdfdf;
}

header#global_header h2 {
	position: absolute;
	top: 3px;
	left: 0;
}

header#global_header p.site_logo {
	width: 75px;
	position: relative;
	top: 15px;
	left: 164px;
}

header#global_header p.btn_pc {
	width: 55px;
	position: absolute;
	top: 14px;
	left: 245px;
}

/* 予約までの流れ */

section#flow_rsv {
	padding: 15px 0 22px 0;
}

section#flow_rsv h3 {
	border-bottom: solid 1px #434343;
	padding-bottom: 3px;
	margin-bottom: 7px;
	font-size: 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

section#flow_rsv ul {
	text-align: center;
	vertical-align: top;
}

section#flow_rsv li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

section#flow_rsv li div {
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	width:56px; height:56px;
	background:#dfdfdf;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

section#flow_rsv li.on div {
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	width:56px; height:56px;
	background:#f8b651;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


section#flow_rsv li p {
	 font-size:9px;
	 line-height:120%;
	 padding-top:10px;
}

section#flow_rsv li:last-child p {
	 font-size:10px;
	 line-height:120%;
	 padding-top:22px;
}


/* 入力フォーム */

form#form_input p.form_mi {
	font-weight: bold;
	padding-bottom: 5px;
}

form#form_input div.form_shinryo {
	border: solid 1px #a5a5a5;
	padding: 5px 5px 8px 5px;
}

form#form_input div.form_shinryo dt {
	background: #dfdfdf;
	padding: 4px 5px;
	font-size: 15px;
	font-weight: bold;
}

form#form_input div.form_shinryo dt img {
	padding-top: 6px;
}

form#form_input div.form_shinryo dt p.left {
	float: left;
	font-size: 15px;
	font-weight: bold;
}

form#form_input div.form_shinryo dt p.left img {
	padding-top: 6px;
}

form#form_input div.form_shinryo dt span.hissu {
	background: #ff0000;
	color: #ffffff;
	font-size: 10px;
	padding: 1px;
}

form#form_input div.form_shinryo dt p.right {
	float: right;
	font-size: 12px;
}

form#form_input dd {
	padding: 5px 0;
	font-weight: bold;
}

body#confirm form#form_input dd {
	padding: 5px 5px;
	font-weight: bold;
}

body#confirm form#form_input dd.text_indent p {
	padding-left: 1em;
}

form#form_input dd.space_none {
	padding: 5px 0 0 0;
	vertical-align: middle;
}

form#form_input dd.space_top_none {
	padding: 0 0 5px 0;
}

form#form_input dd span.small.spa01 {
	letter-spacing: -1.2px;
}

form#form_input dd span.small.spa02 {
	letter-spacing: -2.1px;
}

form#form_input dd span.small.spa03 {
	letter-spacing: -1.6px;
}

form#form_input dd span.small.spa04 {
	letter-spacing: -1px;
}

form#form_input dd.space_none,
form#form_input dd.space_top_none {
	line-height: 200%;
}

form#form_input dd.space_none input[type="checkbox"] {
	margin-top: -2px;
}

form#form_input dd.space_top_none input[type="checkbox"] {
	margin-top: -2px;
}

form#form_input dd.space_top_none p.attn {
	line-height: 130%;
}

form#form_input dd.bg_gray {
	background: #eeeeee;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

form#form_input dd.bg_gray p {
	font-size: 12px;
}

form#form_input dd.bg_gray p.red {
	color: #e60012;
	padding-bottom: 5px;
}

form#form_input dd.bg_gray p.check_area {
	line-height: 200%;
}

form#form_input dd.bg_gray p.check_area textarea.other {
	margin-left: 20px;
	width: 247px;
	height: 53px;
	font-size: 11px;
	padding: 5px;
	color: #7d7d7d;
}

form#form_input dd.bg_gray p.attn {
	font-size: 11px;
	color: #7d7d7d;
	margin: 8px 0;
}

form#form_input p.attn {
	font-size: 11px;
	color: #7d7d7d;
	margin: 8px 0;
}
p.attn { margin: 8px 0 10px; }
form#form_input p.attn_red {
	font-size: 11px;
	color: #e60012;
	margin: 8px 0;
	font-weight:bold;
}

form#form_input textarea.situation {
	width: 275px;
	height: 45px;
	padding: 5px;
}

form#form_input select[name="clinic"] {
	width: 150px;
	font-size: 16px;
}

form#form_input select[name="pref"] {
	width: 150px;
	font-size: 16px;
}

form#form_input input[name="name"] {
	width: 255px;
	font-size: 12px;
	padding: 5px;
}

form#form_input input[type="number"] {
	width: 105px;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 0;
}

form#form_input input[type="tel"] {
	width: 90%;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 0;
}

form#form_input input[name="mailaddr"] {
	width: 255px;
	font-size: 12px;
	padding: 5px;
}

form#form_input select[name="month1"] {
	font-size: 15px;
}

form#form_input select[name="date1"] {
	font-size: 15px;
}

form#form_input select[name="month2"] {
	font-size: 15px;
}

form#form_input select[name="date2"] {
	font-size: 15px;
}

form#form_input select[name="time1"] {
	font-size: 15px;
}

form#form_input select[name="time2"] {
	font-size: 15px;
}

form#form_input input[type="checkbox"] {
	font-size: 16px;
}

form#form_input div.txt_check {
	background: #eeeeee;
	padding: 7px;
	margin: 10px 0 15px 0;
}

form#form_input div.txt_check li {
	font-size: 11px;
	color: #7d7d7d;
	text-indent: -1em;
	margin-left: 1em;
}

form#form_input div.btn_check {
	text-align: center;
}

form#form_input div.btn_check input[type="submit"] {
	padding: 12px 18px 12px 26px;
	border: 2px solid #ffffff;
	outline: 1px solid #dcdcdc;
	background: url(../images/submit_ico_ya.gif) no-repeat 8px center, -webkit-gradient(linear, left top, left bottom, from(#ff3500), to(#dc1800));
	font-size: 18px;
	color: #ffffff;
}

form#form_input div.btn_check .btn_back input {
	padding: 9px 18px 9px 26px;
	border: 2px solid #ffffff;
	outline: 1px solid #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#b6b6b6));
	font-size: 14px;
	color: #ffffff;
	width: 160px;
}

form#form_input p.error {
	font-size: 14px;
	line-height: 140%;
	color: #e60012;
	border: solid 1px #e60012;
	padding: 10px;
	margin-bottom: 15px;
}

form#form_input p.error_txt {
	font-size: 14px;
	line-height: 140%;
	color: #e60012;
	padding: 8px 0;
}

/* 送信完了 */

body#complete section#main p.txt_sent {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

body#complete section#main p.txt_sent .red {
	color: #e60012;
}

body#complete section#main p.txt_big {
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}

body#complete section#main p.com_red {
	color: #e60012;
	font-size: 13px;
	padding-bottom: 5px;
	font-weight:bold;
}

body#complete section#main h3 {
	padding: 25px 0 3px 0;
	border-bottom: solid 1px #434343;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body#complete section#main dl {
	margin: 20px 0 0;
}

body#complete section#main dt {
	background: url(../images/h4_bg.gif) no-repeat 0 bottom;
	padding: 2px 0 5px 8px;
	color: #e60012;
	font-size: 13px;
}

body#complete section#main dd {
	padding: 10px 0 15px 0;
}

body#complete section#main p.btn_top {
	font-size: 16px;
}

body#complete section#main p.btn_top a,
body#complete section#main p.btn_top a:link,
body#complete section#main p.btn_top a:visited,
body#complete section#main p.btn_top a:hover {
	color: #0583e1;
	font-weight: bold;
}

/* ページ下部共通部分 */

/* footer */

footer ul {
	text-align: center;
	margin-bottom: 10px;
}

footer li {
	display: inline;
	font-size: 11px;
	padding: 0 2px;
	border-right: solid 1px #434343;
}

footer li.last {
	border-right: none;
}

footer li a,
footer li a:link,
footer li a:visited {
	color: #434343;
	text-decoration: none;
}

footer li a:hover {
	text-decoration: underline;
}

footer p {
	background: #959595;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	padding: 13px 0;
}


/* font style */

.small {
	font-size: 10px;
}

/* space */

.mgnB5 {
	margin-bottom: 5px;
}

.mgnB6 {
	margin-bottom: 6px;
}

.mgnB7 {
	margin-bottom: 7px;
}

.mgnB9 {
	margin-bottom: 9px;
}

.mgnB10 {
	margin-bottom: 10px;
}

.mgnB13 {
	margin-bottom: 13px;
}

.mgnB15 {
	margin-bottom: 15px;
}

.mgnB17 {
	margin-bottom: 17px;
}

.mgnB20 {
	margin-bottom: 20px;
}

.mgnB22 {
	margin-bottom: 22px;
}

.mgnB25 {
	margin-bottom: 25px;
}

.mgnT8 {
	margin-top: 8px;
}

.mgnT30 {
	margin-top: 30px;
}

.mgnT35 {
	margin-top: 35px;
}

/* 20140819　追記  */
.telArea { text-align:center; max-width:100%; height:auto; margin-bottom:1em;}
.telArea img { max-width:100%; }

select:disabled{
background:#EBEBE4;
}

/*  20181207追記 */
.header-textbx {
    background: #ece9d8;
}
.header-textbx h1 {
    padding: 0 10px;
    font-size: 11px;
    font-weight:normal;
}
.careful {
	margin-bottom:10px;
	background:#C70301;
	color:#fff;
	padding:7px;
	font-weight:normal;
       border-radius: 5px;
}
textarea ,select ,input {
       border-radius: 5px;
       border: 1px solid #ccc;
       padding:4px;
}
input {
       padding-left:5px;
}

/* 20210421 GORILLA-EFO調整用 */
.gorilla-efo-submit-block {
  width: 100%;
}