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


/* 
-------------------------------------------------- */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
  line-height:1.0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
th,td {
  font-weight:normal;
  text-align:left;
}
input,textarea,select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
img {
  vertical-align:top;
}

html {
  background-color: #FBFADB;
  color:#000;
	font-size:62.5%;
}
body {
	font-size:100%;
  font-family:Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", sans-serif;
  line-height:1.8;
  text-align: center;
  margin:0 auto;
}


/* link */
a:link,
a:visited {
  color:#000;
  text-decoration:underline;
}
a:hover,
a:active {
  color:#000;
  text-decoration:none;
}

.bold {
  font-weight:bold;
}
.red {
  color: #f00;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.align-right {
  text-align:right;
}

.colorNs {
  color:#65a52e;
} /* 西新宿園 */
.colorMsg {
  color:#e94613;
} /* 南品川園 */
.colorTy {
  color:#6c91cb;
} /* 豊洲園 */
.colorMsn {
  color:#bc8168;
} /* 南砂園 */
.colorCs {
  color:#1d2088;
} /* 千葉新田町園 */
.colorTm {
  color:#e83428;
} /* 鶴見園 */


.lst-disc {
  list-style: disc;
  margin-left: 20px;
}


/* ヘッダ
-------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  text-align: center;
  top: 0;
  z-index: 9999;
}

header ul {
  display: table;
  list-style: none;
  width: 1100px;
  padding: 0 0;
  margin: 0 auto;
}
header li {
  display: table-cell;
  width: 97px;
  height: 119px;
  vertical-align: middle;
/*  float: left;*/
}
header li:first-child {
  width: 140px;
  text-align: left;
}
header li:last-child {
  width: 281px;
  text-align: right;
}
header img.tel {
  margin: 0 5px 5px 0;
}
/*.fixed {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 9999;
}*/
@media screen and (max-width: 767px) {
  header {
  }
}


/* フッタ
-------------------------------------------------- */
footer {
  text-align: center;
  padding-bottom: 30px;
  margin-top: 30px;
}
footer .copyright {
  font-size: 1.4rem;
}


/* コンテンツ
-------------------------------------------------- */
article {
  width: 900px;
  text-align: left;
  font-size: 1.6rem;
  margin: 149px auto 0 auto;
}
section h1 {
  text-align: left;
  margin-bottom: 40px;
}
section h2 {
  margin-bottom: 10px;
}
article a img:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
}

/* ページトップ */
#page-top {
  position:fixed;
  bottom:16px;
  right:16px;
  font-size: 1.6rem;
  font-weight:bold;
  line-height: 1.6;
}
#page-top a {
  background:#e3ab5d;
  text-decoration:none;
  color:#fff;
  padding:16px;
  text-align:center;
  display:block;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
#page-top a:hover {
  text-decoration:none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
}

/* フォーム系共通 */
.page-form {
  text-align: left;
}
.page-form h2 {
  margin-top: 40px;
}

.page-form dl {
  width: 900px;
  border-bottom:#c9c5bf dotted 2px;
  overflow: hidden;
}
.page-form dt,
.page-form dd {
  float: left;
  padding: 16px 0;
}
.page-form dt {
  width: 225px;
  font-weight: bold;
}
.page-form dd {
  width: 675px;
}
@media screen and (max-width: 767px) {
  .page-form dt,
  .page-form dd {
    float: none;
    width: 100%;
  }
}
input[type="text"],
textarea {
  padding: 10px;
  border:#ccc solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-form .required {
  color:#ff0000;
  font-weight:bold;
}
.page-form input {
  margin-right:30px;
  -webkit-appearance:normal;
}
.page-form input.inputRc {
  margin:0;
}
.page-form input.text1 {
  width:400px;
}
.page-form input.text2 {
  width:200px;
}
.page-form input.textTel1 {
  width:100px;
  border:#ccc solid 1px;
}
.page-form input.textTel2 {
  width:100px;
  margin:0 5px;
}
.page-form input.textSta {
  width:100px;
  margin:0 5px;
}
.page-form input.textAge {
  width:50px;
  margin:0 5px 0 0;
}
.page-form input.textYear {
  width:100px;
  margin:0 5px 0 0;
}
.page-form input.textMonth {
  width:50px;
  margin:0 5px 0 0;
}
.page-form label {
  margin-left:5px;
  margin-right:30px;
}
.page-form textarea {
  width:100%;
  height:100px;
  margin-top:5px;
  border:#ccc solid 1px;
}

