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

/*==========================================
 custom properties
===========================================*/

:root {
  --main-color: #e60012; /* rgb(230,0,18)*/
  --sub-color: #E5727C;
  --text-color: #4B4B4B;
  --line-color: #e1e1e1;
  --bg-color: #f6f6f6;
}

/*==========================================
 common
===========================================*/

*, *::before, *::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

a[href^="tel:"] {
  cursor: default;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.hidden {
  display: none;
}

@media print, screen and (min-width: 601px) {

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

}

/* reCAPTCHAの表示を消す */
.grecaptcha-badge {
	visibility: hidden !important;
}

/*==========================================
 全体
===========================================*/

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 400;
	color: #4B4B4B;
	background: #FFF;
}

#wrap {
	width: 100%;
}


/* head */

#head_wrap {
	width: 100%;
  position: fixed;
  top: 0;
  background: rgba(255,255,255,0.7);
  box-shadow: 0px 0px 5px 0px #ccc;
  z-index: 9999;
}

#head_wrap.UpMove{
  animation: UpAnime 1s forwards;
}

#head_wrap.DownMove{
  animation: DownAnime 1s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#head {
  width: 100%;
  height: 80px;
  position: relative;
  padding: 10px 0;
}

/* contents */
#contents {
	width: 100%;
	position: relative;
}

/* footContact */
#footContact_wrap {
	width: 100%;
  position: relative;
  z-index: 1;
  background: url(../images/bg_contact.jpg);
  background-position: center bottom;
  background-size: cover;    
}

#footContact {
	width: 100%;
  padding: 50px 10px;
}

/* foot */
#foot_wrap {
	width: 100%;
  position: relative;
}

#foot {
	width: 100%;
  padding: 0 10px;
}

/* foot0 */
#foot0_wrap {
	width: 100%;
}

#foot0 {
	width: 100%;
	text-align: center;
  padding: 10px;
}

@media print, screen and (min-width: 601px) {

  #wrap {
    width: 1080px;
    margin: 0 auto;
  }

  /* head */
  #head_wrap {
    width: 1080px;
    margin: 0 auto;
  }

  #head {
    width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* contents */
  #contents {
  }

  #footContact {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 20px;
  }

  #foot {
    width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #foot0 {
    width: 1080px;
    margin: 0 auto;
    padding: 10px 20px;
  }

}

@media print, screen and (min-width: 1081px) {

  #wrap {
    width: 100%;
  }

  #head_wrap {
    width: 100%;
  }
  
}

/*==========================================
 ヘッダーのスタイル
===========================================*/

#head .logo {
  margin-left: 10px;
}

#head .logo a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
}

#head .logo a span {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 4.0em;
  color: var(--main-color);
}

#head .logo a:hover {
  opacity: 0.8;
}

#head #gNav {
}

#head #gNav .nav2 {
  border-top: solid 2px var(--sub-color);
  border-bottom: solid 2px var(--sub-color);
  background: #fff;
}

#head #gNav .nav2 li {
  width: 100%;
  height: 40px;
  text-align: left;
  border-bottom: 1px solid var(--line-color);
  position: relative;
}

#head #gNav .nav2 li a {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  padding-left: 1em;
}

#head #gNav .nav2 li a::after {
  position: absolute;
	right: 10px;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.2em;
}

#head .iconMenu {
  position: absolute;
  bottom: 10px;
  right: 10px;
  
	cursor: pointer;
}

#head .iconMenu i {
	font-size: 3.6rem;
  color: var(--sub-color);
}

