@charset "UTF-8";
/* -----------------------------------------------------------
   INFO
------------------------------------------------------------*/
#l-info{
  background-color: #DFE4E4;
  position: relative;
}
#l-info .l-inner.is-active{
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#l-info .info-list li{
  opacity: 1;
  font-size: clamp(1.4rem, 1.25vw,1.6rem);
  color: #1A1A1A;
  line-height: 1.6;
  transition: all .3s ease 0s;
  border-bottom: 0.5px solid #6F6F6F;
  padding-bottom: 1.0em;
  margin-bottom: 1.0em;
}
#l-info .info-list li time{
  color: #808080;
}
#l-info .info-list li.is-hidden{
  opacity: 0;
  height: 0;
  margin: 0;
}
@media screen and (min-width : 1024px) {
  #l-info::before{
    content: "";
    display: block;
    background: url(../img/top_bg_image1.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 5%;
    top: 26%;
    width: 8%;
    height: 0;
    padding-top: calc(3.95%* 0.8);
  }
  #l-info .l-inner{
    width: 80%;
    max-width: 1060px;
  }
}
@media screen and (max-width : 1023px) {
  #l-info{
    position: relative;
  }
  #l-info::before{
    content: "";
    display: block;
    background: url(../img/top_bg_image1.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 21vw;
    width: 24%;
    height: 0;
    padding-top: calc(39.5%* 0.24);
  }
  #l-info .info-list li{
    font-size: clamp(1.2rem ,2.6vw , 1.6rem);
  }
  #l-info .info-list li time{
    font-size: 80%;
  }
}

/* -----------------------------------------------------------
   MAP
------------------------------------------------------------*/
#l-map{
  position: relative;
}
#l-map::before{
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  background-image: url(../img/nv_bg_image1.png);
  background-size: cover;
  width: 12%;
  height: 0;
  padding-top: calc(77.3% * 0.12);
}
#l-map .l-inner.is-active{
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#l-map .map-img{
  position:relative;
  text-align:left;
  background:url(../img/map.png)no-repeat;
  background-size: cover;
  width:100%;
  height:0;
  padding-top:52.83%;
  margin:0 auto;
}
#l-map .map-img .modal-btn{
  position: absolute;
  width: 4%;
}
#l-map .map-img .modal-btn a{    
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 0;
  padding-top: 141%;  
  background:url(../img/map_pin.png)no-repeat;
  background-size: cover;
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
}
#l-map .map-img .modal-btn a:hover{
  transform:  scale(1.4);
}


@media screen and (min-width : 1024px) {
  #l-map .l-inner{
    width: 80%;
    max-width: 1060px;
  }
  #l-map .map-img .pin1{ top:23%;right:58%;}
  #l-map .map-img .pin2{ top:72%;left:26%;}
  #l-map .map-img .pin3{ top:47%;left:45%;}
  #l-map .map-img .pin4{ top:39%;left:41%;}
  #l-map .map-img .pin5{ top:38%;left:62%;}
  #l-map .map-img .pin6{ top:13%;left:58%;}
  #l-map .map-img .pin7{ top:58%;left:52%;}
  #l-map .map-img .pin8{ top:75%;left:60%;}
  #l-map .map-img .pin9{ top:54%;left:74%;}
}

@media screen and (max-width : 1023px) {
  #l-map::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url(../img/nv_bg_image1.png);
    background-size: cover;
    width: 26%;
    height: 0;
    padding-top: calc(77.3% * 0.26);
  }
  #l-map .map-img{
    background:url(../img/map_smp.png)no-repeat;
    background-size: cover;
    padding-top:85.67%;
  }
  #l-map .map-img .modal-btn{
    width: 10%;
  }
  #l-map .map-img .pin1{ top:14%;left:27%;}
  #l-map .map-img .pin2{ top:63%;left:12%;}
  #l-map .map-img .pin3{ top:43%;left:43%;}
  #l-map .map-img .pin4{ top:35%;left:30%;}
  #l-map .map-img .pin5{ top:32%;left:68%;}
  #l-map .map-img .pin6{ top:5%;left:62%;}
  #l-map .map-img .pin7{ top:53%;left:56%;}
  #l-map .map-img .pin8{ top:67%;left:70%;}
  #l-map .map-img .pin9{ top:51%;left:87%;}
}


/* -----------------------------------------------------------
   ACCESS
------------------------------------------------------------*/
#l-access{
  background-color: #DFE4E4;
}
#l-access .l-inner.is-active{
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#l-access .l-inner .map-wrap{
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}
#l-access .l-inner .map-wrap .gmap{
  position: relative;
	margin:0 auto min(30px,2vw);
	height: 0;
	padding-top: 56.25%;
}