/* 送信・リセットボタン */
.page-form .btn {
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
.page-form .btn ul {
  float:left;
  position:relative;
  left:50%;
  list-style: none;
}
.page-form .btn li {
  float:left;
  position:relative;
  left:-50%;
}
.page-form .btn input#btCheck {
  display:block;
  height:0;
  width:203px;
  background: url(../img/bt_check.png) no-repeat;
  text-indent:-9999px;
  line-height:45px;
  padding-top:45px;
  border:0;
  cursor:pointer;
}
.page-form .btn input#btSubmit {
  display:block;
  height:0;
  width:203px;
  background: url(../img/bt_submit.png) no-repeat;
  text-indent:-9999px;
  line-height:45px;
  padding-top:45px;
  border:0;
  cursor:pointer;
}
.page-form .btn input#btCheck:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
}

.page-form .notice {
  font-size: 1.4rem;
  margin-top: 10px;
}



#btn {
  width:386px;
  margin:30px auto 0 auto;
  position:relative;
  overflow:hidden;
}
#btn ul {
  float:left;
  position:relative;
  left:50%;
  list-style: none;
}
#btn ul li {
  float:left;
  position:relative;
  left:-50%;
}
/*#btn img.btnCheck {
  margin-left:20px;
}*/
#btn input#btCheck {
  display:block;
  height:0;
  width:203px;
  background: url(../img/bt_check.png) no-repeat;
  text-indent:-9999px;
  line-height:45px;
  padding-top:45px;
  border:0;
  cursor:pointer;
}
#btn input#btSubmit {
  display:block;
  height:0;
  width:203px;
  background: url(../img/bt_submit.png) no-repeat;
  text-indent:-9999px;
  line-height:45px;
  padding-top:45px;
  border:0;
  cursor:pointer;
}
*:first-child+html #btn input#btSubmit {
  padding-top:0;
  line-height:0;
  height:45px;
}

.telSize {
  font-size:138.5%;
}










.formArea form {
  margin:20px 0;
  }
.formArea th,
.formArea td {/* padding-bottom:20px;*/ padding:20px 0;
}
.formArea th {
  width:1%;
  white-space:nowrap;
}
.formArea td {
  width:99%;
  padding-left:30px;
}
.formArea td.max {
  width:100%;
  padding:0;
}

#formTable input {
  margin-right:30px;
  -webkit-appearance:normal;
}
#formTable input.inputRc {
  margin:0;
}
#formTable input.text1 {
  width:400px;
  border:#ccc solid 1px;
}
#formTable input.text2 {
  width:200px;
  border:#ccc solid 1px;
}
#formTable input.textTel1 {
  width:100px;
  border:#ccc solid 1px;
  margin:0 5px 0 0;
}
#formTable input.textTel2 {
  width:100px;
  border:#ccc solid 1px;

  margin:0 5px;
}
#formTable input.textSta {
  width:100px;
  border:#ccc solid 1px;
  margin:0 5px;
}
#formTable input.textAge {
  width:50px;
  border:#ccc solid 1px;
  margin:0 5px;
}
#formTable input.text3 {
  width:50px;
  border:#ccc solid 1px;
  margin:0 5px 0 0;
}
#formTable label {
  margin-left:5px;
  margin-right:30px;
}
#formTable textArea {
  width:100%;
  height:100px;
  margin-top:5px;
  border:#ccc solid 1px;
}

.formArea td.dotLine {
  width:100%;
  padding:0;
  border-bottom:#c9c5bf dotted 2px;
}

/* clearfix */
.clearfix::after {
	content:" ";  
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0;
	line-height:0;
}
.clearfix {
	display:inline-block\9; /* IE8 */
}
