@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

form {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0 auto;
  border: none;
}
form input, form button, form textarea, form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form label > span {
  font-size: 13px;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border-radius: 3px;
  color: white;
  margin: 0 0 0 0.5em;
}
form label > span.label-danger {
  background: red;
}
form label > span.label-success {
  background: #0da830;
}
form dl {
  border-bottom: 1px solid silver;
  margin: 0 auto;
}
form dl dt {
  border-top: 1px solid silver;
  text-align: left;
  font-weight: bold;
  padding: 1em 0.5em 0 0.5em;
}
form dl dt > span {
  font-size: 13px;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border-radius: 3px;
  color: white;
  margin: 0 0 0 0.5em;
}
form dl dt > span.label-danger {
  background: red;
}
form dl dt > span.label-success {
  background: #0da830;
}
form dl dd {
  text-align: left;
  padding: 0.3em 0.5em 0.8em 0.5em;
}
form label span {
  font-size: 13px;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border-radius: 3px;
  color: white;
  margin: 0 0 0 0.5em;
}
form label span.label-danger {
  background: red;
}
form label span.label-success {
  background: #0da830;
}
form input, form select, form textarea {
  border: 0;
  padding: 10px;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  width: 300px;
  max-width: 90%;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
form input:focus, form select:focus, form textarea:focus {
  border: solid 1px #3495e4;
}
form textarea {
  width: 600px;
}
form select::-ms-expand {
  display: none;
}
form input.post_code, form textarea.post_code, form select.post_code {
  width: 5em;
}
form input.address, form textarea.address, form select.address {
  width: 600px;
  max-width: 90%;
}
form input:required, form textarea:required, form select:required {
  background: #ffcdd2;
}
form input[type=checkbox], form textarea[type=checkbox], form select[type=checkbox] {
  display: none;
}

label.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
label.checkbox::before {
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
label.checkbox::after {
  border-right: 6px solid #28346e;
  border-bottom: 3px solid #28346e;
  content: "";
  display: block;
  height: 20px;
  left: 8px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 60%;
  transform: rotate(45deg);
  width: 9px;
}
input[type=checkbox]:checked + label.checkbox::before, form textarea[type=checkbox]:checked + label.checkbox::before, form select[type=checkbox]:checked + label.checkbox::before {
  border-color: #444;
}
input[type=checkbox]:checked + label.checkbox::after, form textarea[type=checkbox]:checked + label.checkbox::after, form select[type=checkbox]:checked + label.checkbox::after {
  opacity: 1;
}
label ｝ input[type=email]:invalid, label ｝ form textarea[type=email]:invalid, form label ｝ textarea[type=email]:invalid, label ｝ form select[type=email]:invalid, form label ｝ select[type=email]:invalid {
  background: #ffcdd2;
}
label input:valid, label form textarea:valid, form label textarea:valid, label form select:valid, form label select:valid {
  background: transparent;
}
label input:focus, label form textarea:focus, form label textarea:focus, label form select:focus, form label select:focus {
  background: #DCEDC8;
}
label input[type=text], label form textarea[type=text], form label textarea[type=text], label form select[type=text], form label select[type=text] {
  width: 100%;
  max-width: 400px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio], form textarea[type=radio], form select[type=radio] {
  display: none;
}

label.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
label.radio::before {
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2em;
  left: 5px;
  margin-top: -0.6em;
  position: absolute;
  top: 50%;
  width: 1.2em;
}
label.radio::after {
  background: #28346e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.7em;
  left: 0.55em;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  top: 0.7em;
  width: 0.7em;
}
input[type=radio]:checked + label.radio::before, form textarea[type=radio]:checked + label.radio::before, form select[type=radio]:checked + label.radio::before {
  border-color: #444;
}
input[type=radio]:checked + label.radio::after, form textarea[type=radio]:checked + label.radio::after, form select[type=radio]:checked + label.radio::after {
  opacity: 1;
}

label.select {
  position: relative;
}
label.select::before {
  position: absolute;
  top: 0.6em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

input#confirm_email1, form textarea#confirm_email1, form select#confirm_email1 {
  width: auto !important;
}

input#confirm_email2, form textarea#confirm_email2, form select#confirm_email2 {
  width: auto !important;
}

div.hide {
  visibility: hidden;
  opacity: 0;
}
div.hide > input, form div.hide > textarea, form div.hide > select {
  display: inline;
}
div.error {
  color: #c80000;
  margin: 0 0 0 0;
  text-align: left;
  font-weight: bold;
}
div#match_error {
  padding: 0 0 0 0;
  display: block;
}
div#match_error.match {
  color: #1bcd6b;
}

