@charset "UTF-8";

.bg{
  background: #fafaf5;
}
.copy02 strong{
  font-size: calc((35 / 23) * 100%);
  font-weight: normal;
  font-weight: 400;
}
.copy03 + .copy02{}

.hImg{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pList li{
  font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-pc)), 16px);/*16 / 15*/
  text-align: center;
}
.pList li p{
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.pList li span{
  font-size: calc((13 / 16) * 100%);
}
.pList li figure{
  margin: 0 0 15px 0;
}

.pList.-col3 li{
  width: calc((320 / var(--cont-width-nv-pc)) * 100%);
}
.pList.-col3 li:nth-of-type(n+4){
  margin-top: 50px;
}
.pList.-col4 li{
  width: calc((250 / var(--cont-width-nv-pc)) * 100%);
}

/* for sp*/
@media screen and (max-width: 767px) {
  .copy02 strong{}
  .copy03 + .copy02{}

  .hImg{}

  .pList{
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .pList li{
    font-size: clamp(calc(15px * var(--font-markup)), calc(15vw / var(--vw-sp)), 15px);/*16 / 15*/
  }
  .pList li + li{
    margin-top: 20px;
  }
  .pList li p{}
  .pList li span{}
  .pList li figure{
    margin-bottom: 10px;
  }

  .pList.-col3 li{
    width: 100%;
  }
  .pList.-col3 li:nth-of-type(n+4){
    margin-top: 20px;
  }
  .pList.-col4 li{
    width: 100%;
  }
}



/*intro
--------------------------------- */
.intro{}
.intro figure{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.intro .leg{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}
.intro .leg li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px;
  font-size: 10px;
  line-height: 1.0;
}
.intro .leg li::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px 0 0;
}
.intro .leg li:nth-of-type(1)::before{
  background: #ef834a;
}
.intro .leg li:nth-of-type(2)::before{
  background: #94b6e0;
}
.intro .leg li:nth-of-type(3)::before{
  background: #ae92b0;
}
.intro .leg li:nth-of-type(4)::before{
  background: #f0bd3f;
}
.intro .leg li:nth-of-type(5)::before{
  background: #a9c367;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .intro{}
  .intro figure{}
  .intro .leg{
    margin-top: 10px;
  }
  .intro .leg li{    
    margin-top: 10px;
  }
  .intro .leg li::before{}
}


/*edu01
--------------------------------- */
.edu01{
  padding: 0 0 150px 0;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .edu01{
    padding-bottom: 50px;
  }
}

/*ranking
--------------------------------- */
.ranking{
  margin-top: 100px;
}
.ranking section{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.ranking ul{
  display: flex;
  justify-content: space-between;
}
.ranking ul li{
  width: calc((350 / 760) * 100%);
}
.ranking ul + .cap{
  margin: 20px 0 0 0;
  text-align: right;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .ranking{
    margin-top: 50px;
  }
  .ranking section{}
  .ranking ul{}
  .ranking ul li{
    width: calc((100% - 10px) / 2);
  }
  .ranking ul + .cap{
    margin-top: 10px;
    text-align: left;
  }
}

/*nexco
--------------------------------- */
.nexco{
  margin-top: 150px;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .nexco{
    margin-top: 50px;
  }
}

/*edu02
--------------------------------- */
.edu02{
  padding: 150px 0;
}
.edu02 .support{
  position: relative;
  min-height: 550px;
  margin: 100px 0 0 0;
  padding: 70px 0 0 0;
  background: #fff url("../img/location/edu_p06_pc.jpg") no-repeat center bottom;
  background-size: cover;
  border: 1px solid var(--color-def04);
}
.edu02 .support ul{
  display: flex;
  justify-content: center;
}
.edu02 .support ul li{
  width: calc((290 / var(--cont-width-nv-pc)) * 100%);
  margin: 0 calc((26 / var(--cont-width-nv-pc)) * 100%);
}
.edu02 .support ul li h6{
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: dotted 2px var(--color-key01);
  color: var(--color-key01);
  text-align: center;
}
.edu02 .support ul li  p{
  text-align: left;
}

.edu02 .support + .cap{
  margin: 10px 0 0 0;
  text-align: right;
}
/* for sp*/
@media screen and (max-width: 767px) {
  .edu02{
    padding-top: 50px;
  }
  .edu02 .support{
    min-height: initial;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 150px;
    background-image: url("../img/location/edu_p06_sp.jpg");
    background-size: 140% auto;
  }
  .edu02 .support ul{
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .edu02 .support ul li{
    width: 100%;
    margin: 0;
  }
  .edu02 .support ul li + li{
    margin-top: 20px;
  }
  .edu02 .support ul li h6{}
  .edu02 .support ul li  p{}
  .edu02 .support + .cap{
    text-align: left;
  }
}

/* for SP landscape*/
@media screen and (max-width:767px) and (orientation: landscape) {
  .loc02 li{
    width: 47.2%;
  }
  .loc02 li:nth-of-type(2n+1){
    clear: both;
    float: left;
  }
  .loc02 li:nth-of-type(2n){
    float: right;
  }
}



/*park
--------------------------------- */
.park{
  position: relative;
  padding: 150px 0 180px 0;
}
.park::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 20px;
  background-color: transparent;  
  background-image: radial-gradient(circle, var(--color-key01) 1.5px, transparent 1.5px), radial-gradient(circle, var(--color-key01) 1.5px, transparent 1.5px);
  background-position: 0 3px, 4.5px 9px;
  background-size: 9px 12px;
}


/* for sp*/
@media screen and (max-width: 767px) {
  .park{
    padding: 50px 0 80px 0;
  }
}

/*shopping01
--------------------------------- */
.shopping01{
  position: relative;
  padding: 120px 0 180px 0;
}
.shopping01 .column{
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto 80px auto;
}
.shopping01 .column div{
  width: calc((350 / 700) * 100%);
  text-align: left;
}
.shopping01 .column div h5{
  font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-pc)), 20px);/*20 / 18*/
}
.shopping01 .column div h5 + p{}
.shopping01 .column div h5 + p + p{
  margin: 30px 0 0 0;
}
.shopping01 .column figure{
  width: calc((320 / 700) * 100%);
}


