<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
  font-family: 'Catamaran', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2c2c2c;
}

img {
  max-width: 100%;
}

.topPage header {
  /* height: 60vh;*/
  /*background: url(../images/top_bg.jpg) no-repeat center top/cover;*/
  /* padding-top: 50px;*/
  margin-bottom: 2em;
}

.topPage header h1 img {
  max-width: 100%;
  height: auto;
  color: #000000;
  padding: 10px 0 10px 0;
}

.sub-logo {

  width: 10.5rem;
  position: absolute;
  top: 10px;
  left: -15px;

}

.topPage header h1 {
  text-align: center;
}

.topPage main h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .17em;
  margin: 30px 10px 20px 10px;
  border-bottom: solid 1px #E8E5DF;
}


/*アコーディオンメニュー*/
.accordion-001 {
  max-width: 1200px;
  background-color: #f0f5f9;
}

.accordion-001:not([open]) {
  margin-bottom: 15px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}

/*アコーディオンメニュー ここまで*/

/*挨拶文*/
.topPage main .greeting {

  text-align: center;
  line-height: 2.0;
  margin: 0 10px 0 0 10p;
}

/*youtube埋め込み横幅いっぱい*/
.video {
  position: relative;
  width: 100%;
  /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.linkList {
  padding: 0 20px;
}

.linkList li {
  margin-bottom: 40px;
}

.linkList li a {
  display: block;
  background-color: #f5f5f5;
}

.linkList li a span {
  display: block;
  padding: 12px 15px 10px;
  font-size: 18px;
}

.linkList li a:hover {
  filter: brightness(105%);
}

.topPage h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 10px 10px;

}

.subPage header {
  border-top: 14px solid #f5f5f5;
  padding-top: 40px;
  margin-bottom: 30px;
}

.subPage header h1 {
  text-align: center;
  font-size: 2.0em;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.subPage header h1 span {
  background-image: linear-gradient(90deg, rgba(115, 248, 224, 1), rgba(150, 167, 241, 1));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subPage header h1 .sub-title {

  background-image: linear-gradient(90deg, rgba(255, 22, 22, 1) 38%, rgba(0, 255, 118, 1));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subPage h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .17em;
  margin-bottom: 10px;
}

.subPage .lead {
  text-align: center;
  margin: 15px 30px 15px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
}

.subPage h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 30px 0;
}

/*
.subPage main {
  padding: 0 20px;
}
*/
footer {
  /*background: url(../images/footer_logo.svg) no-repeat right top / 25%;*/
  margin-top: 10px;
  padding-top: 10px;
}

footer p {
  background-color: #f5f5f5;
}

footer p img {
  width: 188px;
  transform: translateY(-28px);
}

.conceptDetailSec p img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center 90%;
}

.conceptDetailSec .text {
  font-size: 12px;
  line-height: 1.78;
}

.conceptDetailSec {
  margin-bottom: 50px;
}

.conceptDetailSec .photo {
  margin-bottom: 14px;
}

.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.menuList li {
  flex-basis: 42%;
  margin-bottom: 28px;
}

.menuList li img {
  filter: drop-shadow(1px 2px 3px #dddddd);
}

.menuDetailSec {
  margin-bottom: 50px;
}

.map iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
}

.map {
  font-size: 12px;
  margin-bottom: 60px;
}

.photoGarelly {
  display: grid;
  grid-template-rows: 40vw 30vw 30vw 40vw 40vw;
  grid-template-columns: 50% 50%;
}

.item01 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}

.item02 {
  grid-row: 2 / 4;
  grid-column: 1 / 2;
}

.item03 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.item04 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}

.item05 {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
}

.item06 {
  grid-row: 5 / 6;
  grid-column: 1 / 2;
}

.item07 {
  grid-row: 5 / 6;
  grid-column: 2 / 3;
}

.photoGarelly li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {

  background: url(../images/back-2.jpg) no-repeat;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
}

.subpage-bk {
  background: url(../images/back-2.jpg) no-repeat;
  padding-top: 20px;

}

.advant-bk {
  background: url(../images/back-4.jpg) no-repeat;
  padding-top: 20px;
  background-size: cover;
  position: relative;

}


section address ul li#tel::before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_tel.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

section address ul li#fax::before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_FAX.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;

}

section address ul li#mail::before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico_mail.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;

}

/*写真Flex配置*/
.wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-left: 15px;

}

.item {
  padding: 10px;
  width: calc((100% - 30px * 2) / 2);
  background-color: #fff;
}

.item image {

  width: 50vw;
}

/*ボタンスタイル*/

.btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0 auto;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #0099FF;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  box-shadow: 5px 5px 0px 0px #DEDEDE;
}

.btn a:hover {
  background: #0099FF;
  color: #FFFC00;
  margin-left: 5px;
  margin-top: 5px;
  box-shadow: none;
}

