@import url("../font-awesome/css/all.min.css");

#wrapper { position: relative; }
p { line-height: 2.0; letter-spacing: 0.05em; }

/* slick */
.slick-initialized .slick-slide { padding: 0; }
@media (max-width: 599.9px){
  .slick-initialized .slick-slide { height: 500px; }
}
.slick-initialized .slick-slide img { display: block; width: 100%; }

/* 共通 */
/* contactbtn */
#contactBtn a {
  display: block;
  width: max-content;
  padding: 8px 28px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: #ffaf3d;
  text-align: center;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
}
#contactBtn a i { margin-right: 8px; font-size: 20px; }
header > #contactBtn { display: block; }
@media (max-width: 1199.9px){
  header > #contactBtn { display: none !important; }
}

/* morebtn */
.morebtn {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 12px 40px;
  font-size: 1.6rem;
  text-align: center;
  color: #ea4939;
  background: #fff;
  border: 2px solid #ea4939;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  transition: all 0.75s ease 0s;
}
@media (max-width: 599.9px) {
.morebtn {
    font-size: 1.4rem;
  }
}
.morebtn:hover {
  color: #fff;
  background: #ea4939;
  border: 2px solid #ea4939 ;
}
.morebtn i { margin-right: 8px; }
/* 施設情報 */
.postalcode {
  margin-right: 8px;
  padding-left: 18px;
  position: relative;
}
.postalcode::before {
  content: '〒';
  display: block;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tel, .fax {
  padding-left: 45.4px;
  position: relative;
}
.tel { margin-right: 16px; }
.tel::before, .fax::before {
  display: block;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tel::before { content: 'TEL：'; }
.fax::before { content: 'FAX：'; }
/* .date & .new */
.post_date_tag { font-size: 1.4rem; color: #888; }
.post_date_tag .date { color: #888; font-family: futura-pt, sans-serif; font-weight: 400; }
.post_date_tag .new {
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: #fff;
  background: #66a748;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/***********************************************

  - header

************************************************/
header {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
header #contactBtn {
  display: flex;
  padding: 16px 0 0;
  justify-content: flex-end;
}

/***********************************************

  - メインナビ(PC)

************************************************/
#navigation.forPC {
  align-items: center;
  column-gap: 24px;
  position: relative;
}
#navigation.forPC::after {
  content: '';
  display: block;
  width: 320px;
  height: 200px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}

/* ロゴ */
#navigation.forPC .logo { width: 26%; }
#navigation.forPC .logo h1 {
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  line-height: 1.6;
}
#navigation.forPC h1 .affiliation {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#navigation.forPC h1 .subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#navigation.forPC .logo, #navigation.forPC .leftnav, #navigation.forPC .rightnav { position: relative; z-index: 50; }
/* ナビ */
#navigation.forPC .leftnav, #navigation.forPC .rightnav { width: 37%; }
#nav-left, #nav-right {
  justify-content: space-between;
  column-gap: 16px;
}
#nav-left > li, #nav-right > li { position: relative; }
#nav-left > li > a, #nav-right > li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333;
}
#nav-left > li > a i, #nav-right > li > a i {
  margin-bottom: 16px;
  font-size: 40px;
  color: #66a748 ;
}
#nav-left > li a .navTitle span, #nav-right > li a .navTitle span {
  display: block;
  font-size: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  color: #888;
}
.sub-nav {
  display: none;
  width: max-content;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
}
.sub-nav li:not(:last-child) { margin-bottom: 4px; }
#nav-left > li a:hover + .sub-nav, #nav-right > li a:hover + .sub-nav, .sub-nav:hover { display: block; }
.sub-nav li a {
  display: block;
  padding: 4px 16px;
  font-size: 1.4rem;
  text-align: left;
  color: #333;
  background: rgba(255,255,255, 0.9);
  -webkit-order-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/***********************************************

  - メインナビ(SP)

************************************************/
#navigation.forSP {
  width: max-content;
  margin: 0 auto;
  padding: 24px 0 0;
  position: relative;
}
#navigation.forSP::after {
  content: '';
  display: block;
  width: 360px;
  height: 200px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}
