@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*****基本設定*****/
/*****mixin*****/
/*****basic*****/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #E68392;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}
body.times {
  font-family: "Times New Roman", serif;
}

.header {
  padding: 1em;
  background: #E6E2D6;
  text-align: center;
}
.header-admin {
  display: flex;
  justify-content: space-between;
}
.header-admin ul {
  text-align: right;
}
.header-admin ul li {
  display: inline-block;
}
.header h1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .header h1 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header h1 small {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .header h1 small {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.content {
  max-width: 640px;
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 640px) {
  .content {
    max-width: initial;
    padding: 3em 1em;
  }
}
.content.admin {
  max-width: initial;
  padding-left: 1em;
  padding-right: 1em;
}

.mainlead {
  margin: 0 0 3em 0;
}

.leadbox {
  margin: 20px 0 0 0;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: left;
}

.sec {
  margin: 0 0 4em;
}
.sec.lang_box {
  display: block;
}
.sec.date_box, .sec.time_box, .sec.ancate_box {
  display: none;
}
.end .sec {
  display: none;
}

.btns {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  width: 48%;
  margin: 0 1% 2%;
}
.btn a {
  display: block;
  padding: 1em;
  border-radius: 4px;
  background: #EC72A7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}
.btn a:hover {
  opacity: 0.7;
}
.btn a.disabled {
  pointer-events: none;
  background: #999;
}
.btn a.on {
  background: #EC72A7;
  box-shadow: none;
  transform: translateY(2px);
}
.btn a.on:hover {
  opacity: 1;
}
.btn a.off {
  background: #999;
}
.btn.ja {
  width: 98%;
}
.btn.ja a {
  padding: 2em 1em;
}

.btns-time .btn {
  width: 14%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 640px) {
  .btns-time .btn {
    width: 31%;
    margin: 0 1% 4%;
  }
}

.lead {
  margin: 0 0 2em 0;
  text-align: center;
}
.lead h2 {
  margin: 0 0 1em 0;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .lead h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lead p {
  font-size: 14px;
  font-size: 1.4rem;
}
.lead p.reserve_box {
  display: inline-block;
  padding: 2em 3em;
  border: 2px solid #E6E2D6;
  font-size: 20px;
  font-size: 2rem;
}

.ancate_box .lead p {
  text-align: left;
}
.ancate_box #ancate {
  margin: 0 0 2em 0;
}
.ancate_box #ancate h3 {
  margin: 3em 0 1em 0;
  padding: 1em;
  background: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.ancate_box #ancate h3.error {
  color: #EC72A7;
  background: #fbe2ed;
}
.ancate_box #ancate h3:before {
  content: attr(data-num) ". ";
}
.ancate_box #ancate label, .ancate_box #ancate .ancate_notice {
  display: block;
  margin: 0.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.ancate_box #ancate input[type=radio],
.ancate_box #ancate input[type=checkbox] {
  margin-right: 0.5em;
}
.ancate_box #ancate input[type=text] {
  display: inline-block;
  width: 30%;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  margin: 0 0.2em;
  padding: 0.2em 0.4em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: left;
  transition: 0.4s;
}
.ancate_box #ancate input[type=text]:focus {
  border: 1px solid #999;
}
.ancate_box #ancate input[type=text][name=nickname] {
  width: 100%;
}
.ancate_box .pref_on,
.ancate_box .times_on,
.ancate_box .havesex_on,
.ancate_box .interpreter_on,
.ancate_box .sexworker_on,
.ancate_box .iamsexworker_on {
  display: none;
}
.ancate_box label.error {
  color: #EC72A7;
}

.mainnotice {
  display: none;
  margin: 0 0 5em 0;
  padding: 2em 3em;
  border: 2px solid #E6E2D6;
  text-align: center;
}
.end .mainnotice {
  display: block;
}
@media screen and (max-width: 640px) {
  .mainnotice {
    margin: 0 0 3em 0;
    padding: 1em;
  }
}
.mainnotice p + p {
  margin-top: 2em;
}