.r-link {
  padding: 15px 15px 15px 0;

}

.gradation {
  background: linear-gradient(90deg, #4158D0, #C850C0 30%);
  background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;

}

iframe[src^="https://docs.google.com/forms/d/e"] {
  width: 100%;
}


/*flex-box 左右横並び*/
.box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-text&gt;h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 100%;
  margin: 3%;
}

.pict img {
  width: 100%;
  height: auto;
}

/*申し込みボタンスタイル*/
.button-048 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 280px;
  padding: .9em 2em;
  border: none;
  border-radius: 25px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}

.button-048::before {
  position: absolute;
  right: calc(2em + 2.5px);
  transform: translateX(50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}

.button-048::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 3px solid #2589d0;
  border-right: 3px solid #2589d0;
  content: '';
}

/*PC用レイアウト*/
@media screen and (min-width: 640px) {

  body {
    max-width: 1200px;
    margin: 0 auto;
  }

  .swiper-wrapper {
    height: 80vh !important;
  }

  .menu-img {
    width: 100%;
    height: 30vh;
  }

  .linkList {
    /*追加*/
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .linkList li {
    /*追加*/
    width: 100%;
    /*追加*/
    box-sizing: border-box;
    /*追加*/
    text-align: center;
    padding: 10px;
    margin: 0;
  }

  footer img {
    height: 20vh;
  }

  /*感想フォーム*/
  .form-style {

    display: block;
    width: 640px;
    margin: 0 auto;
  }


}



/* 以下に参考サイトのメニュー用CSSを貼り付ける */
/* メニューを画面上部に固定表示しています */
.gMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-top: 5px;
  height: 12px;
}

/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #ffc107;
  /* 色は自由に変更可能です */
  display: block;
  height: 2px;
  /* 太さ */
  width: 31px;
  /* 長さ */
  position: relative;
  transition: background .4s ease-out;
  /* 形が変わる時のアニメーション */
}

/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #ffc107;
  /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out;
  /* 形が変わる時のアニメーション */
  width: 100%;
}

.gMenu .menu-icon .navicon::before {
  top: 10px;
}

/* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {
  top: -10px;
}

/* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  max-height: 0;
  /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s;
  /* 表示されるときのアニメーション */
  text-align: center;
}

/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 25px;
  padding-top: 50px;
}

.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}

/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}

/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked~.menu {
  max-height: 1020px;
  /* ★チェックボックスがオンの時高さを338pxにして表示させます */
  transition: max-height .6s;
}

/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked~.menu-icon .navicon::before {
  transform: rotate(-45deg);
  top: 0;
}

.gMenu .menu-btn:checked~.menu-icon .navicon::after {
  transform: rotate(45deg);
  top: 0;
}

/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}

.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #333333;
}

/*新着情報スタイル*/
.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
}

.news-list .info_item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .info_item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .info_item .date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #FFF;
  padding: 0 20px 0 0;
}

.news-list .info_item .category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.news-list .info_item .category span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.news-list .info_item .title {
  margin: 0;
  width: 100%;
}

.news-list .info_item a:hover .title {
  color: #ffc107;
}

/*スマホの時だけ改行させるクラス*/
.br-sp {
  display: none;
}

/*スマホ用レイアウト*/
@media screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }

  .news-list .info_item a {
    flex-wrap: wrap;
  }

  .news-list .info_item .date {
    min-width: 100px;
  }

  .news-list .info_item .title {
    margin-top: 10px;
  }

  /*感想フォーム*/
  .form-style {

    width: 100%;
  }

  /*flex-box　横並び解除*/

  .box {
    display: block;
  }

  .flex-text {
    margin-left: 10px;
  }
}

/*お知らせバナーアドベント*/
.banner {
  display: block;
  position: relative;
  padding-top: 150px;
  margin: 0px auto;
  width: 100%;
  border-radius: 0px;
  background-image: url(../images/banner/banner_advent.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.banner:hover {
  color: #fff;
  text-decoration: none;
}

.banner::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}

.banner:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.banner&gt;p {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: -2px -2px 6px #333, 2px -2px 6px #333, 2px 2px 6px #333, -2px 2px 6px #333;
  white-space: nowrap;
}

.banner&gt;p&gt;span {
  display: block;
}

.banner&gt;p&gt;span:nth-of-type(1) {
  font-size: 12px;
}

.banner&gt;p&gt;span:nth-of-type(2) {
  font-size: 24px;
}

/*お知らせバナー　マナの会*/
.banner_mana {
  display: block;
  position: relative;
  padding-top: 150px;
  margin: 0px auto;
  width: 100%;
  border-radius: 0px;
  background-image: url(../images/banner/banner_mana.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.banner_mana:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}</pre></body></html>