#navigation.forSP > * { position: relative; z-index: 50; }
/* ロゴ */
#navigation.forSP .logo h1 {
  /*font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;*/
  text-align: center;
}
#navigation.forSP .logo h1 .maintitle {
  width: 80%;
  margin: 4px auto;
}
#navigation.forSP h1 .affiliation {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#navigation.forSP h1 .subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
/* フローティングナビ・ナビボタン共通 */
.floatingnavBtn, #flNavCont { display: none; }
@media (max-width: 1199.9px) {
  .floatingnavBtn, #flNavCont { display: block; position: fixed; }
}
/* フローティングナビボタン */
.floatingnavBtn {
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 9999;
}
.floatingnavBtn .cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.floatingnavBtn .cover > span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .5s ease;
}
.floatingnavBtn .cover > span:nth-of-type(1) { top: 2px; }
.floatingnavBtn .cover > span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.floatingnavBtn .cover > span:nth-of-type(3) { bottom: 2px; }
.floatingnavBtn.open .cover > span:nth-of-type(1),
.floatingnavBtn.open .cover > span:nth-of-type(3) {
  top: 50%;
  bottom: unset;
}
.floatingnavBtn.open .cover > span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.floatingnavBtn.open .cover > span:nth-of-type(2) { background: transparent; }
.floatingnavBtn.open .cover > span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* フローティングナビ */
#flNavCont {
  width: 100%;
  height: 100dvh;
  padding: 40px 0;
  background: rgba(242,255,230,1.0);
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  top: 50%;
  right: -50%;
  -webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  z-index: 999;
  transition: right .5s ease;
}
#flNavCont.open { right: 50%; }
#flNavCont::-webkit-scrollbar {  /* Chrome, Safari 対応 */ display:none; }
/* ロゴ */
#flNavCont > a:has(>h1){
  display: block;
  width: max-content;
  margin: 0 auto;
}
#flNavCont h1 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1.0;
}
#flNavCont h1 .affiliation {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#flNavCont h1 .maintitle {
  width: 80% ;
  margin: 8px auto 0;
}
#flNavCont h1 .subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
/* ナビ */
#fl-nav {
  display: block;
  width: max-content;
  margin: 40px auto;
}
#fl-nav > li:not(:last-child) { margin-bottom: 40px; }
#fl-nav > li a { display: block; }
#fl-nav > li > a { font-size: 2.4rem; font-weight: 600; }
@media (max-width: 599.9px) {
  #fl-nav > li > a { font-size: 2.0rem; }
}
#fl-nav > li .sub-menu { margin: 16px 0 0 16px; }
#fl-nav > li .sub-menu > li { padding-left: 16px; position: relative; }
#fl-nav > li .sub-menu > li:before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fl-nav > li .sub-menu > li:not(:last-child) { margin-bottom: 8px; }
#fl-nav > li .sub-menu > li a { font-size: 1.6rem; }
/* お問い合わせ */
#floatingNav + #contactBtn {
  width: max-content;
  margin: 0 auto;
}