/* for sp*/
@media screen and (max-width: 767px) {
  .shopping01{
    padding: 40px 0 80px 0;
  }
  .shopping01 .column{
    display: block;
    margin-bottom: 50px;
  }
  .shopping01 .column div{
    width: 100%;
  }
  .shopping01 .column div h5{
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-sp)), 18px);/*20 / 18*/
  }
  .shopping01 .column div h5 + p{}
  .shopping01 .column div h5 + p + p{
    margin-top: 20px;
  }
  .shopping01 .column figure{
    width: 100%;
    margin-top: 20px;
  }

}


/*shopping02
--------------------------------- */
.shopping02{
  position: relative;
  padding: 120px 0 90px 0;
}
.shopping02 section{
  display: flex;
  background: var(--color-white);
  border: 1px solid var(--color-key01);
}
.shopping02 section:nth-of-type(2n){
  flex-direction: row-reverse;
}
.shopping02 section + section{
  margin: 50px 0 0 0;
}
.shopping02 section div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% / 2);
  /*padding: 50px calc((50 / var(--cont-width-nv-pc-narrow01)) * 100%) 0  calc((50 / var(--cont-width-nv-pc-narrow01)) * 100%);*/
  padding: 0  calc((45 / var(--cont-width-nv-pc-narrow01)) * 100%);
  text-align: left;
}
.shopping02 section div h5{
  /*margin: 10px 0 50px 0;*/
  margin: 10px 0 40px 0;
  font-size: clamp(calc(20px * var(--font-markup)), calc(20vw / var(--vw-pc)), 20px);/*20 / 18*/
  letter-spacing: 0.15em;
  line-height: 1.0;
}
.shopping02 section div p.lead01:nth-of-type(1){
  letter-spacing: normal;
}
.shopping02 section div p.lead01{
  margin: 10px 0 0 0;
  letter-spacing: 0.1em;
}
.shopping02 section figure{
  width: calc(100% / 2);
}

/* for sp*/
@media screen and (max-width: 767px) {
  .shopping02{
    padding: 40px 0 40px 0;
  }
  .shopping02 section{
    display: block;
  }
  .shopping02 section:nth-of-type(2n){}
  .shopping02 section + section{
    margin-top: 20px;
  }
  .shopping02 section div{
    display: block;
    width: 100%;
    padding: 20px;
  }
  .shopping02 section div h5{
    margin: 10px 0 30px 0;
    font-size: clamp(calc(18px * var(--font-markup)), calc(18vw / var(--vw-sp)), 18px);/*20 / 18*/
    letter-spacing: 0.1em;
  }
  .shopping02 section div p.lead01{}
  .shopping02 section div p.lead01{}
  .shopping02 section figure{
    width: 100%;
  }
}


/*public
--------------------------------- */
.public{
  position: relative;
  padding: 90px 0 160px 0;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .public{
    padding: 40px 0 80px 0;
  }
}


/*map
--------------------------------- */
.map{
  padding: 9px;
  border: 1px solid var(--color-key01);
}

/* for sp*/
@media screen and (max-width: 767px) {
  .map{
    padding: 4px;
  }
}

/*lifeinfo*/
.lifeinfo{
  padding: 40px 0 80px 0s;
}

/*tab
--------------------------------- */
/*タブのスタイル*/
.tabItem {
  display: inline-block;
  margin: 0 0.5% 10px 0.5%;
  padding: 0 1em;
  width: auto;
  height: 40px;
  line-height: 38px;
  background-color: var(--color-white);
  color: var(--color-key01);
  font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px);
  text-align: center;
  transition: all 0.2s ease;
}
.tabItem:hover {
  cursor: pointer;
  background-color: var(--color-key01);
  color: var(--color-white);
}