form:not(#ancate) {
  text-align: center;
}
form:not(#ancate) input[type=text],
form:not(#ancate) input[type=password],
form:not(#ancate) input[type=email],
form:not(#ancate) input[type=date],
form:not(#ancate) input[type=time],
form:not(#ancate) input[type=number] {
  display: inline-block;
  width: 98%;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  padding: 0.75em 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  transition: 0.4s;
}
form:not(#ancate) input[type=text]:focus,
form:not(#ancate) input[type=password]:focus,
form:not(#ancate) input[type=email]:focus,
form:not(#ancate) input[type=date]:focus,
form:not(#ancate) input[type=time]:focus,
form:not(#ancate) input[type=number]:focus {
  border: 1px solid #999;
}
form:not(#ancate) input[type=date] {
  width: 30%;
  margin: 0 1%;
}
form:not(#ancate) input[type=time] {
  width: 20%;
  margin: 0 1%;
}
form:not(#ancate) input[type=number] {
  width: 20%;
  margin: 0 1%;
}
form:not(#ancate) input[type=email].error {
  border-color: #c00;
  background: #ffe6e6;
}
form:not(#ancate) label.error {
  display: none !important;
}
form:not(#ancate) input[readonly] {
  -webkit-appearance: none;
  border: none;
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
form:not(#ancate) input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 1em 3em;
  border: none;
  border-radius: 4px;
  background: #EC72A7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  form:not(#ancate) input[type=submit] {
    display: block;
    width: 100%;
    margin: 3em 1% 0;
  }
}
form:not(#ancate) input[type=submit]:hover {
  opacity: 0.7;
}
form:not(#ancate) input[type=button] {
  -webkit-appearance: none;
  display: inline-block;
  margin-left: 2%;
  padding: 0.5em 2em;
  border: none;
  border-radius: 4px;
  background: #EC72A7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  form:not(#ancate) input[type=button] {
    display: block;
    width: 100%;
    margin: 3em 1% 0;
  }
}
form:not(#ancate) input[type=button]:hover {
  opacity: 0.7;
}
form:not(#ancate) label {
  display: block;
  margin: 1em 0 0.5em;
}

.note {
  display: none;
  margin: 3em 0;
  padding: 1.5em 1.5em 0.5em;
  background: #f5f5f5;
}
.note h2 {
  margin: 0 0 10px 0;
  text-align: center;
}
.note ul {
  margin: 0 0 0 1.5em;
}
.note ul li {
  list-style-type: disc;
  margin: 0 0 1em 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.note2 {
  margin: 3em 0 0 0;
}

.table_wrap {
  width: 100%;
  overflow: auto;
}

table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table th, table td {
  padding: 5px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  white-space: nowrap;
}
table tbody tr:nth-of-type(2n+1) th,
table tbody tr:nth-of-type(2n+1) td {
  background: #f3f3f3;
}
table thead th {
  background: #E6E2D6;
  font-weight: bold;
}
table.hidden tbody th, table.hidden tbody td {
  background: none !important;
  border-bottom: 1px solid #ddd !important;
}

#insert {
  display: none;
}

.footer {
  max-width: 640px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 640px) {
  .footer {
    max-width: initial;
    margin-bottom: 3em;
    padding: 0 1em;
  }
}
.footer .en, .footer .ja {
  display: none;
}
.footer.en .en {
  display: block;
}
.footer.ja .ja {
  display: block;
}
.footer p, .footer .notice {
  margin: 1.5em 0;
}
.footer .notice li {
  list-style-type: disc;
  margin: 0.5em 0;
}

.footer_menu {
  margin: 1em 0 0 0;
}

.footer_menu a {
  color: #EC72A7;
  text-decoration: none;
}
.footer_menu a:hover {
  text-decoration: underline;
}
.footer_menu a small {
  margin-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer_menu a i {
  padding-right: 0.5em;
}

.print {
  margin: 20px 0 0;
  text-align: center;
}
