@charset "UTF-8";

/* ----------------- 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 {
  padding: 0;
  margin: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img {
  border: 0;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  font-variant: normal;
  border: 0;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}

#showroomform .obj00000150 .input {
  display: inline;
  margin-right: 15px;
}

/* ------------------- layout ------------------------- */

* {
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}

html {
  color: #000;
  background-color: #fff;
}

div#container {
  width: 800px;
  margin: auto;
}

div#content {
  /* IE6 */
  height: auto !important;
  height: 400px;
  min-height: 400px;
  padding: 0;
}

.clear {
  clear: both;
}

p.description,
p.thanks {
  margin-top: 10px;
}

#mainVisual {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  text-align: center;
  background-color: #fff;
  border-top: #ccc 2px solid;
}

#mainVisual h1 {
  position: absolute;
  left: 50%;
  display: block;
  margin: 0 0 0 -750px;
}

.infoText {
  width: 800px;
  padding: 10px 0 5px 0;
  margin: 0 auto;
  text-align: left;
}

.noticeText {
  padding: 10px 12px;
  margin: 20px auto 0 auto;
  text-align: left;
  border: 4px solid #eeeeee;
}

/* ------------------- form table ---------------------- */

table.apply {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

table.apply th,
table.apply td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.apply th {
  width: 160px;
  color: #333;
  background: #f5f4ef;
}

table th.form_notes {
  padding: 40px 0 10px 0;
  font-size: 14px;
  color: #333333;
  text-align: left;
  background: none !important;
  border-top: none;
}

div.submit {
  margin-top: 10px;
  text-align: center;
}

span.req {
  color: #ff0000;
}
p.req {
  font-weight: normal;
  color: #ff0000;
}
.mb-5 {
  margin-bottom: -5px;
}

input[type='text'],
textarea {
  height: 1.5em;
  padding: 2px;
  border: 1px solid #dddddd;
  border-top: 1px solid #cccccc;
}

div.mb5 {
  margin-bottom: 5px;
}
p.mb5 {
  margin-bottom: 5px;
}

input.medium {
  width: 360px;
}

textarea.medium {
  width: 580px !important;
  height: 200px;
}

div.s_left {
  float: left;
  width: 230px;
  text-align: right;
}

div.s_right {
  float: left;
  width: 230px;
  padding-left: 10px;
  text-align: right;
}

div#container table.apply dl.zipCode,
div#container table.apply dl.state,
div#container table.apply dl.city,
div#container table.apply dl.after {
  padding-top: 10px;
  clear: both;
}
div#container table.apply dl.zipCode dt,
div#container table.apply dl.state dt,
div#container table.apply dl.city dt,
div#container table.apply dl.after dt {
  float: left;
  width: 130px;
}
div#container table.apply dl.zipCode dd,
div#container table.apply dl.state dd,
div#container table.apply dl.city dd,
div#container table.apply dl.after dd {
  float: left;
  width: 360px;
}
.gender div.input {
  display: inline;
}

.reserve_category div.input {
  display: inline;
  padding: 0 20px 0 0;
}

div#container table.apply div.ans04 div.input {
  display: block;
}

input[type='checkbox'],
input[type='radio'] {
  margin-right: 4px;
}

.notes {
  display: block;
  padding: 3px 0 0 0;
  clear: both;
  font-size: 11px;
  color: #444444;
}

.first_date input.medium,
.second_date input.medium,
.third_date input.medium {
  width: 200px;
}

table.cat-pull-noboder {
  width: 100%;
}

table.cat-pull-noboder th,
table.cat-pull-noboder td {
  width: auto;
  padding: 3px;
  vertical-align: middle;
  border: none;
}

table.cat-pull-noboder th.r2,
table.cat-pull-noboder td.r2 {
  background-color: #eee;
}

.require.obj00000019 {
  padding-bottom: 18px;
}

.age input#FormLogAns06 {
  width: 30px;
}

.modalContent {
  padding: 20px;
}

.modalContent h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

.modalContent .close {
  text-align: right;
}

.modalContent p {
  margin-bottom: 10px;
}

th.notice {
  padding: 0 !important;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ffffff;
}

th.notice div {
  padding: 10px 12px;
  margin: 10px auto 0 auto;
  text-align: left;
  border: 4px solid #eeeeee;
}

th.notice p.noticeTitle {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}

