  @charset "UTF-8";

/*文中の数字画像*/
.num{
  margin-left: 4px;
  margin-right: 4px;
}

.facHero{}
.facHero > div{
  display: flex;
  margin: 30px 0 0 0;
  text-align: left;
}
.facHero > div > div:nth-of-type(1){
  width: 190px;
}
.facHero > div > div:nth-of-type(2){
  width: calc(100% - 190px);
  max-width: 450px;
}
.facHero > div > div:nth-of-type(2) h5,
.facHero > div > div:nth-of-type(2) p:nth-of-type(1){
  font-weight: normal;
  line-height: 1.0;
}
.facHero > div > div:nth-of-type(2) p:nth-of-type(1){
  margin: 10px 0 0 0;
}
.facHero > div > div:nth-of-type(2) p:nth-of-type(2){
  margin: 15px 0 0 0;
}


.facList{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.facList.-type01 li{
  text-align: center;
}
.facList li figure{}
.facList li figure div{
  position: relative;
  width: calc((100 / 262) * 100%);
  background: #4c4b4a;
  border-radius: 50%;
  overflow: hidden;
}
.facList li figure p{
  padding-left: 0.05em;
  text-align: center;
  letter-spacing: 0.05em;
}
.facList li figure p:nth-of-type(1){
  margin: 15px 0 0 0;
  font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);/*16 / 15*/
  line-height: 1.2;
}
.facList li figure p:nth-of-type(1) span{
  font-size: calc((13 / 16) * 100%);
}
.facList li figure p:nth-of-type(2){
  margin: 10px 0 0 0;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 11.00), 13px);/*13 / 12*/
  line-height: 1.0;
}


.facList.-type01 li{
  width: calc((262 / 1080) * 100%);
}
.facList.-type01 li figure div{
  margin: -50px auto 0 auto;
}
.facList.-type02 li{
  width: calc((260 / 840) * 100%);
}
.facList.-type02 li:nth-of-type(n+4){
  margin-top: 50px;
}
.facList.-type02 li figure div{
  margin: -20px auto 0 auto;
}

.facList02{}
.facList02 > section{
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: left;
}
.facList02 > section::before{
  content: "";
  position: absolute;
  bottom: 0;
  width: calc((730 / 840) * 100%);
  height: calc(100% - 50px);
}
.facList02 > section + section{
  margin: 90px 0 0 0;
}
.facList02 > section:nth-of-type(2n+1){
  flex-direction: row;
}
.facList02 > section:nth-of-type(2n+1)::before{
  right: 0;
}
.facList02 > section:nth-of-type(2n){
  flex-direction: row-reverse;
}
.facList02 > section:nth-of-type(2n)::before{
  left: 0;
}
.facList02 > section > figure{
  position: relative;
  width: calc((350 / 840) * 100%);
  margin: 0 0 50px 0;
}
.facList02 > section > div{
  position: relative;
  width: calc((490 / 840) * 100%);
  padding: 0 calc((40 / 840) * 100%) 50px calc((40 / 840) * 100%);
}
.facList02 > section > div h5,
.facList02 > section > div p:nth-of-type(1){
  font-weight: normal;
  line-height: 1.0;
}
.facList02 > section > div p:nth-of-type(1){
  margin: 10px 0 0 0;
}
.facList02 > section > div p:nth-of-type(2){
  margin: 15px 0 0 0;
}

.facList02 > section > div h5 span{
  font-size: calc((13 / 16) * 100%);
}




