@charset "UTF-8";

/* CSS Document */
body {
    background: #ffffff;
}

/* Reset */
body,p {
  margin: 0;
}
ol,ul{
	list-style:none;
}
ol,ul,dl,dt,dd{
	padding: 0;
	margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}
img{
   border-style:none;
}
a img{
   border-style:none;
}

/* default */
html{
    font-size: 62.5%;
}
a img:hover{
	opacity:0.75;
}
.wrapper{
	width:100%;
	min-width:1000px;
	font-size: 14px;
    font-size: 1.4rem;
	color:#444444;
	font-family: "Hiragino kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height:1;
	letter-spacing:1px;
}
.header{
    padding: 20px 0;
    width: 100%;
    min-width: 1000px;
    background: #ffffff;
}
.header-logo{
    margin: 0 auto;
	width:1000px;
}
.header-logo a{
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: #dddddd 1px solid;
}
.header-logo p{
    display: table-cell;
    overflow: hidden;
    height: 67px;
    color: #666;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    line-height:1.4;
    vertical-align: middle;
}
.header-logo:after{
    content: "";
    display: block;
    clear: both;
}
.content{
    padding: 50px;
    margin: 20px auto 60px;
    width:890px;
    border: #bbbbbb 5px solid;
}
.form-title{
    padding: 0 0 0 8px;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    border-left: #dddddd 5px solid;
    border-bottom: #dddddd 1px solid;
    line-height: 1.4;
}

.subCaps{ font-size: 16px; font-weight: bold; padding: 0px 0px 15px; }

