@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

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

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

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

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

select::-ms-expand {
  display: none;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

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

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

[hidden], template {
  display: none;
}

*:focus {
  outline: none;
}

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

body a:hover {
  opacity: 0.8;
}

.post, .page {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.8;
}

/*ウェブフォントのジャギーを直す*/
h1, h2, h3, h4, h5, h6, p, li, dl, dd, span, th, td, a {
  transform: rotate(0.05deg);
  display: inline-block; /* transformの影響範囲を制限 */
}

.common-l-space {
  letter-spacing: 0.06em;
}

.font-s18 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
}

.text-red {
  color: #e11616;
}

.header-contents {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}

.header-wrap {
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem) clamp(0.5rem, -11.45rem + 15.95vw, 3.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-wrap .header-l-box {
  width: 87.5656742557%; /*12:10.5*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-wrap .header-l-box h1 {
  height: fit-content;
  width: 12%;
}
.header-wrap .header-l-box .header-name-box {
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .header-l-box .header-com-inner strong {
  display: block;
  font-weight: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
}
.header-wrap .header-l-box .header-com-inner p {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem); /*20~32px*/
  font-weight: 600;
  color: #0074bf;
  line-height: 1.2;
}
.header-wrap .header-l-box .header-kinds-inner {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem); /*10~14px*/
  font-weight: 600;
  padding-left: clamp(0.5rem, 0.136rem + 1.82vw, 1.5rem);
}
.header-wrap .header-l-box .header-kinds-inner p {
  display: block;
  color: #2da00a;
}
.header-wrap .header-nav-box {
  width: 12.5%; /*12:1.5*/
  text-align: right;
}

@media print, screen and (min-width: 900px) {
  .header-contents {
    position: static;
    height: auto;
    padding-top: 0.8rem;
  }
  .header-wrap .header-l-box {
    width: 40%; /*12:4.8*/
  }
  .header-wrap .header-l-box h1 {
    max-width: 74px;
    width: inherit;
  }
  .header-wrap .header-nav-box {
    width: 58.3090379009%; /*12:7*/
  }
}
.inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.narrow-inner {
  width: 100%;
  max-width: 1034px;
  margin: 0 auto;
  padding: 0 20px;
}

/*メインビジュアル内TEL情報*/
.open-mainvi-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: block;
  text-align: center;
  background: linear-gradient(45deg, rgba(0, 156, 220, 0.7) 0%, rgba(192, 233, 79, 0.7) 100%);
}
.open-mainvi-box a {
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem) clamp(1rem, 0.273rem + 3.64vw, 3rem);
  display: inline-block;
  color: #fff;
}
.open-mainvi-box a span {
  display: block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
  margin-bottom: 0.3rem;
}
.open-mainvi-box a span dl {
  text-align: left;
}
.open-mainvi-box a span dl dt {
  padding-right: 0.5rem;
  font-weight: normal;
}
.open-mainvi-box a p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem); /*20~26px*/
}
.open-mainvi-box a p img {
  padding-right: 0.5rem;
}

/*ここまで*/
.index-about-wrap {
  padding-bottom: clamp(6.25rem, 5.795rem + 2.27vw, 7.5rem); /*100px~120px*/
  position: relative;
  display: grid;
  grid-gap: 40;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "h h h h h h h h h h h h" "c c c c c c c c c c c c" "f f f f f f f f f f f f";
}
.index-about-wrap::before {
  content: "";
  background-color: #62cbf6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
}
.index-about-wrap .index-about-box {
  background-color: #fff;
  position: relative;
  margin-top: 0;
  z-index: 1;
  padding: 0 1rem 2rem;
}
.index-about-wrap .index-about-box .common-btn02 {
  display: flex;
  justify-content: center;
}
.index-about-wrap .index-about-in-box {
  margin-bottom: 30px;
}
.index-about-wrap .index-about-in-box p {
  font-size: clamp(1rem, 0.268rem + 1.14vw, 1.125rem); /*16~18px*/
}
.index-about-wrap .index-about-in-img img {
  margin: 0 auto;
  display: block;
}
.index-about-wrap .index-about-img img {
  width: 100%;
}
.index-about-wrap .contents-center {
  padding-top: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
}
.index-about-wrap .index-about-in-link p {
  margin-bottom: 2rem;
}
.index-about-wrap .index-about-in-link p:last-child {
  margin-bottom: 0;
}

