@charset "utf-8";

body {
  color: #ED2864;
  font-family: 'Kosugi Maru', 'M PLUS Rounded 1c', 'Baloo 2', sans-serif;
  font-weight: 500;
  font-style: normal;
  background:#FDF3F3 ;
}
a, a:link, a:visited, a:active {
  color: #ED2864;
}
.row {
  width: 1100px;
  padding: 0 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rowFix {}
.contentsArea {}

#main {
  padding-top: 100px;
  position: relative;
}
#main::after {
  content: '';
  width: 270px;
  height: 270px;
  background: url("../img_common/img_dot_01.png") no-repeat 0 0 / 270px;
  animation: fuwafuwa4 3s infinite ease-in-out .8s alternate;
  position: absolute;
  bottom: -200px;
  left: 200px;
  display: block;
}
/* ====================================================
		Splash
==================================================== */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
  color: #fff;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 200px;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ====================================================
		Header
==================================================== */
#gHeader {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 100px;
}
/* -------------------------------
		Logo
------------------------------- */
#gHeader #logo, #gHeader .logoSub {
  width: 20%;
  position: relative;
  z-index: 1002;
}
#gHeader #logo a, #gHeader .logoSub a {
  width: 254px;
  display: block;
}
#gHeader .logoSub a {
  padding-top: 5px;
}
#gHeader #logo img, #gHeader .logoSub img {
  width: 100%;
  height: auto;
}
/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1000;
  background: #fff;
  padding: 15px 6% 10px;
}
#gNavi ul, #gNavi ul li {
  background: url("../img/top/line.webp") no-repeat 0 0 / 6px 50px;
}
#gNavi ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  background-position: right center;
}
#gNavi ul li {
  width: 20%;
  background-position: left center;
  position: relative;
}
/* Link */
#gNavi ul li a, .menuBox .naviUl li a {
  	color: #0068b7;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  padding: 18px 2%;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}
#gNavi ul li a:hover {
  color: #67b5b7;
}
/* Sub Navigation */
#gNavi ul li.has-child ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 4;
  background: #fff none;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  display: block;
  filter: drop-shadow(0 0 3px rgba(155, 86, 58, .2));
  border-radius: 10px;
}
#gNavi ul li.has-child:hover > ul, #gNavi ul li.has-child ul li:hover > ul, #gNavi ul li.has-child:active > ul, #gNavi ul li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
#gNavi ul li.has-child ul li {
  width: 100%;
  background-image: none;
  border-bottom: 1px solid #efefef;
}
#gNavi ul li.has-child ul li a {
  font-size: 1.4rem;
}
#gNavi ul li.has-child ul li a:hover {
  color: #0068b7;
  background: #e8e8e8;
  opacity: 1;
}
#gNavi ul li.has-child ul li:first-child a {
  border-radius: 10px 10px 0 0;
}
#gNavi ul li.has-child ul li:last-child {
  border-bottom: none;
}
#gNavi ul li.has-child ul li:last-child a {
  border-radius: 0 0 10px 10px;
}
/* English */
#gNavi ul li a span, .menuBox .naviUl li a span {
  color: #67b5b7;
  font-size: 1.1rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  display: block;
  padding-top: 5px;
}
/* Scroll - Fix */
#gNavi.fix {
  padding: 15px 6% 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10002;
}
#gNavi.fix a {
  color: #0068b7;
}
#gNavi.fix ul a::after {
  background-color: #67b5b7;
}
@media all and (min-width: 897px) {
  #gNavi a:hover::after {
    opacity: 1;
  }
  .menuBox {
    display: none !important;
  }
}

/* -------------------------------
		fixBtnUl
------------------------------- */
#fixBtnUl {
  width: 100px;
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 10002;
}
#fixBtnUl li:first-child {
  animation: fixbtn 10s ease-out infinite;
  margin-bottom: 5px;
}
#fixBtnUl li:last-child {
  animation: fixbtn 10s ease-out infinite;
  animation-delay: 4s;
}
#fixBtnUl img {
  width: 100%;
  height: auto;
}
@keyframes fixbtn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



.texturePink {
  animation: fuwafuwa1 3s infinite ease-in-out .8s alternate;
  background: url("../img_common/img_texture_pink_01.png") no-repeat center center / 190px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 190px;
  height: 130px;
  margin: 150px 0 0 160px;
}
@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, 7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
@keyframes fuwafuwa4 {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -40px);
  }
}
@keyframes fuwafuwa5 {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(-40px, 0);
  }
}
@keyframes kakukaku1 {
  0%, 10%, 21%, 30%, 41%, 100% {
    -webkit-transform: translateY(1px);
    transform: translateY(2px);
  }
  11%, 20%, 31%, 40% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-2px);
  }
}
@keyframes kakukaku2 {
  0% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
    transform: translate(0, -2px) rotate(6deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
    transform: translate(0, 0) rotate(-6deg);
  }
  30% {
    -webkit-transform: translate(0, -2px) rotate(0deg);
    transform: translate(0, -2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
    transform: translate(0, -2px) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(2px, 0) rotate(-2deg);
    transform: translate(2px, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate(0, 2px) rotate(0deg);
    transform: translate(0, 2px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(6deg);
    transform: translate(0, 0) rotate(6deg);
  }
  80% {
    -webkit-transform: translate(2px, 0) rotate(-2deg);
    transform: translate(2px, 0) rotate(-2deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
    transform: translate(0, -2px) rotate(6deg);
  }
}
@keyframes poyopoyo {
  0% {
    transform: scale(0.8) translate(0, 0) rotate(-7deg);
  }
  40%, 60% {
    transform: scale(1.0) translate(0, 0) rotate(-7deg);
  }
  50%, 70% {
    transform: scale(0.9) translate(0, -7px) rotate(0deg);
  }
  80% {
    transform: scale(1.0) translate(0, 0) rotate(-7deg);
  }
  100% {
    transform: scale(0.8) translate(0, 0) rotate(-7deg);
  }
}
.fluid1, .fluid2 {
  width: 340px;
  height: 340px;
  background: #fff;
}
.fluid1 {
  animation: fluidrotate 30s ease 0s infinite;
}
.fluid2 {
  animation: fluidrotate 40s ease .5s infinite;
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* ====================================================
		Page Title
==================================================== */
/* 共通スタイル */
#pageTitleArea {
  background: url("../img/about/about_top.webp") no-repeat  center;
  position: relative;
height:250px;
  z-index: -1;
  letter-spacing: 0.05em;
  background-size: cover; /* 必要に応じて */
} 

#pageTitleArea.about {
  background-image: url("../img/about/about_top.webp");
}

#pageTitleArea.day {
  background-image: url("../img/day/day_top.webp");
}

#pageTitleArea.curriculum {
  background-image: url("../img/curriculum/curriculum_top.webp");
}

#pageTitleArea.news {
  background-image: url("../img/news/news_top.webp");
}

