@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

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

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

:is(h2, h3, h4, h5) {
  font-family: var(--sans-serif);
}

p {
  line-height: 1.5;
}

body {
  font-family: var(--sans-serif);
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
body.scroll-lock {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.container {
  width: calc(100% - 8vw);
  margin: 0 auto;
}
.container.w1600 {
  max-width: 1600px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w980 {
  max-width: 980px;
}
.container.w720 {
  max-width: 720px;
}

.ta_center {
  text-align: center !important;
}
.ta_right {
  text-align: right !important;
}
.ta_left {
  text-align: left !important;
}

.tc_red {
  color: var(--red);
}
.tc_blue {
  color: var(--blue);
}
.tc_yellow {
  color: var(--yellow);
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.marker_yellow_vertical {
  background: linear-gradient(to left, transparent 60%, #ff6 60%);
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.ff_serif {
  font-family: var(--serif);
}
.ff_sans_serif {
  font-family: var(--sans-serif);
}

.hidden {
  display: none;
}

body {
  padding-top: var(--header-height);
}

header {
  width: 100%;
  height: var(--header-height);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header #h_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #h_main h1 {
  margin: 0;
}
header #h_main h1 a img {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
  transition: opacity 0.2s;
}
header #h_main h1 a:hover {
  opacity: 0.8;
}
header .entry {
  position: absolute;
  top: 0;
  right: 0;
}
header .entry a {
  height: var(--header-height);
  padding: 0 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: var(--header-height);
  color: #fff;
  font-weight: 600;
  background: var(--red);
  transition: opacity 0.2s;
}
header .entry a:hover {
  opacity: 0.8;
}

footer {
  padding: 60px 0;
  color: var(--white);
  background: var(--bg_footer);
}
footer #copy .logo a img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  opacity: 0.8;
  transition: opacity 0.2s;
}
footer #copy .logo a:hover img {
  opacity: 1;
}
footer #copy .logo + p.copy {
  margin-top: 60px;
}
footer #copy p.copy {
  margin: 0;
  color: 0.8;
  font-size: 0.75rem;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
footer #copy p.copy a {
  text-decoration: none;
  color: var(--white);
  opacity: 0.8;
}
footer #copy p.copy a:hover {
  opacity: 1;
}

main h2.ttl {
  margin-bottom: 40px;
  padding-bottom: 0.75em;
  text-align: center;
  position: relative;
}
main h2.ttl::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--black);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
main .popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
main .popup .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .popup .wrap button {
  width: 60px;
  height: 60px;
  padding: 0;
  display: block;
  background: none;
  border: none;
  position: fixed;
  top: 2vw;
  right: 2vw;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}
main .popup .wrap button.btn_close::before {
  content: "\e5cd";
  font-family: material icons;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .popup .wrap button:hover {
  opacity: 1;
}
main .popup .wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.9;
  transition: opacity 0.4s;
}
main .popup .wrap .bg:hover {
  opacity: 0.95;
}
main .popup .wrap .set {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
main .popup.book .wrap {
  align-items: flex-end;
}
main .popup.book .wrap .set {
  width: calc(100% - 8vw);
  max-width: 720px;
  height: calc(100% - 100px);
  overflow-y: auto;
}
main .popup.book .wrap .set .inner ul.book_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .popup.book .wrap .set .inner ul.book_list li {
  display: none;
}
main .popup.book .wrap .set .inner ul.book_list li .img {
  padding: min(40px, 8vw) min(40px, 8vw) 0;
}
main .popup.book .wrap .set .inner ul.book_list li .img img {
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  display: block;
}
main .popup.book .wrap .set .inner ul.book_list li .txt {
  padding: min(40px, 8vw) 4vw 4vw;
}
main .popup.book .wrap .set .inner ul.book_list li .txt article + article {
  margin-top: 4vw;
  padding-top: 4vw;
  border-top: 1px solid #ddd;
}
main .popup.book .wrap .set .inner ul.book_list li .txt article > *:first-child {
  margin-top: 0;
}
main .popup.book .wrap .set .inner ul.book_list li .txt article > *:last-child {
  margin-bottom: 0;
}
main .popup.book .wrap .set .inner ul.book_list li .txt article p {
  margin: 1.5em 0;
  color: rgba(var(--black-rgb), 0.8);
  line-height: 1.8;
  font-size: 0.875rem;
}
main .popup.book .wrap .set .inner ul.book_list li .txt article figure {
  margin: 0;
}
main .popup.book .wrap .set .inner ul.book_list li .txt article figure.f_left {
  width: 160px;
  margin-right: 40px;
  float: left;
}
main .popup.book .wrap .set .inner ul.book_list li .txt article figure img {
  max-width: 100%;
  display: block;
}
main #kv {
  width: 100%;
  height: 600px;
  position: relative;
}
main #kv .bg {
  width: 100%;
  height: 100%;
}
main #kv .bg picture {
  width: 100%;
  height: 100%;
  display: block;
}
main #kv .bg picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
main #kv .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main #kv .txt .set {
  width: calc(100% - 8vw);
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
main #kv .txt .set .sub {
  position: absolute;
  bottom: 50%;
}
main #kv .txt .set .sub p.caption {
  margin: 0;
  font-family: serif;
  font-weight: 600;
  font-size: min(5vw, 3rem);
  font-feature-settings: "palt";
  color: var(--white);
  letter-spacing: 0;
}
main #kv .txt .set .main {
  position: absolute;
  bottom: 40px;
}
main #kv .txt .set .main h1 {
  width: min(80vw, 640px);
  margin: 0;
}
main #kv .txt .set .main h1 span {
  display: block;
}
main #kv .txt .set .main h1 span img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 8px rgb(102, 133, 180));
}
main #kv .txt .set .main ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
  z-index: 1;
}
main #kv .txt .set .main ul li {
  margin-left: 10px;
  padding: 4px 0.75em;
  background: #fff;
  color: #6686b5;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
}
main #kv .txt .set .main ul li::before {
  content: "";
  background: #fff;
  width: 10px;
  height: 32px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}