.index-service-wrap {
  position: relative;
}
.index-service-wrap::before {
  content: "";
  background-color: #62cbf6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35%;
  z-index: -1;
}
.index-service-wrap .index-service-wave {
  background-image: url("../images/index_service_wave.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  width: 100%;
  height: 10vw; /*16:1.6で計算*/
  z-index: -1;
}

.index-service-box {
  background-color: #fff;
}
.index-service-box .index-service-in {
  padding: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}

.index-service-img img {
  width: 100%;
}

.index-service-list li {
  width: 100%;
  margin-bottom: 1rem;
}
.index-service-list li:last-child {
  margin-bottom: 0;
}
.index-service-list li i {
  color: #2da00a;
  padding-left: 0.5rem;
  font-size: large;
}

.index-imple-bk {
  position: relative;
}
.index-imple-bk::before {
  content: "";
  position: absolute;
  background: url(../images/index_imple_bk.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 330px;
}
.index-imple-bk .narrow-inner {
  height: 100%;
  padding-top: 9rem;
}

.index-imple-wrap {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 1.318rem + 0.91vw, 2rem) clamp(1rem, -0.455rem + 7.27vw, 5rem);
}

.index-info-box .index-info-hour {
  margin-bottom: 2rem;
}
.index-info-box .index-info-hour .index-info-h-txt p {
  display: block;
}
.index-info-box .index-info-hour .index-info-h-txt .flex-box {
  flex-wrap: wrap;
}

/*googlemap*/
.google-maps, .google-maps2 {
  padding-bottom: 60%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.google-maps iframe, .google-maps2 iframe {
  width: 100%;
}

/*news*/
.news-dl-wrap {
  width: 100%;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem); /*15px~16px*/
}
.news-dl-wrap dt, .news-dl-wrap dd {
  display: block;
  width: 100%;
  padding: clamp(0.5rem, 0.136rem + 1.82vw, 1.5rem) 1rem;
  border: none;
}
.news-dl-wrap dt {
  background-color: #f5f5f5;
  font-weight: normal;
}
.news-dl-wrap dd {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*display: grid;汎用css*/
.header-g {
  grid-area: h;
}

.content-g {
  grid-area: c;
}

.footer-g {
  grid-area: f;
}

/*見出しやボタン等汎用css*/
.common-btn01 {
  border-radius: 50px;
  background: linear-gradient(45deg, #ade3fa 0%, #f0fec9 100%);
}
.common-btn01::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #2da00a;
  padding-right: 0.4rem;
  font-size: large;
}
.common-btn01 a {
  display: inline-block;
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem) clamp(1rem, 0.273rem + 3.64vw, 3rem);
}

.common-btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-btn02 a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  color: #fff;
  margin-left: 1rem;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #0074bf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-lbl01 {
  color: #0074bf;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem); /*20~28px*/
  font-weight: 600;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}
.common-lbl01 span {
  display: block;
  color: #333;
  font-size: 60%;
  margin-bottom: 0.2rem;
  font-weight: normal;
}