#pageTitleArea.facilities {
  background-image: url("../img/facility/facilities_top.webp");
}

#pageTitleArea.admission {
  background-image: url("../img/admission/admission_top.webp");
	
}

#pageTitleArea.food {
  background-image: url("../img/food/food-top.webp");
}

#pageTitleArea.merci {
  background-image: url("../img/merci/merci_kari.jpg");
}


#pageTitleArea {
  text-align: center; /* h1 を中央寄せ */
  padding: 100px 0 90px; /* ← ここで上下の余白を確保 */
}

#pageTitleArea h1 {
  font-size: 4.8rem;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 500;
  font-style: normal;

  color: #c70067;
  display: inline-block;           
  background: rgba(255,255,255,0.7);
  border-radius: 12px;

  padding: 20px 60px;  /* 背景内での文字の余白 */
  line-height: 1.4;    /* 行間を少し広めに */
}

#pageTitleArea h1 span {
  font-size: 1.4rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: #c70067;
  margin-top: 10px;
}



/* -------------------------------
		Animation - Paints
------------------------------- */
h1::before, h1::after, h1 span::before, h1 span::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 998;
}
h1::before {
  width: 270px;
  height: 230px;
  background: url("../img_common/img_texture_green_01.png") no-repeat 0 0 / 270px 230px;
  animation: fuwafuwa3 5s infinite ease-in-out .8s alternate;
  top: 100px;
  left: 1%;
}
h1::after {
  width: 190px;
  height: 130px;
  background: url("../img_common/img_texture_pink_01.png") no-repeat 0 0 / 190px 130px;
  animation: fuwafuwa3 4s infinite ease-in-out .6s alternate;
  top: 260px;
  left: 10%;
}
h1 span::after {
  width: 442px;
  height: 302px;
  background: url("../img_common/img_texture_yellow_01.png") no-repeat 0 0 / 442px 302px;
  animation: fuwafuwa4 3s infinite ease-in-out .4s alternate;
  top: 200px;
  right: -50px;
}

#main h2 {
  font-size: 4rem;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0068b7;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 40px 0 60px;
}
#main h2.dotTitle span {
  display: inline-block;

}
#main h2 b {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  position: relative;
  padding-bottom: 30px;
  margin-top: -30px;
}
#main h2 b::before {
  content: '';
  width: 66px;
  height: 50px;
  background: url("../img/fujinokikodomoen_mark2.webp") no-repeat center center / 66px 50px;
  position: relative;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
}
#main h2 span.arch, #main h2 span.archEnglish {
  display: block;
}
#main h2 .arch {
  letter-spacing: 0;
  padding-bottom: 50px;
}
#main h2 .arch span {
  color: #ED2864;
}
#main h2 .archEnglish {
  font-size: 1.3rem;
	color: #0068b7;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
#main h2 strong {
  font-weight: 500;
}
#main h2 .archEnglish span:nth-child(odd) {
  color: #0068b7;
}
#main h2 .archEnglish span:nth-child(even) {
  color: #0068b7;
}

.bgWhiteBox {
  background: #fff;
  border-radius: 40px;
  padding: 60px 10%;
}


.bgWhiteBox dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #f3b7ba;
}

.bgWhiteBox dl dt,
.bgWhiteBox dl dd {
  border-top: 1px dashed #f3b7ba;
  padding: 30px 0;
  color: #001e43;
}

/* dt（左側） */
.bgWhiteBox dl dt {
  width: 20%;
  padding-left: 10px;
  padding-right: 15px; /* ← 文字の右に余白を追加 */
}

/* dd（右側） */
.bgWhiteBox dl dd {
  width: 75%;
  padding-left: 15px; /* ← 文字の左に余白を追加 */
}

.bgWhiteBox dl dd small {
  padding-top: 15px;
}
/* UL */
.bgWhiteBox dl dd ul {
  background: #fefcee;
  border-radius: 10px;
  padding: 25px 5%;
  margin: 10px 0 0;
}
.bgWhiteBox dl dd ul section {
  display: flex;
  flex-wrap: wrap;
}
.bgWhiteBox dl dd ul section h3 {
  width: 37.5%;
  font-weight: normal;
  line-height: 1.6;
  padding-left: 2.5%;
  position: relative;
  display: flex;
}
.bgWhiteBox dl dd ul section h3::before {
  content: '';
  width: 10px;
  height: 10px;
  min-height: 1em;
  background: url("../img_common/icon_circle_brown.png") no-repeat left top 0.3em / 10px;
  display: inline-block;
  padding-right: 5px;
}
.bgWhiteBox dl dd ul section h3::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: 10px;
  background: #e2dbd8;
  top: 0.6em;
  position: relative;
}
.bgWhiteBox dl dd ul section div {
  width: 58%;
  padding-left: 2%;
}
.bgWhiteBox dl dd ul section div ul {
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
.bgWhiteBox dl dd .pddBtmOn {
  padding-bottom: 20px;
}
/* ====================================================
		List
==================================================== */
/* -------------------------------
		List Type - A
------------------------------- */
ul.listTypeA li {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
ul.listTypeA li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #fff;
  padding: 30px 6%;
  border-radius: 50px;
  position: relative;
  transition: ease .2s;
  letter-spacing: 0.01em;
}
ul.listTypeA li a:hover {
  opacity: 1;
}
/* Time */
ul.listTypeA li a time {
  width: 100px;
  overflow-wrap: break-word;
  color: #d4c9c4;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  background: url("../img_common/icon_tulips.png") no-repeat right center / 12px 17px;
  padding-right: 30px;
  display: block;
  margin-right: 36px;
}
/* Text */
ul.listTypeA li a span {
  width: 530px;
  line-height: 1.4;
  display: block;
}
/* Button */
ul.listTypeA li a::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  transition: all .3s;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img_common/btn_arrow_brown.png") no-repeat right 0 center / 40px;
}
ul.listTypeA li a:hover::after {
  right: 0;
}

ul.listTypeB li {
  line-height: 1.4;
 
  padding: 0 0 10px 15px;
}

