@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.font_1, html:lang(ja) {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size-adjust: none;
}

strong, .strong {
  font-weight: 700;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.5em;
}
html.fz_L {
  font-size: 110%;
}
html.fz_M {
  font-size: 100%;
}
html.fz_S {
  font-size: 90%;
}
@media only screen and (max-width:980px) {
  html {
    font-size: 90%;
  }
  html.fz_L {
    font-size: 100%;
  }
  html.fz_M {
    font-size: 90%;
  }
  html.fz_S {
    font-size: 80%;
  }
}
@media only screen and (max-width:640px) {
  html {
    font-size: 90%;
  }
  html.fz_L {
    font-size: 100%;
  }
  html.fz_M {
    font-size: 90%;
  }
  html.fz_S {
    font-size: 80%;
  }
}
@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color_text);
  background-color: var(--color_bc);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FORM
/* -------------------------------------------------------------------------*/
.ctg_form {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  background-color: #4d99e7;
}
.ctg_form::before {
  content: "";
  width: 650px;
  padding-top: 30.6153846154%;
  background: url(../img/bg-toki.jpg) 0 0/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1260px) {
  .ctg_form::before {
    width: 550px;
    height: 337px;
    padding-top: 0;
    left: -50px;
  }
}
@media only screen and (max-width:980px) {
  .ctg_form::before {
    width: 450px;
    height: 276px;
    left: -50px;
    top: -10px;
  }
}
@media only screen and (max-width:640px) {
  .ctg_form::before {
    width: 220px;
    height: 135px;
    top: 42px;
    left: -15px;
  }
}

#FRM-HD {
  padding: 25px 0;
  text-align: center;
}
#FRM-HD .frm-hd-siteName {
  margin: 10px 0 0;
}
#FRM-HD .frm-hd-siteName img {
  width: 260px;
  height: auto;
}
#FRM-HD #FRM-HD-logo {
  margin: 10px 0 0;
  line-height: 0;
}
#FRM-HD #FRM-HD-logo img {
  width: 610px;
  height: auto;
}
#FRM-HD .frm-hd-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
#FRM-HD .frm-hd-link a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: opacity 0.2s;
}
#FRM-HD .frm-hd-link a:hover {
  opacity: 0.7;
}
#FRM-HD .frm-hd-link a img {
  width: 230px;
  height: auto;
}
@media only screen and (max-width:980px) {
  #FRM-HD .frm-hd-siteName img {
    width: 200px;
  }
  #FRM-HD #FRM-HD-logo img {
    width: 450px;
  }
  #FRM-HD .frm-hd-link a {
    border-radius: 3px;
  }
  #FRM-HD .frm-hd-link a img {
    width: 170px;
  }
}
@media only screen and (max-width:640px) {
  #FRM-HD {
    position: relative;
    padding: 50px 10px 20px;
  }
  #FRM-HD::before {
    content: "";
    display: block;
    background-color: #fff;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #FRM-HD .frm-hd-siteName img {
    width: 170px;
  }
  #FRM-HD #FRM-HD-logo img {
    width: 100%;
    max-width: 370px;
  }
  #FRM-HD .frm-hd-link {
    top: 5px;
    right: 5px;
  }
}