@media print, screen and (min-width: 601px) {

  #head .logo {
    margin-left: 0;
  }

  #head .logo a {
    font-size: 2.0rem;
  }
  
  #head #gNav {
    display: block !important;
  }
  
  #head #gNav .nav1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
  }

  #head #gNav .nav1 .text a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
    margin-right: 2em;
  }

  #head #gNav .nav1 .text a:before {
    content: '\f0da';
    font-family: FontAwesome;
    margin-right: 0.2em;
    font-size: 1.3em;
  }

  #head #gNav .nav1 .text a:hover {
    color: var(--sub-color);
  }

  #head #gNav .nav1 .btn a {
    display: block;
    padding: 4px 10px;
    font-size: 1.4rem;
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    text-decoration: none;
    transition: all 0.5s;
  }

  #head #gNav .nav1 .btn a:before {
    content: '\f0e0';
    font-family: FontAwesome;
    margin-right: 0.4em;
    font-size: 1.4em;
  }

  #head #gNav .nav1 .btn a:hover {
    color: var(--main-color);
    background: #fff;
  }
  
  #head #gNav .nav2 {
    border-top: none;
    border-bottom: none;
    background: none;
    display: flex;
    justify-content: flex-end;
  }
  
  #head #gNav .nav2 li {
    width: auto;
    height: auto;
    border-bottom: none;
  }

  #head #gNav .nav2 li a {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s;
    position: relative;
    padding: 10px 14px;
  }

  #head #gNav .nav2 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 4px;
    background: var(--sub-color);
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }

  .about #head #gNav .nav2 li.linkAbout a::after,
  .activity #head #gNav .nav2 li.linkActivity a::after,
  .event #head #gNav .nav2 li.linkEvent a::after,
  .tayori #head #gNav .nav2 li.linkTayori a::after,
  .guide #head #gNav .nav2 li.linkGuide a::after,
  #head #gNav .nav2 li a:hover::after {
    transform: scale(1, 1);
  }
  
  #head .iconMenu {
    display: none !important;
  }

}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/

#iconPageTop {
  position: fixed;
  bottom: 60px;
  right: 10px;
	z-index: 10;
}

#iconPageTop a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: rgba(230,0,18,0.6);
	color: #FFF;
	display: block;
	text-align: center;
	transition: all 0.5s;
	border-radius: 4px;
}

#iconPageTop a i {
  font-size: 1.8rem;
}

#iconPageTop a:hover {
	opacity: 0.8;
}

@media print, screen and (min-width: 601px) {
	
  #iconPageTop {
      bottom: 60px;
  }

}

/*==========================================
 フッターコンタクトのスタイル
===========================================*/

.footContactBox {
	width: 100%;
  text-align: center;
  font-weight: 500;
}

.footContactBox .name {
  font-size : 1.8rem;
  margin-bottom: 30px;
  text-shadow: 
    #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.footContactBox .adrs {
  font-size : 1.4rem;
  margin-bottom: 30px;
  text-shadow: 
    #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.footContactBox .btnContact {
	width: 205px;
  margin: 0 auto;
}

.footContactBox .btnContact a {
	display: block;
	font-size: 1.4rem;
  line-height: 40px;
	color: #fff;
  border: 1px solid var(--main-color);
	background: var(--main-color);
  text-decoration: none;
	transition: all 0.5s;
}

.footContactBox .btnContact a:before {
  content: '\f0e0';
  font-family: FontAwesome;
  margin-right: 0.4em;
  font-size: 1.4em;
}
		
.footContactBox .btnContact a:hover {
  color: var(--main-color);
	background-color: #fff;
}

@media print, screen and (min-width: 601px) {

  .footContactBox {
  }

  .footContactBox .name {
    font-size : 2.4rem;
  }

  .footContactBox .adrs {
    font-size : 1.8rem;
  }

  .footContactBox .btnContact {
    width: 204px;
  }

}

/*==========================================
 フッターのスタイル
===========================================*/

#foot .fNav {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#foot .fNav li a {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 1em;
  transition: all 0.5s;
  width: 50%;
  text-decoration: none;
}

#foot .fNav li a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 601px) {
	
  #foot .fNav li a {
    font-size: 1.4rem;
  }
  
}

/*==========================================
 フッター0のスタイル
===========================================*/

#foot0 .copyright {
	font-size: 1.2rem;
}