#main .btnColor {
  text-align: center;
  margin: 0 auto;
}
#main .btnColor a {
  color: #fff;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #ED2864;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, .14);
  display: inline-block;
}
/* -------------------------------
		Button - Arrow
------------------------------- */
#main .btnArrow {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 0 20px 80px;
  position: relative;
  transition: ease .2s;
  letter-spacing: 0.05em;
}
#main .btnArrow a::after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  transition: all .3s;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img_common/btn_arrow_brown.png") no-repeat left center / 60px;
}
#main .btnArrow a:hover::after {
  left: 40px;
}
/* ====================================================
		Page Navigation - WP
==================================================== */
#paginate {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 70px;
}
#paginate li.current span, #paginate li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  border-radius: 50%;
}
#paginate li {
  width: 70px;
}
.wp-pagenavi {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 70px;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span, .wp-pagenavi a {
  margin: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  border-radius: 50%;
}
/* -------------------------------
		Current
------------------------------- */
#paginate .current span, #paginate a:hover {
  color: #fff;
  background: #ED2864;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  background: #ED2864;
}
/* -------------------------------
		PREV / NEXT
------------------------------- */
#paginate .prev a, #paginate .next a {
  position: relative;
}
#paginate .prev a img, #paginate .next a img {
  width: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#paginate .prev a:hover img, #paginate .next a:hover img {
  display: none;
}
#paginate .prev a:hover::before, #paginate .next a:hover::before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#paginate .prev a:hover::before {
  background-image: url("../img_common/btn_prev_white.png");
}
#paginate .next a:hover::before {
  background-image: url("../img_common/btn_next_white.png");
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink img, .wp-pagenavi .nextpostslink img {
  width: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink:hover img, .wp-pagenavi .nextpostslink:hover img {
  display: none;
}
.wp-pagenavi .previouspostslink:hover::before, .wp-pagenavi .nextpostslink:hover::before {
  content: '';
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.wp-pagenavi .previouspostslink:hover::before {
  background-image: url("../img_common/btn_prev_white.png");
}
.wp-pagenavi .nextpostslink:hover::before {
  background-image: url("../img_common/btn_next_white.png");
}

#subFooter {
  position: relative;
}
#subFooter .inBox {
  background: #fff;
}
#subFooter .row {
  padding: 30px 0;
}

#subFooter ul {
  padding-bottom: 80px;
}
#subFooter ul li {
  width: 47%;
  font-size: 3rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}

/* Btn - Arrow */
#subFooter ul li::before {
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: #fff url("../img/icon/yajirushi.webp") no-repeat  50px / 50px;
  border-top-left-radius: 30px;
  z-index: 4;
}

/* Mask */
#subFooter ul li a {
  color: #fff;
  display: block;
  position: relative;
}
#subFooter ul li a span.mask {
  width: 100%;
  height: 315px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}
#subFooter ul li a span.mask::before {
  width: 100%;
  height: 315px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
#subFooter ul li a img {
  transform: scale(1);
  filter: blur(0);
  transition: .3s ease-in-out;
  position: relative;
}
#subFooter ul li a:hover img {
  transform: scale(1.2);
  filter: blur(8px);
}
#subFooter ul li a:hover {
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { /*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #subFooter ul li a img, _::-webkit-full-page-media, _:future, :root #subFooter ul li a:hover img {
    animation: none;
    transition: unset;
    transform: none;
    filter: blur(0);
  }
  _::-webkit-full-page-media, _:future, :root #subFooter ul li a:hover {
    opacity: 0.6;
  }
}
/* Name */
#subFooter ul li a strong {
  top: 90px;
  left: 60px;
  position: absolute;
  z-index: 3;
  display: block;
}
#subFooter ul li a span.english {
  font-size: 0.9rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  padding-left: 4px;
}
/* -------------------------------
		Link - Information
------------------------------- */
#subFooter section a {
  border: 3px solid #efefef;
  border-radius: 40px;
  display: block;
  padding: 40px 0 35px;
  position: relative;
  transition: ease .2s;
}
#subFooter section a::after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  transition: all .3s;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url("../img_common/btn_arrow_brown.png") no-repeat right 0 center / 60px;
}
#subFooter section a:hover::after {
  right: 0;
}
#subFooter section .flex {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
#subFooter section h2, #subFooter section p {
  width: 50%;
}
/* Title */
#subFooter section h2 {
  font-size: 2.4rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
#subFooter section h2 span {
  font-size: 1rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 15px;
}
/* Text */
#subFooter section p {
  font-size: 1.4rem;
}
/* -------------------------------
		Animation - Paints
------------------------------- */
#subFooter::before, #subFooter::after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
#subFooter::before {
  width: 302px;
  height: 406px;
  background: url("../img_common/img_texture_pink_02.png") no-repeat 0 0 / 302px 406px;
  animation: fuwafuwa4 5s infinite ease-in-out .8s alternate;
  bottom: 1000px;
  right: -100px;
}
#subFooter::after {
  width: 442px;
  height: 302px;
  background: url("../img_common/img_texture_yellow_01.png") no-repeat 0 0 / 442px 302px;
  animation: fuwafuwa3 5s infinite ease-in-out .8s alternate;
  bottom: 800px;
  left: -100px;
}
/* ====================================================
		Footer
==================================================== */
#gFooter {
  background-color:#fad5cd ;
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { /*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #gFooter {
    overflow: visible;
  }
}
#gFooter .row {
  padding: 30px 0;
  position: relative;
}
#gFooter .row::after {
  content: '';
  animation: fuwafuwa1 3s infinite ease-in-out .8s alternate;
  background: url("../img_common/img_texture_pink_01.png") no-repeat center center / 190px auto;
  display: block;
  transition: 1.5s ease-in-out;
  width: 190px;
  height: 130px;
  left: -100px;
  bottom: -20px;
  position: absolute;
  z-index: -1;
}
#gFooter a {}
/* -------------------------------
		Logo
------------------------------- */
#flogo {
  width: 176px;
  padding-top: 50px;
}
#flogo a {
  display: block;
}
/* -------------------------------
		footer Information
------------------------------- */
#gFooter #footerInformation {
  width: 700px;
  background: #fff;
  animation: footeradd 20s ease 0s infinite;
  border-radius: 10% 40% 10% 40%/30% 30% 50% 30%;
  padding: 50px 70px 50px 100px;
  position: relative;
  margin-bottom: 80px;
}
@keyframes footeradd {
  0%, 100% {
    border-radius: 10% 40% 10% 40% / 30% 30% 50% 30%;
  }
  14% {
    border-radius: 23% 28% 34% 9% / 30% 50% 21% 50%;
  }
  28% {
    border-radius: 12% 25% 21% 32% / 53% 50% 34% 22%;
  }
  42% {
    border-radius: 21% 14% 35% 12% / 28% 33% 35% 47%;
  }
  56% {
    border-radius: 15% 22% 17% 18% / 41% 40% 30% 27%;
  }
  70% {
    border-radius: 10% 40% 33% 30% / 54% 41% 36% 15%;
  }
  84% {
    border-radius: 10% 13% 19% 9% / 30% 61% 21% 39%;
  }
}