.cont-h3-lbl01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 900px) {
  .main-wrap {
    padding-top: 0 !important;
  }
  .index-about-wrap {
    grid-template-areas: "h h h h h h h c c c c c" "f f f f f f f f f f f f";
  }
  .index-about-wrap .index-about-box {
    margin-right: 0;
    margin-top: 10%;
    padding: clamp(2rem, -7.018rem + 14.08vw, 5rem) clamp(1.5rem, -7.286rem + 13.71vw, 3rem) clamp(2rem, -7.018rem + 14.08vw, 5rem) 0;
  }
  .index-about-wrap .index-about-in {
    display: flex;
    justify-content: space-between;
  }
  .index-about-wrap .index-about-in .index-about-in-img {
    width: 44.1111601235%; /*12:5.3*/
  }
  .index-about-wrap .index-about-in .index-about-in-box {
    width: 48.309178744%; /*12:5.8*/
    order: 2;
    margin-bottom: 0;
  }
  .index-about-wrap .index-about-img {
    margin-left: -15%;
  }
  .index-about-wrap .index-about-in-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .index-about-wrap .index-about-in-link p {
    width: inherit;
    margin-bottom: 0;
    padding: 0 2rem;
  }
  .index-service-wrap .index-service-box {
    display: flex;
    justify-content: space-between;
  }
  .index-service-wrap .index-service-box .index-service-in {
    width: 50%; /*12:6*/
    order: 2;
  }
  .index-service-wrap .index-service-box .index-service-img {
    width: 48.309178744%; /*12:5.8*/
  }
}
@media print, screen and (min-width: 768px) {
  /*メインビジュアル内TEL情報*/
  .open-mainvi-box {
    width: fit-content;
  }
  /*ここまで*/
  .index-service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-service-list li {
    width: 49.115913556%; /*12:5.9*/
    margin-bottom: 1rem;
  }
  .index-service-list li:nth-child(n+3) {
    margin-bottom: 0;
  }
  .index-imple-bk::before {
    height: 400px;
  }
  .index-info-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-info-box .index-info-hour {
    width: 65.0195058518%; /*12:7.8*/
    margin-bottom: 0;
  }
  .index-info-box .index-info-access {
    width: 31.605562579%; /*12:3.8*/
  }
  .google-maps {
    padding-bottom: 65%;
  }
  .google-maps2 {
    padding-bottom: 45%;
  }
  .news-dl-wrap {
    display: grid;
    grid-template-columns: 27.502750275% 70.0280112045%; /*元の比率*/
    align-items: start;
  }
  .news-dl-wrap dt, .news-dl-wrap dd {
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
  }
  .news-dl-wrap dt {
    text-align: center;
  }
  .news-dl-wrap dt:last-of-type {
    border-bottom: none;
  }
  .news-dl-wrap dd {
    padding-left: 4rem;
  }
  .news-dl-wrap dd:last-child {
    border-bottom: none;
  }
}
/*横向きの場合のスタイル */
/*縦向きの場合のスタイル */
/*google日本語フォントを使用することにより自動で追加されスソースを消すため*/
.ue-sidebar-container {
  display: none;
}

/*pagetop*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 6px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 38px;
  height: auto;
  transition: 0.3s;
  background: none;
  /*   デフォルトは非表示 */
  opacity: 0;
  z-index: 2;
}

.open-area-box {
  display: block;
}
.open-area-box a {
  display: inline-block;
}
.open-area-box a span {
  display: block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
  margin-bottom: 0.3rem;
}
.open-area-box a p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem); /*20~26px*/
}
.open-area-box a p img {
  padding-right: 0.5rem;
}

.foo-contact-area {
  background-color: #eaf5fa;
  overflow: hidden;
  height: auto;
  background-image: url(../images/logomark_bk.png);
  background-position: left 5%;
  background-repeat: no-repeat;
  background-size: 35%;
}

.foo-contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; /* ここが重要 */
  flex-direction: column;
}

.foo-contact-box {
  flex: 1 1 50%; /* 幅をある程度固定しつつ縮小可 */
  min-width: 50%;
  padding: 1.5rem 0.8rem;
}

.image-content {
  flex: 0 0 auto;
  max-width: 100%;
  width: 100vw;
}
.image-content img {
  width: 100%;
  display: block;
}

.foo-contact-h {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem); /*22~32px*/
  display: block;
}

.footer-area-in {
  width: 100%; /*12:10.5*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-area-in h1 {
  height: fit-content;
  width: 20%;
}
.footer-area-in h1 img {
  width: 80%;
}
.footer-area-in .footer-com-inner strong {
  display: block;
  font-weight: normal;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12~14px*/
}
.footer-area-in .footer-com-inner p {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem); /*20~32px*/
  font-weight: 600;
  color: #0074bf;
  line-height: 1.2;
}
.footer-area-in .footer-kinds-inner {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem); /*10~14px*/
  font-weight: 600;
  padding-left: clamp(0.5rem, 0.136rem + 1.82vw, 1.5rem);
}
.footer-area-in .footer-kinds-inner p {
  display: block;
  color: #2da00a;
}

.footer-area-box {
  margin-bottom: 2rem;
}

.footer-area-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-area-ul li {
  width: 48.309178744%; /*12:5.8*/
  margin-bottom: 0.5rem;
}
.footer-area-ul li:nth-child(n+3) {
  margin-bottom: 0;
}
.footer-area-ul li a {
  padding: clamp(0.6rem, 0.455rem + 0.73vw, 1rem);
}
.footer-area-ul li a:link, .footer-area-ul li a:visited, .footer-area-ul li a:hover, .footer-area-ul li a:active {
  color: #333;
}