/***********************************************

  - index トップページ

************************************************/
.BlockTitle {
  width: 90%;
  margin: 0 auto;
}
.BlockTitle h2 {
  margin-bottom: 64px;
  font-size: 4.0rem;
  font-family: uddigikyokasho-pro, sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.18rem;
}
.BlockTitle h2 .subtitle {
  display: block;
  font-size: 1.6rem;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  color: #888;
}
@media (max-width: 1039.9px) {
  .BlockTitle h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 599.9px) {
  .BlockTitle h2 {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }
  .BlockTitle h2 .subtitle {
    font-size: 1.4rem;
  }
}
/*************
  - スライダー
**************/
#SliderBlock.indexOneBlock { position: relative; }
#SliderBlock.indexOneBlock .character {
  position: absolute;
  bottom: 34%;
  right: 24%;
  z-index: 51;
}
#SliderBlock.indexOneBlock .message {
  width: max-content;
  padding: 24px 40px;
  font-family: uddigikyokasho-pro, sans-serif;;
  font-size: 4.0rem;
  color: #333;
  letter-spacing: 0.48rem;
  text-align: center;
  background: rgba(255,255,255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 50;
}
#SliderBlock.indexOneBlock .message span span {
  display: block;
  font-size: 2.8rem;
}
@media (max-width: 1299.9px) {
  #SliderBlock.indexOneBlock .character {
    right: 18%;
  }
}
@media (max-width: 1029.9px) {
  #SliderBlock.indexOneBlock .character {
    right: 8%;
  }
}
@media (max-width: 799.9px) {
  #SliderBlock.indexOneBlock .character {
    width: 56%;
    bottom: 48%;
    right: 4%;
  }
}
@media (max-width: 499.9px) {
  #SliderBlock.indexOneBlock .message {
    width: 70%;
    font-size: 2.4rem;
    text-align: center;
  }
  #SliderBlock.indexOneBlock .message span span {
    display: block;
    font-size: 2.0rem;
  }
}
/*************
  - お知らせ
**************/
#InfoBlock.indexOneBlock { padding: 56px 0 80px; }
@media (max-width: 839.9px) {
  #InfoBlock.indexOneBlock { padding: 64px 0; }
}
@media (max-width: 599.9px) {
  #InfoBlock.indexOneBlock { padding: 40px 0 64px; }
}
@media (min-width: 1040.0px) {
  #InfoBlock.indexOneBlock .BlockTitle h2 { margin-bottom: 40px; }
}
/* お知らせ一覧 */
#infoPostList {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 40px;
}
#infoPostList > li {
  display: block;
  margin-bottom: 32px;
}
#infoPostList > li a { display: block; }
#infoPostList > li a h4 {
  width: 100%;
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}
/*************
  - 私たちについて
**************/
#AboutUsBlock.indexOneBlock {
  padding: 64px 0px 120px;
  background: #f2ffe6;
}
@media (max-width: 599.9px) {
  #AboutUsBlock.indexOneBlock {
    padding: 40px 0px 120px;
  }
}
.indexOneBlock .AboutUsConts {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.indexOneBlock .AboutUsConts > div {
  position: relative;
  column-gap: 64px;
  align-items: flex-start;
}
@media (max-width: 1040px) and (min-width: 800px) {
  .indexOneBlock .AboutUsConts > div { column-gap: 40px; }
}
.indexOneBlock .AboutUsConts .ImageBox {
  background: #ccc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
}
.indexOneBlock .AboutUsConts .ImageBox .character {
  position: absolute;
  bottom: 54%;
  left: -20%;
}
@media (min-width: 800px) {
  .indexOneBlock .AboutUsConts .ImageBox { width: 40%; }
  .indexOneBlock .AboutUsConts .TextBox { width: 60%; }
}
@media (max-width: 799.9px) {
  .indexOneBlock .AboutUsConts .ImageBox { width: 100%; margin-bottom: 40px; }
  .indexOneBlock .AboutUsConts .TextBox { width: 100%; }
}
.indexOneBlock .AboutUsConts .TextBox h3 {
  margin-bottom: 24px;
  font-size: 2.4rem;
}
@media (max-width: 1039.9px) {
  .indexOneBlock .AboutUsConts .TextBox h3 {
    font-size: 2.0rem;
  }
}
.indexOneBlock .AboutUsConts .TextBox p {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media (max-width: 1039.9px) {
  .indexOneBlock .AboutUsConts .ImageBox .character {
    width: 40%;
    bottom: 76%;
    left: -26%;
  }
}
@media (max-width: 799.9px) {
  .indexOneBlock .AboutUsConts .ImageBox .character {
    width: 100%;
    bottom: 78%;
    left: -32%;
  }
}
@media (max-width: 639.9px) {
  .indexOneBlock .AboutUsConts .ImageBox .character {
    bottom: 74%;
    left: -40%;
  }
}
@media (max-width: 499.9px) {
  .indexOneBlock .AboutUsConts .ImageBox .character {
    width: 60%;
    bottom: 68%;
    left: -38%;
  }
}
/*************
  - ご利用案内
**************/
#GuideBlock.indexOneBlock {
  padding: 16px 0px 80px;
  background: #dbf490;
  position: relative;
}
@media (max-width: 839.9px) {
  #GuideBlock.indexOneBlock { padding: 16px 0px 64px; }
}
@media (max-width: 599.9px) {
  #GuideBlock.indexOneBlock { padding: 16px 0px 48px; }
}
#GuideBlock.indexOneBlock::before {
  content: '';
  display: block;
  width: 320px;
  height: 200px;
  background: #dbf490;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
#GuideBlock.indexOneBlock .BlockInner {
  position: relative;
  z-index: 50;
}
#parentChildList {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1040px) {
  #parentChildList li { width: calc((100% - 80px) / 3); }
}
@media (max-width: 1039.9px) and (min-width: 640px) {
  #parentChildList li { width: calc((100% - 40px) / 2); }
}
@media (max-width: 639.9px) {
  #parentChildList {
    width: 84%;
  }
  #parentChildList li { width: 100%; }
}
#parentChildList li a { display: block; }
#parentChildList li a .ImageBox {
  margin-bottom: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
#parentChildList li a h4 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 599.9px) {
  #parentChildList li a h4 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