/* calendar */
.form-step{
    margin-bottom: 40px;
    text-align: center;
}
.form-step p{
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.form-step p span{
    font-size: 25px;
    font-size: 2.5rem;
    color: #c39958;
}
.calendar-nav-wrapper{
    margin-bottom: 10px;
}
.calendar-nav-wrapper:after{
    content: "";
    display: block;
    clear: both;
}
.calendar-nav li a{
    display: inline-block;
    background: #EEE;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #cc9900;
    text-decoration: none;
}
.calendar-nav li a:hover{
    opacity:0.75;
}
.calendar-nav li.clock a{
    padding: 4px 8px 4px 28px;
    background-image: url("../images/form_icon_clock.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
.calendar-nav li.prev a{
    padding: 4px 8px 4px 18px;
    background-image: url("../images/form_icon_prev.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
.calendar-nav li.next a{
    padding: 4px 18px 4px 8px;
    background-image: url("../images/form_icon_next.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}
.nav-recent{
    float: left;
}
.nav-mon-wek{
    float: right;
}
.nav-mon-wek li{
    float: left;
    margin-left: 8px;
}
.nav-mon-wek li:first-child{
    margin-left: 0;
}
.nav-mon-wek:after{
    content: "";
    display: block;
    clear: both;
}
.form-calendar{
    width: 100%;
    border: #dddddd 1px solid;
}
.form-calendar th,.form-calendar td{
    height: 40px;
    border: #dddddd 1px solid;
    text-align: center;
}
.form-calendar th{
    width:10%;
    font-weight: normal;
}
.form-calendar tr:first-child th{
    width: auto;
    background: #f1f1f1;
    font-weight: bold;
}
.content .form-calendar .sat{
    background: #c7d7f7;
}
.content .form-calendar .sun{
    background: #fac8c8;
}
.form-calendar td.end{
    background: #c6c6c6;
    color: #fff;
}
.form-calendar td.non{
    background: url(../images/calendar-non-bg.png) repeat;
}

/* input */
.form-input{
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
}
.form-input th{
	padding-left:15px;
	width:200px;
    height:56px;
	background: #f1f1f1;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
    text-align: left;
}
.form-input td{
	padding: 7px 0 7px 15px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.form-input td.people input[type="text"]{
    margin-right: 7px;
    text-align: center;
}
.form-input input[type="text"]{
    height: 19px;
    font-size: 15px;;
}
.form-input .people input[type="text"]{
	width: 40px;
}
.form-input textarea{
	width:80%;
}
.form-input .text,
.form-input textarea,
.form-input input[type="text"],
.form-input input[type="tel"],
.form-input input[type="email"]{
	border:1px solid #d8d7d7;
	padding: 10px 5px;
	color: #413226;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 0 #f0eeee inset;
/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 0 #f0eeee inset;
/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px 0 #f0eeee inset;
}
.form-section + .form-section{
    margin-top: 40px;
}
.form-required-txt{
    margin-bottom: 20px;
    font-size: 15px;
}
.form-required-txt span,.form-input th span .accent{
    color: #3399bb;
    font-weight: bold;
}
.form-input th span{
    font-size: 15px;
}

.form-btn{
    text-align: center;
    width: 100%;
    position: relative;
}
.form-btn input {
    width: 50%;
    display: inline-block;
    padding: 18px 50px;
    margin: 40px auto 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #cc9900;
    background-image: url("../images/form_icon_submit2.png");
    background-repeat: no-repeat;
    background-position: 92%;
    -webkit-box-shadow: inset 0 -4px #555555;
    -moz-box-shadow: inset 0 -4px #555555;
    box-shadow: inset 0 -4px #555555;
    color: #FFF;
    font-weight:bold;
    font-size: 20px; /*IE対応*/
    font-size: 2.0rem;
    border: none;
    letter-spacing: 1px;
}
.form-btn input:hover{
    text-decoration: none;
    opacity:0.75;
}

.form-btn2{
    text-align: center;
	width: 100%;
    position: relative;
}
.form-btn2 input {
	width: 50%;
	display: inline-block;
    padding: 18px 50px;
    margin: 40px auto 0px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #cc9900;
    background-image: url("../images/form_icon_submit2.png");
    background-repeat: no-repeat;
    background-position: 92%;
	-webkit-box-shadow: inset 0 -4px #555555;
	-moz-box-shadow: inset 0 -4px #555555;
	box-shadow: inset 0 -4px #555555;
    color: #FFF;
    font-weight:bold;
    font-size: 20px; /*IE対応*/
    font-size: 2.0rem;
    border: none;
    letter-spacing: 1px;
}
.form-btn2 input:hover{
    text-decoration: none;
    opacity:0.75;
}

/* confirm */
.form-btn .submitback input {
	background-color: #dddddd;
    background-image: url("../images/form_icon_back.png");
    background-repeat: no-repeat;
    background-position: 15px;
    -webkit-box-shadow: inset 0 -4px #989696;
	-moz-box-shadow: inset 0 -4px #989696;
	box-shadow: inset 0 -4px #bcbcbc;
    color: #444444;
    width: 15%;
    padding: 18px 0px;
    box-sizing: border-box;
    font-size: 1.2em;
    position: absolute;
    top: 0px;
    left: 0px;
}
.confirm tr:last-child td{
    padding: 15px;
    line-height: 1.4;
}

/* thanks */
.thanks-txt{
    margin-bottom: 40px;
    font-size: 15px; /*IE対応*/
    font-size: 1.5rem;
}
.thanks-txt p{
    margin-top: 30px;
    line-height: 1.6;
}
.thanks-txt p:first-child{
    margin-top: 0;
}
.return-btn {
    text-align: center;
}
.return-btn a {
	display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #666;
    background-image: url("../images/form_icon_submit.png");
    background-repeat: no-repeat;
    background-position: 92%;
	-webkit-box-shadow: inset 0 -4px #555555;
	-moz-box-shadow: inset 0 -4px #555555;
	box-shadow: inset 0 -4px #555555;
    color: #dddddd;
    font-weight:bold;
    font-size: 18px; /*IE対応*/
    font-size: 1.8rem;
    border: none;
    letter-spacing: 1px;
    text-decoration: none;
}
.return-btn a:hover{
    text-decoration: none;
    opacity:0.75;
}


.form-check{
    margin-top: 40px;
    width: 100%;
}

.form-check input{
    display: none;
}
.form-check label{
    display: block;
    padding: 25px 15px 22px;
    position: relative;
    text-align: center;
    background: #EFEFEF;
    border-radius: 5px;
    width: 50%;
    margin: 0px auto;
    line-height: 100%;
    font-size: 16px;
    border-bottom: 4px solid #CCC;
    box-sizing: border-box;
    cursor: pointer;
}
.form-check input[type="checkbox"]:checked + label {
    background-color: #999;
    color: #fff;
    border-bottom: 4px solid #999;
}

.form-check input[type="checkbox"] + label .checkStateOff   { display: inline; }
.form-check input[type="checkbox"] + label .checkStateOn   { display: none; }
.form-check input[type="checkbox"]:checked + label .checkStateOff   { display: none; }
.form-check input[type="checkbox"]:checked + label .checkStateOn   { display: inline; }

div.downloadLink    { width: 50%; text-align: center; margin: 30px auto; }
div.downloadLink a  { background: url(../images/pdf_icon.png); background-size: 10%; background-position: 10% 50%; background-repeat: no-repeat; display: block; padding: 25px 15px 22px 40px; text-decoration: none; line-height: 140%; color: #dddddd; text-align: center; font-size: 16px; border: 1px solid #dddddd; border-radius: 5px;  border-bottom: 4px solid #dddddd; }
div.downloadLink a span { display: block; font-size: 12px; }

.underTxt{ text-align: center; padding: 20px 0px; line-height: 160%;
font-size: 2rem;}
.underTxt strong{ font-size: 20px; color: #F00; text-decoration: underline; font-weight: normal; display: block; padding: 0px 0px 10px; }

.firstTh{ width: 350px; }

/*エラーページ*/

.error {
	text-align: center;
	background: #fff3f3;
}

.error .alert {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #e00;
	border-bottom: 1px solid #e00;
	box-sizing: border-box;
}

.error .exp {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.news_wrap {
	  border:2px solid #ae9d6d;
		border-radius: 6px;
		padding: 20px;
		margin: 0 auto 20px auto;
    width: 660px;
    box-sizing: border-box;
}
.news_wrap dt {
	  font-size: 16px;
		font-weight: bold;
		margin: 0 0 20px 0;
}
.news_wrap dd {
    line-height: 1.6;
}
.news_wrap dd .sp {
    display: none;
}


.drtanaka p {
    font-size: 2rem;
}

.drtanaka p:nth-child(1) {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.drtanaka p:nth-child(2) {
/*    font-size: 1.5rem;
    color: #ff0000;*/

}