main #kv .txt .pr {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  background: var(--red);
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
main #kv .txt .pr .main {
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 1.125;
  color: var(--yellow);
}
main #kv .txt .pr .main small {
  font-size: 70%;
}
main #kv .txt .pr .sub {
  margin-top: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}
main #form {
  padding: 8vw 0;
  background: #eee;
}
main #form .top article .tel {
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}
main #form .top article .tel > *:first-child {
  margin-top: 0;
}
main #form .top article .tel > *:last-child {
  margin-bottom: 0;
}
main #form .top article .tel p.contact {
  line-height: 1.5;
}
main #form .top article .tel p.contact a {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 2rem;
  text-decoration: none;
  color: var(--blue);
}
main #form .top article .tel p.contact a:hover {
  color: var(--red);
}
main #form .main ul.form_list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
main #form .main ul.form_list > li {
  padding: min(40px, 4vw);
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-top: 1px solid #eee;
}
main #form .main ul.form_list > li:first-child, main #form .main ul.form_list > li:last-child {
  border-top: none;
}
main #form .main ul.form_list > li *:first-child {
  margin-top: 0;
}
main #form .main ul.form_list > li *:last-child {
  margin-bottom: 0;
}
main #form .main ul.form_list > li .ttl {
  width: 200px;
}
main #form .main ul.form_list > li .ttl label {
  position: relative;
}
main #form .main ul.form_list > li .ttl label.required::after {
  content: "必 須";
  color: var(--white);
  background: var(--red);
  margin-left: 10px;
  padding: 0 0.5em;
  font-size: 0.75rem;
  font-weight: 600;
  text-indent: 0.5em;
}
main #form .main ul.form_list > li .input {
  flex: 1;
}
main #form .main ul.form_list > li .input ul.name_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
main #form .main ul.form_list > li .input ul.name_list > li {
  flex: 1;
}
main #form .main ul.form_list > li .input ul.name_list + .name_list {
  margin-top: 20px;
}
main #form .main ul.form_list > li .input ul.adr_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
main #form .main ul.form_list > li .input ul.adr_list > li {
  margin-top: 10px;
}
main #form .main ul.form_list > li .input ul.adr_list > li.zip input {
  width: 120px;
}
main #form .main ul.form_list > li .input ul.hope_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main #form .main ul.form_list > li .input ul.hope_list > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main #form .main ul.form_list > li .input ul.hope_list > li label {
  font-weight: 600;
}
main #form .main ul.form_list > li .input p.memo {
  margin-top: 1em;
  font-size: 0.875rem;
}
main #form .main ul.form_list > li.submit {
  padding-top: 40px;
  display: block;
  background: #eee;
}
main #form .main ul.form_list > li.submit p.policy {
  margin: 0 0 40px;
  text-align: center;
}
main article p {
  margin: 1.5em 0;
  line-height: 1.8;
}
main article.place {
  margin: 0 0 60px;
}
main article.place table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
}
main article.place table tbody tr th, main article.place table tbody tr td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
main article.place table tbody tr th {
  width: 120px;
  letter-spacing: 0.25em;
}
main article.place figure {
  margin: 0 0 60px;
}
main article.place figure img {
  max-width: 100%;
  display: block;
}
main .map {
  width: 100%;
  height: 40vh;
}
main .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
main .special {
  margin: 100px 0;
  padding: 60px 0;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main .special ul.book_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
main .special ul.book_list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
main .special ul.book_list li .img {
  height: 280px;
}
main .special ul.book_list li .img img {
  width: auto;
  height: 100%;
  display: block;
}
main .special ul.book_list li .ttl {
  font-weight: 600;
}
main .special ul.book_list li button {
  padding: 0.5em 2em;
  border: 2px solid var(--blue02);
  border-radius: 100px;
  background: none;
  color: var(--blue02);
  font-weight: 600;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
main .special ul.book_list li button:hover {
  background: var(--blue02);
  color: var(--white);
}
main .special article {
  margin: 0 0 40px;
}
main .special article h2 {
  text-align: center;
}
main .special article p {
  text-align: center;
}
main .overview {
  margin: 100px 0;
}
main .overview h2 {
  text-align: center;
}
main .overview table {
  width: 100%;
  border-collapse: collapse;
}
main .overview table tbody tr th, main .overview table tbody tr td {
  padding: 0.75em 1.5em;
  border: 1px solid #ddd;
  font-weight: 400;
  text-align: left;
}
main .overview table tbody tr th {
  background: #f5f5f5;
}
main .overview table tfoot tr td.attention {
  padding-top: 0.75em;
  font-size: 0.875rem;
}
main .greeting {
  margin: 100px 0;
}
main .greeting h2 {
  text-align: center;
}
main .greeting h2 + p.caption {
  text-align: center;
}
main .greeting article {
  margin: 60px 0;
}

.f_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.4s;
}
.f_fix.hide {
  transform: translate(0, 100%);
}
.f_fix .set a {
  display: block;
  background: var(--white);
}
.f_fix .set a img {
  max-width: 100%;
  display: block;
  transition: opacity 0.2s;
}
.f_fix .set a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none !important;
  }
  body {
    padding-top: var(--header-height_sp);
  }
  header {
    height: var(--header-height_sp);
  }
  header #h_main {
    justify-content: flex-start;
  }
  header #h_main h1 {
    margin-left: 4vw;
  }
  header #h_main h1 a img {
    max-width: 120px;
  }
  header .entry {
    top: 8px;
    right: 8px;
  }
  header .entry a {
    padding: 0 1.5em;
    border-radius: 100px;
    font-size: 0.875rem;
    height: calc(var(--header-height_sp) - 16px);
    line-height: calc(var(--header-height_sp) - 16px);
  }
  main .popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  main .popup .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .popup .wrap button {
    width: 60px;
    height: 60px;
    padding: 0;
    display: block;
    background: none;
    border: none;
    position: fixed;
    top: 2vw;
    right: 2vw;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
  }
  main .popup .wrap button.btn_close::before {
    content: "\e5cd";
    font-family: material icons;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main .popup .wrap button:hover {
    opacity: 1;
  }
  main .popup .wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.9;
    transition: opacity 0.4s;
  }
  main .popup .wrap .bg:hover {
    opacity: 0.95;
  }
  main .popup .wrap .set {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  main .popup.book .wrap {
    align-items: flex-end;
  }
  main .popup.book .wrap .set {
    width: calc(100% - 8vw);
    max-width: 720px;
    height: calc(100% - 100px);
    overflow-y: auto;
  }
  main .popup.book .wrap .set .inner ul.book_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  main .popup.book .wrap .set .inner ul.book_list li {
    display: none;
  }
  main .popup.book .wrap .set .inner ul.book_list li .img {
    padding: min(40px, 8vw) min(40px, 8vw) 0;
  }
  main .popup.book .wrap .set .inner ul.book_list li .img img {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt {
    padding: min(40px, 8vw) 4vw 4vw;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt article + article {
    margin-top: 4vw;
    padding-top: 4vw;
    border-top: 1px solid #ddd;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt article > *:first-child {
    margin-top: 0;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt article > *:last-child {
    margin-bottom: 0;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt article p {
    margin: 1.5em 0;
    color: rgba(var(--black-rgb), 0.8);
    line-height: 1.8;
    font-size: 0.875rem;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt article figure {
    margin: 0;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt article figure.f_left {
    width: 160px;
    margin-right: 40px;
    float: left;
  }
  main .popup.book .wrap .set .inner ul.book_list li .txt article figure img {
    max-width: 100%;
    display: block;
  }
  main #kv {
    height: inherit;
  }
  main #kv .bg {
    width: 100%;
    height: 133.333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  main #kv .bg picture img {
    -o-object-position: center;
       object-position: center;
  }
  main #kv .txt {
    position: relative;
    z-index: 1;
  }
  main #kv .txt .set {
    position: relative;
  }
  main #kv .txt .set .sub {
    height: 133.333vw;
    position: relative;
    bottom: 4vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  main #kv .txt .set .sub p.caption {
    font-size: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    writing-mode: vertical-rl;
  }
  main #kv .txt .set .sub p.caption span.msg01 {
    font-size: 1.5rem;
    display: inline-block;
  }
  main #kv .txt .set .sub p.caption span.msg02 {
    margin-right: 0.75em;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 0.125em;
    display: inline-block;
  }
  main #kv .txt .set > .main {
    width: 100%;
    top: 2vw;
    bottom: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  main #kv .txt .set > .main h1 {
    width: 100%;
  }
  main #kv .txt .set > .main h1 span img {
    width: 100%;
    filter: drop-shadow(0 0 8px rgb(102, 133, 180));
  }
  main #kv .txt .set > .main ul li {
    flex: 1;
    margin-left: 0;
    padding: 4px 0;
    background: var(--blue);
    color: #fff;
    text-align: center;
    letter-spacing: 0;
  }
  main #kv .txt .set > .main ul li::before {
    display: none;
  }
  main #kv .txt .pr {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    right: 4vw;
    bottom: 4vw;
    background: var(--red);
    color: var(--white);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }
  main #kv .txt .pr .main {
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 1.125;
    color: var(--yellow);
  }
  main #kv .txt .pr .main small {
    font-size: 70%;
  }
  main #kv .txt .pr .sub {
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 600;
  }
  main #form .top article p {
    font-size: 0.875rem;
  }
  main #form .top article .tel p.contact {
    font-size: 0.875rem;
  }
  main #form .main ul.form_list > li {
    padding-top: 2vw;
    flex-direction: column;
    gap: 10px;
  }
  main #form .main ul.form_list > li .ttl {
    width: 100%;
  }
  main #form .main ul.form_list > li .ttl label {
    font-weight: 600;
  }
  main article p {
    color: #333;
  }
  main article.place table tbody tr th, main article.place table tbody tr td {
    display: block;
  }
  main article.place table tbody tr th {
    width: 100%;
    padding-bottom: 0;
  }
  main article.place table tbody tr td {
    border-top: none;
    color: #333;
  }
  main .special {
    margin: 60px 0;
    padding: 40px 0;
  }
  main .special ul.book_list {
    flex-direction: column;
    gap: 40px;
  }
  main .special ul.book_list li .img {
    height: 320px;
  }
  main .overview {
    margin: 60px 0;
  }
  main .overview table tbody tr th, main .overview table tbody tr td {
    padding: 1.25em 0.75em;
    font-size: 0.875rem;
  }
  main .greeting {
    margin: 60px 0;
  }
}
@media screen and (max-width: 575.98px) {
  .onlyPC {
    display: none !important;
  }
}
:root {
  --form_input_border01: #ddd;
  --form_input_border02: #999;
  --form_blue01: #0b57d0;
  --form_blue02: #1b61d1;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=search], input[type=url], input[type=password], input[type=date], input[type=datetime-local], textarea, select {
  width: 100%;
  padding: 0.5em 0.5em;
  border: 1px solid var(--form_input_border01);
  border-radius: 4px;
  transition: border-color 0.2s, box-shadow 0.4s;
  line-height: 1.5;
  background: #fafafa;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=number]:hover, input[type=search]:hover, input[type=url]:hover, input[type=password]:hover, input[type=date]:hover, input[type=datetime-local]:hover, textarea:hover, select:hover {
  border-color: var(--form_input_border02);
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=url]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime-local]:focus, textarea:focus, select:focus {
  border-color: var(--form_blue02);
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-weight: 600;
  font-size: 0.875rem;
  color: #ccc;
}
input[type=text]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=search]::placeholder, input[type=url]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, input[type=datetime-local]::placeholder, textarea::placeholder, select::placeholder {
  font-weight: 600;
  font-size: 0.875rem;
  color: #ccc;
}

textarea {
  height: 9em;
  resize: vertical;
}

input[type=submit] {
  width: 100%;
  height: 48px;
  padding: 12px;
  color: #fff;
  font-weight: 500;
  background: var(--form_blue01);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.4s;
}
input[type=submit]:hover {
  background: var(--form_blue02);
}
input[type=submit]:disabled {
  background: #ddd;
  color: #666;
  cursor: not-allowed;
}

* {
  box-sizing: border-box;
}

:root {
  --sans-serif: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --header-height: 80px;
  --header-height_sp: 60px;
  --black: #111;
  --black-rgb: 17,17,17;
  --white: #fafafa;
  --blue: #0f3668;
  --blue-rgb: 15,54,104;
  --blue02: #297aa9;
  --red: #af1e2b;
  --red-rgb: 175,30,43;
  --bg_footer: #333;
  --yellow: #f8d259;
}/*# sourceMappingURL=style.css.map */