footer {
  font-size: small;
}
footer small {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 900px) {
  .pagetop {
    max-width: 47px;
  }
  .foo-contact-wrap {
    flex-direction: row;
  }
  .foo-contact-area {
    background-position: left center;
    background-size: 18%;
  }
  .image-content {
    max-width: 35%;
    width: auto;
  }
  .image-content img {
    height: 370px;
    object-fit: cover;
  }
  .foo-contact-box {
    padding: 2rem 0 2rem clamp(3rem, -7.5rem + 18.67vw, 10rem);
  }
  footer {
    font-size: inherit;
  }
  .footer-area-wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer-area-wrap .footer-area-box {
    width: 40%; /*12:4.8*/
    margin-bottom: 0;
  }
  .footer-area-wrap .footer-area-nav {
    width: 56.6251415629%; /*12:6.8*/
  }
  .footer-area-wrap .footer-area-ul li {
    width: auto;
    margin-bottom: 0;
  }
  .footer-area-nav {
    display: flex;
    justify-content: flex-end;
  }
}
.flex-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex: 1 0 auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hidden-md,
.hidden-lg,
.hidden-xsm {
  display: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*隙*/
.cont-box-bt1 {
  margin-bottom: clamp(6.25rem, 5.795rem + 2.27vw, 7.5rem); /*100px~120px*/
}

.cont-box-bt2 {
  margin-bottom: clamp(4.375rem, 4.148rem + 1.14vw, 5rem); /*70px~80px*/
}

.cont-box-bt5 {
  margin-bottom: clamp(3.125rem, 2.898rem + 1.14vw, 3.75rem); /*50px~60px*/
}

.cont-box-bt4 {
  margin-bottom: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem); /*40px~50px*/
}

.cont-box-bt3 {
  margin-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem); /*30px~40px*/
}

.cont-box-bt6 {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}

.cont-end-bt {
  margin-bottom: clamp(7.5rem, 6.818rem + 3.41vw, 9.375rem); /*120px~150px*/
}

/*ウェブフォントのジャギーに対する解除のcss*/
.dis-block {
  display: block;
}

/*要素真ん中*/
.contents-center {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 900px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
}
@media screen and (max-width: 899px) {
  .hidden-xsm {
    display: none !important;
  }
  .visible-xsm {
    display: block !important;
  }
}
.mainvi-other-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.mainvi-other-wrap .other-mainvi-img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
.mainvi-other-wrap .open-mainvi-box {
  right: 0;
}

.topicpass-wrap {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem); /*14~15px*/
}
.topicpass-wrap a:link, .topicpass-wrap a:visited, .topicpass-wrap a:hover, .topicpass-wrap a:active {
  color: #0074bf;
}

.about-read-wrap {
  background-color: #eaf5fa;
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem) clamp(1rem, -0.455rem + 7.27vw, 5rem);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.about-read-wrap img {
  width: 80%;
  margin: 0 auto;
}

.about-greeting-box .text-right {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.438rem); /*18~23px*/
}
.about-greeting-box .text-right span {
  font-size: 70%;
  padding-right: 0.8rem;
}

.about-greeting-ul {
  display: flex;
  flex-direction: column;
}
.about-greeting-ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: clamp(0.8rem, 0.545rem + 1.27vw, 1.5rem);
}
.about-greeting-ul li i {
  color: #2da00a;
  padding: 0.4rem 0.8rem 0 0;
}
.about-greeting-ul li:last-child {
  margin-bottom: 0;
}

.com-link-wrap {
  background-color: #62cbf6;
  padding: clamp(2.5rem, 1.227rem + 6.36vw, 6rem) clamp(0rem, -0.364rem + 1.82vw, 1rem);
}

.com-link-box .common-btn01 {
  width: fit-content;
  margin: 0 auto 30px;
  display: block;
}
.com-link-box .common-btn01:last-child {
  margin-bottom: 0;
}

.notices-img-box figure {
  box-shadow: 20px 20px 0px 0px #c1e7ff;
  margin-bottom: 3rem;
}
.notices-img-box figure:last-child {
  margin-bottom: 0;
}

.service-read-wrap .service-read-box {
  margin-bottom: 3rem;
}
.service-read-wrap .service-read-box .service-read-in img {
  margin: 0 auto 2rem;
  display: block;
}
.service-read-wrap .service-read-box .service-read-in img:last-child {
  margin-bottom: 0;
}
.service-read-wrap .service-read-img img {
  margin: 0 auto;
  display: block;
}

