@charset "UTF-8";
/********************************
レイアウト
*********************************/
.container_full {
  width: 943px;
  margin: 15px auto 0;
  padding: 0 0 30px;
  border-radius: 5px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px 1px rgba(125, 125, 125, 0.3);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(125, 125, 125, 0.3);
  -ms-box-shadow: 0px 0px 5px 1px rgba(125, 125, 125, 0.3);
  box-shadow: 0px 0px 5px 1px rgba(125, 125, 125, 0.3);
}

.main_full {
  width: 943px;
  padding: 0;
  position: static;
  /*position: relative;*/
}
.main_full h1 {
  /*position: relative;
  top: -68px;*/

  top:0;
  height: 533px;
}
.main_full h1 img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
}
.main_full a {
  color: #cf3319;
  text-decoration: none;
}
.main_full a:hover {
  text-decoration: underline;
}
.main_full a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main_full p.txt {
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0 50px;
  line-height: 1.6;
}
.main_full .notes {
  font-size: 11px !important;
}
.main_full .notes span {
  font-weight: bold;
}

.pCenter{
  line-height: 1.6;
  margin:12px auto 0;
  font-size: 11px !important;
  width: 740px;
}
.main_full .taC {
  text-align: center;
	margin-top: 10px;
}

.main_full .notes-area {
	max-width:830px;
	margin: 5px auto 0;
	font-size: 12px;
}
p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.main_full h2 {
  text-align: center;
  margin: 15px 0;
}
.main_full .flow {
  background: url(/images/mypage/mypage_form02/bg.png) repeat scroll left top;
  padding: 20px 0;
  /*margin-top: -68px;*/
}
.main_full .flowTtl {
  text-align: center;
  margin-top: 30px;
}
.main_full .step {
  width: 860px;
  margin: 0 auto;
}
.main_full .step h3 {
  text-align: center;
  margin-top: 25px;
}
.main_full .mt30 {
  margin-top: 30px;
}
.main_full .mt50 {
  margin-top: 50px;
}
.main_full .mail {
  border: 1px solid #b5a27c;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
.main_full .mail h4 {
  background-color: #bda686;
  padding: 10px 0;
  text-align: center;
}
.main_full .mail ul {
  padding: 20px;
}
.main_full .mail ul li {
  font-size: 14px;
  line-height: 1.4;
  min-height: 42px;
  padding-left: 32px;
  padding-top: 17px;
  text-align: left;
}
.main_full .mail ul .no1 {
  background: url(/images/mypage/mypage_form02/i_no1.png) no-repeat scroll left top;
}
.main_full .mail ul .no2 {
  background: url(/images/mypage/mypage_form02/i_no2.png) no-repeat scroll left top;
}
.main_full .mail ul .no3 {
  background: url(/images/mypage/mypage_form02/i_no3.png) no-repeat scroll left top;
}
.main_full .mail ul .no4 {
  background: url(/images/mypage/mypage_form02/i_no4.png) no-repeat scroll left top;
}
.main_full .mail ul .no5 {
  background: url(/images/mypage/mypage_form02/i_no5.png) no-repeat scroll left top;
}
.main_full .mail ul .no6 {
  background: url(/images/mypage/mypage_form02/i_no6.png) no-repeat scroll left top;
}
.main_full .mail .btn01 {
  margin: 20px;
  display: block;
}
.main_full .post p {
  padding: 20px;
  line-height: 1.8;
  font-size: 14px;
}
.main_full .btn02 {
  margin: 30px 0 15px;
  text-align: center;
}
.main_full .qanda {
  margin: 15px 40px 0;
  line-height: 1.6;
}
.main_full .qanda dt, .main_full .qanda dd {
  padding: 6px 0 0 38px;
  min-height: 36px;
  text-align: left;
  vertical-align: middle;
}
.main_full .qanda dt {
  color: #836e47;
  font-weight: bold;
  background: url(/images/mypage/mypage_form02/q.png) no-repeat scroll left top;
}
.main_full .qanda dd {
  background: url(/images/mypage/mypage_form02/a.png) no-repeat scroll left top;
  margin-bottom: 15px;
}

/* form 調整用 */
.box_privacy,
form table td {
  text-align: left;
}

table th {
  font-size: 15px !important;
  line-height: 1.4;
  vertical-align: top;
}

.box_privacy_inner {
  width: 830px !important;
}

.jspContainer {
  width: 825px !important;
}

.jspPane {
  width: 770px !important;
}


/**/
#reservation .box_service img,
#reservation .page_flow_img img{
	width: 100%;
	height: auto;

}
#reservation table td dl.area{
	width: 100%!important;

}
#reservation table td dl.area dd{
        width: 475px!important;
    
}

/* office */

#office .main_full h1{
   top: 0; /* -29px */
}
#office .main_full .flow{
    margin-top: 0; /* -46px */
}
#office .main_full h2 {
  text-align: center;
    font-weight: bold;
    font-size: 24px;
  margin: 15px 0;
}
#office .main_full .txt sup {
    color: #000;
    vertical-align: top;
}

@media(max-width:540px) {
	.intro_prg_premium{
		width: 100%;
	}
	.container_full{
		width: 100%;
		margin: 65px auto 0;
	}
	.main_full{
		width: 100%;
	}
	.footer{
		width: 100%;
	}
	.header{
		width: 100%;
	}
	.main_full p.txt{
		margin: 0 10px;
	}
	.footer .links li{
		margin: 0 15px 15px;
	}
}


/*# sourceMappingURL=mypage_form02.css.map */

/*# sourceMappingURL=mypage_form02.css.map */
