<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/**
 * 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;
  -moz-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;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

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

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

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

ol {
  list-style-type: decimal;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 400;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  background-color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:link,
a:visited {
  color: #0400FF;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.pc_only {
  display: block;
}

.sphone_only {
  display: none;
}

.sphone_tab_only {
  display: none;
}

.desktop .tab_only {
  display: none;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.object-fit-img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

p {
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 Edge日本語用*/
}

/* 電話*/
@media (min-width: 736px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.small {
  font-size: 80%;
}

@media (min-width: 736px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* YouTube*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 0 auto;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.title1 {
  clear: both;
  background: #0067B1;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 2rem 0;
}

/* フレーム*/
#container {
  background: #ECF1FF;
  min-height: 100vh;
}

#header {
  background: #fff;
}
#header #header_title {
  background: #0067B1;
  color: #fff;
  padding: 0.8rem 1.5rem 0.2rem 1.5rem;
  font-size: 0.8rem;
}
#header #header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0.5rem;
}
#header #header_logo #logo1 {
  margin-top: 1rem;
  text-align: left;
  width: 180px;
}
#header #header_logo #logo1 img {
  width: 100%;
  height: auto;
}
#header #header_logo #logo2 {
  width: 120px;
}

#mainimage {
  position: relative;
  height: calc(100svh - 150px);
}
#mainimage #mainimage1 {
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  background-image: url("../../images/mainimage1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainimage #mainimage2 {
  position: absolute;
  top: 50%;
  height: 50%;
  width: 100%;
  background-image: url("../../images/mainimage2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainimage #button1 {
  position: absolute;
  top: 15%;
  left: 1rem;
  z-index: 2;
}
#mainimage #button2 {
  position: absolute;
  bottom: 15%;
  right: 1rem;
  z-index: 2;
}
#mainimage .mainimage_button a {
  position: relative;
  display: block;
  background-color: hsla(0, 0%, 0%, 0.2);
  color: #fff;
  border: 1px solid #fff;
  padding: 0.6rem 1rem 2.5rem 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
#mainimage .mainimage_button a::after {
  position: absolute;
  bottom: 0.6rem;
  left: 45%;
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 20px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  background-image: url("../../images/icn_allow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#mainimage #mainimage_wrap {
  width: 100%;
  height: calc(100svh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}
#mainimage #mainimage_wrap .catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0067B1;
  background-color: hsla(0, 0%, 100%, 0.8);
  padding: 0.5rem 1.5rem;
  margin: 0.6rem 0;
  z-index: 2;
}

/* タブ*/
#tab {
  background: #fff;
  margin: 5rem 1rem 7rem 1rem;
}

#tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 0;
}

#tab_menu li {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  background: #fff;
  border: 1px solid #0067B1;
  border: border-box;
}

#tab_menu li:last-child {
  margin-right: 0;
}

#tab_menu li.selected {
  background: #0067B1;
}
#tab_menu li.selected a {
  color: #fff;
}

@media (hover: hover) {
  #tab_menu li:hover {
    background: #4896ce;
  }
}
#tab_menu li a {
  display: block;
  padding: 0.6rem 0;
  color: #0067B1;
  text-decoration: none;
  font-size: 1.7rem;
}
#tab_menu li a:hover {
  color: #fff;
}

#tab_menu li img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  padding: 13.5px 0.4em 13.5px 0;
}

.tab_panel {
  padding: 1.8rem;
}
.tab_panel h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #0067B1;
  text-align: center;
  padding: 2rem 0 1.3rem 0;
}
.tab_panel h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0067B1;
  text-align: left;
  padding: 3rem 0 0 0;
}
.tab_panel p {
  padding: 0.5rem 0;
}
.tab_panel img {
  width: 100%;
  margin: 0.5rem 0;
}
.tab_panel a {
  color: #00A6E4;
  font-weight: bold;
}

#tuyomi {
  background-color: #fff;
  padding-bottom: 1rem;
}

/* スライダー*/
.slider {
  padding: 3rem 0 0rem 0;
  border-bottom: 40px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider .slidercont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 8px solid #0067B1;
  padding: 1.5rem;
  margin-right: 1rem;
  height: 100%;
}
.slider .slidercont h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0067B1;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6rem;
  min-height: 0%;
}
.slider .slidercont p {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 18rem;
  min-height: 0%;
}
.slider .slidercont img {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 1rem;
}
.slider .slidercont .title2 {
  background: #ECF1FF;
  color: #0067B1;
  text-align: center;
  margin-top: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* fix IE11 */
}
.slider .blue {
  color: #0067B1;
}
.slider .blue span {
  font-size: 4rem;
  line-height: 120%;
  font-weight: bold;
}