.column{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.column::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

.column div{
  position: relative;
  padding: 40px 0;
  text-align: left;
}
.column div h5{
  text-align: left;
}
.column div p{
  margin: 20px 0 0 0;
  text-align: left;
}
.column figure{
  position: relative;
  padding: 0 0 20px 0;
}

/* for sp*/
@media screen and (max-width: 767px) {
  
  /*文中の数字画像*/
  .num{
    transform: scale(0.8);
  }
  
  .facHero{}
  .facHero > div{
    justify-content: space-between;
    margin-top: 20px;
  }
  .facHero > div > div:nth-of-type(1){
    width: 100px;
  }
  .facHero > div > div:nth-of-type(2){
    width: calc(100% - 100px);
    max-width: initial;
    padding: 20px 0 0 0;
  }
  .facHero > div > div:nth-of-type(2) h5,
  .facHero > div > div:nth-of-type(2) p:nth-of-type(1){
    padding: 0 0 0 20px;
  }
  .facHero > div > div:nth-of-type(2) p:nth-of-type(1){}
  .facHero > div > div:nth-of-type(2) p:nth-of-type(2){
    width: calc(100vw - 40px);
    margin-top: 20px;
    transform: translateX(-100px);
  }

  .facList{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .facList li{}
  .facList li + li{
    margin-top: 30px;
  }
  .facList li figure{}
  .facList li figure div{
    width: 100px;
  }
  .facList li figure p{}
  .facList li figure p:nth-of-type(1){
    font-size: clamp(calc(15px * 0.7), calc(15vw / 3.75), 15px);/*16 / 15*/
  }
  .facList li figure p:nth-of-type(2){
    font-size: clamp(calc(12px * 0.7), calc(12vw / 3.75), 12px);/*13 / 12*/
  }
  
  .facList.-type01 li{
    width: 100%;
  }
  .facList.-type01 li figure div{
    margin-top: -50px;
  }
  .facList.-type02 li{
    width: 100%;
  }
  .facList.-type02 li:nth-of-type(n+4){
    margin-top: 30px;
  }
  .facList.-type02 li figure div{
    margin-top: -20px;
  }
  
  .facList02{}
  .facList02 > section{
    display: block;
  }
  .facList02 > section::before{
    width: 100%;
    height: calc(100% - 100px);
  }
  .facList02 > section + section{
    margin-top: 50px;
  }
  .facList02 > section:nth-of-type(2n+1){}
  .facList02 > section:nth-of-type(2n+1)::before{}
  .facList02 > section:nth-of-type(2n){}
  .facList02 > section:nth-of-type(2n)::before{}
  .facList02 > section > figure{
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .facList02 > section > div{
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .facList02 > section > div h5,
  .facList02 > section > div p:nth-of-type(1){}
  .facList02 > section > div p:nth-of-type(1){}
  .facList02 > section > div p:nth-of-type(2){}

  .facList02 > section > div h5 span{}
  
  .column{
    display: block;
    padding: 20px;
  }
  .column::before{
    content: none;
  }

  .column div{
    padding: 0;
  }
  .column div h5{
    text-align: center;
  }
  .column div p{
    margin-top: 10px;
  }
  .column figure{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
}
  
/*
intro 
*/
.intro{}
/* for sp*/
@media screen and (max-width: 767px) {
  .intro{}
}




/*
peaceful 
*/
.peaceful{}
  
/* for sp*/
@media screen and (max-width: 767px) {
  .peaceful{}
}

/*
education 
*/
.education{}
.education .map{
  max-width: 550px;
  margin: 0 auto;
}
.education .column{
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.education .column::before{
  height: calc(100% - 55px);
  border: 1px solid #4c4b4a;
}
.education .column div{
  width: calc((410 / 780) * 100%);
}
.education .column figure{
  width: calc((320 / 780) * 100%);
}

/* for sp*/
@media screen and (max-width: 767px) {
  .education{}
  .education .map{}
  .education .column{
    border: 1px solid #4c4b4a;
  }
  .education .column div{
    width: 100%;
  }
  .education .column figure{
    width: 100%;
  }

}



/*
child care
*/
.childcare{}
.childcare h4,
.childcare h5,
.childcare h6{
  font-feature-settings: "palt";
}
.childcare > div{
  padding: 90px 0 0 0;
  background: #f1e5d9;
}
.childcare > div > .cap{
  padding: 0 10px 10px 0;
  text-align: right;
}
.childcare .club{}

.childcare .club ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((960 / 1100) * 100%);
  margin: 0 auto;
  gap: 30px;
}
.childcare .club ul li{
  width: calc((300 / 960) * 100%);
  padding: 25px 0 40px 0;
  background: #fff;
}
.childcare .club ul li img{
  display: block;
  width: calc((140 / 300) * 100%);
  margin: 0 auto;
}
.childcare .club ul li h6{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6em;
  margin: 15px 0 0 0;
  text-align: center;
}
.childcare .club ul li p{
  width: calc((230 / 300) * 100%);
  margin: 15px auto 0 auto;
  text-align: left;
}

.childcare .dx01{
  position: relative;
  padding: 70px 0 90px 0;
  background: url("/bunjyo/miyayama/img/location/child_img08_pc.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.childcare .dx01 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((960 / 1100) * 100%);
  margin: 0 auto;
}
.childcare .dx01 ul li{
  position: relative;
  width: calc((300 / 960) * 100%);
  padding: 40px calc((25 / 960) * 100%);
}
.childcare .dx01 ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background: #2496bd;
  mix-blend-mode: multiply;*/
  background: #025487;
  opacity: 0.8;
}
.childcare .dx01 ul li h6{
  position: relative;
  text-align: center;
}
.childcare .dx01 ul li p{
  position: relative;
  margin: 15px 0 0 0;
  text-align: left;
}

.childcare .dx02{
  position: relative;
 }
.childcare .dx02::before{
  content: "";
  position: absolute;
  /*right: 100px;*/
  right: calc((100 / 1100) * 100%);
  bottom: -30px;
  width: calc((100 / 1100) * 100%);
  height: auto;
  aspect-ratio: 10/16;
  background: url("/bunjyo/miyayama/img/location/child_img11.png") no-repeat center center;
  background-size: cover;
 }
.childcare .dx02 section{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto 50px auto;
}
.childcare .dx02 section:nth-of-type(2n){
  flex-direction: row-reverse;
}
.childcare .dx02 section div{
  width: calc((450 / 660) * 100%);
  padding: 0 0 10px 0;
}
.childcare .dx02 section div h6{
  text-align: left;
}
.childcare .dx02 section div p{
  margin: 20px 0 0 0;
  text-align: left;
}
.childcare .dx02 section figure{
  width: calc((180 / 660) * 100%);
}
.childcare .dx02 section figure img{
  border-radius: 50%;x
}

/* for sp*/
@media screen and (max-width: 767px) {
  .childcare{}
  .childcare > div{
    padding-top: 50px;
  }
  .childcare > div > .cap{
    width: 60%;
    padding: 0 0 10px 10px;
    text-align: left;
  }
  .childcare > div > div{
    padding: 0 20px;
  }
  
  
  .childcare .club{}

  .childcare .club ul{
    display: block;
    width: 100%;
    margin: 0;
    gap: 0;
  }
  .childcare .club ul li{
    width: 100%;
    padding: 20px;
  }
  .childcare .club ul li + li{
    margin: 20px 0 0 0;
  }
  .childcare .club ul li img{
    width: 50%;
  }
  .childcare .club ul li h6{
    display: block;
    min-height: initial;
    margin-top: 10px;
  }
  .childcare .club ul li p{
    width: 100%;
    margin-top: 10px;
  }

  .childcare .dx01{
    padding: 35px 20px 45px 20px;
    background-image: url("/bunjyo/miyayama/img/location/child_img08_sp.jpg");
  }
  .childcare .dx01 ul{
    display: block;
    width: 100%;
  }
  .childcare .dx01 ul li{
    width: 100%;
    padding: 20px;
  }
  .childcare .dx01 ul li + li{
    margin-top: 20px;
  }
  .childcare .dx01 ul li::before{}
  .childcare .dx01 ul li h6{}
  .childcare .dx01 ul li p{
    margin-top: 10px;
  }

  .childcare .dx02{}
  .childcare .dx02::before{
    right: 0;
    bottom: -80px;
    width: 20%;
   }
  .childcare .dx02 section{
    position: relative;
    display: block;
    margin: 0 auto 30px auto;
  }
  .childcare .dx02 section:nth-of-type(2n){}
  .childcare .dx02 section div{
    width: 100%;
    padding: 0;
  }
  .childcare .dx02 section div h6{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    width: calc(100% - 120px);
    min-height: 100px;
  }
  .childcare .dx02 section div p{
    margin-top: 20px;
  }
  .childcare .dx02 section figure{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
  }
}



/*
shopping
*/
.shopping{}
.shopping .column{
  padding-left: 40px !important;
  padding-right: 30px !important;
}
.shopping .column::before{
  height: calc(100% - 30px);
  background: #fff;
}
.shopping .column div{
  width: calc((430 / 790) * 100%);
}
.shopping .column figure{
  width: calc((300 / 790) * 100%);
}

.shopping .facList02 > section{
  color: #fff;
}  
.shopping .facList02 > section::before{
  background: #4c4b4a;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .shopping{}
  .shopping .column{
    background: #fff;
  }
  .shopping .column div{
    width: 100%;
  }
  .shopping .column figure{
    width: 100%;
  }
}

/*
nature
*/
.nature{}
.nature .facList02 > section::before{
  background: #dcddd7;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .nature{}
}


/*
lifeInfo
*/
.lifeInfo{}
.lifeInfo .map{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c9caca;
}


/*タブのスタイル*/
.liTab{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px 0;
}
.liTab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  height: 40px;
  background: #fff;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);
  text-align: center;
  font-feature-settings: "palt";
  transition: all 0.2s ease;
}
.liTab li.is-active,
.liTab li:hover {
  cursor: pointer;
  background: #4c4b4a;
  color: #fff;
}

.liContents {}

.liContents .content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.liContents .content.is-active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.liContents ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #bbb;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);
  line-height: 1.4;
}

.liContents ul li::after {
  content: none;
}

.liContents ul:first-of-type li:first-of-type {
  border-top: 1px solid #bbb;
}

.liContents ul li span:first-of-type {
  text-align: left;
}

.liContents ul li span:last-of-type {
  margin-left: auto;
  text-align: right;
}

.liContents ul li span:last-of-type i {
  display: inline-block;
  margin: 0 0 0 10px;
  font-style: normal;
}

.liContents ul li span:last-of-type i::before {
  content: "／";
  display: inline-block;
  margin: 0 10px 0 0;
}

.liContents ul li.blank{
  display: none;
}

/* for sp*/
@media screen and (min-width: 768px) {
  .lifeInfo{}
  
  /*タブのスタイル*/
  .liTab{
    justify-content: center;
    margin-bottom: 30px;
  }
  .liTab li {
    width: calc((230 / 1080) * 100%);
    height: 50px;
    font-size: clamp(calc(16px * 0.7), calc(16vw / 11.00), 16px);
  }
  .liTab li.is-active,
  .liTab li:hover {}

  .liContents {}

  .liContents .content {    
    justify-content: space-between;
  }

  .liContents .content.is-active {
    display: flex;
  }
  .liContents .content ul{
    width: calc((510 / 1080) * 100%);
  }
  .liContents ul li {
    padding: 17px 0;
    font-size: clamp(calc(14px * 0.7), calc(14vw / 11.00), 14px);
  }

  .liContents ul li::after {}

  .liContents ul li:first-of-type {
    border-top: 1px solid #bbb;
  }

  .liContents ul li span:first-of-type {}

  .liContents ul li span:last-of-type {}

  .liContents ul li span:last-of-type i {}

  .liContents ul li span:last-of-type i::before {}
  
  .liContents ul li.blank{
    display: flex;
    visibility: hidden;
    opacity: 0;
  }
  
}