input[type=submit], form textarea[type=submit], form select[type=submit] {
  width: auto;
  background-color: #666;
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding: 0.7em 1em 0.5em 1.3em;
  margin: 30px auto 0 auto;
}
input[type=submit]:hover, form textarea[type=submit]:hover, form select[type=submit]:hover {
  border: 1px solid #333;
  background-color: #333;
}
input[type=submit]:active, form textarea[type=submit]:active, form select[type=submit]:active {
  background: #666;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

#privacy > p {
  text-align: left;
}
#privacy > ul > li {
  text-align: left;
}
#privacy > ul > li h3 {
  margin: 20px 0 5px 0;
  font-size: 1.1em;
}
#privacy > ul > li ol > li {
  margin: 0 0 0 2em;
  list-style: disc;
}

body {
  background: url(grp/apo_bg.png) right bottom no-repeat fixed, #e0effe;
}
@media only screen and (max-width: 768px) {
  body {
    background: url(grp/apo_bg_ss.png) left bottom 150px no-repeat fixed, #e0effe;
  }
}

/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/*** main px ***/
#tel_fax span {
  font-size: 1.2em;
  font-weight: bold;
}
#tel_fax span i {
  margin: 0 0.3em 0 0;
}
#tel_fax span span {
  font-weight: bold;
}

#yoyaku {
  padding: 60px 0 300px 0;
}
#yoyaku figure a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#yoyaku > div {
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 480px) {
  #yoyaku {
    padding: 60px 0;
  }
}

#sns_btn {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #sns_btn {
    margin-top: 30px;
  }
}

.mayu_sen_prf {
  --line-green:6 192 81; /*#06C051*/
  grid-area: A;
}
.mayu_sen_prf > div {
  border: 1px solid var(--prf_line);
  padding: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  width: min(700px, 100%);
  margin: 0 auto;
}
.mayu_sen_prf > div h3 {
  font-size: 1.3em;
  font-family: var(--font-famiry-tohokami);
  color: var(--prf_line);
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: left;
}
.mayu_sen_prf > div h3 span {
  font-size: 0.6em;
}
.mayu_sen_prf > div h3 + p {
  text-align: right;
  font-size: 0.9em;
}
.mayu_sen_prf > div > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
}
.mayu_sen_prf > div > div figure {
  width: min(150px, 100%);
  margin: 0.5em auto 0 auto;
}
.mayu_sen_prf > div > div figure > * + * {
  margin-top: 8px;
}
.mayu_sen_prf > div > div figure a:hover {
  opacity: 0.75;
}
.mayu_sen_prf > div > div figure a:nth-of-type(2) {
  text-decoration: none;
  display: block;
}
.mayu_sen_prf > div > div figure a:nth-of-type(2) img {
  border: 1px solid rgb(var(--line-green));
  border-radius: 5px;
}
.mayu_sen_prf > div > div figure a:nth-of-type(2) figcaption {
  font-size: 0.9em;
  margin: 3px auto 0 auto;
  background: rgb(var(--line-green));
  color: white;
  padding: 0.2em 0;
  border-radius: 5px;
}
.mayu_sen_prf > div > div > div > p {
  margin: 0.5em auto 0 auto;
  text-align: left;
  font-size: 0.9em;
}
.mayu_sen_prf > div > div > div aside {
  margin: 0.5em auto 0 auto;
  font-size: 0.8em;
  text-align: left;
}
.mayu_sen_prf > div > div > div aside span {
  font-weight: 500;
  color: rgb(var(--line-green));
}
.mayu_sen_prf > div > div > div aside a {
  color: #ed374d;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.mayu_sen_prf > div > div > div aside a::after {
  display: inline-block;
  content: "";
  background-color: red;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"/></svg>');
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1em;
  width: 1em;
  vertical-align: -1px;
  margin: 0 0.3em;
}
.mayu_sen_prf > div > div > div aside a:hover {
  text-decoration: none;
}
@media (max-width: 950px) {
  .mayu_sen_prf > div {
    width: min(660px, 100%);
    margin: 0 auto;
  }
  .mayu_sen_prf > div > div {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .mayu_sen_prf > div > div {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=index.css.map */