@charset "utf-8";

/* for Common & Smartphone*/

.contents{}

/* for iPad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/*縦横両方の記述*/
}
/* for PC*/
@media print, screen and (min-width:768px) {

}

/* for tablet*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2){
/*横向きのみの記述*/

}



/*intro
--------------------------------- */
.intro{}
.intro .bg{
  position: relative;
  height: auto;
  margin: 20px 0 0 0;
}
.intro .bg::before{
  content: none;
}
.intro .pList{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.intro .pList figure{
  width: 50%;
}


/* for pc*/
@media print, screen and (min-width:768px) {
  .intro{}
  .intro .bg{
    float: right;
    margin: 50px 0 0 0;
  }
  .intro .bg::before{}
  .intro .pList{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .intro .pList figure{
    width: 25%;
  }
}

/*flat
--------------------------------- */
.flat{}
.flat .txt{
  margin: 0 0 20px 0;
}
.flat figure{}

/* for pc*/
@media print, screen and (min-width:768px) {
  .flat{}
  .flat > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flat .txt{
    /*width: calc((670/1080)*100%);*/
    width: calc((67/108)*100%);
    margin: 0;
  }
  .flat .txt .copy02{
    letter-spacing: 0.1em;
  }
  .flat .txt p{
    /*width: calc((60/1080)*100%);*/
    padding-right: calc((1/18)*100%);
    margin: 0;
  }
  .flat figure{
    /*width: calc((410/1080)*100%);*/
    width: calc((41/108)*100%);
  }
}


/*conH
--------------------------------- */
.conH{
  position: relative;
  margin: 0 0 40px 0;
}
.conH figure{
  position: relative;
  float: right;
  width: 70%;
}
.conH div{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: left;
  z-index: 1;
}
.conH div .fEn{
  font-size: 3.0rem;/*30 / 50*/
  text-align: left;
  line-height: 1.0;
}

/* for pc*/
@media print, screen and (min-width:768px) {
  .conH{
    margin: 0 0 70px 0;
  }
  .conH figure{
    /*width: auto;*/
    /*width: calc((1080/2 - 230) + 50%);*/
    width: calc(310px + 50%);
  }
  .conH div{
    width: 100% !important;
  }
  .conH div .fEn{
    font-size: 5.0rem;/*30 / 50*/
    letter-spacing: 0.1em;
  }
}


/*slide
--------------------------------- */
/*スライド*/
.locSlide{
  overflow: hidden;
}
.locSlide .swiper {
    overflow: visible;
  }
.locSlide .swiper-slide{
  position: relative;
  width: 62vw;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.locSlide .swiper-controller {
  position: relative;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3.2rem;
  padding: 10px 10px 0 10px;
  }
.locSlide .swiper-pagination {
    margin-right: auto;
  }
.locSlide .swiper-pagination-bullets.swiper-pagination-horizontal{
  width: auto;
  left: auto;
  bottom: 5px;
  right: 100px;
}
.locSlide .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #dcdcdc;
  opacity: 1;
}
.locSlide .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #2b2828;
  opacity: 1;
}

.locSlide .swiper-button-prev,
.locSlide .swiper-button-next{
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #2b2828;transition: .3s;
}
.locSlide .swiper-button-next:after,
.locSlide .swiper-button-prev:after{
  content: none;
}
.locSlide .swiper-button-next{
  right: 0;
}
.locSlide .swiper-button-next::before,
.locSlide .swiper-button-prev::before{
  color: #2b2828;
  font-size: 1.4rem;
}
.locSlide .swiper-button-next::before{
  content: "→";
}
.locSlide .swiper-button-prev::before{
  content: "←";
}


.locSlide .swiper-button-prev:hover,
.locSlide .swiper-button-next:hover{
  background: #2b2828;
  color: #fff;
}
.locSlide .swiper-button-next:hover::before,
.locSlide .swiper-button-prev:hover::before{
  color: #fff;
}

.locSlide .swiper-slide figure{
  position: relative;
  z-index: 2;
}
.locSlide .swiper-slide .txt{
  position: relative;
  padding: 20px 0;
  text-align: center;
  z-index: 2;
}
.locSlide .swiper-slide .txt .t01{
  /*min-height: 3.5em;*/
  margin: 0 0 5px 0;
  font-size: 1.3rem;/*13 / 16*/
  line-height: 1.2;
}
.locSlide .swiper-slide .txt .t02{
  margin: 0 0 5px 0;
  font-size: 1.1rem;/*13 / 13*/
  line-height: 1.2;
}
.locSlide .swiper-slide .txt .t03{
  font-size: 1.3rem;/*13 / 16*/
  line-height: 1.2;
}
.locSlide .swiper-slide .txt .t03 strong{
  display: inline-block;
  vertical-align: baseline;
  font-size: calc((20/16)*100%);
  font-weight: 300;
}
.locSlide .swiper-slide .txt .t03 span{
  display: inline-block;
  vertical-align: baseline;
  font-size: calc((14/16)*100%);
}

/* for pc*/
@media print, screen and (min-width:768px) {
  /*スライド*/
  .locSlide{}
  .locSlide .swiper {}
  .locSlide .swiper-slide{
    width: 280px;
  }

  .locSlide .swiper-controller {
    padding: 15px 10px 0 10px;
  }
  .locSlide .swiper-pagination {}
  .locSlide .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: auto;
    left: auto;
    right: 180px;
    bottom: 20px;
  }
  .locSlide .swiper-pagination-bullet{}
  .locSlide .swiper-pagination-bullet.swiper-pagination-bullet-active{}

  .locSlide .swiper-button-prev,
  .locSlide .swiper-button-next{
    width: 60px;
    height: 60px;
  }
  .locSlide .swiper-button-next:after,
  .locSlide .swiper-button-prev:after{}
  .locSlide .swiper-button-next{
    right: 0;
  }
  .locSlide .swiper-button-next::before,
  .locSlide .swiper-button-prev::before{
    font-size: 2.0rem;
  }
  .locSlide .swiper-button-next::before{}
  .locSlide .swiper-button-prev::before{}



  .locSlide .swiper-slide::before{
    height: 60%;
  }
  .locSlide .swiper-slide figure{}
  .locSlide .swiper-slide .txt{}
  .locSlide .swiper-slide .txt .t01{
    font-size: 1.6rem;/*13 / 16*/
  }
  .locSlide .swiper-slide .txt .t02{
    font-size: 1.3rem;/*13 / 13*/
  }
  .locSlide .swiper-slide .txt .t03{
    font-size: 1.6rem;/*13 / 16*/
  }
  .locSlide .swiper-slide .txt .t03 strong{}
  .locSlide .swiper-slide .txt .t03 span{}

}