#FRM-CNT {
  padding: 0 20px;
}
#FRM-CNT .frm-cnt-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}
#FRM-CNT .title-1 {
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  margin: 25px 0 2rem;
  padding: 0 0 10px 80px;
  font-weight: normal;
  color: #009728;
  border-bottom: 2px dashed;
}
#FRM-CNT .title-1::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 64px;
  height: 25px;
  background: url(../img/title_ic_1.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width:980px) {
  #FRM-CNT .title-1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width:640px) {
  #FRM-CNT .title-1 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 55px;
    margin: 2rem 0 1.5rem;
  }
  #FRM-CNT .title-1::before {
    width: 45px;
    height: 18px;
  }
}
#FRM-CNT .title-1 + .title_2 {
  margin-top: 0;
}
#FRM-CNT .title-2 {
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 3px solid #009728;
  margin: 50px 0 20px;
  padding-bottom: 20px;
}
#FRM-CNT .title-2:before {
  content: "●";
  display: inline-block;
  color: #009728;
  margin-right: 10px;
}
#FRM-CNT .frm-wrp {
  padding: 10px 30px;
  background-color: #fff;
  border-top: 6px solid #15a83c;
}
#FRM-CNT .frm-tbl {
  border-collapse: collapse;
  width: 100%;
}
#FRM-CNT .frm-tbl th, #FRM-CNT .frm-tbl td {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
#FRM-CNT .frm-tbl th {
  width: 170px;
  text-align: left;
  font-weight: bold;
}
#FRM-CNT button,
#FRM-CNT input,
#FRM-CNT optgroup,
#FRM-CNT select,
#FRM-CNT textarea {
  font-size: 18px;
  font-size: 1.125rem;
}
#FRM-CNT select,
#FRM-CNT input[type=text] {
  margin: 5px 0;
}
#FRM-CNT input[type=radio], #FRM-CNT input[type=checkbox] {
  margin-right: 10px;
}
#FRM-CNT label + label {
  margin-left: 20px;
}
#FRM-CNT input[type=text],
#FRM-CNT input[type=tel],
#FRM-CNT input[type=email] {
  width: 100%;
  padding: 5px 10px;
}
#FRM-CNT input[type=date] {
  width: auto;
  padding: 5px 10px;
  vertical-align: top;
}
#FRM-CNT input.input-time {
  width: auto;
  padding: 5px 10px;
}
#FRM-CNT .label-time {
  display: inline-block;
  margin-left: 20px;
}
#FRM-CNT textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
}
#FRM-CNT .frm-sendBtn {
  margin-top: 50px;
  text-align: center;
}
#FRM-CNT .frm-sendBtn input[type=submit] {
  font-size: 24px;
  font-size: 1.5rem;
  border: none;
  color: #fff;
  padding: 15px;
  width: 100%;
  max-width: 320px;
  background-color: #14a83b;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s;
}
#FRM-CNT .frm-sendBtn input[type=submit]:hover {
  opacity: 0.8;
}
#FRM-CNT .frm-btn--back {
  text-align-last: left;
  margin: 8px 0;
}
#FRM-CNT .frm-btn--back button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  padding: 8px 16px;
  background-color: #dbdbdb;
  transition: opacity 0.2s;
  text-align: center;
}
#FRM-CNT .frm-btn--back button:hover {
  opacity: 0.8;
}
#FRM-CNT .frm-info {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
}
#FRM-CNT .frm-pic-info {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  padding: 30px 0 10px;
  opacity: 0.8;
}
#FRM-CNT .frm-pic-info p {
  margin: 0;
}
#FRM-CNT .form-emph {
  font-weight: bold;
  color: #e00000;
}
@media only screen and (max-width:980px) {
  #FRM-CNT .frm-cnt-inner {
    padding: 20px 30px;
  }
}
@media only screen and (max-width:640px) {
  #FRM-CNT {
    padding: 0;
  }
  #FRM-CNT .frm-cnt-inner {
    padding: 1px 10px;
    border-radius: 0;
  }
  #FRM-CNT .frm-wrp {
    padding: 10px 15px;
  }
  #FRM-CNT .frm-tbl, #FRM-CNT .frm-tbl tbody, #FRM-CNT .frm-tbl tr, #FRM-CNT .frm-tbl th, #FRM-CNT .frm-tbl td {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    line-height: 2;
  }
  #FRM-CNT .frm-tbl tr {
    margin: 10px 0;
    padding: 10px;
    background-color: #f2f9fc;
    border: 1px solid #c5dfeb;
  }
  #FRM-CNT .frm-tbl th {
    background-color: #beeaff;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  #FRM-CNT .frm-tbl th br {
    display: none;
  }
  #FRM-CNT .frm-tbl th .required, #FRM-CNT .frm-tbl th .optional {
    margin-left: 5px;
  }
  #FRM-CNT .frm-pic-info {
    padding: 10px;
    text-align: right;
  }
}

#FRM-FT {
  padding: 30px 20px 150px;
  color: #fff;
  background-color: #2666c1;
}
#FRM-FT .frm-ft-info {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#FRM-FT .frm-ft-info .frm-ft-name {
  margin: 0;
}
#FRM-FT .frm-ft-info .frm-ft-name img {
  width: 240px;
  height: auto;
}
#FRM-FT .frm-ft-info address {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0 0 0 30px;
  font-style: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#FRM-FT .frm-ft-info address p {
  margin: 0;
}
#FRM-FT .frm-ft-link {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 30px;
}
#FRM-FT .frm-ft-link a {
  display: inline-block;
  background-color: #fff;
  color: #2666c1;
  text-decoration: none;
  padding: 12px 30px;
  line-height: 1;
  border-radius: 5rem;
  transition: opacity 0.2s;
}
#FRM-FT .frm-ft-link a:hover {
  opacity: 0.7;
}
#FRM-FT .frm-ft-link a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #2666c1;
}
@media only screen and (max-width:640px) {
  #FRM-FT {
    padding: 20px 15px 130px;
    text-align: center;
  }
  #FRM-FT .frm-ft-info {
    display: block;
  }
  #FRM-FT .frm-ft-info .frm-ft-name img {
    width: 180px;
  }
  #FRM-FT .frm-ft-info address {
    padding: 0;
    border: none;
    margin-top: 15px;
  }
}