@media print, screen and (min-width: 601px) {

}

/*==========================================
 コンテンツヘッダーのスタイル
===========================================*/

#contentsHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding-top: 80px;
}

#contentsHead::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_contents-head.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	background-color: #f2f5f8;
  content: '';
  animation: fadein_contentsHead 3s 0s forwards;
}

#contentsHead #contentsTitle {
  display: block;
	color: #fff;
	text-align: center;
}

#contentsHead #contentsTitle .pageTitle {
	font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  opacity: 0;
  animation: fadein_contentsTitle1 0.8s 0.2s forwards;
}

#contentsHead #contentsTitle .pageText {
  font-size: 1.5rem;
  font-feature-settings: "palt" 1;
  opacity: 0;
  animation: fadein_contentsTitle2 0.8s 0.6s forwards;
  transition-delay: 0.5s;
  margin-top: 10px;
}

@keyframes fadein_contentsHead {
  0% {
    opacity: 0;
    /* transform: translate(0, 100%); */
  }
  100% {
    opacity: 1;
    /* transform: translate(0, 0); */
  }
}

@keyframes fadein_contentsTitle1 {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadein_contentsTitle2 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media print, screen and (min-width: 601px) {

  #contentsHead {
    width: 100%;
    height: 340px;
    min-width: 1080px;
  }

  #contentsHead #contentsTitle .pageTitle {
    font-size: 3.0rem;
  }

  #contentsHead #contentsTitle .pageText {
    font-size: 2.0rem;
    margin-top: 18px;
  }

}

/*==========================================
 section
===========================================*/

/* section_wrap */

.section_wrap {
	position: relative;
	width: 100%;
  padding: 60px 0;
}

.section_wrap .section {
  width: 100%;
  padding: 0 10px;
}

.section_wrap .section .sectionHead {
  color: var(--text-color);
	margin-bottom: 50px;
  opacity: 0;
}

.section_wrap .section .sectionHead .sectionTitle {
	position: relative;
  display: flex;
  justify-content: flex-start;	
  align-items: center;
}

.section_wrap .section .sectionHead .sectionTitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: var(--main-color);
}

.section_wrap .section .sectionHead .sectionTitle .no {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
	color: var(--sub-color);
	font-size: 4.0rem;
}

.section_wrap .section .sectionHead .sectionTitle .title {
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin-left: 20px;
}

.section_wrap .section .sectionHead .sectionDesc {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  margin-top: 20px;
}

@media print, screen and (min-width: 601px) {

  .section_wrap {
    padding: 120px 0;
  }

  .section_wrap .section {
    width: 1080px;
    margin: 0 auto;
    padding: 0 90px;
  }

  .section_wrap .section .sectionHead {
  }

  .section_wrap .section .sectionHead .sectionTitle .no {
    font-size: 6.0rem;
  }

  .section_wrap .section .sectionHead .sectionTitle .title {
    font-size: 2.6rem;
  }

  .section_wrap .section .sectionHead .sectionDesc {
    font-size: 2.0rem;
  }
	
}

@media print, screen and (min-width: 1201px) {

  .section_wrap {
    width: 100%;
  }

}

/*==========================================
 共通部品
===========================================*/

/* ボタン */

.moreBtn {
  width: 90%;
  max-width: 240px;
}

.moreBtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  padding: 0.5em 1em;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  transition: all 0.5s;
  position: relative;
  text-decoration: none;
}

.moreBtn a::after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 1.1em;
  margin-left: 1em;
}

.moreBtn a:hover {
  color: #fff;
  background: var(--main-color);
}

@media print, screen and (min-width: 601px) {

  .moreBtn {
  }

  .moreBtn a {
    font-size: 2.0rem;
  }
  
}

/* postNav */

.postNavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.postNavi .prev,
.postNavi .next {
  /* width: 22px; */
}

.postNavi .linkArchive {
  margin: 0 40px;
}