.service-kinds-bk {
  background-color: #f0f6f8;
  padding: clamp(2rem, 1.273rem + 3.64vw, 4rem) 0;
}

.service-kinds-wrap .service-kinds-box {
  background-color: #fff;
  padding: clamp(1rem, 0.273rem + 3.64vw, 3rem) clamp(1rem, 0.564rem + 2.18vw, 2.2rem);
  margin-bottom: clamp(2rem, 1.636rem + 1.82vw, 3rem);
}
.service-kinds-wrap .service-kinds-box2 {
  width: 100% !important;
}

.detail-li-wrap {
  border-radius: 10px;
  background: linear-gradient(45deg, #ade3fa 0%, #f0fec9 100%);
}
.detail-li-wrap a {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem); /*14~15px*/
  display: flex;
  align-items: center;
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) clamp(1.5rem, 1.682rem - 0.91vw, 1rem);
}
.detail-li-wrap a:link, .detail-li-wrap a:visited, .detail-li-wrap a:hover, .detail-li-wrap a:active {
  color: inherit;
}
.detail-li-wrap a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #2da00a;
  padding-left: 0.6rem;
  font-size: 140%;
}

.ser-zaitaku-wrap .ser-zaitaku-box {
  margin-bottom: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  width: 100%;
}
.ser-zaitaku-wrap .ser-zaitaku-box:last-child {
  margin-bottom: 0;
}
.ser-zaitaku-wrap .ser-zaitaku-box figure {
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  /* box-shadow */
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 10px 10px 15px rgba(139, 139, 139, 0.02);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.ser-zaitaku-wrap .ser-zaitaku-box figure img {
  margin: 0 auto;
  display: block;
  width: 60%;
}
.ser-zaitaku-wrap .ser-zaitaku-box .ser-zaitaku-in {
  padding: 20% 0.8rem 2rem;
  margin-top: -12%;
  background-color: #eaf5fa;
}

.ser-everyone-wrap .ser-everyone-L {
  margin-bottom: 3rem;
}
.ser-everyone-wrap .ser-everyone-L:last-child {
  margin-bottom: 0;
}
.ser-everyone-wrap .ser-everyone-L .ser-everyone-img {
  display: flex;
  justify-content: space-between;
}
.ser-everyone-wrap .ser-everyone-L .ser-everyone-img img {
  width: 48.309178744%; /*12:5.8*/
}
.ser-everyone-wrap .ser-everyone-explan {
  border: 1px solid #0074bf;
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}
.ser-everyone-wrap .ser-everyone-explan h4 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16~18px*/
  color: #0074bf;
  margin-bottom: 10px;
}

.ser-line-img img {
  margin-bottom: 30px;
}
.ser-line-img img:last-child {
  margin-bottom: 0;
}

.ser-line-bk {
  background-color: #eaf5fa;
  padding: 3rem 0;
}
.ser-line-bk .ser-line-wrap .ser-line-box {
  margin-bottom: 30px;
}
.ser-line-bk .ser-line-wrap .ser-line-box:last-child {
  margin-bottom: 0;
}

.ser-shido-read-wrap .ser-shido-read {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: clamp(1rem, 0.455rem + 2.73vw, 2.5rem) clamp(1rem, 0.636rem + 1.82vw, 2rem);
  box-shadow: 10px 10px 0px 0px #c1e7ff;
}
.ser-shido-read-wrap .ser-shido-read-img img {
  margin: auto;
  display: block;
}