#gFooter #footerInformation section {
  width: 50%;
  border-right: 1px solid #e2dbd8 ;
  padding-right: 30px;
}
/* -------------------------------
		Name
------------------------------- */
#gFooter h3 {
  padding-bottom: 10px;
}
/* -------------------------------
		Address
------------------------------- */
#gFooter address {
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-bottom: 15px;
}
/* Map */
#gFooter address a {
  font-size: 1.4rem;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: url("../img_common/icon_map.png") no-repeat left 0.2em / 12px 16px;
  padding: 2px 0 2px 16px;
  margin-left: 15px;
  display: inline-block;
}
/* TEL */
#gFooter .contactTel {}
#gFooter .contactTel .number {
  font-size: 4rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
#gFooter .contactTel .number a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#gFooter .contactTel .number a::before {
  content: '';
  width: 24px;
  height: 31px;
  background: url("../img/phone.svg") no-repeat 0 0 / 24px 31px;
  animation: kakukaku2 4s step-start 0s infinite normal;
  display: inline-block;
  transform: rotate(10deg);
  position: relative;
  top: 5px;
  left: 0;
  padding-right: 5px;
}
#gFooter .contactTel .text {
  padding-left: 34px;
  font-size: 1.4rem;
}


#gFooter .contactTel .fax {
  font-size: 2rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  padding-left: 34px; /* TELと位置を揃える */
  margin-top: 4px;
  color: #333;
}

#gFooter .contactTel .fax::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/fax.svg") no-repeat 0 0 / 24px 24px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: -5px;
  margin-right: 5px;
}

/* -------------------------------
		btn_contactForm_footer
------------------------------- */
#gFooter #btn_contactForm_footer {
  width: 36%;
  text-align: center;
}
#gFooter #btn_contactForm_footer a {
  font-size: 2.4rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.4;
  display: block;
  position: relative;
}
#gFooter #btn_contactForm_footer a::before {
  content: '';
  width: 100px;
  height: 70px;
  background: url("../img/fujinokikodomoen_mark2.webp") no-repeat 0 40px / 100px;
  padding: 40px 0 0;
  top: 40px;
  left: 50%;
  
  display: block;
  margin: 0 auto;
}
#gFooter #btn_contactForm_footer a span.font_tsukuardgothic {
  font-size: 1.4rem;
  display: block;
  background: none;
  padding: 0;
}
/* -------------------------------
		Footer Navigation
------------------------------- */
#gFooter ul {}
#gFooter ul a {
  display: block;
}
/* fNavi */
#gFooter #fNavi ul.flex {
  width: 80%;
}
#gFooter #fNavi ul.flex li {
  width: 30%;
}
#gFooter #fNavi ul.flex li:nth-child(1), #gFooter #fNavi ul.flex li:nth-child(2), #gFooter #fNavi ul.flex li:nth-child(3) {
  width: 20%;
}
#gFooter #fNavi ul.flex li a {}
#gFooter #fNavi ul.flex li a span {
  font-size: 1.8rem;
	color: #ED2864;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;

  display: block;
}
#gFooter #fNavi ul.flex li ul li, #gFooter #fNavi ul.flex li ul li:nth-child(1), #gFooter #fNavi ul.flex li ul li:nth-child(2), #gFooter #fNavi ul.flex li ul li:nth-child(3) {
  width: 100%;
}
#gFooter #fNavi ul.flex li ul a {
  font-size: 1.4rem;
	color: #ED2864;
  position: relative;
  display: block;
  padding: 2px 0 0 22px;
  vertical-align: middle;
  text-decoration: none;
}
#gFooter #fNavi ul.flex li ul a::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 15px;
  height: 15px;
	background: url("../img/icon/yajirushi.webp") no-repeat left top / 15px;
}
/* otherList */
#gFooter #fNavi ul.otherList {
  width: 20%;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#gFooter #fNavi ul.otherList li {}
/* Btn */
#gFooter #fNavi ul.otherList li:nth-child(1) {
  margin-bottom: 8px;
}
#gFooter #fNavi ul.otherList li:nth-child(2) {
  margin-bottom: 8px;
}
#gFooter #fNavi ul.otherList li:nth-child(3) {
  margin-bottom: 8px;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a, #gFooter #fNavi ul.otherList li:nth-child(2) a, #gFooter #fNavi ul.otherList li:nth-child(3) a {
  font-size: 1.4rem;
  overflow: hidden;
  border: 2px solid #ED2864;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  line-height: 1em;
  padding: 12px 0;
  position: relative;
  transition: ease .2s;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a span, #gFooter #fNavi ul.otherList li:nth-child(2) a span, #gFooter #fNavi ul.otherList li:nth-child(3) a span {
  position: relative;
  z-index: 3;
  color: #ED2864;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a:hover span, #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span, #gFooter #fNavi ul.otherList li:nth-child(3) a:hover span {
  color: #fff;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a:hover, #gFooter #fNavi ul.otherList li:nth-child(2) a:hover, #gFooter #fNavi ul.otherList li:nth-child(3) a:hover {
  opacity: 1;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a::before, #gFooter #fNavi ul.otherList li:nth-child(2) a::before, #gFooter #fNavi ul.otherList li:nth-child(3) a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 2px solid #ED2864;
  background: #ED2864;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#gFooter #fNavi ul.otherList li:nth-child(1) a:hover::before, #gFooter #fNavi ul.otherList li:nth-child(2) a:hover::before, #gFooter #fNavi ul.otherList li:nth-child(3) a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { /*Safari Only Hack*/
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(1) a::before, _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a::before, _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(3) a::before {
    content: none;
  }
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(1) a:hover span, _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span, _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(3) a:hover span {
    opacity: 0.6;
  }
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(1) a:hover span, _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span, _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(3) a:hover span {
    color: #ED2864;
  }
}
/* Btn - Photo Blog */
#gFooter #fNavi ul.otherList li:nth-child(2) a span {
  padding-left: 18px;
  background: url("../img/icon/yajirushi.webp") no-repeat left center / 13px 13px;
}
#gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
  background: url("../img/icon/yajirushi.webp") no-repeat left center / 13px 13px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { 
  _::-webkit-full-page-media, _:future, :root #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
    background: url("../img/icon/yajirushi.webp") no-repeat left center / 13px 13px;
  }
}
@media all and (min-width: 897px) {
  #gFooter ul li a:hover {
    opacity: 0.7;
  }
}
/* -------------------------------
		Page Top
------------------------------- */
#gFooter #pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000001;
  display: none;
}
#gFooter #pageTop a {
  display: block;
}
@media all and (min-width: 897px) {
  #gFooter #pagetop a:hover {
    opacity: 0.7;
  }
}
#gFooter #copyright {
  font-size: 1.2rem;
	color: #ED2864;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  padding-top: 50px;
}

