<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*============================================
responsive
============================================*/
.inner {
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 897px) {
    .inner {
      margin: 0 20px; } }

.banner-tel {
  padding: 60px 0 0 0; }
  @media screen and (max-width: 897px) {
    .banner-tel {
      padding: 20px 0 0 0; } }
  .banner-tel__box {
    max-width: 840px;
    margin: auto; }

.mainview__box {
  height: calc(100vh - 100px);
  /*ヘッダーの高さをマイナス。必要なければheight:100vhに。*/
  position: relative;
  overflow: hidden;
  padding: 100px 0 0 0;
  min-height: 400px;
  /* スマホ画面を横にした場合、文字が重ならないように*/ }
  @media screen and (max-width: 897px) {
    .mainview__box {
      height: calc(40vh - 65px);
      padding: 65px 0 0 0;
      min-height: inherit; } }

/*メイン画像の設定*/
.mainview__box__img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; }

/*上にのせるテキストの設定*/
.mainview__box__txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 5%;
  display: flex;
  align-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 897px) {
    .mainview__box__txt {
      display: block;
      top: 20%; } }
  @media screen and (max-width: 897px) {
    .mainview__box__txt img {
      width: 80%; } }

/* ----------------------------------------
intro
---------------------------------------- */
.intro {
  padding: 90px 0; }
  @media screen and (max-width: 897px) {
    .intro {
      padding: 40px 0; } }
  .intro__box__top__item {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 897px) {
      .intro__box__top__item {
        display: block; } }
    .intro__box__top__item .img {
      width: 48%; }
    .intro__box__top__item .txt {
      width: 48%; }
      @media screen and (max-width: 897px) {
        .intro__box__top__item .txt {
          width: 100%; } }
      @media screen and (max-width: 897px) {
        .intro__box__top__item .txt div {
          margin: 0 -20px;
          padding: 0 0 10px 0; } }
  .intro__box__bottom {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0; }
    @media screen and (max-width: 897px) {
      .intro__box__bottom {
        display: block;
        margin: 20px 0 0 0; } }
    .intro__box__bottom__item {
      width: calc(100% / 3 - 30px); }
      @media screen and (max-width: 897px) {
        .intro__box__bottom__item {
          width: 100%; } }
      .intro__box__bottom__item .txt {
        padding: 15px 0 0 0; }
        @media screen and (max-width: 897px) {
          .intro__box__bottom__item .txt {
            padding: 10px 0 0 0; } }
      @media screen and (max-width: 897px) {
        .intro__box__bottom__item:not(:last-of-type) {
          margin: 0 0 20px 0; } }
  .intro__caution {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
    margin: 60px 0 0 0; }
    @media screen and (max-width: 897px) {
      .intro__caution {
        margin: 20px 0 0 0;
        padding: 15px;
        display: block; } }
    .intro__caution .img {
      text-align: center;
      width: 25%; }
      @media screen and (max-width: 897px) {
        .intro__caution .img {
          width: 100%; } }
    .intro__caution .txt {
      width: 75%;
      border-left: 1px solid #036EB7;
      padding: 0 0 0 4%; }
      @media screen and (max-width: 897px) {
        .intro__caution .txt {
          width: 100%;
          border-left: none;
          border-top: 1px solid #036EB7;
          padding: 4% 0 0 0; } }
  .intro h2 {
    color: #036EB7;
    font-size: 3.0rem;
    font-weight: 700;
    padding: 0 0 20px 0; }
    @media screen and (max-width: 897px) {
      .intro h2 {
        font-size: 2.3rem;
        text-align: center;
        padding: 0 0 20px 0; } }
  .intro h3 {
    text-align: center;
    color: #004A7C;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 0 0 5px 0; }
    @media screen and (max-width: 897px) {
      .intro h3 {
        padding: 0; } }
  .intro h4 {
    color: #004A7C;
    text-align: center;
    padding: 0;
    font-size: 2.6rem; }
    @media screen and (max-width: 897px) {
      .intro h4 {
        font-size: 2.0rem;
        padding: 0 0 5px 0; } }
  .intro p:not(:first-of-type) {
    padding: 10px 0 0 0; }
    @media screen and (max-width: 897px) {
      .intro p:not(:first-of-type) {
        padding: 5px 0 0 0; } }
  .intro.blue {
    background: #F4F7FB; }

/* ----------------------------------------
hall
---------------------------------------- */
.hall {
  padding: 90px 0; }
  @media screen and (max-width: 897px) {
    .hall {
      padding: 40px 0; } }
  .hall__headline {
    text-align: center; }
    @media screen and (max-width: 897px) {
      .hall__headline {
        text-align: left; } }
  .hall h2 {
    color: #036EB7;
    font-size: 3.0rem;
    font-weight: 700;
    padding: 0 0 20px 0; }
    @media screen and (max-width: 897px) {
      .hall h2 {
        font-size: 2.3rem;
        line-height: 1.3;
        text-align: center;
        padding: 0 0 20px 0; } }
  .hall__box {
    margin: 60px 0; }
    @media screen and (max-width: 897px) {
      .hall__box {
        margin: 20px 0; } }
    .hall__box ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .hall__box ul li {
        width: calc(100% / 4 - 15px); }
        @media screen and (max-width: 897px) {
          .hall__box ul li {
            width: calc(100% / 2 - 5px); } }
        .hall__box ul li a {
          padding: 0 55px 2px;
          height: 70px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: #fff;
          font-weight: 500;
          letter-spacing: 0.05em;
          text-align: center;
          background: #036eb7 url(../img/common/icon_arrow01.png) no-repeat right 23px center/26px;
          box-sizing: border-box; }
          @media screen and (max-width: 897px) {
            .hall__box ul li a {
              padding: 0;
              font-size: 1.6rem;
              background: #036eb7 url(../img/common/icon_arrow01.png) no-repeat right 11.5px center/13px;
              height: 40px; } }
        .hall__box ul li:nth-child(n + 5) {
          margin: 20px 0 0 0; }
          @media screen and (max-width: 897px) {
            .hall__box ul li:nth-child(n + 5) {
              margin: 0; } }
        @media screen and (max-width: 897px) {
          .hall__box ul li:nth-child(n + 3) {
            margin: 10px 0 0 0; } }
        .hall__box ul li:last-of-type a {
          background: #3095DA url(../img/common/icon_arrow01.png) no-repeat right 23px center/26px; }
          @media screen and (max-width: 897px) {
            .hall__box ul li:last-of-type a {
              padding: 0;
              font-size: 1.6rem;
              background: #3095DA url(../img/common/icon_arrow01.png) no-repeat right 11.5px center/13px;
              height: 40px; } }
      .hall__box ul::after {
        content: "";
        display: block;
        width: calc(100% / 4 - 15px); }
  .hall__copy {
    max-width: 840px;
    margin: auto; }

/* ----------------------------------------
service
---------------------------------------- */
.service {
  padding: 90px 0; }
  @media screen and (max-width: 897px) {
    .service {
      padding: 40px 0; } }
  .service__headline {
    text-align: center; }
    @media screen and (max-width: 897px) {
      .service__headline {
        text-align: left; } }
    .service__headline h2 {
      color: #fff;
      font-size: 3.0rem;
      font-weight: 700;
      padding: 15px;
      background: #036EB7; }
      @media screen and (max-width: 897px) {
        .service__headline h2 {
          font-size: 2.3rem;
          line-height: 1.3;
          text-align: center;
          padding: 10px; } }
  .service__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 897px) {
      .service__box {
        display: block; } }
    .service__box__item {
      width: 48%;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 897px) {
        .service__box__item {
          width: 100%;
          margin: 20px 0 0 0; } }
      .service__box__item h3 {
        color: #036EB7;
        text-align: center;
        font-size: 2.0rem;
        margin: 20px 0 10px 0; }
        @media screen and (max-width: 897px) {
          .service__box__item h3 {
            margin: 10px 0 5px 0; } }

/* ----------------------------------------
place
---------------------------------------- */
.place {
  padding: 90px 0; }
  @media screen and (max-width: 897px) {
    .place {
      padding: 40px 0; } }
  .place__headline {
    text-align: center; }
    @media screen and (max-width: 897px) {
      .place__headline {
        text-align: left; } }
    .place__headline h2 {
      color: #036EB7;
      font-size: 3.0rem;
      font-weight: 700; }
      @media screen and (max-width: 897px) {
        .place__headline h2 {
          font-size: 2.3rem;
          line-height: 1.3;
          text-align: center; } }
  .place__box {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0;
    flex-wrap: wrap; }
    @media screen and (max-width: 897px) {
      .place__box {
        display: block;
        margin: 0; } }
    .place__box__item {
      text-align: center;
      width: 31%; }
      @media screen and (max-width: 897px) {
        .place__box__item {
          width: 100%;
          margin: 20px 0 0 0; } }
      .place__box__item h3 {
        color: #036EB7;
        text-align: center;
        font-size: 2.0rem;
        margin: 20px 0 10px 0; }
        @media screen and (max-width: 897px) {
          .place__box__item h3 {
            width: 100%;
            margin: 10px 0 0 0; } }

/* ----------------------------------------
facilities
---------------------------------------- */
.facilities {
  padding: 90px 0; }
  @media screen and (max-width: 897px) {
    .facilities {
      padding: 40px 0; } }
  .facilities__headline {
    text-align: center; }
    @media screen and (max-width: 897px) {
      .facilities__headline {
        text-align: left; } }
    .facilities__headline h2 {
      color: #036EB7;
      font-size: 3.0rem;
      font-weight: 700; }
      @media screen and (max-width: 897px) {
        .facilities__headline h2 {
          font-size: 2.3rem;
          line-height: 1.3;
          text-align: center; } }
  .facilities__box {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap; }
    @media screen and (max-width: 897px) {
      .facilities__box {
        display: block; } }
    .facilities__box__item {
      text-align: center;
      width: 31%;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 897px) {
        .facilities__box__item {
          width: 100%;
          margin: 20px 0 0 0; } }
      .facilities__box__item h3 {
        color: #036EB7;
        text-align: center;
        font-size: 2.0rem;
        margin: 20px 0 0 0; }
        @media screen and (max-width: 897px) {
          .facilities__box__item h3 {
            margin: 10px 0 0 0; } }
  .facilities__caution {
    background: #fff;
    padding: 30px;
    margin: 60px 0 0 0; }
    @media screen and (max-width: 897px) {
      .facilities__caution {
        padding: 15px;
        margin: 20px 0 0 0; } }
    .facilities__caution h4 {
      font-size: 2.4rem;
      color: #036EB7;
      text-align: center;
      padding: 0 0 15px 0;
      margin: 0 0 15px 0;
      border-bottom: 1px solid #036EB7; }
      @media screen and (max-width: 897px) {
        .facilities__caution h4 {
          font-size: 2.0rem; } }
    .facilities__caution .btns {
      text-align: center;
      margin: 30px auto 0 auto;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 897px) {
        .facilities__caution .btns {
          margin: 15px 0 0 0;
          display: block; } }
  .facilities.blue {
    background: #F4F7FB; }
</pre></body></html>