/*aeon
--------------------------------- */
.aeon{}
.aeon > div{
  padding: 20px;
  border: 1px solid #2b2828;
}
.aeon figure{
  margin: 20px 0 0 0;
}

/* for pc*/
@media print, screen and (min-width:768px) {
  .aeon{
    position: relative;
  }
  .aeon > div{
    max-width: 980px;
    min-height: 280px;
    margin: 0 auto;
    /*padding: 30px calc((280/980)*100%) 30px calc((50/980)*100%);*/
    padding: 40px calc((14/49)*100%) 40px calc((4/98)*100%);
  }
  .aeon figure{
    position: absolute;
    right: 0;
    top: 50%;
    /*width: calc((340/1080)*100%);*/
    width: calc((17/54)*100%);
    margin: 0;    
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }

}



/*gourmet
--------------------------------- */
.gourmet{}
.gourmet .conH div{
  position: static;
  -webkit-transform: none;
  transform: none;
}
.gourmet .pList{
  /*display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  border-top: 1px solid #2b2828;
  border-bottom: 1px solid #2b2828;
}

.gourmet .pList section{
  padding: 20px;
  border: 1px solid #2b2828;
  border-top-width: 0;
  text-align: left;
}
.gourmet .pList section:last-of-type{
  border-bottom-width: 0;
}
.gourmet .pList section figure{
  margin: 0 0 20px 0;
}
.gourmet .pList section p + p{
  margin: 20px 0 0 0;
  font-size: 1.4rem;
}

/* for pc*/
@media print, screen and (min-width:768px) {
  .gourmet{}
  .gourmet .conH div{}
  .gourmet .pList{}
  
  .gourmet .pList > div{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gourmet .pList section{
    width: calc(100%/3);
    padding: 30px;
    border-top-width: 0;
    border-right-width: 0;
  }

  .gourmet .pList section:nth-of-type(3n){
    padding: 30px;
    border-right-width: 1px;
  }
  .gourmet .pList section:nth-last-of-type(-n+3){
    border-bottom-width: 0;
  }
  .gourmet .pList section figure{
    margin: 0 0 20px 0;
  }
  .gourmet .pList section p + p{
    margin: 20px 0 0 0;
    font-size: 1.4rem;
  }
}



/*convenience
--------------------------------- */
.convenience{}
.convenience .pList{}
.convenience .pList li{
  margin: 0 0 30px 0;
  text-align: left;
}
.convenience .pList li:last-of-type{
  margin-bottom: 0;
}
.convenience .pList li figure{}
.convenience .pList li figure figcaption{
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.convenience .pList li figure figcaption strong{
  font-size: 128%;
  font-weight: 300;
}
.convenience .pList li figure figcaption span{
  font-size: 107%;
}

/* for pc*/
@media print, screen and (min-width:768px) {
  .convenience{}
  .convenience .pList{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
  }
  .convenience .pList li{
    /*width: calc((300/980)*100%);*/
    width: calc((15/49)*100%);
    margin: 0 0 50px 0;
  }
  .convenience .pList li:nth-last-of-type(-n+3){
    margin-bottom: 0;
  }
  .convenience .pList li figure{}
  .convenience .pList li figure figcaption{
    margin: 20px 0 0 0;
  }
  .convenience .pList li figure figcaption strong{}
  .convenience .pList li figure figcaption span{}

}



/*education
--------------------------------- */
.education{}

.education .support{
  padding: 30px 20px;
  background: url("../location_images/edu_bg_sp.jpg") no-repeat center top;
  background-size: cover;
}
.education .support .copy02{
  white-space: nowrap;
}
.education .support ul{}
.education .support ul li{
  margin: 0 0 20px 0;
  padding: 15px;
  background: rgba(255,255,255,0.8);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  text-align: left;
}
.education .support ul li:last-of-type{
  margin-bottom: 0;
}
.education .support ul li .copy03{
  margin-bottom: 10px;
}

/* for pc*/
@media print, screen and (min-width:768px) {
  .education{}

  .education .support{
    /*padding: 70px calc((50/1080)*100%);*/
    padding: 70px calc((5/108)*100%);
    background-image: url("../location_images/edu_bg_pc.jpg");
  }
  .education .support .copy02{
    white-space: normal;
  }
  .education .support ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .education .support ul li{
    /*width: calc((470/980)*100%);*/
    width: calc((47/98)*100%);
    margin: 0 0 40px 0;
    padding: 40px 4%;
  }
  .education .support ul li:nth-last-of-type(-n+2){
    margin-bottom: 0;
  }
  .education .support ul li .copy03{
    margin-bottom: 20px;
  }
}




/*area
--------------------------------- */
.area{}
.area > div{
  padding: 30px 20px;
}
.area figure{
  position: relative;
}


/* for pc*/
@media print, screen and (min-width:768px) {
  .area{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;   
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
  }
  .area > div{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 0;
  }
  .area > div div{
    width: 100%;
    max-width: 580px;
    /*padding: 0 calc((80/580)*100%) 0 0;*/
    padding: 0 calc((3/29)*100%) 0 10px;
  }
  .area figure{
    width: 50%;
  }
  .area figure img{
    object-fit: cover;
    height: 100%;
  }
}



/*lifeInfo
--------------------------------- */
.lifeInfo{}
.lifeInfo .conH div{
  position: static;
  -webkit-transform: none;
  transform: none;
}
.lifeInfo .map{
  padding: 15px 0;
  border-top: 1px solid #2b2828;
}


/* for pc*/
@media print, screen and (min-width:768px) {
  .lifeInfo{}
  
  .lifeInfo .map{
    padding: 30px 0;
  }
}



/*tab
--------------------------------- */
.tabs {
  position: relative;
  /*display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  border-top: 1px solid #2b2828;
  border-bottom: 1px solid #2b2828;
}
.tabs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  display: block;
  width: 100%;
  height: 1px;
  background: #2b2828;
  z-index: 1;
}

/*タブのスタイル*/
.tabItem {
  float: left;
  width: calc(100%/3);
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #2b2828;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  font-size: 1.3rem;/*13 / 16*/
  text-align: center;
  transition: all 0.2s ease;
}
.tabItem:nth-last-of-type(-n+2) {
  width: calc(100%/2);
  border-top-width: 1px;
}
.tabItem:nth-of-type(1),
.tabItem:nth-of-type(4){
  border-left-width: 1px;
}
.tabItem:hover {
  cursor: pointer;
  background-color: #2b2828;
  color: #fff;
}

/*ラジオボタンを全て消す*/
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: #fff;
}
.tabContent ul {
  clear: both;
  border: 1px solid #2b2828;
  border-top-width: 0;
  border-bottom-width: 0;
}
.tabContent ul:first-of-type {
  padding-top: 15px;
}
.tabContent ul:last-of-type {
  padding-bottom: 15px;
}
.tabContent li span:last-of-type {
  float: right;
  text-align: right;
}
.tabContent li {
  clear: both;
  padding: 10px;
  font-size: 1.3rem;/*13 / 14*/
  line-height: 1.4;
}
.tabContent li::after {
  content: "";
  clear: both;
  display: block;
}
.tabContent li > span:first-of-type {
  float: left;
  width: 55%;
  text-align: left;
}
.tabContent li > span:last-of-type {
  float: right;
  width: 45%;
}
.tabContent li > span:last-of-type i {
  display: inline-block;
  vertical-align: baseline;
  font-style: normal;
  white-space: nowrap;
}
.tabContent li > span:last-of-type i:first-of-type {
  width: 5em;
  text-align: left;
}
.tabContent li > span:last-of-type i:last-of-type {
  width: 5.7em;
  text-align: right;
}
.tabContent li > span:last-of-type i:last-of-type::before {
  content: "／";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px 0 0;
}


/*選択されているタブのコンテンツのみを表示*/
#shopping:checked ~ #shoppingContent,
#medical:checked ~ #medicalContent,
#education:checked ~ #educationContent,
#park:checked ~ #parkContent,
#public:checked ~ #publicContent  {
  display: block !important;
}
#shopping:checked ~ #shoppingContent::before,
#medical:checked ~ #medicalContent::before,
#education:checked ~ #educationContent::before,
#park:checked ~ #parkContent::before,
#public:checked ~ #publicContent::before  {
  animation:tabShow 1.0s 0s forwards;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabItem {
  background-color: #2b2828;
  color: #fff;
}


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


/* for pc*/
@media screen and (min-width: 768px) {
  .tabs {}
  
  .tabs::before {
    top: 50px;
  }
  /*タブのスタイル*/
  .tabItem {
    float: left;
    display: block;
    width: calc(100%/5);
    height: 50px;
    line-height: 48px;
    border: 1px solid #2b2828;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    font-size: 1.6rem;/*13 / 16*/
  }
  .tabItem:nth-last-of-type(-n+2) {
    width: calc(100%/5);
    border-top-width: 0;
  }
  .tabItem:nth-of-type(1){
    border-left-width: 1px;
  }
  .tabItem:nth-of-type(4){
    border-left-width: 0;
  }
  .tabContent::after{
    content: "";
    clear: both;
    display: block;
  }
  .tabContent ul{
    clear: none;
    width: 50%;
  }
  .tabContent ul:first-of-type{
    float: left;
    padding: 25px 2%;
  }
  .tabContent ul:last-of-type{
    float: right;
    padding: 25px 2%;
    border-left-width: 0;
  }
  
  .tabContent li {
    padding: 10px 0;
    /*font-size: 1.4rem;13 / 14*/
    font-size: 1.5rem;/*13 / 15*/
  }
  .tabContent li::after {}
  .tabContent li:first-of-type {
  }
  .tabContent li span:first-of-type {}
  .tabContent li span:last-of-type {}

}






/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*縦向きのみの記述*/  
}

/* for tablet*/
/*@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape)*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio: 2){
/*横向きのみの記述*/
}




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

.station ul li:nth-of-type(2n+1){
    transition-delay: 0;
  }
  .station ul li:nth-of-type(2n){
    transition-delay: .05s;
  }

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

/* for pc*/
@media print, screen and (min-width:768px) {
  
  
  
  
}