#omoi {
  background: #ECF1FF;
  padding: 0 1rem 5rem 1rem;
  text-align: center;
}
#omoi h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0067B1;
  text-align: center;
  padding: 3rem 0 1rem 0;
}
#omoi p {
  padding: 1rem 0;
}

#rei {
  background-color: #fff;
  padding-bottom: 1rem;
  position: relative;
}
#rei .notice {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  z-index: 999;
  font-size: 1.3rem;
}
#rei .slidercont {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0067B1;
}
#rei .slidercont .time {
  padding: 0.3rem 0;
}
#rei .slidercont .time::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 20px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  background-image: url(../../images/icon01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}
#rei .slidercont .place {
  padding: 0.3rem 0;
}
#rei .slidercont .place::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 22px;
  /*画像の幅*/
  height: 22px;
  /*画像の高さ*/
  background-image: url(../../images/icon02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}
#rei .slidercont .type {
  padding: 0.3rem 0;
}
#rei .slidercont .type::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 20px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  background-image: url(../../images/icon03.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}
#rei .slidercont .price {
  padding: 0.3rem 0 2rem 0;
}
#rei .slidercont .price::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 24px;
  /*画像の幅*/
  height: 24px;
  /*画像の高さ*/
  background-image: url(../../images/icon04.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#area {
  z-index: 0;
  background: #ECF1FF;
  font-size: 1.6rem;
  line-height: 170%;
  padding-bottom: 5rem;
}
#area .photo {
  width: 100%;
  height: 190px;
  z-index: 1;
  background-image: url(../../images/area.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#area .cont {
  z-index: 2;
  background: #fff;
  margin: -7rem 2rem 0 2rem;
  padding: 3rem 3rem;
}
#area .cont .midashi {
  width: 120px;
  margin: auto;
}
#area .cont .midashi h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0067B1;
  text-align: center;
  -webkit-box-shadow: inset 0 calc(-0.4em + 7px) 0 #fff, inset 0 -0.4em 0 #E4EBFF;
          box-shadow: inset 0 calc(-0.4em + 7px) 0 #fff, inset 0 -0.4em 0 #E4EBFF;
  margin-bottom: 0;
}
#area .cont p {
  padding: 1.5rem 0 0 0;
}
#area .cont a {
  display: block;
  padding: 0.6rem 0;
  color: #00A6E4;
  text-decoration: none;
  font-weight: bold;
}

#nagare,
#case {
  background: #fff;
  font-size: 1.6rem;
  line-height: 170%;
  padding-bottom: 2rem;
}
#nagare .cont,
#case .cont {
  padding: 3rem 1.5rem;
}
#nagare .cont h3,
#case .cont h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #0067B1;
  text-align: center;
  padding-bottom: 1.6rem;
}
#nagare .cont .osusume,
#case .cont .osusume {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #0067B1;
  border-radius: 0 6px 6px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0067B1;
  padding: 0.2rem 0.8rem;
  margin: 2rem 0 1rem 0;
}
#nagare .cont .box,
#case .cont .box {
  margin-top: 1rem;
  background: #ECF1FF;
  border-radius: 10px;
  padding: 2rem 1.5rem 1rem 1.5rem;
}
#nagare .cont .box h4,
#case .cont .box h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0067B1;
  padding-bottom: 0.5rem;
}
#nagare .cont .box p,
#case .cont .box p {
  margin-bottom: 3rem;
}
#nagare .cont .box p span,
#case .cont .box p span {
  border-bottom: 3px solid #00A6E4;
}
#nagare .cont .box hr,
#case .cont .box hr {
  border-top: 2px solid #0067B1;
  margin: 2rem 0;
}
#nagare .cont .box .nagaretit,
#case .cont .box .nagaretit {
  background-color: #0067B1;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.6rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}
#nagare .cont .box .jikan_wrap,
#case .cont .box .jikan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.5rem 0;
}
#nagare .cont .box .jikan_wrap .jikan,
#case .cont .box .jikan_wrap .jikan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0067B1;
  border: 1px solid #0067B1;
}
#nagare .cont .box .jikan_wrap .jikan_tit,
#case .cont .box .jikan_wrap .jikan_tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0067B1;
}

#kaishi {
  font-size: 1.6rem;
  line-height: 170%;
  padding-bottom: 5rem;
}
#kaishi .cont {
  padding: 0 1.5rem;
}
#kaishi .cont .jikan_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 0.5rem 0;
}
#kaishi .cont .jikan_wrap .jikan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0067B1;
  border: 1px solid #0067B1;
}
#kaishi .cont .jikan_wrap .jikan_tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0067B1;
}

#faq {
  background: #fff;
}
#faq .cont {
  padding: 3rem 1.5rem;
}

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 1rem 5rem 1rem 1rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  border: 1px solid #0067B1;
  font-size: 1.6rem;
}