@media screen and (min-width: 897px) and (max-width: 1299px) {

  .row {
    width: inherit;
    padding: 0 50px 120px;
  }

  #gHeader #logo a, #gHeader .logoSub a {
    width: 80%;
  }
 
  #gNavi {
    width: inherit;
    padding: 15px 3% 10px;
  }
  #gNavi ul li a {
    font-size: 1.6rem;
  }
  /* Scroll - Fix */
  #gNavi.fix {
    padding: 15px 3% 10px;
  }
  /* -------------------------------
      fixBtnUl
  ------------------------------- */
  #fixBtnUl {
    width: 70px;
    bottom: inherit;
    top: 120px;
  }
  /* ====================================================
      Box
  ==================================================== */
  /* -------------------------------
      bgWhiteBox
  ------------------------------- */
  .bgWhiteBox {}
  /* ====================================================
      List
  ==================================================== */
  /* -------------------------------
      List Type - A
  ------------------------------- */
  /* Time */
  ul.listTypeA li a time {
    width: 16%;
  }
  /* Text */
  ul.listTypeA li a span {
    width: 70%;
  }
  /* ====================================================
      Sub Footer
  ==================================================== */
  #subFooter .row {
    padding: 20px 50px;
  }
  /* -------------------------------
      Banner - Pick Up
  ------------------------------- */
  /* Mask */
  #subFooter ul li a span.mask {
    height: 260px;
  }
  #subFooter ul li a img {
    transform: scale(1.25);
  }
  #subFooter ul li a:hover img {
    transform: scale(1.4);
  }
  /* -------------------------------
      Link - Information
  ------------------------------- */
  #subFooter section .flex {
    width: 80%;
  }
  #subFooter section a::after {
    right: 0;
  }
  #subFooter section h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  /* ====================================================
      Footer
  ==================================================== */
  #gFooter .row {
    padding: 0 50px 30px;
  }
  /* -------------------------------
      Logo
  ------------------------------- */
  #flogo {
    margin: 0 auto 50px;
    padding-top: 0;
  }
  /* -------------------------------
      footer Information
  ------------------------------- */
  #gFooter #footerInformation {
    width: 100%;
    text-align: center;
    padding: 50px;
  }
  #gFooter .contactTel .number .fax a {
    justify-content: center;
  }
  /* -------------------------------
      btn_contactForm_footer
  ------------------------------- */
  #gFooter #btn_contactForm_footer {
    width: 44%;
  }
  /* ====================================================
      Title
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  /* -------------------------------
      Contents Title
  ------------------------------- */
}
/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  /* ====================================================
      Layout
  ==================================================== */
  .row {
    width: inherit;
    padding: 0 5% 80px;
  }
  .rowFix {
    padding-top: 120px;
    margin-top: -120px;
  }
  /* ====================================================
      Main
  ==================================================== */
  #main {
    padding-top: 80px;
  }
  #main::after {
    width: 200px;
    height: 200px;
    background-size: 200px;
    bottom: -220px;
    left: 20px;
  }
  /* ====================================================
      Splash
  ==================================================== */
  #splash_logo img {
    width: 250px;
  }
  /* ====================================================
      Header
  ==================================================== */
  #gHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  #gHeader .logoSub {
    width: 240px;
  }
  #gHeader .logoSub a {
    width: 100%;
    padding-top: 0;
  }
  #gHeader .menuBtn {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    right: 20px;
    top: 26px;
    z-index: 10000;
  }
  #gHeader .menuBtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    border-radius: 5px;
    background: #ED2864;
    width: 100%;
  }
  #gHeader .menuBtn span:nth-of-type(1) {
    top: 0;
  }
  #gHeader .menuBtn span:nth-of-type(2) {
    top: 7px;
    background: #ED2864;
  }
  #gHeader .menuBtn span:nth-of-type(3) {
    top: 14px;
  }
  #gHeader .menuBtn span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ED2864;
    font-size: 1.1rem;
    font-family: "Baloo 2", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  #gHeader .menuBtn.active {}
  #gHeader .menuBtn.active span:nth-of-type(1) {
    top: 7px;
    width: 100%;
    transform: rotate(20deg);
  }
  #gHeader .menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #gHeader .menuBtn.active span:nth-of-type(3) {
    top: 7px;
    width: 100%;
    transform: rotate(-20deg);
  }
  #gHeader .menuBtn.active span:nth-of-type(3)::after {
    content: "CLOSE";
    transform: rotate(20deg);
    top: 12px;
    left: 0;
  }
  /* Menu Box - Open */
  .menuBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 9999;
    display: none;
    overflow-y: auto;
  }
  .menuBox .logoSub {
    padding: 8px 4% 10px;
  }
  .menuBox .naviUl {
    padding: 10px 5%;
  }
 
  .menuBox .naviUl li a {
  display: block;
  text-align: left;
	  background: #fff;
	  color:#006eb0;
	  font-weight:700;
  padding-left: 30px;
  border-bottom: 1.5px dotted #0068b7;
	    position: relative;
  padding-right: 48px; /* 右側に開閉ボタン分の余白 */

}

  .menuBox .naviUl li a span {
    display: inline-block;
    margin-left: 10px;
	color:#ED2864;
  }

  .menuBox .naviUl li.has-child ul li {
    margin-bottom: 0;
    filter: none;
  }
  .menuBox .naviUl li.has-child ul li a {
    font-size: 1.4rem;
    background-image: none;
    padding-left: 50px;
  }
  .menuBox .naviUl li.has-child ul li a::before {
    display: block;
    content: '';
    position: relative;
    top: 0.5em;
    left: -15px;
    width: 6px;
    height: 1px;
    background-color: #ED2864;
  }
 
  .menuBox .subUl {
    padding: 0 5%;
  }
  .menuBox .subUl li {
    width: 48.5%;
    text-align: center;
  }
  .menuBox .subUl li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1em;
    border-radius: 10px;
    padding: 10px 0 10px;
    background-position: center top 20px;
    background-repeat: no-repeat;
    background-size: 50px 35px;
  }
  .menuBox .subUl li:first-child a {
    background-color: #ED2864;
    background-image: url("../img/icon/suport.webp");
  }
  .menuBox .subUl li:last-child a {
    background-color: #0068b7;
    background-image: url("../img/icon/recruit.webp");
  }
	
 /* 子メニューはデフォルト非表示 */
  .menuBox .naviUl li.has-child > ul {
    display: none;
  }

  /* 親リンクを位置基準にする（ここが重要） */
  .menuBox .naviUl li > a {
    position: relative;           /* ← トグルは a を基準に固定配置 */
    /* 右側のトグルと被らないよう余白（既に48pxあればこの行は不要） */
    /* padding-right: 48px; */
  }

  /* 右側トグル（▶/▼）— a の内側に置く前提 */
  .menuBox .naviUl li > a .sp-sub-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: 1;
    cursor: pointer;
    z-index: 1;                  /* 子ULより前に */
    -webkit-appearance: none;
    appearance: none;
  }

  /* 閉じているとき：▶ */
  .menuBox .naviUl li > a .sp-sub-toggle::before {
    content: '▶';
    font-size: 16px;
    font-weight: 700;
    color: #006eb0;
  }

  /* 開いたとき：▼（親リンク位置に固定されたまま） */
  .menuBox .naviUl li.open > a > .sp-sub-toggle::before {
    content: '▼';
  }


  /* -------------------------------
      gNavi
  ------------------------------- */
  #gNavi {
    height: 80px;
    padding: 8px 4% 10px;
  }
  #gNavi ul {
    display: none;
  }
  /* Scroll - Fix */
  #gNavi.fix {
    padding: 8px 4% 10px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
  }
  /* ====================================================
      Background - Wave
  ==================================================== */
  canvas#wavePageTitle {
    height: 100px;
  }
  canvas#waveSubFooterTop, canvas#waveFooterTop {
    height: 200px;
  }
  /* ====================================================
      Page Title
  ==================================================== */
  #pageTitleArea {
       height: 100px;
    }
  /* -------------------------------
      Page Title
  ------------------------------- */
  #pageTitleArea h1 {
    font-size: 3rem;
    padding: 20px 20px;
  }
  #pageTitleArea h1 span {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  /* -------------------------------
      Animation - Decoration
  ------------------------------- */
  #pageTitleArea::before {
    width: 80px;
    height: 123px;
    background-size: 80px 123px;
    top: 50px;
    left: 10px;
  }
  #pageTitleArea::after {
    width: 100px;
    height: 82px;
    background-size: 100px 82px;
    top: 20px;
    right: 10px;
  }
  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  h1::before {
    width: 200px;
    height: 170px;
    background-size: 200px 170px;
    top: 100px;
    left: -100px;
  }
  h1::after {
    width: 90px;
    height: 62px;
    background-size: 90px 62px;
    top: 180px;
    left: 30px;
  }
  h1 span::after {
    width: 300px;
    height: 204px;
    background-size: 300px 204px;
    top: 220px;
    right: -50px;
  }
  /* ====================================================
      Title
  ==================================================== */
  /* -------------------------------
      H2
  ------------------------------- */
  #main h2 {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
  /* ====================================================
      Box
  ==================================================== */
  /* -------------------------------
      bgWhiteBox
  ------------------------------- */
  .bgWhiteBox {
  border-radius: 20px;
  padding: 10px 5%; /* 全体の上下paddingを少し縮小 */
}