/*ラジオボタンを全て消す*/
input[name="tabItem"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tabContent {
  position: relative;
  display: none;
  clear: both;
  overflow: hidden;
}

.tabContent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-def04);
}

.tabContent li {
  clear: both;
  padding: 15px 0;
  border-bottom: 1px solid #bbb;
  font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px);
  line-height: 1.4; }

.tabContent li::after {
  content: "";
  clear: both;
  display: block;
}

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

.tabContent li span:first-of-type {
  float: left;
  text-align: left;
}

.tabContent li span:last-of-type {
  float: right;
  text-align: right;
}

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

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

/*選択されているタブのコンテンツのみを表示*/
#shopping:checked ~ #shoppingContent,
#medical:checked ~ #medicalContent,
#public:checked ~ #publicContent,
#edu:checked ~ #eduContent,
#park:checked ~ #parkContent{
  display: block !important;
}

#shopping:checked ~ #shoppingContent::before,
#medical:checked ~ #medicalContent::before,
#public:checked ~ #publicContent::before,
#edu:checked ~ #eduContent::before,
#park:checked ~ #parkContent::before {
  animation: tabShow 1.0s 0s forwards; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabItem {
  background-color: var(--color-key01);
  color: var(--color-white);
}

@keyframes tabShow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* for pc*/
@media screen and (min-width: 768px) {
  .lifeinfo{
    padding: 100px 0 150px 0;
  }
  /*タブのスタイル*/
  .tabItem {
    display: inline-block;
    width: calc((190 / 1080) * 100%);
    margin: 0 1% 30px 0;
    height: 50px;
    line-height: 48px;
    color: var(--color-key01);
    font-size: clamp(calc(16px * var(--font-markup)), calc(16vw / var(--vw-sp)), 16px);
  }

  /*.tabItem:last-of-type {
    width: 15em;
  }*/
  .tabItem:nth-of-type(3) {
    width: 12em;
  }

  .tabItem:last-of-type {
    margin-right: 0; }

  .tabContent ul {
    width: 48%;
  }

  .tabContent ul:first-of-type {
    float: left; }

  .tabContent ul:last-of-type {
    float: right; }

  .tabContent li {
    padding: 17px 0;
    font-size: clamp(calc(14px * var(--font-markup)), calc(14vw / var(--vw-sp)), 14px);
  }

  .tabContent li:first-of-type {
    border-top: 1px solid #bbb; }
}
/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation: portrait) {
  /*縦向きのみの記述 --- iPad Pro12.9はPC表示*/
  .tabItem {
    font-size: clamp(calc(13px * var(--font-markup)), calc(13vw / var(--vw-sp)), 13px);
    }
}



/* kosodate ////////////////////////////// */

.kosodate{
  position: relative;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  
}
.kosodate::before,
.kosodate::after{
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  border: 1px solid #09c5bf;
}
.kosodate::before{
  left: 0;
  border-right: none;
}
.kosodate::after{
  right: 0;
  border-left: none;
}
.kosodate > div{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.kosodate > div::after{
  content: none;
}
.kosodate > div > div{
  width: 55%;
}


.kosodate h2{
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-size: 2.8rem;/*20 / 28*/
  text-align: left;
  font-weight: normal;
}
.kosodate figure{
  width: 35%;
}
.kosodate figcaption{
  font-size: 1.2rem;
  letter-spacing: normal;
  text-align: right;
}


/* for sp*/
@media screen and (max-width: 767px) {
  .kosodate{
    padding: 20px 20px 0 20px;
  }
  .kosodate::before,
  .kosodate::after{
    width: 10px;
    height: 100%;
  }
  .kosodate::before{}
  .kosodate::after{}
  .kosodate > div{
    display: block;
  }
  .kosodate > div > div{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .kosodate h2{
    font-size: 2.0rem;/*20 / 28*/
  }
  .kosodate figure{
    width: 100%;
  }
  .kosodate figcaption{
    font-size: 1.1rem;
  }
}


/*set aos
--------------------------------- */

/* for pc*/
@media screen and (min-width: 768px) {
  .loc02 li:nth-of-type(2n+1){
    transition-delay: 0s;
  }
  .loc02 li:nth-of-type(2n){
    transition-delay: .1s;
  }
  
  .loc03 ul li:nth-of-type(2n+1){
    transition-delay: 0s;
  }
  .loc03 ul li:nth-of-type(2n){
    transition-delay: .1s;
  }
  
  .loc04 li:nth-of-type(4n+1){
    transition-delay: 0s;
  }
  .loc04 li:nth-of-type(4n+2){
    transition-delay: .1s;
  }
  .loc04 li:nth-of-type(4n+3){
    transition-delay: .2s;
  }
  .loc04 li:nth-of-type(4n){
    transition-delay: .3s;
  }
  
  .liList section:nth-of-type(2n+1){
    transition-delay: 0s;
  }
  .liList section:nth-of-type(2n){
    transition-delay: .1s;
  }
  
}

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