.accordion-inner {
  margin-bottom: 1rem;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #0067B1;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* アコーディオンが開いたら */
.accordion-hidden:checked + .accordion-open {
  border-bottom: 0;
  background-color: #f0f9ff;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
  border: 1px solid #0067B1;
  border-top: 0;
}

#footer {
  text-align: center;
  padding: 2rem 1rem;
  background: #ECF1FF;
}
#footer p {
  font-size: 2rem;
  font-weight: bold;
  color: #0067B1;
  margin: 1rem auto;
  text-align: center;
}
#footer .tel,
#footer .tel a {
  font-size: 3.4rem;
  font-weight: bold;
  color: #0067B1;
  padding: 1rem 0;
}
#footer .time {
  color: #0067B1;
}
#footer .copyright {
  padding: 1rem 0;
  font-size: 1.2rem;
  margin-bottom: 5rem;
}

#footerbutton {
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
#footerbutton #toroku {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#footerbutton #toroku a {
  display: block;
  background: #FFB906;
  color: #fff;
  padding: 2rem 0 0 0;
  height: 70px;
  text-align: center;
  font-weight: bold;
}
#footerbutton #line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#footerbutton #line a {
  display: block;
  background: #06C755;
  color: #fff;
  padding: 2rem 0 0 0;
  height: 70px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 736px) {
  body {
    margin: 0;
    font-size: 1.6rem;
    line-height: 170%;
  }
  strong {
    font-size: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sphone_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
@media (min-width: 736px) {
  #main {
    font-size: 120%;
    line-height: 180%;
  }
  #main h2 {
    font-size: 160%;
  }
  #header {
    background: #fff;
  }
  #header #header_title {
    background: #0067B1;
    color: #fff;
    padding: 0.8rem 1.5rem 0.2rem 1.5rem;
    font-size: 1.2rem;
  }
  #header #header_title #header_title_inner {
    max-width: 1040px;
    margin: auto;
  }
  #header #header_logo {
    max-width: 1040px;
    height: 90px;
    margin: auto;
    padding: 1rem 0;
  }
  #header #header_logo #logo1 {
    margin-top: 2rem;
    text-align: left;
    width: 250px;
  }
  #header #header_logo #logo2 {
    width: 186px;
  }
  #header #header_logo #logo2 #logo21 {
    width: 200px;
  }
  .flex1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
  .flex1 .wrap_photo {
    width: 47%;
  }
  .flex1 .wrap {
    width: 49%;
  }
  .flex1 .wrap h3 {
    padding: 0;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
  }
  .flex2 .wrap_photo {
    width: 47%;
  }
  .flex2 .wrap {
    width: 49%;
  }
  .flex2 .wrap h3 {
    padding: 0;
  }
  .flex3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 4rem;
  }
  .flex3 .wrap_photo {
    width: 47%;
  }
  .flex3 .wrap {
    width: 49%;
  }
  .flex3 .wrap h3 {
    padding: 0;
  }
  .tab_panel {
    padding: 1.8rem 6rem;
  }
  .tab_panel h2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #0067B1;
    text-align: center;
    padding: 3rem 0 3rem 0;
  }
  .tab_panel h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #0067B1;
    text-align: left;
    padding: 3rem 0 0 0;
  }
  .tab_panel p {
    padding: 0.5rem 0;
  }
  .tab_panel img {
    width: 100%;
    margin: 0.5rem 0;
  }
  .tab_panel a {
    color: #00A6E4;
    font-weight: bold;
  }
  #tab {
    max-width: 1040px;
    margin: 5rem auto;
    padding: 0;
  }
  #tab_menu li a {
    padding: 2rem 0;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #tuyomi .slider,
  #rei .slider {
    line-height: 160%;
    max-width: 1040px;
    margin: auto;
  }
  #tuyomi .slider h3,
  #rei .slider h3 {
    font-size: 130%;
  }
  #mainimage {
    position: relative;
    height: 500px;
  }
  #mainimage #mainimage1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
  }
  #mainimage #mainimage2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
  }
  #mainimage #button1 {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 50%;
    width: 50%;
    padding-left: 0;
  }
  #mainimage #button1::after {
    position: absolute;
    top: 1.6rem;
    left: 32rem;
    content: "";
    /*何も入れない*/
    display: inline-block;
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url("../../images/icn_allow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  #mainimage #button2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    text-align: right;
  }
  #mainimage #button2::after {
    position: absolute;
    top: 1.6rem;
    right: 6rem;
    content: "";
    /*何も入れない*/
    display: inline-block;
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url("../../images/icn_allow.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  #mainimage .mainimage_button a {
    position: relative;
    display: block;
    background-color: hsla(0, 0%, 0%, 0.2);
    color: #fff;
    border: 0;
    padding: 2rem 10rem 2rem 5rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  #mainimage .mainimage_button a::after {
    display: none;
  }
  #mainimage .mainimage_button a img {
    width: 40px;
    height: auto;
    vertical-align: middle;
  }
  #mainimage #mainimage_wrap {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mainimage #mainimage_wrap .catch {
    font-size: 3.6rem;
    padding: 1.5rem 1.5rem;
    margin: 1rem 0;
    z-index: 2;
  }
  #omoi {
    padding: 0 1rem 5rem 1rem;
  }
  #omoi h3 {
    font-size: 2.8rem;
    padding: 5rem 0 2rem 0;
  }
  #omoi p {
    max-width: 1040px;
    margin: auto;
    padding: 1rem 0;
    font-size: 1.8rem;
    line-height: 200%;
  }
  #omoi .video_wrap {
    max-width: 720px;
    height: auto;
    margin: auto;
  }
  #area .photo {
    max-width: 1000px;
    height: 460px;
    margin: auto;
  }
  #area .cont {
    max-width: 930px;
    margin: -300px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
  }
  #area .cont .midashi {
    width: 170px;
  }
  #area .cont .midashi h3 {
    font-size: 170%;
    -webkit-box-shadow: inset 0 calc(-0.4em + 10px) 0 #fff, inset 0 -0.4em 0 #E4EBFF;
            box-shadow: inset 0 calc(-0.4em + 10px) 0 #fff, inset 0 -0.4em 0 #E4EBFF;
  }
  #nagare .cont .osusume,
  #case .cont .osusume {
    font-size: 120%;
  }
  #nagare .cont h3,
  #case .cont h3 {
    text-align: center;
    font-size: 2.8rem;
    padding: 3rem 0 4rem 0;
  }
  #nagare .cont .photo_wrap,
  #case .cont .photo_wrap {
    max-width: 520px;
    margin: auto;
  }
  #nagare .cont .box,
  #case .cont .box {
    max-width: 1040px;
    margin: 2rem auto;
    padding: 5rem;
  }
  #nagare .cont .box .nagaretit,
  #case .cont .box .nagaretit {
    font-size: 150%;
  }
  #nagare .cont .box h4,
  #case .cont .box h4 {
    font-size: 120%;
  }
  #nagare .cont .box .jikan_wrap .jikan_tit,
  #case .cont .box .jikan_wrap .jikan_tit {
    font-size: 120%;
  }
  #nagare .cont .box .jikan_wrap .jikan,
  #case .cont .box .jikan_wrap .jikan {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-size: 1.5rem;
  }
  #nagare .cont .ft_r,
  #case .cont .ft_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nagare .cont .ft_r p,
  #case .cont .ft_r p {
    width: 68%;
  }
  #nagare .cont .ft_r img,
  #case .cont .ft_r img {
    width: 30%;
    margin-top: -30px;
  }
  #kaishi .cont {
    max-width: 800px;
    margin: auto;
    padding: 2rem 0 5rem 0;
  }
  #kaishi .cont .ft_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #kaishi .cont .ft_r p {
    width: 68%;
  }
  #kaishi .cont .ft_r img {
    width: 30%;
    margin-top: -50px;
    margin-bottom: -60px;
  }
  #kaishi .cont .jikan_wrap .jikan_tit {
    font-size: 120%;
  }
  #kaishi .cont .jikan_wrap .jikan {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-size: 1.5rem;
  }
  #faq .cont {
    max-width: 720px;
    margin: auto;
  }
  .accordion-open {
    display: block;
    padding: 1.5rem 5rem 1.5rem 1rem;
    font-size: 1.8rem;
  }
  #footer {
    text-align: center;
    padding: 2rem 0 0 0;
  }
  #footer p {
    font-size: 2.8rem;
    line-height: 150%;
  }
  #footer .tel {
    font-size: 5.3rem;
    font-weight: bold;
    color: #0067B1;
    padding: 2rem 0;
  }
  #footer .time {
    font-size: 2rem;
  }
  #footer .copyright {
    width: 100%;
    background-color: #0067B1;
    color: #fff;
    margin: 4rem 0 0 0;
    padding: 3rem 0;
  }
  #footerbutton {
    width: 200px;
    right: 0;
    top: 460px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: inherit;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    /*transitionの記述を追加*/
  }
  #footerbutton #toroku {
    margin-bottom: 10px;
  }
  #footerbutton #toroku a {
    width: 200px;
    border-radius: 5px 0 0 5px;
  }
  #footerbutton #line a {
    width: 200px;
    border-radius: 5px 0 0 5px;
  }
  #footerbutton.active {
    top: 10px;
  }
}</pre></body></html>