@charset "utf-8";




/* スマホヘッダー　start */

@media screen and (max-width: 768px) {


.reserved-block {
 margin: 100px auto ;
 padding:0 0 100px 0;
 text-align:center;
 width:90%;
}
.reserved-block:after {
 content: '';
 display: block;
 clear: both;
}
.reserved-block h2 {
  margin: 0 ;
  font-size:22px;
  text-align:left;
  color:#333;
}
.reserved-block p {
  margin: 20px 0 0 0;
  font-size:17px;
  text-align:left;
  color:#333;
}

.reserved-table {
  border-collapse: collapse;
  width: 98%;
  margin:20px auto;
  text-align:center;
}
.reserved-table td {
  padding: 5px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align:left;
    display: block;
    color:#333;
    width: 100%;
}
.reserved-table th {
    width: 100%;
    display: block;
  padding: 5px;
    border-top: none;
    border-bottom: none;
  text-align: center;
  color:#333;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
input, select, textarea {
font-size: 100%;
}
.waku1{width:94%}
.waku2{width:94%}
.waku3{width:94%}


.submit-text {
 margin: 40px 0 0 0;
 text-align:center;
 font-size:15px;
 color:#333;
}
.submit {
 margin: 20px auto;
 text-align:center;
}
.submit-button {
  display       : inline-block;
  border-radius : 5%;
  font-size     : 16px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #2963a7;
  color         : #fff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #2963a7;
}

}
/* スマホ　end */



/* PC　start */
@media screen and (min-width: 769px) {


.reserved-block {
 margin: 100px auto ;
 padding:0 0 100px 0;
 text-align:center;
 width:80%;
 min-width:960px;
 max-width:1200px;
}
.reserved-block:after {
 content: '';
 display: block;
 clear: both;
}
.reserved-block h2 {
  margin: 0 ;
  font-size:22px;
  text-align:left;
  color:#333;
}
.reserved-block p {
  margin: 20px 0 0 0;
  font-size:17px;
  text-align:left;
  color:#333;
}

.reserved-table {
  border-collapse: collapse;
  width: 100%;
  margin:40px auto;
  text-align:center;
}
.reserved-table td {
  padding: 5px;
  border: 1px solid #999;
  vertical-align:middle;
  text-align:left;
  color:#333;
}
.reserved-table th {
  padding: 5px;
  text-align: center;
  vertical-align:middle;
  width: 30%;
  color:#333;
  border: 1px solid #999;
}
input, select, textarea {
font-size: 100%;
}
@media only screen and (min-width : 768px){
.waku1{width:30%}
.waku2{width:50%}
.waku3{width:100%}
}

.submit-text {
 margin: 40px 0 0 0;
 text-align:center;
 font-size:16px;
 color:#333;
}
.submit {
 margin: 20px auto;
 text-align:center;
}
.submit-button {
  display       : inline-block;
  border-radius : 5%;
  font-size     : 16px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 12px;
  background    : #2963a7;
  color         : #fff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #2963a7;
}
.submit-button:hover {
  color         : #2963a7;
  background    : #ffffff;
}

}
/* PCメイン　end */