.bgWhiteBox dl {
  display: block;
  border: none;
}

.bgWhiteBox dl dt,
.bgWhiteBox dl dd {
  width: 100%;
  padding: 10px 0; /* ← 20px → 12px に縮小 */
}

.bgWhiteBox dl dt {
  padding: 5px 0 0; /* ← 上下も少し狭める */
}

.bgWhiteBox dl dt:first-child {
  border-top: none;
}

.bgWhiteBox dl dd {
  font-size: 1.4rem;
  padding-top: 5px;   /* ← 8px → 5px に縮小 */
  border-top: none;
}

  /* UL */
  .bgWhiteBox dl dd ul {
    padding: 25px 5%;
    margin: 10px 0 0;
  }
  .bgWhiteBox dl dd ul section {
    display: block;
  }
  .bgWhiteBox dl dd ul section h3 {
    width: 100%;
    line-height: 1.6;
    padding-left: 0;
    display: block;
  }
  .bgWhiteBox dl dd ul section h3::before {
    width: 8px;
    height: 8px;
    background-size: 8px;
  }
  .bgWhiteBox dl dd ul section h3::after {
    display: none;
  }
  .bgWhiteBox dl dd ul section div {
    width: 58%;
    padding-left: 2%;
    padding-bottom: 20px;
  }
  .bgWhiteBox dl dd ul li:last-child section div {
    padding-bottom: 0;
  }
  .bgWhiteBox dl dd ul section div ul {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 10px;
  }
  .bgWhiteBox dl dd .pddBtmOn {
    padding-bottom: 0;
  }
  /* ====================================================
      List
  ==================================================== */
  /* -------------------------------
      List Type - A
  ------------------------------- */
  ul.listTypeA li {
    margin-bottom: 15px;
  }
  ul.listTypeA li a {
    border-radius: 20px;
    padding: 20px 16% 20px 6%;
  }
  /* Time */
  ul.listTypeA li a time {
    width: 100%;
    background: none;
    padding: 0 0 5px;
    margin: 0;
  }
  /* Text */
  ul.listTypeA li a span {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0;
  }
  /* Button */
  ul.listTypeA li a::after {
    width: 30px;
    height: 30px;
    right: 0;
    background-size: 30px;
  }
  /* -------------------------------
      List Type - B
  ------------------------------- */
  ul.listTypeB li {
    font-size: 1.5rem;
    background-size: 8px;
    padding-left: 12px;
  }
  /* ====================================================
      Button
  ==================================================== */
  /* -------------------------------
      Button - Arrow
  ------------------------------- */
  #main .btnArrow a {
    padding: 10px 0 10px 46px;
  }
  #main .btnArrow a::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    left: 5%;
  }
  #main .btnArrow a:hover::after {
    left: 6%;
  }
  /* ====================================================
      Page Navigation - WP
  ==================================================== */
  #paginate {}
  #paginate li.current span, #paginate li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  #paginate li {
    width: 40px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
  /* -------------------------------
      PREV / NEXT
  ------------------------------- */
  #paginate .prev a img, #paginate .next a img {
    width: 14px;
  }
  #paginate .prev a:hover::before, #paginate .next a:hover::before {
    content: '';
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  .wp-pagenavi .previouspostslink img, .wp-pagenavi .nextpostslink img {
    width: 14px;
  }
  .wp-pagenavi .previouspostslink:hover::before, .wp-pagenavi .nextpostslink:hover::before {
    content: '';
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  /* ====================================================
      Sub Footer
  ==================================================== */
  #subFooter {}
  #subFooter .inBox {}
  #subFooter .row {
    padding: 0 5%;
  }
  /* -------------------------------
      Banner - Pick Up
  ------------------------------- */
  #subFooter ul {
    padding-bottom: 15px;
  }
  #subFooter ul li {
    width: 100%;
    font-size: 2rem;
  }
  #subFooter ul li:last-child {
    margin-top: 15px;
  }
  #subFooter ul li a img {
    animation: none;
    transition: unset;
    transform: none;
  }
  /* Btn - Arrow */
  #subFooter ul li::before {
    width: 36px;
    height: 36px;
    background-size: 14px;
    background-position: 16px 13px;
    border-top-left-radius: 20px;
    z-index: 4;
  }
  #subFooter ul li:first-child::before {
    bottom: 0;
  }
  /* Mask */
  #subFooter ul li a span.mask {
    height: 160px;
    border-radius: 20px;
    z-index: 1;
  }
  #subFooter ul li a span.mask::before {}
  #subFooter ul li a img {
    transform: none;
    transition: unset;
  }
  #subFooter ul li a:hover img {
    transform: none;
    filter: blur(0px);
  }
  /* Name */
  #subFooter ul li a strong {
    top: 55px;
    left: 30px;
  }
  /* -------------------------------
      Link - Information
  ------------------------------- */
  #subFooter section a {
    border-radius: 20px;
  }
  #subFooter section a::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  #subFooter section a:hover::after {
    right: 0;
  }
  #subFooter section .flex {
    width: 100%;
  }
  #subFooter section h2, #subFooter section p {
    width: 100%;
  }
  /* Title */
  #subFooter section h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  #subFooter section h2 span {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    padding-top: 5px;
  }
  /* Text */
  #subFooter section p {
    font-size: 1.2rem;
    padding-top: 20px;
  }
  /* -------------------------------
      Animation - Paints
  ------------------------------- */
  #subFooter::before {
    width: 200px;
    height: 269px;
    background-size: 200px 269px;
    bottom: 1000px;
    right: -20px;
  }
  #subFooter::after {
    width: 300px;
    height: 205px;
    background-size: 300px 205px;
    bottom: 600px;
    left: -100px;
  }
  /* ====================================================
      Footer
  ==================================================== */
  #gFooter {}
  #gFooter .flex {
    display: block;
  }
  #gFooter .row {
    padding: 0 5% 10px;
  }
  /* -------------------------------
      Logo
  ------------------------------- */
  #flogo {
    width: 140px;
    margin: 0 auto 30px;
    padding-top: 0;
  }
  #flogo img {}
  /* -------------------------------
      footer Information
  ------------------------------- */
  #gFooter #footerInformation {
    width: inherit;
    text-align: center;
    background: none;
    padding: 0;
    margin-bottom: 30px;
  }
  #gFooter #footerInformation::before {
    width: 200px;
    height: 200px;
    top: 40px;
    right: -50px;
    background-size: 200px 150px;
  }
  #gFooter #footerInformation section {
    width: inherit;
    border-right: none;
    padding-right: 0;
  }
  /* -------------------------------
      Name
  ------------------------------- */
  /* -------------------------------
      Address
  ------------------------------- */
  #gFooter address {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  /* Map */
  #gFooter address a {
    margin-top: 10px;
    margin-left: 0;
  }
  /* TEL */
 #gFooter .contactTel {
  background: #fff;
  border-radius: 50px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  margin-bottom: 15px;
}