/*見出し等*/
.mainvi-other-txt {
  padding: clamp(1rem, 0.636rem + 1.82vw, 2rem) 0 clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.mainvi-other-txt h2 {
  font-size: clamp(1.313rem, 0.835rem + 2.39vw, 2.625rem); /*21~42px*/
  font-weight: 600;
  color: #2da00a;
  line-height: 1.4;
}

.other-lbl-marker {
  font-weight: 500;
}
.other-lbl-marker span {
  background: linear-gradient(transparent 60%, #eaf5fa 60%);
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline;
}
.other-lbl-marker .marker-span2 {
  background: linear-gradient(transparent 60%, #ffffff 60%);
}

.other-lbl-bl1, .other-lbl-bl1-2 {
  font-weight: 600;
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
  color: #0074bf;
}

.other-lbl-bl1 {
  font-size: clamp(1.188rem, 1.028rem + 0.8vw, 1.625rem); /*19~26px*/
}

.other-lbl-bl1-2 {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem); /*18~22px*/
}

.other-lbl-bl2 {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem); /*17~20x*/
  display: flex;
  align-items: center;
}
.other-lbl-bl2::after {
  content: "―";
  color: #0074bf;
  padding-left: 0.6rem;
  font-size: 140%;
}

.other-lbl-circle {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem); /*18~20px*/
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20~30px*/
}
.other-lbl-circle .circle-icon {
  background-color: #0074bf;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  margin-right: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media print, screen and (min-width: 900px) {
  .mainvi-other-wrap {
    margin: 0 auto;
    padding: 0 3rem;
  }
  .mainvi-other-wrap .other-mainvi-img {
    height: 40vh;
  }
  .mainvi-other-wrap .open-mainvi-box {
    right: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about-read-wrap img {
    max-width: 458px;
  }
  .about-greeting-box {
    padding: 0 5rem;
  }
  .about-greeting-ul li {
    align-items: center;
  }
  .notices-img-box {
    display: flex;
    justify-content: space-between;
  }
  .notices-img-box figure {
    margin-bottom: 0;
  }
  .service-read-wrap {
    display: flex;
    justify-content: space-between;
  }
  .service-read-wrap .service-read-box {
    order: 2;
    width: 57.5043128235%; /*12:6.9*/
    margin-bottom: 0;
  }
  .service-read-wrap .service-read-box .service-read-in {
    display: flex;
    justify-content: space-between;
  }
  .service-read-wrap .service-read-box .service-read-in img {
    margin: 0;
    width: 45.8085203848%; /*12:5.5*/
  }
  .service-read-wrap .service-read-img {
    order: 1;
    width: 39.1083300743%; /*12:4.7*/
  }
  .service-read-wrap .service-read-img img {
    margin-left: 0;
  }
  .service-kinds-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service-kinds-wrap .service-kinds-box {
    width: 48.309178744%; /*12:5.8*/
  }
  .com-link-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .com-link-box .common-btn01 {
    margin: 0 1rem 0;
  }
  .detail-li-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 50px;
  }
  .ser-zaitaku-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ser-zaitaku-wrap .ser-zaitaku-box {
    width: 31.605562579%; /*12:3.8*/
  }
  .ser-zaitaku-wrap .ser-zaitaku-box:nth-child(n+4) {
    margin-bottom: 0;
  }
  .ser-zaitaku-wrap .ser-zaitaku-box figure {
    width: 120px;
    height: 120px;
  }
  .ser-zaitaku-wrap .ser-zaitaku-box figure img {
    width: max-content;
  }
  .ser-zaitaku-wrap .ser-zaitaku-box .ser-zaitaku-in {
    min-height: 20vh;
    height: 83%;
    padding: 20% 1.8rem 1.8rem;
  }
  .ser-everyone-wrap {
    display: flex;
    justify-content: space-between;
  }
  .ser-everyone-wrap .ser-everyone-L, .ser-everyone-wrap .ser-everyone-R {
    width: 48.309178744%; /*12:5.8*/
    margin-bottom: 0;
  }
  .ser-line-img {
    display: flex;
    justify-content: space-between;
  }
  .ser-line-img img {
    width: 48.309178744%; /*12:5.8*/
    margin-bottom: 0;
  }
  .ser-line-bk .ser-line-wrap {
    display: flex;
    justify-content: space-between;
  }
  .ser-line-bk .ser-line-wrap .ser-line-box {
    width: 48.309178744%; /*12:5.8*/
    margin-bottom: 0;
  }
  .ser-shido-read-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ser-shido-read-wrap .ser-shido-read {
    width: 58.3090379009%; /*12:7*/
    margin-bottom: 0;
  }
  .ser-shido-read-wrap .ser-shido-read-img {
    width: 33.3000333%; /*12:4*/
    margin-right: 0;
  }
}
/*横向きの場合のスタイル */
@media screen and (orientation: landscape) and (max-width: 899px) {
  .mainvi-other-wrap {
    padding: 0;
  }
  .mainvi-other-wrap .other-mainvi-img {
    height: 80vh;
  }
}
span[id] {
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}

table {
  border-collapse: separate;
}

