@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　concept
 */

 .pic{
  position: relative;
 }
 .cap{
  color: #fff;
  position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 10px;
    font-size: 1rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, .6), 0 0 6px rgba(0, 0, 0, .6), 0 0 6px rgba(0, 0, 0, .6);
 }
 .location_inner {
    max-width: 740px;
    padding: 0 20px;
    margin: 0 auto;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* mv
----------------------------------------*/

.mv {
  background: url(../img/location/mv_pc.jpg) no-repeat left top / cover;
}


/* location_ttl_wrap
----------------------------------------*/

.location_ttl_wrap{
  background: #DFDDD0;
  padding: 90px 0 ;
}
.location_ttl_wrap h2{
  color: #054B41;
  font-size: 3.6rem;
  font-weight: 500;
  margin: auto;
}
.location_ttl_wrap p{
  font-size: 1.6rem;
  line-height: 2.2;
  margin: auto;
  padding: 24px 0 48px;
}
.locationaccess_tab{
  max-width: 600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.locationaccess_tab div{
  flex-basis: 49%;
}
.locationaccess_tab div a{
  display: block;
  color: #DDB703;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  border-radius: 12px;
      background: url(../img/concept/bg_mttl.png) no-repeat left top / 160px auto #054B41;
  padding: 32px 16px 16px;
  transition: .3s;
}
.locationaccess_tab div a:hover{opacity: .7;}
.locationaccess_tab div a .en{
  font-size: 2.4rem;
}
.locationaccess_tab div a .ja{
  font-size: 1.4rem;
  padding-bottom: 8px;
}

.dli-chevron-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  color: #DDB703;
  line-height: 1;
  width: .7em;
  height: .7em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: auto;
  transition: .3s;
  position: relative;
  top: 0;
}
.locationaccess_tab div a:hover .dli-chevron-down{top: 5px;}


/* _box_feature
----------------------------------------*/

._box_feature h3._ttl{
  background: url(../img/concept/bg_mttl.png) no-repeat left top / 520px auto #054B41;
  padding: min(6vw, 12rem) 10vw;
  color: #DDB703;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
._box_feature h3._ttl.en{
  font-size: 5rem;
  font-weight: 300;
  margin-top: -0.6rem;
  line-height: 1;
}
._box_feature h3 .ja{
  display: block;
  font-size: 2.4rem;
  padding-top: 16px;
}



/* access_contents
----------------------------------------*/

.access_contents{
  background: #DFDDD0;
  padding: 120px 0;
}
.access_contents h4{
  color: #054B41;
  font-size: 3.6rem;
  font-weight: 400;
}
.access_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.access_rosen{
  flex-basis: 46%;
}
.access_txt{
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}
.access_rosen_cap{
  font-size: 1rem;
}
.access_rosen_cap.pc{margin-top: 50px;}

.access_kongo_min_cap{
  color: #054B41;
  font-size: 2.2rem;
  padding: 16px 0 32px;
}
.access_from_flex{
  margin-top: auto;
}
.access_from_kongo{
  display: block;
  margin-bottom: 32px;
}



/* location_contents
----------------------------------------*/

.location_contents.add{
  background: #DFDDD0;
  padding: 120px 0;
}
.location_contents.even{
background: #EFEDE3;
  padding: 120px 0;
}
.location_contents h4{
  color: #054B41;
  font-size: 3.6rem;
  font-weight: 400;
}
.location_contents h4 + p{
  margin: 32px auto 80px;
}
.location_contents h5{
  color: #054B41;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.location_contents h5 span{
  opacity: .4;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
.location_contents_txt{
  padding-top: 62px;
}
.location_contents .h5_ttl{
  color: #054B41;
  font-size: 3.6rem;
  margin-top: 40px;
}

.location_shop_list{
  margin-top: 80px;
}
.location_shop_list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.location_shop_list ul li:nth-of-type(1),
.location_shop_list ul li:nth-of-type(2){
  flex-basis: 49%;
}
.location_shop_list ul li:nth-of-type(3){
  flex-basis: 100%;
}
.location_shop_list ul li{
  background: #fff;
  padding: 24px;
  box-shadow: 0px 0px 20px -5px #e6e6e6;
  border-radius: 0px;
  margin-bottom: 24px;
}
.location_shop_list ul li dt span{
  background: #AC0D84;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  padding: 12px;
  margin-right: 12px;
}
.location_shop_list ul li dt{
  display: flex;
  align-items: center;
  color: #AC0D84;
  font-size: 2.0rem;
  font-weight: 500;
}
.location_shop_list ul li dd{
  font-size: 1.5rem;
  line-height: 2;
  padding-top: 16px;
}



/* slick
----------------------------------------*/

.location_slider{
  margin: 48px auto 0;
  max-width: 1600px;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: auto;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 7px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:6px;
    height:6px;
    border-right: 2px solid #054B41;
    border-top: 2px solid #054B41;
    top:0;
    bottom:0;
    left:0;
    right:2px;
    margin:auto;
    transform:rotate(45deg);
}
.slick-num{
      text-align: center;
    top: 45px;
    position: relative;
    font-family: "EB Garamond", serif;
    font-style: normal;
    font-size: 2rem;
}

.slick .slick__img{
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .slick .slick__img{
  margin: 0 15px;
}
}

.loc_img_txt_wrap{
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.loc_img_txt_wrap .name{
  font-size: 1.8rem;
  font-weight: 500;
  flex-basis: 70%;
}
.loc_img_txt_wrap .time{
  color: #054B41;
  font-size: 1.8rem;
  line-height: 1.5;
  flex-basis: 28%;
  text-align: right;
}
.loc_img_txt_wrap .time small{
  font-size: 80%;
}
.loc_img_txt_wrap .time span.en{
  font-size: 120%;
}
.loc_img_txt_wrap .time span.kyori{
  display: block;
  font-size: 60%;
  text-align: right;
}




/* lifeinfo
----------------------------------------*/

.lifeinfo{
      background: url(../img/location/bg_mttl2.png) no-repeat left top / 520px auto #0F3C36;
      padding: 120px 0;
}

.lifeinfo.location_contents h5 .en{
  display: block;
  color: #DDB703;
  text-align: center;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
}
.lifeinfo.location_contents h5 .ja{
  display: block;
  color: #DDB703;
  font-size: 2.4rem;
  padding-top: 16px;
  opacity: 1;
}
.life_map{
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .life_map span{display: block;}
  .life_map img{
  max-width: none;
        width: 120%;
        height: auto;
}
.scroll-hint-icon {
    background: #054B41 !important;
    padding: 16px 10px 16px !important; 
    border-radius: 18px !important;
}
.scroll-hint-icon:after{
  display: none !important;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{
  animation: none !important;
}
.scroll-hint-icon:before{
  width: 74px !important;
  background-image: url(../img/location/scrollhint_arrow.svg) !important;
}
.scroll-hint-text {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #FFF;
    margin-top: 0 !important;
    font-family: "EB Garamond", serif !important;
        font-weight: 300 !important;
        letter-spacing: 3px !important;
}
}

.googlemap a{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  margin: 48px auto 0;
  background: #FFF;
  color: #054B41;
  font-size: 2rem;
  line-height: 1;
  padding: 24px 8px;
  border-radius: 50px;
  transition: .3s;
}
.googlemap a:hover{
  opacity: .7;
}

.life_list{
  background: #DFDDD0;
  padding: 32px 48px;
  margin-top: 80px;
}
.life_list .tab-container{
  display: flex;
  justify-content: space-between;
}
.life_list .tab-container .tab{
  flex-basis: 19%;
  text-align: center;
  background: #2D2D2D;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 20px 5px;
  border-radius: 12px;
  transition: .3s;
  cursor: pointer;
}
.life_list .tab-container .tab.active{
  background: #054B41;
}
.life_list .tab-container .tab:hover{
  background: #054B41;
}

.tab_content {
    display: none;
}
.tab_content.show {
    display: block;
}

.tab_content ul{
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  margin-top: 56px;
}
.tab_content.shop ul{grid-template-rows: repeat(10, auto);}
.tab_content.education ul{grid-template-rows: repeat(4, auto);}
.tab_content.public ul{grid-template-rows: repeat(4, auto);}
.tab_content.medical ul{grid-template-rows: repeat(5, auto);}
.tab_content.bank ul{grid-template-rows: repeat(4, auto);}
.tab_content ul li{
  padding: 0 16px 20px;
}
.tab_content ul li dl{
  display: flex;
  justify-content: space-between;
}
.tab_content ul li dt{
  font-size: 1.6rem;
  font-weight: 500;
  flex-basis: 70%;
}
.tab_content ul li dd.time{
  color: #054B41;
  font-size: 1.8rem;
  line-height: 1.5;
  flex-basis: 28%;
  text-align: right;
}
.tab_content ul li dd.time small{
  font-size: 80%;
}
.tab_content ul li dd.time span.en{
  font-size: 120%;
}
.tab_content ul li dd.time span.kyori{
  display: block;
  font-size: 60%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .tab_content ul{
    grid-auto-flow: row;
     grid-template-columns: 1fr;
  }
}






@media screen and (max-width: 768px) {


.location_inner {
    max-width: none;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* mv
----------------------------------------*/

.mv{
  background: url(../img/location/mv_sp.jpg) no-repeat left top / cover;
}



/* location_ttl_wrap
----------------------------------------*/

.location_ttl_wrap{
  background: #DFDDD0;
  padding: 60px 0 ;
}
.location_ttl_wrap h2{
  color: #054B41;
  font-size: 2.0rem;
  font-weight: 500;
  margin: auto;
}
.location_ttl_wrap p{
  font-size: 1.4rem;
  line-height: 2.6;
  margin: auto;
  padding: 24px 0 48px;
}
.locationaccess_tab{
  max-width: 600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.locationaccess_tab div{
  flex-basis: 49%;
}
.locationaccess_tab div a{
  display: block;
  color: #DDB703;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  border-radius: 12px;
      background: url(../img/concept/bg_mttl.png) no-repeat left top / 160px auto #054B41;
  padding: 24px 16px 8px;
  transition: .3s;
}
.locationaccess_tab div a:hover{opacity: .7;}
.locationaccess_tab div a .en{
  font-size: 1.4rem;
}
.locationaccess_tab div a .ja{
  font-size: .9rem;
  padding-bottom: 8px;
}

.dli-chevron-down {
  width: .5em;
  height: .5em;
}

/* _box_feature
----------------------------------------*/

._box_feature h3._ttl{
  background: url(../img/concept/bg_mttl.png) no-repeat left top / 50vw auto #054B41;
  padding: 4rem 3.5rem;
}

._box_feature h3._ttl.en{
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: -0.6rem;
  line-height: 1;
}
._box_feature h3 .ja{
  display: block;
  font-size: 1.2rem;
  padding-top:8px;
}



/* access_contents
----------------------------------------*/

.access_contents{
  background: #DFDDD0;
  padding: 60px 0;
}
.access_contents h4{
  color: #054B41;
  font-size: 2.0rem;
  font-weight: 400;
}
.access_flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 32px;
}
.access_rosen{
  flex-basis: 46%;
}
.access_txt{
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}
.access_rosen_cap{
  font-size: 1rem;
  margin-top: 24px;
}
.access_rosen_cap.pc{margin-top: 50px;}

.access_kongo_min_cap{
  text-align: right;
  font-size: 1.2rem;
  padding: 8px 0 32px;
}
.access_from_flex{
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.access_from_kongo{
  flex-basis: 18%;
  margin-bottom: 0;
}
.access_img_min{
  flex-basis: 78%;
}



/* location_contents
----------------------------------------*/

.location_contents.add{
  background: #DFDDD0;
  padding: 60px 0;
}
.location_contents.even{
background: #EFEDE3;
  padding: 60px 0;
}
.location_contents h4{
  color: #054B41;
  font-size: 2.0rem;
  font-weight: 400;
}
.location_contents h4 + p{
  margin: 24px auto 56px;
  font-size: 1.5rem;
}
.location_contents h5{
  color: #054B41;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
}
.location_contents h5 span{
  opacity: .4;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 3px;
}
.location_contents_txt{
  padding-top: 32px;
  font-size: 1.5rem;
}
.location_contents .h5_ttl{
  color: #054B41;
  font-size: 2.0rem;
  margin-top: 32px;
}
.location_pickup_img{
      margin-left: calc((-100vw - -100%) / 2);
      margin-right: calc((-100vw - -100%) / 2);
}

.location_shop_list{
  margin-top: 80px;
}
.location_shop_list ul{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}
.location_shop_list ul li{
  background: #fff;
  padding: 16px;
  box-shadow: 0px 0px 20px -5px #e6e6e6;
  border-radius: 0px;
  margin-bottom: 16px;
}
.location_shop_list ul li dt span{
  background: #AC0D84;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  padding: 12px;
  margin-right: 12px;
}
.location_shop_list ul li dt{
  display: flex;
  align-items: center;
  color: #AC0D84;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.location_shop_list ul li dd{
  font-size: 1.3rem;
  line-height: 2;
  padding-top: 16px;
}



/* slick
----------------------------------------*/

.location_slider{
  margin: 48px auto 0;
  max-width: 1600px;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 352px;
    margin: auto;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 7px;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:6px;
    height:6px;
    border-right: 2px solid #054B41;
    border-top: 2px solid #054B41;
    top:0;
    bottom:0;
    left:0;
    right:2px;
    margin:auto;
    transform:rotate(45deg);
}
.slick-num{
      text-align: center;
    top: 45px;
    position: relative;
    font-family: "EB Garamond", serif;
    font-style: normal;
    font-size: 2rem;
}
  .slick .slick__img{
  margin: 0 5px;
}


.loc_img_txt_wrap{
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.loc_img_txt_wrap .name{
  font-size: 1.6rem;
  font-weight: 500;
  flex-basis: 58%;
  line-height: 1.4;
}
.loc_img_txt_wrap .time{
  color: #054B41;
  font-size: 1.6rem;
  line-height: 1.5;
  flex-basis: 40%;
  text-align: right;
}
.loc_img_txt_wrap .time small{
  font-size: 80%;
}
.loc_img_txt_wrap .time span.en{
  font-size: 120%;
}
.loc_img_txt_wrap .time span.kyori{
  display: block;
  font-size: 60%;
  text-align: right;
}




/* lifeinfo
----------------------------------------*/

.lifeinfo{
      background: url(../img/location/bg_mttl2.png) no-repeat left top / 520px auto #0F3C36;
      padding: 60px 0;
}

.lifeinfo.location_contents h5 .en{
  display: block;
  color: #DDB703;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  opacity: 1;
}
.lifeinfo.location_contents h5 .ja{
  display: block;
  color: #DDB703;
  font-size: 1.2rem;
  padding-top:8px;
  opacity: 1;
}
.life_map{
  margin-top: 32px;
}
  .life_map span{display: block;}
  .life_map img{
  max-width: none;
        width: 120%;
        height: auto;
}
.scroll-hint-icon {
    background: #054B41 !important;
    padding: 16px 10px 16px !important; 
    border-radius: 18px !important;
}
.scroll-hint-icon:after{
  display: none !important;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{
  animation: none !important;
}
.scroll-hint-icon:before{
  width: 74px !important;
  background-image: url(../img/location/scrollhint_arrow.svg) !important;
}
.scroll-hint-text {
    font-size: 16px !important;
    line-height: 1 !important;
    color: #FFF;
    margin-top: 0 !important;
    font-family: "EB Garamond", serif !important;
        font-weight: 300 !important;
        letter-spacing: 3px !important;
}

.googlemap a{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 32px auto 0;
  background: #FFF;
  color: #054B41;
  font-size: 1.4rem;
  line-height: 1;
  padding: 24px 8px;
  border-radius: 50px;
  transition: .3s;
}
.googlemap a:hover{
  opacity: .7;
}

.life_list{
  background: #DFDDD0;
  padding: 16px;
  margin-top: 48px;
}
.life_list .tab-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.life_list .tab-container .tab:nth-of-type(1),
.life_list .tab-container .tab:nth-of-type(2){
  flex-basis: 49%;
}
.life_list .tab-container .tab:nth-of-type(3),
.life_list .tab-container .tab:nth-of-type(4),
.life_list .tab-container .tab:nth-of-type(5){
  flex-basis: 31.8%;
}
.life_list .tab-container .tab{
  flex-basis: 19%;
  text-align: center;
  background: #2D2D2D;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 18px 0px;
  border-radius: 9px;
  transition: .3s;
  cursor: pointer;
  margin-bottom: 5px;
}
.tab_content{
  overflow-y: scroll;
     max-height: 356px;
     margin-top: 32px;
     -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.tab_content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: #315751 !important;
  opacity: 1 !important;
  border-radius: 10px;
  width: 5px;
  margin-left: -2px;
  margin-top: -2px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: #B8AD7A;
  width: 5px !important;
  border-radius: 10px;
}
/* .tab_content::-webkit-scrollbar{width: 5px;}
.tab_content::-webkit-scrollbar-track{
  background-color: #B8AD7A;
  border-radius: 10px;
}
.tab_content::-webkit-scrollbar-thumb{
  background-color: #054B41;
  border-radius: 10px;
} */
.tab_content{}

.tab_content ul{
    grid-auto-flow: row;
     grid-template-columns: 1fr;
     margin-top: 0;
  }
.tab_content ul li{
  padding: 0 0 16px;
}
.tab_content ul li dl{
  display: flex;
  justify-content: space-between;
}
.tab_content ul li dt{
  font-size: 1.3rem;
  font-weight: 500;
  flex-basis: 58%;
}
.tab_content ul li dd.time{
  color: #054B41;
  font-size: 1.4rem;
  line-height: 1.5;
  flex-basis: 40%;
  text-align: right;
  padding-right: 16px;
}
.tab_content ul li dd.time small{
  font-size: 80%;
}
.tab_content ul li dd.time span.en{
  font-size: 120%;
}
.tab_content ul li dd.time span.kyori{
  display: block;
  font-size: 70%;
  text-align: right;
}
  


}