#parentChildList li a p { font-size: 1.6rem; text-align: center; line-height: 1.8; }
/***************************
  - アクティビティ
****************************/
#ActivityBlock.indexOneBlock {
  padding: 64px 0 80px;
  background: #f4ffe6;
}
@media (max-width: 599.9px) {
  #ActivityBlock.indexOneBlock { padding: 40px 0 48px; }
}
#activityPostList {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 64px;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 599.9px) {
  #activityPostList {
    margin: 0 auto 40px;
  }
}
#activityPostList li {
  width: calc((100% - 80px) / 3);
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1199.9px) { #activityPostList { gap: 40px; } }
@media (max-width: 1199.9px) and (min-width: 1040px) {
  #activityPostList li { width: calc((100% - 80px) / 3); }
}
@media (max-width: 1039.9px) and (min-width: 640px) {
  #activityPostList li { width: calc((100% - 40px) / 2); }
}
@media (max-width: 639.9px) {
  #activityPostList li { width: 100%; }
}
#activityPostList li a { display: block; }
#activityPostList li .ImgBox {
  overflow: hidden;
  position: relative;
}
#activityPostList li .ImgBox img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#activityPostList li .TxtBox { padding: 24px; }
#activityPostList li .TxtBox h4 {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: 600;
}
#activityPostList li .TxtBox p { font-size: 1.6rem; line-height: 1.8; }
/***************************
  - アクセス
****************************/
#AccessBlock .goolemap { width: 50%; }
#AccessBlock .goolemap iframe {
  width: 100%;
  height: 100%;
}
#AccessBlock .accessInfo { padding: 64px; box-sizing: border-box; }
#AccessBlock .accessInfo h2 {
  margin-bottom: 16px;
  font-size: 2.8rem;
}
#AccessBlock .accessInfo address, #AccessBlock .accessInfo .inst_info { font-size: 1.6rem; }
#AccessBlock .accessInfo address .addressblock { margin-bottom: 8px; }
#AccessBlock .accessInfo address .phone { margin-bottom: 24px; }
#AccessBlock .accessInfo .inst_info:not(:last-of-type) { margin-bottom: 16px; }
#AccessBlock .accessInfo .inst_info h4 {
  width: fit-content;
  margin-bottom: 8px;
  padding: 4px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background: #68a849;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 1039.9px) {
  #AccessBlock .goolemap, #AccessBlock .accessInfo { width: 100%; }
  #AccessBlock .goolemap iframe { height: 480px; }
}
@media (max-width: 599.9px) {
  #AccessBlock .accessInfo { padding: 40px 5% 48px }
  #AccessBlock .accessInfo h2 {
    font-size: 2.0rem;
  }
}
/***********************************************

  - 中ページ

************************************************/
/***************************
  - インナータイトル
****************************/
#innerTitle { padding: 120px 0 80px; background: #dbf490; }
#innerTitle h2 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 4.0rem;
  font-weight: 400;
  font-family: uddigikyokasho-pro, sans-serif;
  letter-spacing: 0.2rem;
  text-align: center;
}
#innerTitle h2 .sub {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
}
#mainArticle {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 839.9px) {
  #mainArticle {
    padding: 64px 0;
  }
}
@media (max-width: 599.9px) {
  #mainArticle {
    padding: 40px 0 64px;
  }
  #innerTitle h2 {
    font-size: 3.6rem;
  }
  #innerTitle h2 .sub {
    font-size: 1.6rem;
  }
}
/***************************
  - 中ページ共通
****************************/
#mainArticle h2 {
  width: fit-content;
  max-width: 1200px;
  margin: 0 auto 40px;
  font-size: 4.0rem;
  text-align: center;
}
#mainArticle h3 {
  width: fit-content;
  max-width: 1200px;
  margin: 0 auto 40px;
  font-size: 3.0rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 599.9px) {
  #mainArticle h3 {
    font-size: 2.4rem;
    margin: 0 auto 24px;
  }
  #mainArticle.article h3,
  #mainArticle.single h3 {
    font-size: 2.0rem;
    font-weight: 600;
    margin: 0 auto 24px;
  }
}
#mainArticle h4 {
  width: fit-content;
  max-width: 1200px;
  margin: 0 auto 40px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
}
#mainArticle p {
  margin-bottom: 24px;
  font-size: 1.6rem;
}
#mainArticle img {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
#mainArticle img.center {
  display: block;
  width: max-content;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media (max-width: 1199.9px) {
  #mainArticle img.center {
    width: max-content;
    max-width: 100%;
  }
}
#mainArticle.single {
  max-width: 800px;
  margin: auto;
  padding: 64px 0 80px;
}
#mainArticle.single .post_date_tag {
  width: max-content;
  margin: 0 auto 24px;
}
#mainArticle.single article p:last-of-type { margin-bottom: 0; }
#mainArticle.single .morebtn { margin-top: 40px; }
@media (max-width: 599.9px) {
  #mainArticle h4 {
    font-size: 2.0rem;
    margin: 0 auto 24px;
  }
  #mainArticle img.center {
    margin: 0 auto 24px;
  }
}
/***************************
  - 私たちについて
****************************/
#mainArticle.page.aboutus { max-width: 800px; }
#mainArticle.page.aboutus .mainWrapper {
    max-width: 800px;
    margin: 0 auto 64px;
}
#mainArticle.page.aboutus #photogallery {
  margin-top: 64px;
}
#mainArticle.page.aboutus #photogallery #photo_list_type01,
#mainArticle.page.aboutus #photogallery #photo_list_type02 {
  display: flex ;
  flex-wrap: wrap;
  gap: 64px 4%;
}
#mainArticle.page.aboutus #photogallery #photo_list_type01 > li {
  width: calc((100% - 4%) / 2);
}
#mainArticle.page.aboutus #photogallery #photo_list_type02 > li {
  width: calc((100% - 8%) / 3);
}
#mainArticle.page.aboutus .morebtn-cover {
  margin: 40px auto 56px ;
}
#mainArticle.page.aboutus a.morebtn {
  margin: 0 auto 24px ;
}
@media (max-width: 599.9px) {
  #mainArticle.page.aboutus #photogallery {
    margin-top: 40px;
  }
  #mainArticle.page.aboutus #photogallery #photo_list_type01,
  #mainArticle.page.aboutus #photogallery #photo_list_type02 {
    gap: 24px 0;
  }
  #mainArticle.page.aboutus #photogallery #photo_list_type01 > li,
  #mainArticle.page.aboutus #photogallery #photo_list_type02 > li {
    width: 100%;
  }
}
/***************************
  - ご利用案内
****************************/
#mainArticle.instruction,
#mainArticle.facility,
#mainArticle.winter-guide {
  padding: 64px 0 80px;
}
#mainArticle.instruction {
  max-width: 1040px;
}
#parentPageList {
  flex-wrap: wrap;
  gap: 40px;
}
#parentPageList > li { width: calc((100% - 80px) / 3); }
@media (max-width: 959.9px) and (min-width: 640px) {
  #parentPageList > li { width: calc((100% - 40px) / 2); }
}
@media (max-width: 639.9px) {
  #parentPageList > li { width: 100%; }
}
#parentPageList > li a {
  display: block;
  padding: 12px 40px;
  font-size: 1.6rem;
  text-align: center;
  color: #66a748;
  border: 2px solid #66a748;
  -webkit-order-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  box-sizing: border-box;
  transition: all 0.75s ease 0s;
}
@media (max-width: 599.9px) {
  #mainArticle.instruction,
  #mainArticle.facility,
  #mainArticle.winter-guide {
    padding: 40px 0  64px;
  }
  #parentPageList {
    gap: 24px;
  }
  #parentPageList > li a {
    font-size: 1.4rem;
  }
}
#parentPageList > li a:hover {
  color: #fff;
  background: #66a748;
  border: 2px solid #66a748;
}
#parentPageList > li a i { margin-right: 24px; }
/* ----- 子ページ ----- */
/* #tmp_01List */
#tmp_01List li:not(:last-child) { margin-bottom: 64px; }
#tmp_01List li .flex { column-gap: 64px; }
#tmp_01List li:nth-child(odd) .flex { flex-direction: unset; }
#tmp_01List li:nth-child(even) .flex { flex-direction: row-reverse; }
#tmp_01List li .ImageBox { width: 40%; }
#tmp_01List li .TextBox { width: 60%; }
#tmp_01List li p { margin-bottom: 0; }
#tmp_01List li .TextBox .morebtn { margin: 40px auto 0; }
@media (max-width: 859.9px) {
  #tmp_01List li .ImageBox, #tmp_01List li .TextBox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #tmp_01List li .ImageBox { margin-bottom: 40px; }
}
/* #tmp_02List */
#childrenPage.tmp_02 { max-width: 800px; margin: 0 auto; }
#tmp_02List li:not(:last-child) { margin-bottom: 64px; }
@media (max-width: 599.9px) {
  #tmp_01List li:not(:last-child) { margin-bottom: 40px; }
  #tmp_01List li .ImageBox { margin-bottom: 24px; }
  #tmp_02List li:not(:last-child) { margin-bottom: 40px; }
}
/* #tmp_01Logo */
#tmp_01Logo .wrapper { display: flex; column-gap: 64px; } 
#tmp_01Logo li:not(:last-child) { margin-bottom: 64px; }
#tmp_01Logo li .flex { column-gap: 64px; }
#tmp_01Logo li .ImageBox { width: 40%; }
#tmp_01Logo li .TextBox { width: 60%; }
#tmp_01Logo li p { margin-bottom: 0; }
@media (max-width: 599.9px) {
  #tmp_01Logo .wrapper { display: block; } 
  #tmp_01Logo li .ImageBox, #tmp_01Logo li .TextBox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #tmp_01Logo li .ImageBox { margin-bottom: 40px; }
}
/***************************
  - おたより
****************************/
#handoutPostList {
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  #handoutPostList > li { width: calc((100% - 120px) / 4); }
}
@media (max-width: 959.9px) and (min-width: 640px) {
  #handoutPostList > li { width: calc((100% - 80px) / 3); }
}
@media (max-width: 639.9px) {
  #handoutPostList {
    gap: 24px;
  }
  #handoutPostList > li { width: calc((100% - 40px) / 2); }
}
#handoutPostList > li a { display: block; }
#handoutPostList > li .monthnum {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  background: #66a748;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
#handoutPostList > li .monthnum span {
  display: block;
  font-size: 8.0rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#handoutPostList h4 {
  font-size: 2.0rem;
  font-weight: 400;
  margin: 0 auto ;
}
@media (max-width: 599.9px) {
  #handoutPostList h4 { font-size: 1.6rem; }
  #handoutPostList > li .monthnum {
    margin-bottom: 16px;
  }
}
/***************************
  - アクティビティ
****************************/
#mainArticle #activityPostList { width: 100%; margin: 0 auto ; }
#mainArticle #activityPostList li {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#mainArticle #activityPostList li .ImgBox {
  margin-bottom: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