.cont-tbl01 {
  width: 100%;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem); /*15px~16px*/
}
.cont-tbl01 th, .cont-tbl01 td {
  border: none;
  display: block;
  width: 100%;
  padding: clamp(0.5rem, 0.136rem + 1.82vw, 1.5rem) 1rem;
}
.cont-tbl01 th {
  background-color: #eaf5fa;
  border: none;
  font-weight: normal;
}
.cont-tbl01 td {
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
}
.cont-tbl01 td .text-right {
  display: block;
}
.cont-tbl01 td ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.cont-tbl01 td ul li:last-child {
  margin-bottom: 0;
}
.cont-tbl01 td ul li i {
  padding-right: 0.5rem;
  font-size: 50%;
}
.cont-tbl01 td dl {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 10px;
}
.cont-tbl01 td dl:last-child {
  margin-bottom: 0;
}
.cont-tbl01 td dl dt {
  font-weight: normal;
  width: 30%;
}
.cont-tbl01 td dl dd {
  width: 70%;
}
.cont-tbl01 .cont-tbl01-inner {
  width: 100%;
  border: none;
}
.cont-tbl01 .cont-tbl01-inner tr {
  display: flex;
}
.cont-tbl01 .cont-tbl01-inner th, .cont-tbl01 .cont-tbl01-inner td {
  padding: 0.3em 0;
  width: 49%;
}
.cont-tbl01 .cont-tbl01-inner th {
  background: none;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .cont-tbl01 tr:first-child th, .cont-tbl01 tr:first-child td {
    border-top: none;
  }
  .cont-tbl01 th, .cont-tbl01 td {
    word-wrap: break-word;
    border: none;
    border-top: 1px solid #999;
    display: table-cell;
  }
  .cont-tbl01 th {
    width: 27.502750275%; /*12:3.3*/
    text-align: center;
    vertical-align: middle;
  }
  .cont-tbl01 td {
    width: 70.0280112045%; /*12:8.4*/
    padding-left: 4rem;
  }
  .cont-tbl01 td dl dt {
    width: 18%;
  }
  .cont-tbl01 td dl dd {
    width: 80%;
  }
  .cont-tbl01 .cont-tbl01-inner tr, .cont-tbl01 .cont-tbl01-inner th, .cont-tbl01 .cont-tbl01-inner td {
    border: none;
  }
  .cont-tbl01 .cont-tbl01-inner th {
    width: 38%;
  }
  .cont-tbl01 .cont-tbl01-inner td {
    width: 62%;
  }
}
/* SVG loding
---------------------------------*/
.st0 {
  fill: none;
  stroke: #0074bf;
  stroke-width: 3px;
}

.st1 {
  fill: none;
  stroke: #aab5c3;
  stroke-width: 3px;
}

/* # ↑fill は塗りつぶし。noneにしておく。stroke は線の色を指定しています。 */
path {
  fill-opacity: 0;
  transition: fill-opacity 2s;
}

/* # ↑pathの透明度を0にしておく。 */
.fill path {
  fill: #0074bf;
  fill-opacity: 1;
  stroke: none;
}

#gray path {
  fill: #aab5c3; /* 赤に変更 */
}

/* # ↑.fillがついたら、色を水色に、pathの透明度を1に */
.loading-logo {
  padding: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
}
.loading-logo svg {
  overflow: visible;
  margin: 0 auto;
  display: block;
  max-width: 150px;
  height: auto;
}

/*以下、loding anime呼び出し*/
#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.fade-out {
  animation: fadeOut 2s ease-out forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .loading-logo svg {
    max-width: 300px;
    height: auto;
  }
}
.fade-out {
  animation: fadeOut 1s ease forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease 0.4s;
}

.nav-items {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
}

/* ナビのリンク */
.nav-items__item {
  text-align: center;
}
.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  color: inherit;
  padding: 1.2rem 1.2rem 1rem;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 50px;
}

.hamburger {
  background-color: transparent;
  z-index: 9999;
  position: relative;
  padding: 0.5rem;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  border: none;
  background-color: transparent;
  height: auto;
}
.hamburger span:nth-child(1)::before {
  content: "MENU";
  color: #2da00a;
  font-size: 10px;
  font-weight: 600;
  height: 14px;
  display: block;
  text-align: center;
}