#gFooter .contactTel .number {
  font-size: 2.4rem;
}
#gFooter .contactTel .number a {
  padding: 20px 0 0;
  justify-content: center;
}
#gFooter .contactTel .number a::before {
  width: 14px;
  height: 18px;
  background-size: 14px 18px;
}

#gFooter .contactTel .text {
  font-size: 1.2rem;
  padding: 0 0 15px 0;
}

/* FAX 追加 */
#gFooter .contactTel .fax {
  font-size: 1.6rem;
  text-align: center;       /* ← 中央揃え */
  padding: 5px 0 15px;      /* 上下余白をTELと揃える */
  color: #333;
  letter-spacing: 0.05em;
  font-family: "Kosugi Maru", sans-serif;
}

#gFooter .contactTel .fax::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url("../img/fax.svg") no-repeat center / 14px 14px;
  vertical-align: middle;
}

  /* -------------------------------
      btn_contactForm_footer
  ------------------------------- */
  #gFooter #btn_contactForm_footer {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  }
  #gFooter #btn_contactForm_footer a {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #gFooter #btn_contactForm_footer a::before {
    background: url("../img/fujinokikodomoen_mark2.webp") no-repeat left center / 60px;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
  }
  #gFooter #btn_contactForm_footer a span {
    display: block;
    padding: 25px 0 0;
  }
  #gFooter #btn_contactForm_footer a span span {
    display: inline-block;
    padding: 0;
  }
  #gFooter #btn_contactForm_footer a span.font_tsukuardgothic {
    font-size: 1.2rem;
  }
  /* -------------------------------
      Footer Navigation
  ------------------------------- */
  #gFooter ul {}
  #gFooter ul a {
    display: block;
  }
  /* fNavi */
  #gFooter #fNavi ul.flex {
    width: 100%;
    padding-bottom: 20px;
  }
  #gFooter #fNavi ul.flex li {
    width: 100%;
   
  }
  #gFooter #fNavi ul.flex li:last-child {
    border-bottom: none;
  }
  #gFooter #fNavi ul.flex li:nth-child(1), #gFooter #fNavi ul.flex li:nth-child(2), #gFooter #fNavi ul.flex li:nth-child(3) {
    width: 100%;
  }
  #gFooter #fNavi ul.flex li a {
    padding: 5px 0;
  }
  #gFooter #fNavi ul.flex li a.flinkIn {
	  color: #ED2864;
    padding: 20px 0 10px;
  }
  #gFooter #fNavi ul.flex li a span {
    margin-bottom: 0;
  }
  #gFooter #fNavi ul.flex li ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  #gFooter #fNavi ul.flex li ul a::before {
    top: 0.8em;
  }
  #gFooter #fNavi ul.flex li ul li {
    justify-content: space-between;
    border-bottom: none;
  }
  #gFooter #fNavi ul.flex li ul li, #gFooter #fNavi ul.flex li ul li:nth-child(1), #gFooter #fNavi ul.flex li ul li:nth-child(2), #gFooter #fNavi ul.flex li ul li:nth-child(3) {
    width: 50%;
  }
  #gFooter #fNavi ul.flex li ul a {
    padding: 8px 0 5px 22px;
  }
  /* otherList */
  #gFooter #fNavi ul.otherList {
    width: 100%;
  }
  #gFooter #fNavi ul.otherList li {
    text-align: center;
  }
  #gFooter #fNavi ul.otherList li a {
    padding: 6px 0;
  }
  /* Btn */
  #gFooter #fNavi ul.otherList li:nth-child(1) {
    margin-bottom: 15px;
  }
  #gFooter #fNavi ul.otherList li:nth-child(2) {
    margin-bottom: 15px;
  }
	
	#gFooter #fNavi ul.otherList li:nth-child(3) {
    margin-bottom: 15px;
  }

  #gFooter #fNavi ul.otherList li:nth-child(1) a, #gFooter #fNavi ul.otherList li:nth-child(2) a, #gFooter #fNavi ul.otherList li:nth-child(3) a {
    font-size: 1.6rem;
    border-radius: 30px;
    padding: 20px 0;
  }
  #gFooter #fNavi ul.otherList li:nth-child(1) a::before, #gFooter #fNavi ul.otherList li:nth-child(2) a::before, #gFooter #fNavi ul.otherList li:nth-child(3) a::before {
    font-size: 1.6rem;
    overflow: hidden;
    border: 2px solid #ED2864;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    line-height: 1em;
    padding: 12px 0;
    position: relative;
  }
  #gFooter #fNavi ul.otherList li:nth-child(1) a::before, #gFooter #fNavi ul.otherList li:nth-child(2) a::before, #gFooter #fNavi ul.otherList li:nth-child(3) a::before, #gFooter #fNavi ul.otherList li:nth-child(1) a:hover::before, #gFooter #fNavi ul.otherList li:nth-child(2) a:hover::before, #gFooter #fNavi ul.otherList li:nth-child(3) a:hover::before ,#gFooter #fNavi ul.otherList li:nth-child(1) a:visited::before, #gFooter #fNavi ul.otherList li:nth-child(2) a:visited::before, #gFooter #fNavi ul.otherList li:nth-child(3) a:visited::before, #gFooter #fNavi ul.otherList li:nth-child(1) a:active::before, #gFooter #fNavi ul.otherList li:nth-child(2) a:active::before, #gFooter #fNavi ul.otherList li:nth-child(3) a:active::before {
    animation: none;
    transition: unset;
    transform: none;
    border: none;
  }
  #gFooter #fNavi ul.otherList li:nth-child(1) a:hover span, #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span, #gFooter #fNavi ul.otherList li:nth-child(3) a:hover span {
    color: #ED2864;
  }
  /* Btn - Photo Blog */
  #gFooter #fNavi ul.otherList li:nth-child(2) a:hover span {
    background: url("../img/icon/yajirushi.webp") no-repeat left center / 13px 13px;
  }
  /* -------------------------------
      Page Top
  ------------------------------- */
  #gFooter #pageTop {
    display: none !important;
  }
  /* -------------------------------
      Copyright
  ------------------------------- */
  #gFooter #copyright {
    padding-top: 30px;
  }


}


