@charset "utf-8";

input[type="text"], input[type="tel"], input[type="email"], textarea {
  padding: .75em .5em;
  box-shadow: 0 0 4px rgba(0,0,0,.1) inset;
  border: 1px solid #ccc;
  border-radius: .25em;
  font-size: 1.125em;
  outline: none;
}

select {
  text-indent: .125em;
  height: 2.875em;
  line-height: 2.5em;
  box-shadow: 0 0 4px rgba(0,0,0,.1) inset;
  border: 1px solid #ccc;
  border-radius: .25em;
  font-size: 1.125em;
  outline: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  box-shadow: 0 0 4px rgba(0,0,0,.4) inset;
  outline: none;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: .25em;
}

header {
  text-align: center;
}

header .main {
  padding: 1em;
  margin-bottom: 30px;
}

header .main img {
  width: 160px;
  height: auto;
}

header .sub {
  padding: 0 1em;
}

.nagare li {
  font-size: .75em;
}

.base > tbody > tr {
  display: block;
  border: 1px solid #eaeaea;
  margin: .5em;
}

.base > tbody > tr > th {
  background: #f7cfcf;
  padding: .25em .5em .125em;
}

.base > tbody > tr > td {
  padding: .5em;
}

.base > tbody > tr > th, .base > tbody > tr > td {
  display: block;
  width: 100%;
}

.item span {
  font-size: .6em;
  margin-left: .5em;
}

td .ipt30:last-child {
  margin-right: 0;
}

.form #salon .btn_radio + label {
  font-size: .75em;
  line-height: 1.25em;
}

.remain_box {
  top: 1em; right: 1em;
}

.send {
  text-align: center;
}

.send span {
	display: inline-block;
	margin-top: 2em;
}

.form .p_privacy .btn_radio + label {
  width: 100%;
}

.flow {
  margin: .5em;
}

.flow p {
  margin-bottom: .5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  color: #444;
}

.flow li {
  position: relative;
  margin-bottom: 1.5em;
  padding: .75em;
  padding-left: 4.75em;
  background: #eaeaea;
  border-radius: .5em;
  font-size: .75em;
}

.flow li.act {
  background: #f7cfcf;
}

.flow li:before {
  position: absolute;
  display: block;
  top: .25em;left: .25em;
  width: 1.125em;
  line-height: 1.125em;
  background: #fff;
  border-radius: 1em;
  text-align: center;
  font-family: "garamond";
  font-style: italic;
  font-size: 3em;
  color: #444;
}

.flow li:nth-child(1):before {
  content: "1";
}

.flow li:nth-child(2):before {
  content: "2";
}

.flow li:nth-child(3):before {
  content: "3";
}

.flow li:after {
  position: absolute;
  bottom: -1em;left: 50%;
  display: block;
  content: " ";
  height: 0px;
  width: 0px;
  border-left: 1em solid transparent;
  border-bottom: 1em solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -.5em;
}

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

.flow li:last-child:after {
  content: none;
}

.flow li span {
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  color: #444;
}

.thanks {
  margin: .5em;
  margin-top: 2em;
}

.login ul li {
  margin-bottom: 1em;
}

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

.login ul li a:before {
  left: .25em;
}

