@import url(style_font.css);
@import url(style_layout.css);

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

* {
  font-family: 'MS PGothic','sans-serif','Osaka','Hiragino';
}


body {
  font-family: sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}


a:link {
  color: #00b;;
  text-decoration: none;
}
a:visited {
  color: #00b;;
  text-decoration: none;
}
a:active {
  color: #006;;
  text-decoration: none;
}
a:hover {
  color: #f63;
  text-decoration: none;
}


p {
  margin: 0 0 0 0;
}

.m-topx1 {
  margin-top: 12px;
}

.m-topx2 {
  margin-top: 24px;
}

.m-topx3 {
  margin-top: 36px;
}

.m-topx4 {
  margin-top: 48px;
}

.m-topx5 {
  margin-top: 60px;
}

.m-topx6 {
  margin-top: 6px;
}

.m-topx7 {
  margin-top: 3px;
}

.m-botx1 {
  margin-bottom: 12px;
}

.m-botx2 {
  margin-bottom: 24px;
}

.m-botx3 {
  margin-bottom: 36px;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.cen {
  margin-left: auto;
  margin-right: auto;;
  text-align: center;
}

.left {
  margin: 0 0 0 0;
  text-align: left;
}

.right {
  margin: 0 0 0 0;
  text-align: right;
}

.freset {
  clear: both;
}


.option div {
  margin-bottom: 10px;
}

.error {
  background-color: #fff;
  border: solid 1px #f00;
  color: #f00;
  margin: 5px auto;
  width: 600px;
}

/*　ヘッダー　*/
#header {
  background: #f5f5f5;
  border-bottom: #ccc 1px solid;
  font-size: 30px;
  margin-bottom: 20px;
  padding: 50px 0;
}

ul.flow {
  margin: 0 auto 20px;
  overflow: hidden;
  width: 700px;
}

ul.flow li {
  background-color: #d3deea;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #000;
  float: left;
  font-size: 12px;
  height: 80px;
  line-height: 80px;
  margin-right: 20px;
  position: relative;
  width: 124px;
}

ul.flow li:last-child {
  margin: 0;
}

ul.flow li:after {
  border: 5px solid transparent;
  border-left: 5px solid #333;
  content: '';
  height: 0;
  left: 132px;
  position: absolute;
  top: 35px;
  width: 0;
}

ul.flow li.current {
  background: #004da2;
  color: #fff;
}

/* メイン */
#wrap {
  padding: 0 2%;
}

/*　フッター　*/
#footer {
  border-top: #ccc 1px solid;
  padding: 10px 0;
}

.topayment {
  display: block;
  margin: 20px auto;
  padding: 5px 10px;
}

.caution {
  line-height: 2;
}

form.login {
  margin-bottom: 10px;
}
form.login div {
  margin: 5px 0;
}
form.login span {
  display: inline-block;
  text-align: right;
  width: 150px;
}
form.login input {
  border: #ccc 1px solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px;
  width: 200px;
}
form.login input[type='submit'] {
  background-color: #167de4;
  border: none;
  color: #fff;
  font-weight: bold;
}
form.login .error {
  border: none;
}

#login {
  background-color: #fff;
  border: #ccc 1px solid;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: none;
  margin: 0 0 20px 0;
  padding: 10px;
  width: 100%;
}
#login .reminder {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}
#login .btn {
  border: #ccc 1px solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 8px;
  width: 200px;
}

#contents {
  background-color: #fff;
  border: #ccc 1px solid;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: none;
  margin: 0 0 20px 0;
  padding: 10px;
  width: 100%;
}

#place a {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  font-size: 16px;
  margin: 8px;
  width: 300px;
}

table.reservation td {
  line-height: 1.8;
}

.btn {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