/* PC表示のときだけ改行させたい */
.pc-only {
  display: inline;   /* PCでは普通に改行タグとして有効にする */
}

/* スマホ（例: 幅896px以下）では非表示にして改行させない */
@media screen and (max-width: 896px) {
  .pc-only {
    display: none;
  }
}

/* =========================================================
   subFooter（画像なし）: otherList風リンク（ピンク枠＋左矢印）
   レイアウト：PC 2列×2行
========================================================= */

/* 念のため：旧subFooterの画像演出を無効化（HTML差し替え済なら不要だが安全） */
#subFooter .mask,
#subFooter img {
  display: none !important;
}

/* 旧：右下の大きい矢印パーツを消す（以前のCSSが残っていても消える） */
#subFooter ul li::before{
  content: none !important;
}

/* サブフッター全体の余白（必要なら調整） */
#subFooter{
  margin: 40px 0;
}

/* リスト：2列×2行 */
#subFooter .subFooterList{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;          /* 行・列の間隔 */
  margin: 0;
  padding: 0;
  list-style: none;
}

#subFooter .subFooterList > li{
  width: calc(50% - 8px);  /* 2列（gapとの兼ね合いで微調整） */
  margin: 0;
  padding: 0;
}

/* リンク本体：otherListっぽいピンク枠ボタン */
#subFooter .subFooterLink{
  display: block;
  position: relative;
  padding: 16px 18px 16px 48px; /* 左矢印ぶん余白 */
  border: 2px solid #ED2864;
  border-radius: 30px;
  background: #fff;
  color: #ED2864;
  text-decoration: none;
  transition: .2s ease;
}

/* 左矢印（otherListと同じ画像を使う） */
#subFooter .subFooterLink::before{
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon/yajirushi.webp") no-repeat left top / 16px;
}

/* テキスト */
#subFooter .subFooterText{
  display: block;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-size: 1.8rem;
    padding: 22px 20px 22px 52px; /* ← 縦を広げる */
}

/* 英字（小さめ） */
#subFooter .subFooterEn{
  display: block;
  margin-top: 6px;
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  opacity: .85;
}

/* hover：背景ピンク＋文字白（otherList風） */
#subFooter .subFooterLink:hover{
  background: #ED2864;
  color: #fff;
}

/* hover時に矢印も白っぽく見えるように（画像が濃色前提） */
#subFooter .subFooterLink:hover::before{
  filter: brightness(10);
}

/* スマホ：1列（必要なら 2列維持にもできる） */
@media (max-width: 896px){
  #subFooter{
    margin: 24px 0;
  }

  #subFooter .subFooterList > li{
    width: 100%;
  }

  #subFooter .subFooterLink{
    padding: 14px 16px 14px 44px;
    border-radius: 22px;
  }

  #subFooter .subFooterLink::before{
    left: 16px;
  }

  #subFooter .subFooterText{
    font-size: 1.5rem;
  }

  #subFooter .subFooterEn{
    font-size: 0.9rem;
  }
}