#TOKI-form .form-address {
  display: flex;
  gap: 10px;
}
#TOKI-form .form-gps {
  border-top: 1px dotted #000;
  margin-top: 20px;
  padding-top: 10px;
}
#TOKI-form .form-gps h4 {
  margin: 0;
}
#TOKI-form .form-gps p {
  font-size: 16px;
  font-size: 1rem;
  margin: 5px 0;
}
#TOKI-form .form-gps label {
  display: flex;
  align-items: center;
  margin: 0;
}
#TOKI-form .form-gps label span {
  width: 50px;
}
#TOKI-form .form-gps .input-gps {
  width: 100%;
}
#TOKI-form .form-gps .form-gps--btn {
  margin-top: 10px;
  margin-left: 46px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
#TOKI-form .form-gps .form-gps--btn button {
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
}
#TOKI-form .form-map {
  position: relative;
  width: 100%;
  height: 400px;
  border: 1px solid #b9b9b9;
  margin-bottom: 20px;
}
#TOKI-form .form-info {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 5px;
}
@media only screen and (max-width:640px) {
  #TOKI-form .form-gps .form-gps--btn {
    margin-left: 0;
    flex-wrap: wrap;
  }
}

.note {
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 0;
}
.note--top {
  margin-top: 0;
}

span.note {
  display: block;
}

input::placeholder, input::-webkit-input-placeholder, input::-moz-placeholder, textarea::placeholder, textarea::-webkit-input-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}
input:focus::placeholder, input:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::placeholder, textarea:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

.required, .optional {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
  padding: 2px 5px 3px;
  border: 1px solid;
  border-radius: 3px;
  font-weight: normal;
}

.required {
  color: #e00000;
  background-color: #fff6f6;
}

.multiple {
  display: block;
  margin-top: 2px;
  color: #e00000;
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (max-width:640px) {
  .multiple {
    display: inline-block;
    margin-left: 5px;
  }
}

.optional {
  color: #333;
  border-color: #b1b1b1;
  background-color: #fff;
}

#BTN-top {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 10px;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s;
  pointer-events: none;
}
#BTN-top a {
  display: block;
  width: 120px;
}
#BTN-top a img {
  width: 100%;
  height: auto;
}
#BTN-top.is_visible {
  transform: translateY(0);
  opacity: 1 !important;
  pointer-events: auto;
}
@media only screen and (max-width:980px) {
  #BTN-top a {
    width: 100px;
  }
}
@media only screen and (max-width:640px) {
  #BTN-top {
    bottom: 20px;
  }
  #BTN-top a {
    width: 80px;
  }
}

.frm-tpInfo--emph {
  text-align: center;
  margin-bottom: 24px;
  padding: 8px;
  background-color: #f09743;
  color: #fff;
}
.frm-tpInfo--emph p {
  margin: 0;
}

.pic-thumb {
  margin: 0;
  padding: 0;
}
.pic-thumb img {
  max-width: 240px;
  max-height: 240px;
  height: auto;
  width: auto;
}

.frm-thanks {
  margin: 3rem 0;
}
@media only screen and (max-width:640px) {
  .frm-thanks {
    margin: 2rem 0;
  }
}

.frm-thanks-figure {
  text-align: center;
}
.frm-thanks-figure img {
  width: 350px;
  height: auto;
}
@media only screen and (max-width:640px) {
  .frm-thanks-figure {
    margin-bottom: 30px;
  }
  .frm-thanks-figure img {
    width: 250px;
  }
}

.frm-alert {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin: 0 0 15px 5px;
  padding: 3px 10px;
  background-color: #fff6f6;
  border: 1px solid #e00000;
  border-left-width: 3px;
  color: #e00000;
  border-radius: 0 5rem 5rem 0;
}
.frm-alert::before {
  content: "⚠";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
.frm-alert::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #E00000 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: -3px;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* 404 PAGE
/* -------------------------------------------------------------------------*/
.pg-404 {
  text-align: center;
}
.pg-404 p {
  font-weight: bold;
}
.pg-404 figure {
  margin: 0;
  padding: 0;
}
.pg-404 img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.pg-404 .btn {
  display: inline-block;
  background-color: #fff;
  text-decoration: none;
  padding: 10px 30px 12px;
  border-radius: 5rem;
  border: 2px solid #0080ca;
  color: #0080ca;
  transition: background-color 0.2s;
}
.pg-404 .btn:hover {
  background-color: #d7f1ff;
}

/* -------------------------------------------------------------------------*/