.postNavi .prev a,
.postNavi .next a,
.postNavi .linkArchive a {
  font-size : 1.7rem;
  font-weight: 500;
  letter-spacing : 0.04em;
  color : #B7B7B7;
  text-decoration: none;
  transition: all 0.5s;
}

.postNavi .prev a i,
.postNavi .next a i {
  font-size: 1.4em;
  vertical-align: middle;
}

.postNavi .prev a:hover,
.postNavi .next a:hover,
.postNavi .linkArchive a:hover {
  color: var(--sub-color);
}


@media print, screen and (min-width: 601px) {
  
}

/* wp-pagenavi */

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size : 1.7rem;
  letter-spacing : 0.04em;
  color : #B6B6B6;
	margin: 0 6px;
  transition: all 0.5s;
	text-decoration: none;
}

.wp-pagenavi a i {
  font-size: 1.4em;
}

.wp-pagenavi a:hover {
  color: var(--sub-color);
}

.wp-pagenavi span.current{
  color: var(--sub-color);
}

@media print, screen and (min-width: 601px) {
  
}

/* ctgrySelect */

#ctgrySelect {
	margin-bottom: 40px;
}

#ctgryMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#ctgryMenu li.cat-item-all,
#ctgryMenu li.cat-item {
	width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
}

#ctgryMenu li:not(:nth-child(2n)) {
  margin-right: 10px;
}

#ctgryMenu li a {
  display: block;
  padding: 6px 0;
	font-size: 1.2rem;
	line-height: 1.5;
  text-align: center;
  color: var(--sub-color);
  border: 1px solid var(--sub-color);
  text-decoration: none;
  background: #fff;
	transition: all 0.5s;
}

.post-type-archive #ctgryMenu li.cat-item-all a,
#ctgryMenu li.current-cat a {
  color: #fff;
  background: var(--main-color);
  pointer-events: none;
}

#ctgryMenu li a:hover {
  color: #fff;
  background: var(--sub-color);
}

@media print, screen and (min-width: 601px) {

  #ctgrySelect {
    margin-bottom: 80px;
  }

  #ctgryMenu {
    justify-content: center;
  }

  #ctgryMenu li.cat-item-all,
  #ctgryMenu li.cat-item {
    width: 148px;
  }

  #ctgryMenu li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  #ctgryMenu li:not(:nth-child(5n)) {
    margin-right: 10px;
  }

  #ctgryMenu li a {
    font-size: 1.5rem;
    line-height: 1.86;
  }

}

/*==========================================
 animation
===========================================*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeIn,
.fadeUp,
.fadeDown,
.fadeLeft,
.fadeRight {
	animation-name: fadeUpAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

@media print, screen and (min-width: 601px) {

  .fadeIn{
    animation-name: fadeInAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }

  .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;
  }

  .fadeDown{
    animation-name:fadeDownAnime;
    animation-duration: 1.0s;
    animation-fill-mode:forwards;
    animation-timing-function: ease-out;
    opacity:0;
  }

  .fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration: 1.0s;
    animation-fill-mode:forwards;
    animation-timing-function: ease-out;
    opacity:0;
  }

  .fadeRight{
    animation-name:fadeRightAnime;
    animation-duration: 1.0s;
    animation-fill-mode:forwards;
    animation-timing-function: ease-out;
    opacity:0;
  }

  .delay02 {
    animation-delay: 0.2s;
  }

  .delay04 {
    animation-delay: 0.4s;
  }

  .delay06 {
    animation-delay: 0.6s;
  }

  .delay08 {
    animation-delay: 0.8s;
  }

}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 印刷 */

@media print{

  body {
    width: 1000px;
  }

  #head_wrap {
    position: static;
  }

  #btnPageTop {
    display: none;
  }
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 1;
}

.fadeIn,
.fadeUp,
.fadeDown,
.fadeLeft,
.fadeRight {
  opacity: 1;
}

}
</pre></body></html>