#l-access .l-inner .map-wrap .gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#l-access .l-inner .map-wrap p{
  font-size: clamp(1.4rem , 1.2vw , 1.6rem);
  line-height: 1.8;
}
#l-access .l-inner .map-wrap .txt a{
  color: #1A1A1A;
  text-decoration: underline;
  transition: .3s;
}
#l-access .l-inner .map-wrap .txt a:hover{
  text-decoration: none;
}
@media screen and (max-width : 1023px) {
  #l-access .l-inner .map-wrap{
    width: 100%;
  }
  #l-access .l-inner .map-wrap p{
    font-size: clamp(1.1rem ,2.9vw , 1.4rem);
  }
}

/* -----------------------------------------------------------
   LINK
------------------------------------------------------------*/
#l-link{
  position: relative;
}
#l-link::before{
  content: "";
  display: block;
  background: url(../img/top_bg_image4.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 3%;
  top: min(45vw,70px);
  width: 4%;
  height: 0;
  padding-top: calc(198%* 0.04);
}
#l-link .l-inner{
  width: 80%;
  max-width: 800px;
}
#l-link .l-inner:first-child{
  margin-bottom: min(100px, 7.8vw);
}
#l-link .l-inner.is-active{
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#l-link .l-inner ul.link-list{
	width: 100%;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

#l-link .l-inner ul.link-list li{
	width: 31%;
  margin: 1.75% 3.5% 1.75% 0;
}

#l-link .l-inner ul.link-list li > a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 37%;
	transition: .3s;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition:  .3s ease;
  border: #BEBEBE solid 1px;
}
#l-link .l-inner ul.link-list .l-harrypotter a{background-image: url(../img/link_harrypotter.png);}
#l-link .l-inner ul.link-list .l-sacas a{background-image: url(../img/link_sacas.png);}
#l-link .l-inner ul.link-list .l-branch a{background-image: url(../img/link_brunch.png);}
#l-link .l-inner ul.link-list .l-plaza a{background-image: url(../img/link_plaza.png);}
#l-link .l-inner ul.link-list .l-biz a{background-image: url(../img/link_biz.png);}
#l-link .l-inner ul.link-list .l-tcs a{background-image: url(../img/link_tcs.png);}
#l-link .l-inner ul.link-list .l-acf a{background-image: url(../img/link_acf.png);}

#l-link .l-inner ul.link-list li a:hover{
  transform:scale(1.1,1.1);
  transition:  .3s ease;
}
#l-link .l-inner .cau-txt{
  font-size: 1.2rem;
  margin-top: 0.8em;
  text-align: center;
}

#l-link .l-inner ul.sns-list{
	width: 70%;
	margin: 0 auto 3em;
	list-style: none;
	display: flex;
	justify-content:center;
}

#l-link .l-inner ul.sns-list li > a {
	color: #0050FF;
  font-size: 1.8rem;
  font-family: "Roboto", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: .3s ;
  position: relative;
  top: 0;
}
#l-link .l-inner ul.sns-list li > a:hover{
  top: 5px;
  transition: all 200ms ease-out;
}
#l-link .l-inner ul.sns-list li > a::before{
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  background-color: #0050FF;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#l-link .l-inner ul.sns-list li.l-x{ margin-right: 20px;}
#l-link .l-inner ul.sns-list li.l-x > a::before{
  background-image:url(../img/logo_x.svg);
}
#l-link .l-inner ul.sns-list li.l-ig > a::before{
  background-image:url(../img/logo_ig.svg);
}
@media screen and (min-width : 1023px) {
  #l-link .l-inner ul.link-list li:nth-child(3n){
    margin: 1.75% 0;
  }
}
@media screen and (max-width : 1023px) {
  .l-main > .l-main-inner > section#l-link > .l-inner:nth-child(2) h2.common-ttl{
    margin-bottom: min(20px,5.3vw);
  }
  #l-link::before{
    left: 10%;
    top: 7.4vw;
    width: 10%;
    padding-top: calc(198%* 0.1);
  }
  .l-main > .l-main-inner > section#l-link > .l-inner h2.common-ttl{
    margin-bottom: min(45px,12vw);
  }
  #l-link .l-inner ul.link-list li{
    width: 48%;
  }
  
}
@media screen and (max-width : 767px) {
  #l-link .l-inner ul.sns-list li.l-x {
    margin-right: 10px;
  }
  #l-link .l-inner ul.sns-list li > a {   
    font-size:max(1.3rem,2.6vw);
    letter-spacing: 0.04em;
  }
  #l-link .l-inner ul.sns-list li > a::before{    
    width: 8vw;
    height: 8vw;
    padding-top:0;
    margin-right: 1vw;
  }
  #l-link .l-inner ul.link-list li:nth-child(2n){
    margin: 1.75% 0;
  }
}