th.notice p {
  font-size: 12px;
  font-weight: normal;
}

/* ------------------- error message ---------------------- */
div.errorMessage,
div.message {
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ff0000;
  background-color: #ffe1ea;
}

/* ------------------- not found -------------------- */

div.err_global {
  width: 500px;
  padding: 40px;
  margin: auto;
  border: 5px solid #ddd;
}

/* ------------------- share -------------------- */

div.share {
  margin: 20px;
  text-align: center;
}

div.tw_str {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #eee;
}

/* ----------- modal ------------- */
#modalBase {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: 5px solid #ccc;
}

* html #modalBase {
  position: absolute;
}
* html #modal {
  position: absolute;
}

textarea.pop_small {
  width: 300px;
  height: 80px;
}

div#container table.apply #pref {
  width: 170px;
  padding: 2px 0 2px 10px;
  font-size: 100%;
  border-top: solid 1px #aaadb2;
  border-right: solid 1px #dadfe5;
  border-bottom: solid 1px #e2e9ef;
  border-left: solid 1px #e3e3eb;
}

/* ---------------------- page ------------------------ */
div.current_page {
  margin: 10px;
  font-weight: bold;
  text-align: center;
}

/*error*/

table.apply tr td div.alertBox {
  display: block;
  padding: 5px;
  margin-top: 3px;
  font-size: 12px;
  background: #ffed99;
  border: #ffc62b 1px solid;
}

.falseReq {
  background: #fff8d9;
}

.privacyLink {
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}

div#container table.apply input[type='text']:focus {
  background: #c4ddfe;
}

.place_address input {
  width: 350px;
}

div#footer {
  padding: 0 0 12px;
  margin: 30px auto 0;
  overflow: hidden;
  clear: both;
  background: none repeat scroll 0 0 #f5f4ef;
}

div#footer div {
  background: #ffffff;
}

div#footer div.bktop {
  width: 800px;
  margin: auto;
  font-size: 11px;
  color: #ffffff;
  text-align: right;
}

div#footer p {
  width: 800px;
  padding: 12px 0 0 0;
  margin: auto;
  font-size: 11px;
  color: #333;
  text-align: right;
}

#header {
  width: 100%;
  border-top: 6px solid #f5f4ef;
}

#header .header_top {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

#header .header_top .logo_sk {
  float: left;
  padding: 33px 0;
}

#header .header_right {
  float: right;
  margin: 0;
}

#header .header_right p {
  float: right;
  margin: 28px 12px 0 0;
}

#header .header_right p.logo_shinoken {
  margin-right: 10px;
}

/*上部リンク部分調整ここから*/
a {
  color: inherit;
  text-decoration: none;
}
.noticeText {
  padding: 0;
  border: none;
}
.select-description {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
.select-area {
  padding: 30px;
  border: 4px solid #eeeeee;
}
.select-area__item {
  margin-bottom: 40px;
}
.select-area__item:last-child {
  margin-bottom: 0;
}
.select-atea__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.select-area__link--button {
  display: inline-block;
  margin-right: 20px;
}
.select-area__link--button:last-child {
  margin-right: 0;
}
.select-area__link--button a {
  position: relative;
  display: block;
  width: 180px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #eeeeee;
  border-radius: 30px;
}
.select-area__link--button .current {
  background-color: #112a73;
  color: #fff;
}
.select-area__link--button a:hover {
  opacity: 0.8;  
}
.select-area__link--button a:after {
  position: absolute;
  top: 10px;
  right: 14px;
  display: inline-block;
  font-size: 14px;
  content: '>';
}
.form-area--title {
  margin-top: 60px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  font-size: 28px;
  font-weight: bold;
}
.form-area--title--notice {
  margin-top: 20px;
  margin-bottom: 40px;
}

.col-2 .select-area__link--button {
  width: 48.3%;
}
.col-2 .select-area__link--button a {
  width: 100%;
  box-sizing: border-box;
}
.col-2 .select-area__link--button:nth-child(2n){
  margin-right: 0;
}
.col-2 .select-area__link--button:nth-child(-n + 2){
  margin-bottom: 20px;
}
.o-text-link{
  color: #ee8100;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .3s ease-in-out;
}

.notice-style{
  padding-top: 10px!important;
  border: inherit!important;
}

.bb_none{
  border-bottom: inherit!important;
}
