@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table,
pre {
  margin-top: 0;
}
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}
ul {
  list-style-type: none;
}
img {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
}
body {
  margin: 0;
  background-color: $color-bg-main;
  font-size: $font-size-main;
  color: $color-text-main;
}
body {
  font-size: 14px;
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 #ddd;
  box-shadow: 0 2px 4px 0 #ddd;
  margin-bottom: 15px;
  height: 58px;
  padding: 0 20px;
}
.header h1 {
  margin: 0 auto;
}
.header .btn-notification img {
  width: 34px;
}
.header #nav-drawer {
  position: relative;
  top: -2px;
}
.header .nav-unshown {
  display: none;
}
.header #nav-open {
  display: inline-block;
  width: 21px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.header #nav-open span:before {
  bottom: -8px;
}
.header #nav-open span:after {
  bottom: -16px;
}
.header #nav-open span,
.header #nav-open span:before,
.header #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 21px;
  border-radius: 3px;
  background: #404040;
  display: block;
  content: '';
}
.header #nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.3;
}
.header #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 4px 0 5px rgba(0,0,0,0.15);
  box-shadow: 4px 0 5px rgba(0,0,0,0.15);
}
.header #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-flex: column;
  -webkit-flex: column;
  -ms-flex: column;
  flex: column;
  width: 85%;
  max-width: 250px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.header #nav-content a {
  display: block;
  padding: 22px 25px 22px 58px;
  border-bottom: solid 1px #efefef;
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: auto 21px;
  color: #4c4c4c;
}
.header #nav-content a.nav-login {
  background-image: url("../img/icon_login.png");
}
.header #nav-content a.nav-registration {
  background-image: url("../img/icon_registration.png");
}
.header #nav-content a.nav-regulation {
  background-image: url("../img/icon_regulation.png");
}
.header #nav-content a.nav-reservation-confirmation {
  background-image: url("../img/icon_reservation-confirmation.png");
}
.header #nav-content a.nav-account {
  background-image: url("../img/icon_registration.png");
}
.header #nav-content a.nav-barcode {
  background-image: url("../img/icon_barcode.png");
}
.header #nav-content a.logo-sidebar {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0;
  border-bottom: 0;
}
.header #nav-content a.logo-sidebar img {
  width: 130px;
}
.main {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 68px;
}
.top .main {
  padding-top: 58px;
}
.container {
  padding: 0 15px;
}
.container.margin-top {
  margin-top: 20px;
}
.container.btn-container {
  margin-right: 15px;
  margin-left: 15px;
}
.container.flow-container {
  padding-right: 0;
  padding-left: 0;
}
@media all and (min-width: 375px) {
  .container.flow-container {
    padding-right: 3%;
    padding-left: 3%;
  }
}
section {
  margin-bottom: 25px;
}
.flow-wrapper {
  margin-bottom: 10px;
}
.flow-wrapper h2 {
  margin-bottom: 10px;
}
.flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow .flow-item {
  position: relative;
  padding: 5px 5px 5px 30px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #ccc;
  line-height: 1.7;
}
.flow .flow-item.current {
  color: #fa6e91;
}
.flow .flow-item:last-of-type {
  padding: 5px;
}
@media all and (max-width: 374px) {
  .flow .flow-item {
    padding: 5px 3px 5px 23px;
    background-size: 18px;
    font-size: 2.7vw;
  }
}
.flow .flow-item.arrow {
  padding: 0;
  width: 10px;
}
.flow .flow-item.arrow::before,
.flow .flow-item.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}
.flow .flow-item.arrow::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 374px) {
  .flow .flow-item.arrow::after {
    width: 10px;
    height: 10px;
  }
}
.flow.menu .flow-item:first-child {
  background-image: url("../img/icon_nav_menu_off.png");
}
.flow.menu .flow-item:first-child.current {
  background-image: url("../img/icon_nav_menu.png");
}
.flow.menu .flow-item:nth-child(3) {
  background-image: url("../img/icon_nav_stylist_off.png");
}
.flow.menu .flow-item:nth-child(3).current {
  background-image: url("../img/icon_nav_stylist.png");
}
.flow.customer-info .flow-item:first-child {
  background-image: url("../img/icon_nav_customer_off.png");
}
.flow.customer-info .flow-item:first-child.current {
  background-image: url("../img/icon_nav_customer.png");
}
.flow.customer-info .flow-item:nth-child(3) {
  background-image: url("../img/icon_nav_check_off.png");
}
.flow.customer-info .flow-item:nth-child(3).current {
  background-image: url("../img/icon_nav_check.png");
}
.coupon {
  margin-bottom: 20px;
}
.coupon .coupon-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.coupon .coupon-inner .coupon-name {
  margin-bottom: 10px;
  font-weight: 600;
}
.coupon .coupon-inner .coupon-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #808080;
}
.coupon .coupon-inner .coupon-img-wrapper,
.coupon .coupon-inner .coupon-detail-wrapper {
  padding: 0 10px;
}
.coupon .coupon-inner .coupon-detail-text {
  margin: 10px 0 20px 0;
}
.coupon .coupon-inner .coupon-detail-text p {
  margin-bottom: 7px;
}
.coupon .coupon-inner .coupon-detail-text p .price {
  color: #f90c0c;
  font-weight: 600;
}
.select-area {
  margin-bottom: 0;
}
.select-area h3 {
  margin-bottom: 0;
}
.menu-item {
  position: relative;
  display: block;
  border-bottom: solid 1px #eee;
  padding: 15px 45px 15px 15px;
  vertical-align: middle;
}
.menu-item::before,
.menu-item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.menu-item::after {
  content: '';
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-item h4 {
  margin-bottom: 0;
}
.menu-item .price {
  margin-bottom: 0;
  padding-right: 15px;
  color: #f90c0c;
  font-weight: 600;
}
.select-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.select-content .coupon-name {
  margin-bottom: 0;
  line-height: 1.3;
}
.select-content h4 {
  margin-bottom: 0;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  font-weight: normal;
}
.select-content .select-price {
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
  text-align: right;
}
.select-content .select-time {
  -webkit-flex-basis: 4em;
  -ms-flex-preferred-size: 4em;
  flex-basis: 4em;
  text-align: right;
}
.select-content.selected {
  border: solid 1px #eee;
  padding: 10px;
}
.menu-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #eee;
  padding: 15px 15px 15px 50px;
  vertical-align: middle;
  background-image: url("../img/icon_check.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  line-height: 1.3;
}
.menu-item-2.checked {
  background-image: url("../img/icon_checked.png");
}
.menu-item-2:last-of-type {
  border: 0;
}
.menu-item-2 h4 {
  margin-bottom: 0;
  margin-right: 15px;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.menu-item-2 .menu-price {
  -webkit-flex-basis: 6em;
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
  text-align: right;
}
.menu-item-2 .menu-time {
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
  text-align: right;
}
.menu-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #eee;
  padding: 15px 15px 15px 50px;
  vertical-align: middle;
  background-image: url("../img/icon_check.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
  line-height: 1.3;
}
.menu-item-3.checked {
  background-image: url("../img/icon_checked.png");
}
.menu-item-3:last-of-type {
  border: 0;
}
.menu-item-3 h4 {
  margin-bottom: 0;
  margin-right: 15px;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.menu-item-3 .menu-price {
  -webkit-flex-basis: 6em;
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
  text-align: right;
}
.menu-item-3 .menu-time {
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
  text-align: right;
}
.stylist-content h3 {
  margin-bottom: 0;
}
.stylist-content .stylist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #ccc;
  padding: 15px 15px 15px 15px;
  line-height: 1.6;
}
.stylist-content h4 {
  margin-bottom: 0;
}
.stylist-content .img {
  text-align: right;
  min-width: 135px;
  padding-right: 15px;
}
.stylist-content .stylist-detail {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 155px;
}
.select_date .select-date-content-wrapper {
  border: solid 1px #eee;
}
.select_date .select-date-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: solid 1px #eee;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.select_date .select-date-content:last-of-type {
  border-bottom: 0;
}
.select_date .select-date-content h4 {
  margin-bottom: 0;
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  font-weight: normal;
}
.select_date .select-date-content .select-date-price,
.select_date .select-date-content .select-date-time,
.select_date .select-date-content .select-date-name {
  text-align: right;
  color: #808080;
}
.select_date .select-date-content .select-date-price {
  -webkit-flex-basis: 6em;
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
}
.select_date .select-date-content .select-date-time {
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
}
.select_date .select-date-content .select-date-name {
  -webkit-flex-basis: 17em;
  -ms-flex-preferred-size: 17em;
  flex-basis: 17em;
}
.select_date .select-date-cal .select-date-cal-title-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.select_date .select-date-cal .select-date-cal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  padding: 15px;
}
.select_date .select-date-cal .select-date-cal-title h3 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.select_date .select-date-cal .select-date-cal-title .btn-select-date-cal-prev,
.select_date .select-date-cal .select-date-cal-title .btn-select-date-cal-next {
  margin: 0;
  font-weight: 600;
  background-color: #e5e5e5;
  border: solid 1px #b2b2b2;
  color: #333;
  padding: 10px 20px;
}
.select_date .select-date-cal .select-date-cal-title .btn-select-date-cal-prev {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.select_date .select-date-cal .select-date-cal-title .btn-select-date-cal-next {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.select_date .select-date-cal table .row-week th,
.select_date .select-date-cal table .row-week td {
  padding: 10px;
}
@media all and (max-width: 374px) {
  .select_date .select-date-cal table .row-week th,
  .select_date .select-date-cal table .row-week td {
    padding: 5px;
  }
}
.select_date .select-date-cal table :not(.row-week) th {
  padding: 10px;
}
@media all and (max-width: 374px) {
  .select_date .select-date-cal table :not(.row-week) th {
    padding: 5px;
  }
}
.select_date .select-date-cal table th,
.select_date .select-date-cal table td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}
@media all and (max-width: 374px) {
  .select_date .select-date-cal table th,
  .select_date .select-date-cal table td {
    font-size: 3.7vw;
  }
}
.select_date .select-date-cal table td {
  font-size: 2.8rem;
}
.select_date .select-date-cal table td a {
  color: #d95b73;
}
.select_date .select-date-cal table td .cross {
  background-color: #f3f3f3;
}
.select_date .select-date-cal table .sat {
  color: #6794f9;
}
.select_date .select-date-cal table .sun {
  color: #d95b73;
}
body.is-fixed .main {
  padding-top: 136px;
}
body.is-fixed .select-date-cal-title-wrapper {
  position: fixed;
  top: 58px;
  width: 100%;
  max-width: 700px;
}
.top {
  margin-bottom: 100px;
}
.top .header {
  margin-bottom: 0;
}
.top .salon-photo {
  display: block;
  margin-bottom: 1.2em;
}
.top .salon-description h2 {
  background-color: transparent;
  color: #333;
  text-align: center;
  margin-bottom: 1.2em;
  padding: 0;
  line-height: 1.4;
}
.top .salon-description p {
  color: #4c4c4c;
}
.top .salon-info h3 {
  color: #333;
}
.top .salon-info table {
  width: 100%;
  border: 0;
}
.top .salon-info table th,
.top .salon-info table td {
  border-bottom: solid 1px #efefef;
  padding: 10px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  vertical-align: top;
}
.top .salon-info table th {
  min-width: 10em;
  font-weight: 600;
  color: #333;
}
.top .salon-info table td {
  color: #4c4c4c;
}
.top .btn-reservation-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  -webkit-box-shadow: 0 -2px 4px 0 #ddd;
  box-shadow: 0 -2px 4px 0 #ddd;
}
.top .btn-reservation-wrapper .btn-reservation {
  display: inline-block;
  width: 80%;
  margin: 0;
  background-color: #404040;
}
.admin_info .info-link-wrapper {
  border-top: solid 1px #eee;
}
.admin_info .info-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #eee;
  padding: 25px 45px 25px 20px;
  vertical-align: middle;
}
.admin_info .info-link::before,
.admin_info .info-link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.admin_info .info-link::after {
  content: '';
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.admin_info .info-link p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info .info-meta {
  margin-bottom: 1em;
}
.info .info-meta .info-date {
  margin-right: 0.6em;
}
.info h3 {
  background-color: transparent;
  margin-bottom: 1em;
  padding: 0;
  font-weight: normal;
}
h1,
h2,
h3 {
  font-size: 14px;
}
h1 {
  margin: 0;
  text-align: center;
}
h2 {
  background-color: #fa3b6c;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 12px;
}
h3 {
  background-color: #eee;
  margin-bottom: 15px;
  padding: 7px 15px;
}
p {
  line-height: 1.4;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
a {
  text-decoration: none;
  color: #333;
}
.sub-link {
  margin-bottom: 35px;
}
.sub-link a {
  color: #363afd;
}
.btn {
  display: block;
  color: #fff;
  margin: 0 auto 15px auto;
  padding: 15px;
  text-align: center;
  max-width: 300px;
  border-radius: 5px;
}
.btn-main {
  background-color: #fa6e91;
}
.btn-coupon,
.btn-stylist {
  padding: 10px 35px;
  background-color: #414141;
  max-width: 100%;
}
@media all and (max-width: 374px) {
  .btn-coupon,
  .btn-stylist {
    padding: 10px 15px;
  }
}
.btn-coupon,
.btn-stylist {
  margin: 0;
}
.btn-stylist {
  margin-top: 3px;
  padding: 8px 15px;
}
.facebook {
  background-color: #36609f;
}
.line {
  background-color: #37c65c;
}
.twitter {
  background-color: #2caae1;
}
.sns a {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px;
  text-align: left;
  text-indent: 40px;
}
.sns.sns-login {
  margin-bottom: 20px;
  padding: 20px 15px 0 15px;
  border-top: solid 1px #eee;
}
.sns .facebook {
  background-image: url("../img/icon_facebook.png");
}
.sns .line {
  background-image: url("../img/icon_line.png");
}
.sns .twitter {
  background-image: url("../img/icon_twitter.png");
}
.no-member {
  padding: 20px 15px 0 15px;
  border-top: solid 1px #eee;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 12px;
  font-size: 1.6rem;
  line-height: 1.6;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #aaa;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #aaa;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #aaa;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin-right: 6px;
  margin-bottom: 0;
  text-align: center;
}
button[type="submit"] {
  border: 0;
  width: 100%;
}
.checkbox {
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px auto;
}
.with-icon input[type="text"]::-webkit-input-placeholder,
.with-icon input[type="email"]::-webkit-input-placeholder,
.with-icon input[type="password"]::-webkit-input-placeholder,
.with-icon input[type="tel"]::-webkit-input-placeholder {
  font-family: icon;
}
.with-icon input[type="text"]:-ms-input-placeholder,
.with-icon input[type="email"]:-ms-input-placeholder,
.with-icon input[type="password"]:-ms-input-placeholder,
.with-icon input[type="tel"]:-ms-input-placeholder {
  font-family: icon;
}
.with-icon input[type="text"]::-moz-placeholder,
.with-icon input[type="email"]::-moz-placeholder,
.with-icon input[type="password"]::-moz-placeholder,
.with-icon input[type="tel"]::-moz-placeholder {
  font-family: icon;
}
.customer-info-note {
  width: 100%;
  border: solid 1px #eee;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 10px 10px 6em 10px;
  font-size: 1.6rem;
}
table {
  width: 100%;
  border: solid 1px #eee;
  border-collapse: collapse;
  margin-bottom: 20px;
}
th,
td {
  border: solid 1px #eee;
  padding: 10px;
  line-height: 1.5;
}
th {
  font-weight: normal;
  width: 9em;
  text-align: left;
}

/*# sourceMappingURL=style.css.map */


/* Added by K.Tanaka on 2017/12/15 */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #eee;
  padding: 15px 15px 15px 50px;
  vertical-align: middle;
  position:relative;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 15px;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon_check.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 0px center;
}

.checkbox01-parts:last-of-type {
  border: 0;
}
.checkbox01-parts h4 {
  margin-bottom: 0;
  margin-right: 15px;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.checkbox01-parts .menu-price {
  -webkit-flex-basis: 6em;
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
  text-align: right;
}
.checkbox01-parts .menu-time {
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
  text-align: right;
}

.checkbox01-input:checked + .checkbox01-parts{
  //color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 15px;
  width: 25px;
  height: 25px;
  background-image: url("../img/icon_checked.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 0px center;
}

