@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 .main {
  padding: 1em 0 .5em;
}

header .main img {
  width: 160px;
}

header .sub {
  padding: 0 1em;
}

main {
  margin: .5em;
}

.form {
  background: #fff;
  padding: .5em 0 1em;
}

.maintitle {
  margin: 0;
  padding: .75em 0;
  font-size: 1.25em;
}

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

.base {
  margin-bottom: .5em;
}

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

.base > tbody > tr:last-child {
  margin-bottom: 0;
}

.base > tbody > tr > th {
  background: #f6f6f6;
  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;
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #ad0457;
}

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

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

.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: #ad0457;
}

.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 #ad0457;
  -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;
  font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #ad0457;
}

.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;
}

.red {
  margin: 0 .75em;
}

.meiwaku {
  margin: .5em;
}

.privacy {
  margin: .5em;
  margin-bottom: 2em;
}

footer {
  margin-top: .5em;
}