#mainArticle #activityPostList li .TxtBox { padding: 0; }
#mainArticle #activityPostList li .TxtBox h4 { width: 100%; text-align: left; }
#mainArticle #activityPostList li .TxtBox p { margin-bottom: 0; }
/***************************
  - アクセス
****************************/
.page.access > div.flex { column-gap: 64px; }
.page.access .goolemap {
  width: 46%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.page.access .goolemap iframe {
  width: 100%;
  min-height: 400px;
}
.page.access .accessInfo { width: 54%; }
@media (max-width: 1039.9px) {
  .page.access .goolemap, .page.access .accessInfo {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .page.access .goolemap { margin-bottom: 40px; }
}
@media (max-width: 599.9px) {
  .page.access .goolemap { margin-bottom: 24px; }
}
#mainArticle.page.access .accessInfo h3,
#mainArticle.page.access .accessInfo h4 {
  width: 100%;
  text-align: left;
}
#mainArticle.page.access .accessInfo h3 { margin-bottom: 8px; }
#mainArticle.page.access .accessInfo h4 {
  width: fit-content;
  margin: 0 0 12px;
  padding: 4px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
  background: #66a748;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.page.access .accessInfo address { margin-bottom: 24px; }
.page.access .accessInfo address > * { font-size: 1.6rem; }
.page.access .accessInfo .inst_info:not(:last-child){ margin-bottom: 32px; }
.page.access .accessInfo .inst_info .inst_info_conts { font-size: 1.6rem; }
/*******************************
- サイトマップ
********************************/
#sitemapList {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#sitemapList > li:not(:last-child) { border-bottom: 1px solid #ccc; }
#sitemapList li a { display: block; font-size: 1.6rem; }
#sitemapList > li > a { padding: 24px 0; }
#sitemapList > li > a:has(+ .sub-menu) { padding: 24px 0 12px; }
#sitemapList > li .sub-menu { margin-left: 16px; }
#sitemapList > li .sub-menu > li {
  padding-left: 16px;
  position: relative;
}
#sitemapList > li .sub-menu > li:not(:last-child) { margin-bottom: 12px; }
#sitemapList > li .sub-menu > li:last-child { margin-bottom: 24px; }
#sitemapList > li .sub-menu > li:before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*******************************
- contact
********************************/
.page.confirm .ContactField {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1040px;
}
dl.ContactList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
  background-color: #f8f8f8;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1040px;
}
dl.ContactList.MtNone { margin: 0 0 20px; }
dl.ContactList dt p, dl.ContactList dd p { margin-bottom: 0 !important; line-height: 2.0; }
dl.ContactList dd p { text-align: left !important; }
dl.ContactList dt p { font-weight: bold; text-align: center; }
dl.ContactList dt {
  display: block;
  width: 23%;
  padding: 16px 0;
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float: left;
  box-sizing: border-box;
}
dl.ContactList dd {
  padding: 16px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  text-align: left;
  display: block;
  float: left;
  width: 76.7%;
  box-sizing: border-box;
}
dl.ContactList dd::after {
  content: '';
  display: block;
  clear: both;
}
.page.complete #mainArticle {
  padding: 200px 0;
}
.page.complete #mainArticle p {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media (max-width: 499px) {
  .page.complete #mainArticle {
    padding: 80px 0;
  }
  .page.complete #mainArticle p {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 630px) {
  .contact .libralyNotice {
    padding: 20px ;
    width: 100%;
    margin: 0 auto 24px ;
  }
  .contact .libralyNotice h4 { font-size: 1.6rem ; margin-bottom: 12px ; }
  .contact .libralyNotice p { font-size: 1.4rem ; }
  dl.ContactList dt {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    box-sizing: border-box;
  }
  dl.ContactList dt p, dl.ContactList dd p { font-size: 1.4rem }
  dl.ContactList dd {
    width: 100%;
    border-left: 1px solid #ccc;
    display: block;
    padding: 16px 8px;
    box-sizing: border-box;
  }
}
.mw_wp_form dl dd input {
	display: block;
  max-width: 100%;
	padding: 8px;
	border: #ddd 1px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  box-sizing: border-box;
}
.mw_wp_form dl dd input[name="category"],.mw_wp_form dl dd input[name="number"] { display: inline; }
.mw_wp_form dl dd select[name="season"] { padding: 8px; }
.mw_wp_form dl dd textarea {
	display: block;
	padding: 8px;
	border: #ddd 1px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.mw_wp_form .submitBtn { display: block; margin: 0 auto; }
.mw_wp_form_input .submitBtn { width: max-content; }
.mw_wp_form_confirm .submitBtn { width: calc(142px * 2 + 16px); }
.mw_wp_form .submitBtn br { display: none; }
.mw_wp_form .submitBtn input {
	display: block;
  width: 142px;
	margin: 0 auto;
  padding: 16px 32px;
  font-size: 14px;
  text-align: center;
  color: #66a748;
  background: #fff;
  border: #66a748 solid 2px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
	transition: all 0.75s ease 0s;
  -webkit-appearance: none;
  float: left;
}
.mw_wp_form .submitBtn input:hover {
  color: #fff;
  background: #66a748;
  border: #66a748 solid 2px;
}
.mw_wp_form .submitBtn input:first-of-type { clear: both; }
.mw_wp_form .submitBtn input:nth-of-type(2) { margin-left: 16px; }
.mw_wp_form_confirm dl dt { border-right: 1px solid #ddd; }
.mw_wp_form_confirm dl dt:last-child { border-bottom: none !important; }
.mw_wp_form_confirm dl dd:last-child { border-bottom: none; }
.mw_wp_form_confirm dl { border-bottom: 1px solid #ddd; }
.mw_wp_form_complete p { text-align: center; }
.mw_wp_form .error { margin-top: 12px; }
@media (max-width: 630px) {
  dl.ContactList dd textarea { width: 94%; margin: 0 auto; }
  .mw_wp_form dl dd input[name="category"] { width: 5%; }
  .mw_wp_form dl dd input[name="number"] { width: 30%; }
  .mw_wp_form .submitBtn input {
    font-size: 1.4rem !important;
    overflow: hidden;
  }
  .mwform-checkbox-field label, .mwform-radio-field label,
  p span.mwform-radio-field-text, p span.mwform-checkbox-field-text { font-size: 1.4rem !important; }
}
/* ----- caontactpage privacycontent ----- */
.PrivacyFrame {
  margin: 40px auto;
  width: 100%;
  max-width: 1040px;
}
.PrivacyFrame a { position: relative; }
.PrivacyFrame a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #888;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*******************************
- プライバシーポリシー
********************************/
#mainArticle.privacy {
  max-width: 1040px ;
}
#mainArticle.privacy p {
  margin: 0 auto 64px;
  text-align: left;
  line-height: 2.0;
}
dl.privacy {
  margin: 40px auto 0;
  font-size: 1.6rem;
}
dl.privacy dt {
  display: block;
  padding: 0 0 16px;
}
dl.privacy dd {
  display: block;
  padding: 0 0 64px;
  line-height: 2.0;
}
dl.privacy dd ol { margin: 24px 0 0 24px; }
dl.privacy dd li {
  margin-bottom: 16px;
  list-style: decimal;
}
dl.privacy dd ol ol { margin: 24px 0 24px 32px; }
@media (max-width: 699.999px) {
  .page.privacy-policy p { margin: 0 auto 40px; }
  dl.privacy { margin: 0 auto; }
}
@media (max-width: 499.999px) {
  .page.privacy #innerTitle h2 { font-size: 3.0rem; }
  dl.privacy dd { padding: 0 0 40px; }
  dl.privacy dd ol { margin: 24px 0 0 16px; }
}
/*******************************
- wp-pagenavi
********************************/
.wp-pagenavi {
  width: max-content;
  margin: 64px auto 0;
}
.wp-pagenavi * { font-size: 1.6rem; }
@media (max-width: 499.999px) {
  .wp-pagenavi {
    margin: 40px auto 0;
  }
  .wp-pagenavi * { font-size: 1.4rem; }
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 16px !important;
  margin: 4px !important;
  border-color: inherit !important;
  border: none !important;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a:hover{
  background: #f2f2f2; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wp-pagenavi span.current {
  color: #fff;
  background: #66a748; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*******************************
- 404
********************************/
.not-found.page-404 { padding: 80px 0 120px; }
.not-found.page-404 h2, .not-found.page-404 h3,
.not-found.page-404 p {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.not-found.page-404 h2, .not-found.page-404 h3 { color: #888; }
.not-found.page-404 h2 { font-size: 12.0rem; }
.not-found.page-404 h3 {
  margin-bottom: 80px;
  font-size: 2.0rem;
}
.not-found.page-404 p {
  margin-bottom: 24px;
  font-size: 1.6rem;
}
.not-found.page-404 p:nth-of-type(2) {
  margin-bottom: 80px;
  color: #aaa;
}

/********************************************

 footer

********************************************/
/***************************
  - スポンサー
****************************/
#SponsorBlock {
  padding: 80px 0;
  background: #e5e5e5;
}
@media (max-width: 839.9px) {
  #SponsorBlock { padding: 64px 0; }
}
@media (max-width: 599.9px) {
  #SponsorBlock { padding: 56px 0; }
}
#SponsorBlock .BlockInner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#sponsorPostList { flex-wrap: wrap; gap: 40px; }
#sponsorPostList li {
  width: calc((100% - 80px) / 3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
@media (max-width: 699.9px) and (min-width: 500px) {
  #sponsorPostList li { width: calc((100% - 40px) / 2); }
}
@media (max-width: 499.9px) {
  #sponsorPostList {
    width: 80% ;
    margin: 0 auto ;
    gap: 24px;
  }
  #sponsorPostList li { width: 100%; }
}
#sponsorPostList li a { display: block; }
#sponsorPostList li a img {
  display: block;
  width: 100%;
}
/***************************
  - FooterBlock
****************************/
#FooterBlock {
  padding: 80px 0;
  background: #dbf490;
}
@media (max-width: 839.9px) {
  #FooterBlock { padding: 64px 0; }
}
@media (max-width: 599.9px) {
  #FooterBlock { padding: 40px 0; }
}
#FooterBlock .BlockInner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#FooterBlock .footer-logo {
  width: max-content;
  margin: 0 auto 40px;
}
#FooterBlock .footer-logo a { display: block; }
#FooterBlock h2 {
  margin: 0 auto 24px;
  font-size: 3.0rem;
  font-family: uddigikyokasho-pro, sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
}
#FooterBlock address {
  margin-bottom: 40px;
  font-size: 1.6rem;
  text-align: center;
}
#FooterBlock #contactBtn { width: fit-content; margin: 0 auto 40px; }
#FooterBlock #contactBtn a {
  padding: 12px 32px;
  font-size: 2.4rem;
  color: #fff;
}
#FooterBlock #contactBtn a i { font-size: 26px; }
#footNav { width: max-content; margin: 0 auto; }
#footNav li { position: relative; }
#footNav li:not(:first-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #aaa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footNav li a {
  display: block;
  padding: 0 16px;
  font-size: 1.4rem;
  position: relative;
}
#snsList {
  width: max-content;
  max-width: 1200px;
  margin: 40px auto 0;
  column-gap: 24px;
}
#snsList li a { display: block; }
#snsList li a i {
  font-size: 3.0rem;
  color: #333;
}
footer small {
  display: block;
  width: 100%;
  padding: 24px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #66a748;
}
@media (max-width: 599.9px) {
  #FooterBlock .footer-logo { width: 56%; }
  #FooterBlock #contactBtn a {
    font-size: 2.0rem;
  }
  #FooterBlock #contactBtn a i { font-size: 20px; }
  #FooterBlock h2 {
    font-size: 2.4rem;
  }
  #FooterBlock address {
    font-size: 1.4rem;
  }
  #footNav li a {
    padding: 0 12px;
    font-size: 1.3rem;
  }
}
