@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * contact.scss
 */
/* layout
--------------------------------------------------*/
#content .pageTitle {
  background-image: url(../imgs/contact/bg-pagetitle.jpg);
}
#content .info {
  display: table;
  margin: 30px auto 0;
  padding: 20px 50px;
  border: #4e2b71 solid 1px;
  line-height: 1;
}
#content .info .col {
  display: table-cell;
  vertical-align: middle;
}
#content .info .col + .col {
  padding-left: 20px;
}
#content .info .col .label {
  color: #4e2b71;
  font-size: 18px;
  font-weight: bold;
}
#content .info .col .time {
  margin-top: 10px;
  font-size: 14px;
}
#content .info .col .tel {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  display: block;
  padding-left: 40px;
  background: url(../imgs/common/icon-tel_purple.png) no-repeat left 8px;
  background-size: 30px;
  color: #4e2b71;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 44px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
}
html.ie #content .info .col .tel, html.firefox #content .info .col .tel {
  position: relative;
  top: 5px;
  background-position: left 3px;
}
#content #mailform .table01 {
  width: 900px;
  margin: 80px auto 0;
  border-top: #4e2b71 solid 2px;
}
#content #mailform .table01 th,
#content #mailform .table01 td {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5;
}
#content #mailform .table01 th {
  width: 180px;
}
#content #mailform .table01 th .req {
  display: block;
  float: right;
  margin-top: 2px;
  padding: 0 5px;
  background: #4e2b71;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
#content #mailform .table01 td {
  padding-right: 40px;
  padding-left: 40px;
}
#content #mailform .table01 input.formText[name^="zip"] {
  width: 80px;
  margin: 0 10px;
}
#content #mailform .table01 input.formText[name^="address"],
#content #mailform .table01 input.formText[name^="email"] {
  width: 100%;
}
#content #mailform form[action="?mode=confirm"] .table01 th {
  padding-top: 38px;
  padding-bottom: 38px;
}
#content #mailform button#zipcode {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  box-sizing: border-box;
  display: inline-block;
  width: 80px;
  height: 30px;
  margin: 0 0 0 10px;
  padding: 8px 0;
  border: none;
  border-radius: 10px;
  background: #999999;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
}
#content #mailform button#zipcode:hover {
  background: #cccccc;
}
#content #mailform label.error {
  display: block;
  margin-top: 10px;
  color: #ff0000;
  font-size: 14px;
  line-height: 1.5;
}
#content #error {
  text-align: center;
}
#content #error ul {
  display: table;
  margin: 0 auto;
  text-align: left;
}
#content #finish {
  text-align: center;
}
