@charset "utf-8";


/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 20px !important;
}


/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/* 同意チェックなし */

/* 個別調整 */
body.form .form-textarea textarea.input-item06 {
    height: 3em !important;
}
#item04{
  width: 30% !important;
}

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/




/* CSS Document */

body {
	border-top: 10px solid #e20c1b;
	width: 100%;
	min-width: 675px;
	font-family: Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.6;
	color: #000;
	background: #fff;
	font-size: 14px;
	color: #333333;
	-webkit-text-size-adjust: 100%;

}

body.form #wrapper {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 30px 0;
}

body #wrapper h1 {
	display: block;
	height: 75px;
	margin: 0px auto 30px;
	padding: 0px;
	/*background: url(img/01271e52-38cc-4f6f-86cc-abd47d004567/header.png) no-repeat 0px 0px;*/
}

body #wrapper h2 {
	margin-bottom: 0;
}

body #wrapper .header {
	text-align: center;
	margin-bottom: 30px;
}

body #wrapper .contents a {
	color: #e20c1b;
}



body #wrapper .footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

body #wrapper .contents table {
	background: #FFF;
	width: 675px;
	font-size: 16px;
}
body #wrapper .contents table th{
	width: 195px;
	padding: 20px;
	background-color: #ebeae1;
	border-bottom: 1px solid #f7f5f0;
	text-align: center;
	vertical-align: middle;
}
body #wrapper .contents table td{
	width: 480px;
	padding: 20px;
	background-color: #f7f5f0;
	border-bottom: 1px solid #ebeae1;
}


body #wrapper .footer .link-group p {
	height:13px;
	width:64px;
	line-height: normal;
}

body #wrapper .footer .link-group p a {
	height:13px;
	width:64px;
}
body #wrapper .footer .link-back a {
	background-image:url(images/btn_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body #wrapper .footer .link-back a:hover {
	background-image:url(images/btn_back.gif);
	background-position: 0px -13px;
	background-repeat: no-repeat;
}

body #wrapper .footer .link-next a {
	background-image:url(images/btn_next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
body #wrapper .footer .link-next a:hover {
	background-image:url(images/btn_next.gif);
	background-position: 0px -13px;
	background-repeat: no-repeat;
}
body #wrapper .footer .link-close a{
	line-height: 20px;
	background: #000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 70px;
	color: #FFF;
	text-decoration: none;
}

body #wrapper .footer .link-close a:hover {
	background-image:url(images/btn_close.gif);
	background-position: 0px -14px;
}

/* entry */

body #wrapper form {
	margin-top: 30px;
	width: 100%;
}

body #wrapper .contents .form-message #message {
	height: 120px;
	width: 320px;
	padding: 10px;
}

body #wrapper .header .link-check {
	float:right;
	height:40px;
	width:120px;
	margin-bottom: 0px;
	text-align: left;
}

body #wrapper .header .link-check a {
	background-image:url(images/btn_read_bbs.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:40px;
	text-align:left;
	text-indent:-9999px;
	width:120px;
}
body #wrapper .contents .link-send a{
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	text-decoration: none;
	background: #000;
	display: block;
	height: 20px;
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}
body #wrapper .contents .link-back a{
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
/*#form-confirm #wrapper .contents dl {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}
#form-confirm #wrapper .contents table {
	background: #FFF;
	width: 450px;
}
#form-confirm #wrapper .contents table tr th {
	padding-left: 5px;
	width: 120px;
}*/

#form-confirm #wrapper .contents .btn-set p {
	display: inline-block;
}

/*エラー*/
.form-error{
	/*margin: 30px auto 0;*/
	color: #f00;
}


form p { margin-bottom: 10px; }

form input[type=text]{
	padding: 10px;
}
form select{
	padding: 10px;
}


form .form-name input{
	width: 300px;
}
form .form-mail input{
	width: 300px;
}
form .form-reserve2 input{
	width: 50px;
}

form td.form-reserve1 label{
	margin-right: 20px;
}

form .text3{
	width: 100%;
	font-size: 16px;
	color: #e20c1b;
	margin-bottom: 20px;
}

body.form .btn-set input,
.confirm .btn-set input{
	padding: 10px 20px;
}
.footer{
	margin-top: 20px;
}
.footer .link-close a{
	padding: 10px 20px;
}

body.form .contents .attention{
	margin-top: 10px;
}

body.form .item08 input[type=text] {
    width: 50%
}

body.form .form-textarea textarea.input-item10 {
    height: 3em
}


/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@media
only screen and (max-device-width: 480px),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* td padding 調整 */
  body.form .contents table td{
    padding: 10px !important;
  }

  /*同意チェックなし*/
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;

    padding: 10px 20px;
    background-color: #eee;
    border: 1px solid #eee;
    color: #fff;
    margin-bottom: 0;

  }

  /* 個別調整 */
  body.form .contents textarea.input-item06 {
    height: 3em !important;
  }

/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/



body{
	min-width: initial;
	-webkit-text-size-adjust: 100%;
}
body #wrapper {
	width: 100% !important;
	max-width: 100% !important;
	-moz-background-size:100% auto;
	background-size:100% auto;
	border:none !important;
	padding: 15px 0 !important;
}
body #wrapper h1 {
	height: auto;
	margin: 0 10px 10px;
}
body.form #wrapper h1 img{
	max-width: 100%;
}

body.form #wrapper h2{
	margin-bottom: 0;
}

#wrapper .footer{background:none!important; width:100%; margin:0 auto}
#wrapper .header {
	display: block;
	/*height: 161px;*/
	margin: 0 auto;
	width: 100%;
}

body.form #wrapper .contents{
	width: 95%;
	padding:0;
	margin:0 auto;
}
.btn-set { padding-bottom:20px;
padding-top:20px;}
body.form #wrapper .contents table, #form-confirm #wrapper .contents table {
	width:100%;
	height:auto;
	margin:0 auto 20px;
}

body.form #wrapper .contents table td {
	width:60%;
	padding:10px;
	display: table-cell;
}

body.form #wrapper .contents table th{
	width:35%;
	padding:10px;
	display: table-cell;
}
#wrapper .contents form, #form-confirm #wrapper .contents form  {
	margin-right: auto;
	margin-left: auto;
}

#wrapper .contents form input[type=text]{
	width: 80%;
}
#wrapper .contents form .form-sex label,
#wrapper .contents form .form-reserve1 label{
	display: block;
}

body.form .contents .btn-set input[type=button],
body.form .contents .btn-set input[type=reset]{
	padding: 10px 20px;
	background-color: #eee;
	border: 1px solid #999;
	color: #000;
	margin-bottom: 0;
}

body.form .contents .btn-set input:first-child{
	margin-right: 10px;
}

body #wrapper .contents .form-message #message {
	height: 120px;
	width: 80%;
}

#form-comp #wrapper .text-comment { margin-top:15px; display:block;}
.text1 { width:95%; margin:10px auto;}

form .text3{
	width: 100%;
	font-size: 16px;
	color: #e20c1b;
	margin-top: 20px;
	margin-bottom: 0;
}
body.form .contents select {
	width: auto;
}
body.form .contents textarea.input-item10 {
height: 3em
}


}