<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 &amp; IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 1;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.breadcrumb li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button01 {
  /**/
}

.button02 {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.pager li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

header {
  /**/
}
@media screen and (max-width: 1366px) {
  header {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  }
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

footer {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.news-list li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.slide-menu {
  /**/
}

.access {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 1366px) {
  .access {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.access iframe {
  position: absolute;
  top: 10px;
  right: 100px;
  width: 600px;
  height: 340px;
}
@media screen and (max-width: 1366px) {
  .access iframe {
    position: static;
    width: 100%;
    height: 200px;
    margin-top: -60px;
  }
}
.access .access_container {
  background-color: #f7f5f2;
  padding: 60px 0 145px 0;
  width: 990px;
  margin-bottom: 140px;
  padding-left: 200px;
}
@media screen and (max-width: 1366px) {
  .access .access_container {
    width: 100%;
    margin-bottom: 0;
    padding: 60px 20px 80px 20px;
  }
}
.access .access_container .access_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.access .access_container .access_wrap &gt; h2 {
  margin-bottom: 0;
}
.access .access_container .access_wrap .icon {
  width: 25px;
  height: 35px;
  margin-right: 15px;
}
.access .access_container .access_wrap h2 {
  margin-right: 10px;
}
.access .access_container .access_wrap .sub {
  margin-right: 35px;
}
.access .access_container .access_wrap .arrow {
  width: 24px;
}
.access .access_container .read {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #5a5a5a;
  width: 275px;
}
.view_container .wrap {
  color: #fff;
  background: transparent linear-gradient(270deg, rgba(153, 216, 100, 0) 40%, rgba(105, 193, 28, 0.8784313725) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content {
  display: flex;
  justify-content: flex-start;
}

.red_container {
  width: 100%;
  max-width: 1322px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
.red_container .ttl_red.pc {
  display: flex;
  background-color: #FBECF4;
}
.red_container .ttl_red.pc .box {
  width: 30%;
  position: relative;
}
.red_container .ttl_red.pc .box .box-title {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.red_container .ttl_red.pc .box .box-title p {
  line-height: 3.5em;
}
.red_container .ttl_red.pc .box .box-title h3 {
  font-size: xx-large;
  line-height: 2.5em;
  font-size: 30px;
}
.red_container .ttl_red.pc .box .box-title h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: black;
}
.red_container .ttl_red.pc .img-box {
  width: 70%;
}
.red_container .ttl_red.pc .img-box img {
  width: 100%;
  object-fit: cover;
}
.red_container .ttl.sp {
  display: none;
}

@media screen and (max-width: 1366px) {
  .content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .red_container {
    margin-top: 76px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .red_container .ttl_red.pc {
    display: none;
  }
  .red_container .ttl.sp {
    width: 100%;
    display: block;
    position: relative;
  }
  .red_container .ttl.sp img {
    position: absolute;
    height: 155px;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: 0% 100%;
  }
  .red_container .ttl.sp .box {
    width: 100%;
    height: 155px;
  }
  .red_container .ttl.sp .box .box-title {
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
  }
  .red_container .ttl.sp .box .box-title h3 {
    font-size: x-large;
    font-weight: bold;
    line-height: 2.5em;
    font-size: 18px;
  }
  .red_container .ttl.sp .box .box-title h3::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    color: white;
    border: 1px solid white;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
  }
  .red_container .ttl.sp .box .box-title p {
    font-size: small;
    line-height: 3.5em;
  }
}
.faq {
  width: 70%;
  margin-left: 109px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1366px) {
  .faq {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.faq h2 {
  position: relative;
  margin-top: 90px;
  padding-left: 16px;
  font-size: large;
  margin-bottom: 50px;
}
.faq h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #FF76BB;
  width: 5px;
  height: 1.2em;
  left: 0;
  top: 0;
}
.faq h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1366px) {
  .faq h2:first-child {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .faq h2 {
    margin-top: 45px;
    margin-bottom: 15px;
  }
}

.payment {
  width: 70%;
  margin-left: 109px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1366px) {
  .payment {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.payment h2 {
  position: relative;
  font-size: xx-large;
  padding-left: 25px;
  margin-top: 90px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1366px) {
  .payment h2 {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 25px;
    padding-left: 20px;
  }
}
.payment h2:first-child {
  margin-top: 0px;
}
.payment h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 8px;
  left: 0;
  top: 0;
  background-color: #FF76BB;
}
@media screen and (max-width: 1366px) {
  .payment h2::before {
    width: 5px;
  }
}
.payment h3 {
  margin-top: 45px;
  display: block;
  color: #FF76BB;
  font-size: x-large;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #FF76BB;
}
@media screen and (max-width: 1366px) {
  .payment h3 {
    margin-top: 30px;
    font-size: 23px;
    line-height: 1.3em;
  }
}
.payment p {
  font-size: 17px;
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .payment p {
    font-size: 15px;
  }
}
.payment .clinic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.payment .clinic .card {
  width: 32%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .payment .clinic .card {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.payment .clinic .card:last-child {
  margin-bottom: 0;
}
.payment .clinic .card img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1366px) {
  .payment .clinic .card img {
    width: 33%;
  }
}
.payment .clinic .card .pc {
  display: block;
}
.payment .clinic .card .sp {
  display: none;
}
@media screen and (max-width: 1366px) {
  .payment .clinic .card .pc {
    display: none;
  }
  .payment .clinic .card .sp {
    display: block;
  }
}
.payment .clinic .card .title {
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .payment .clinic .card .title {
    margin-top: 33px;
  }
}
.payment .clinic .card .title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.payment .clinic .card .title p {
  margin-left: 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 1366px) {
  .payment .clinic .card .title p {
    font-size: 15px;
  }
}

#id {
  display: none;
}

.about {
  display: flex;
  align-items: baseline;
  margin-bottom: 55px;
}
@media screen and (max-width: 1366px) {
  .about {
    display: block;
  }
}
.about .top {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
h5 {
  color: #1a1a1a;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
  margin-top: 30px;
}

.width {
  width: 100% !important;
}

.content_container .wrap {
  border-top: 1px solid #707070;
  margin-bottom: 70px;
}
.content_container .wrap h2 {
  margin: 40px 0 30px 0;
}
.content_container .wrap &gt; ul {
  flex-wrap: wrap;
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .content_container .wrap &gt; ul {
    justify-content: space-around;
  }
}
.content_container .wrap &gt; ul &gt; li {
  min-width: 240px;
  width: auto;
  column-gap: 10px;
  margin-bottom: 50px;
}
.content_container .wrap &gt; ul &gt; li .ttl {
  color: #212e5f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  border-left: #212e5f 2px solid;
  padding-left: 10px;
}
.content_container .wrap &gt; ul &gt; li .read {
  color: #1a1a1a;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 193.846% */
  letter-spacing: 0.78px;
}
@media screen and (max-width: 1366px) {
  .content_container .wrap &gt; ul &gt; li {
    width: 100%;
  }
}
.content_container .wrap &gt; ul &gt; li &gt; ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .content_container .wrap &gt; ul &gt; li &gt; ul {
    flex-wrap: wrap;
  }
}
.content_container .wrap &gt; ul &gt; li &gt; ul li {
  width: 24%;
}
@media screen and (max-width: 1366px) {
  .content_container .wrap &gt; ul &gt; li &gt; ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.content_container .wrap &gt; ul &gt; li &gt; ul li img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .content_container .wrap &gt; ul &gt; li &gt; ul li img {
    height: 220px;
  }
}
.content_container .wrap &gt; ul &gt; li &gt; ul li .ttl {
  color: #212e5f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-top: 10px;
  border-left: none;
  padding-left: 0;
}
.content_container .wrap &gt; ul &gt; li &gt; ul li .read {
  color: #1a1a1a;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
}

.button_wrap {
  margin-bottom: 50px;
}
.button_wrap ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .button_wrap ul {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.button_wrap ul li {
  width: 24%;
  text-align: center;
  border: 1px solid #212e5f;
  border-radius: 8px;
  padding: 20px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .button_wrap ul li {
    width: 100%;
  }
}
.button_wrap ul li p {
  color: #212e5f;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
}
.button_wrap ul li img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.button_wrap ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn_custome &gt; p {
  margin-top: 20px;
  color: #212e5f;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  letter-spacing: 1.4px;
}
.btn_custome .reserve_box {
  box-shadow: 16px 16px 40px rgba(96, 112, 172, 0.2196078431);
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  width: fit-content;
  padding: 15px;
  border-radius: 12px;
}
@media screen and (max-width: 1366px) {
  .btn_custome .reserve_box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.btn_custome .reserve_box &gt; a {
  border-radius: 45px !important;
  display: block;
  overflow: hidden;
}
.btn_custome .reserve_box &gt; a .reserve_box_bottom_lead {
  text-align: center;
}
.btn_custome .reserve_box .navy {
  background-color: #cc821e;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.reserves_wrap {
  background-color: #f7f5f2;
  border-radius: 6px;
  padding: 30px 20px;
}
.reserves_wrap &gt; p {
  text-align: center;
}
.reserves_wrap &gt; div {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.reserves_wrap &gt; div a {
  display: block;
  overflow: hidden;
}
.reserves_wrap &gt; div a .reserve_box_bottom_lead {
  text-align: center;
}
.reserves_wrap &gt; div .navy {
  background-color: #cc821e;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

.accordion-area {
  width: 100%;
  /*アコーディオンタイトル*/
  /*アコーディオンで現れるエリア*/
}
@media screen and (max-width: 1366px) {
  .accordion-area {
    width: 100%;
    margin-top: 40px;
  }
}
.accordion-area li {
  width: 100%;
  margin-bottom: 15px;
}
.accordion-area section {
  margin-bottom: 20px;
}
.accordion-area .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 0;
  transition: all 0.5s ease;
  color: #1c1b1b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 4.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-right: 50px;
  background-color: #f8f8f8;
  padding-left: 20px;
}
@media screen and (max-width: 1366px) {
  .accordion-area .title {
    word-break: break-all;
  }
}
.accordion-area .title span {
  display: block;
  color: #212e5f;
  font-size: 20px;
  min-width: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1366px) {
  .accordion-area .title {
    padding: 20px 0;
    padding-right: 40px;
    color: #1c1b1b;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 26px */
    letter-spacing: 3.9px;
    text-transform: uppercase;
    padding-left: 20px;
    align-items: flex-start;
  }
}
.accordion-area .title::before, .accordion-area .title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  object-fit: cover;
  background-color: #1a224c;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1366px) {
  .accordion-area .title::before, .accordion-area .title::after {
    width: 20px;
    height: 2px;
  }
}
.accordion-area .title::before {
  top: 50%;
  right: 20px;
  transform: rotate(360deg);
}
@media screen and (max-width: 1366px) {
  .accordion-area .title::before {
    right: 10px;
  }
}
.accordion-area .title::after {
  top: 50%;
  right: 20px;
  transform: rotate(360deg);
}
@media screen and (max-width: 1366px) {
  .accordion-area .title::after {
    right: 10px;
  }
}
.accordion-area .close::before {
  transform: rotate(0deg);
}
.accordion-area .close:after {
  transform: rotate(90deg);
}
.accordion-area .box {
  padding-left: 20px;
  display: none;
  padding-bottom: 30px;
  color: #1c1b1b;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 35px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  display: flex;
  column-gap: 20px;
  margin-top: 15px;
}
.accordion-area .box .h {
  display: block;
  color: #212e5f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.6px;
}
.accordion-area .box p {
  font-size: 14px;
  line-height: 1.3;
}
.accordion-area .box p a {
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 1366px) {
  .accordion-area .box {
    color: #1c1b1b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 250%; /* 30px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }
}

.link-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}
@media screen and (max-width: 1366px) {
  .link-btn {
    margin-top: 45px;
  }
}
.link-btn a {
  width: 48%;
  height: 220px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .link-btn a {
    width: 100%;
    height: 171px;
  }
  .link-btn a:last-child {
    margin-bottom: 0;
  }
}
.link-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  left: 0;
  z-index: 1;
}
.link-btn a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 90%;
}
.link-btn a p {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  font-size: large;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.link-btn a p::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 136px;
  height: 1px;
  background-color: white;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.link-btn a p::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 50%;
  transform: translate(70px, 0%) rotate(-30deg);
  width: 20px;
  height: 1px;
  background-color: white;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
}

main {
  padding-top: 100px;
}

.blue_container {
  margin-bottom: 60px;
}
.blue_container .ttl_blue {
  background-image: url("../../../img/access/img03.png");
  background-size: cover;
  width: 100%;
  height: 212px;
}
.blue_container .ttl_blue ul {
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  color: #333;
  padding: 20px 0 0 70px;
}
@media screen and (max-width: 1366px) {
  .blue_container .ttl_blue ul {
    padding: 20px 0 0 20px;
  }
}
.blue_container .ttl_blue ul p {
  margin: 0 5px;
}
.blue_container .ttl_blue .box {
  display: flex;
  width: 1040px;
  margin: 0 auto;
  margin-top: 40px;
  align-items: baseline;
}
@media screen and (max-width: 1366px) {
  .blue_container .ttl_blue .box {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
}
.blue_container .ttl_blue .box h3 {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 20px;
  color: #1a1a1a;
}
@media screen and (max-width: 1366px) {
  .blue_container .ttl_blue .box h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.blue_container .ttl_blue .box .sub {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  color: #969696;
  font-family: "Lato";
}

.top_back {
  margin-top: 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  padding: 25px 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=checks.css.map */</pre></body></html>