.hamburger span:nth-child(2) {
  margin: 0.6rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
  border: inherit;
  background-color: #000;
  height: 1px;
}
.hamburger.active span:nth-child(1)::before {
  content: none !important;
  display: none !important;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

nav .sub-menu li {
  width: 100%;
}

@media print, screen and (min-width: 900px) {
  .header__nav {
    position: relative;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    z-index: 2;
    overflow-y: inherit;
  }
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    padding: inherit;
    flex-direction: row;
  }
  .nav__items li:last-child a {
    padding-right: 0;
  }
  .nav__items li .sub-menu a {
    padding-right: 1rem;
  }
  .nav-items__item a {
    padding: 1.2rem clamp(1.3rem, 0.7rem + 1.07vw, 1.5rem) 1rem;
  }
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    font-size: clamp(0.875rem, 0.502rem + 0.66vw, 1rem);
  }
  .nav-items a {
    margin-bottom: 0;
  }
  .hamburger {
    display: none;
  }
  /*PC表示*/
  nav > ul > li {
    position: relative;
  }
  nav a {
    color: #0bd;
    text-decoration: none;
  }
  nav a:hover {
    color: #0074bf;
  }
  /* 子メニュー - .sub-menu */
  nav .sub-menu {
    position: absolute;
    left: 10%;
    width: 100%;
    background: #eaf5fa;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  nav .sub-menu a {
    padding: 0.8rem 1rem;
    text-align: center;
    display: block;
    font-size: 14px;
  }
  /* ホバーで子メニュー表示 */
  nav .menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    display: grid;
  }
  .nav-items__item .active {
    position: relative;
  }
  .nav-items__item .active::before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    color: #0074bf;
    font-size: 70%;
    margin-bottom: 0.5rem;
  }
  .nav-items__item .active-notices::before {
    left: 59%;
  }
}
.mainvi-cont-wrap {
  display: block;
  position: relative;
}
.mainvi-cont-wrap .scrool-btn {
  position: absolute;
  bottom: 5%;
  left: 2%;
  z-index: 2;
}
.mainvi-cont-wrap .scrool-btn img {
  width: 60%;
}

.swiper-slide {
  position: relative;
  min-height: max(93vh, 35vw);
}
.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.mainvi-txt-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}
.mainvi-txt-wrap h2 {
  font-size: clamp(1.313rem, 0.494rem + 4.09vw, 3.563rem); /*21~57px*/
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #0074bf;
  text-shadow: 3px 4px 6px rgba(255, 255, 255, 0.9), -3px -4px 15px rgb(255, 255, 255);
}

.swiper-button-next, .swiper-button-prev {
  color: #2da00a !important;
}

@media print, screen and (min-width: 768px) {
  .mainvi-cont-wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: inherit !important;
  }
  .mainvi-cont-wrap .swiper {
    width: 93.370681606%; /*12:11.2*/
    margin-right: 0;
  }
  .mainvi-cont-wrap .swiper-slide {
    min-height: max(70vh, 35vw);
  }
  .mainvi-cont-wrap .scrool-btn {
    width: 6.6622251832%; /*12:0.8*/
    display: flex;
    align-items: end;
    justify-content: center;
    left: 0;
    bottom: 10%;
  }
  .mainvi-cont-wrap .scrool-btn img {
    width: 100%;
  }
  .mainvi-cont-wrap .mainvi-txt-wrap {
    left: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .mainvi-cont-wrap .swiper-slide {
    min-height: max(85vh, 52vw);
  }
}
/*横向きの場合のスタイル */
@media screen and (orientation: landscape) and (max-width: 899px) {
  .swiper-slide {
    height: max(163vh, 50vw) !important;
  }
}
.calendar {
  display: flex;
  flex-direction: row;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem); /*14~15px*/
}

.calendar-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.calendar-cell {
  flex: 1;
  padding: 0.5rem;
  text-align: center;
  box-sizing: border-box;
  background-color: #eaf5fa;
  border-bottom: 2px solid #fff;
}
.calendar-cell:last-child {
  border-bottom: none;
}

.cl-cell-wide {
  flex: 2;
  white-space: nowrap;
}

.calendar-header .calendar-cell {
  background-color: #62cbf6;
}

@media print, screen and (min-width: 768px) {
  .calendar {
    flex-direction: column;
    width: 99.9900009999%;
  }
  .calendar-row {
    flex-direction: row;
    width: inherit;
  }
  .calendar-cell {
    padding: 1.8rem 1rem;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    border-bottom: none;
  }
  .calendar-cell:last-child {
    border-right: none;
  }
  .calendar-header .calendar-cell {
    padding: 1rem;
  }
}
/*横向きの場合のスタイル */
/*縦向きの場合のスタイル */

/*# sourceMappingURL=style.css.map */
