p.read_txt {
    margin: 0 0 80px;
}

.pageLink {
  max-width: 960px;
  margin: 0 auto 8vw;
}

@media screen and (min-width: 769px) {
  .pageLink {
    margin-bottom: 50px;
  }
}

.pageLink .inner {
  width: auto;
	padding: 0
}

@media screen and (max-width: 768px) {
  .pageLink .inner {
    padding: 0;
  }
}

.pageLink .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	column-gap: 2px;
}

.pageLink .flex-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
	justify-content: center;
	aspect-ratio:318 / 184;
	align-items: end;
    padding-bottom: 10px;

}
 .pageLink .flex-box li:nth-child(1) {
	 background: url(../_assets/images/experience/nav01.png) center no-repeat;
	 background-size: cover;
  }
 .pageLink .flex-box li:nth-child(2) {
	 	 background: url(../_assets/images/experience/nav02.png) center no-repeat;
	 background-size: cover;
  }
 .pageLink .flex-box li:nth-child(3) {
	 	 background: url(../_assets/images/experience/nav03.png) center no-repeat;
	 background-size: cover;
  }


@media screen and (min-width: 769px) {
  .pageLink .flex-box li:nth-child(1) {
  }
  .pageLink .flex-box li:nth-child(3) {
  }
}

.pageLink .flex-box li:nth-child(2) {
}

.pageLink .flex-box li a {
  font-size: 3.2vw;
	font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
	color: #fff;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2vw;
  width: 100%;
	text-align: center
}

@media screen and (min-width: 769px) {
  .pageLink .flex-box li a {
    font-size: 23px;
    padding: 8px;
  }
	  .pageLink .flex-box li a p{
    font-size: 14px;
    padding:0 8px;
			margin-bottom: 30px;
  }
}

.pageLink .flex-box li a .svg {
  display: block;
  width: 20px;
  margin: 0 auto 0;
}

@media screen and (min-width: 769px) {
  .pageLink .flex-box li a .svg {
    width: 32px;
    margin: 0px auto;
  }
}

#experience{
	background: #f1f6f3;
	margin: 0 auto;
	padding-top: 200px;
	margin-top: -110px;
	padding-bottom: 5px;
}
#experience .head{
}

.food_col{
	display: flex;
	column-gap: 20px;
	justify-content: space-between;
	width: 100%;

}
.food_col .food_col_l{
		font-weight: 600;
	font-size: 20px;
}
.food_col .food_col_r{
	width: 100%;
	max-width: 316px;
}
.food_col .food_col_r ul{
	border-top: 1px dashed #4c4948;
}
.food_col .food_col_r ul li{
	padding: 10px 10px;
		border-bottom: 1px dashed #4c4948;
}

   @media screen and (max-width: 767px) {
		 .food_col{
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;

}
.food_col .food_col_l{
		font-weight: 600;
	font-size: 4vw;
	width: 100%;
	padding-bottom: 20px;
}
.food_col .food_col_r{
	width: 100%;
	max-width: 100%;
}
.food_col .food_col_r ul{
	border-top: 1px dashed #4c4948;
}
.food_col .food_col_r ul li{
	padding: 10px 10px;
		border-bottom: 1px dashed #4c4948;
}
		 
}


#Activity .content_block .bands_col_tit{
	display: flex;
	justify-content: space-between;
			font-weight: 600;
	font-size: 20px;
	
}

#Activity .content_block .bands_col_tit dl{
	border: 1px solid #4c4948;
	font-size: 12px;
	color: #4c4948;
	align-items: center;
	padding: 8px 13px;
}

#Activity .content_block .bands_col_tit dl dt{
	   background-color: transparent;
    border-radius: 0px;
	width: auto;
	flex-shrink: 0;
    margin-right: 15px;
    color: #4c4948;
    line-height: 1.5;
    height: auto;
    text-align: center;
	border-right:1px solid #4c4948;
	padding-right: 15px;
}
#Activity .content_block .bands_col_tit dl dt.full{
	width: 100%;
}

#Activity .content_block .bands_col_tit dl dd{
	width: auto;
	    line-height: 1.5;

}
#Activity .content_block .bands_col p{
	font-size: 12px;
	line-height: 2.1
}
#Activity .content_block dl{
	border: 1px solid #4c4948;
	font-size: 12px;
	color: #4c4948;
	align-items: center;
	padding: 8px 13px;
}

#Activity .content_block dl dt{
	   background-color: transparent;
    border-radius: 0px;
	width: auto;
	flex-shrink: 0;
    margin-right: 15px;
    color: #4c4948;
    line-height: 1.5;
    height: auto;
    text-align: center;
	border-right:1px solid #4c4948;
	padding-right: 15px;
}
#Activity .content_block dl dt.full{
	width: 100%;
}

#Activity .content_block dl dd{
	width: auto;
	    line-height: 1.5;

}


   @media screen and (max-width: 767px) {
		 #Activity .content_block .bands_col_tit{
	display: flex;
	justify-content: space-between;
			font-weight: 600;
	font-size: 4vw;
	
}

#Activity .content_block .bands_col_tit dl{
	border: 1px solid #4c4948;
	        font-size: 11px;
        font-size: 2.93333vw;
	color: #4c4948;
	align-items: center;
	padding: 8px 13px;
}

#Activity .content_block .bands_col_tit dl dt{
	   background-color: transparent;
    border-radius: 0px;
	width: auto;
    margin-right: 0px;
    color: #4c4948;
    line-height: 1.5;
    height: auto;
    text-align: center;
	border-right:0px solid #4c4948;
	padding-right: 0px;

}
#Activity .content_block .bands_col_tit dl dd{
	width: auto;
	    line-height: 1.5;

}
#Activity .content_block dl{
	border: 1px solid #4c4948;
	        font-size: 11px;
        font-size: 2.93333vw;
	color: #4c4948;
	align-items: center;
	padding: 8px 13px;
}

#Activity .content_block dl dt{
	   background-color: transparent;
    border-radius: 0px;
	width: auto;
    margin-right: 0px;
    color: #4c4948;
    line-height: 1.5;
    height: auto;
    text-align: center;
	border-right:0px solid #4c4948;
	padding-right: 0px;

}
#Activity .content_block dl dd{
	width: auto;
	    line-height: 1.5;

}

		 
		 #Activity .content_block .bands_col p{
        font-size: 11px;
        font-size: 2.93333vw;
	line-height: 2.1
}
		 
}


.art_box{
	display: flex;
	column-gap: 46px;
	flex-wrap: wrap;
}

.art_box .block{
	width: calc(50% - 46px);
	margin-bottom: 60px;
}

.art_box .block .slick-dots{
	bottom: 10px;
}
.art_box .slick-dots li button:before{
	background: #fff
	
}
.art_box .block .block__desc{
	margin-top: 30px;
	
	
}

.art-name{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
}

.art-desc{
		font-size: 12px;
	line-height: 2.1

}

   @media screen and (max-width: 767px) {
		 .art_box{
	display: flex;
	column-gap: 46px;
	flex-wrap: wrap;
}

.art_box .block{
	width: 100%;
	margin-bottom: 60px;
}

.art_box .block .slick-dots{
	bottom: 10px;
}
.art_box .slick-dots li button:before{
	background: #fff
	
}
.art_box .block .block__desc{
	margin-top: 30px;
	
	
}

.art-name{
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
}

.art-desc{
		        font-size: 11px;
        font-size: 2.93333vw;
	line-height: 2.1

}
		 
		 
}

#discovery{
	padding: 40px 0
}

#discovery h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
	
}

#discovery .tit_jp{
	text-align: center;
	font-size: 12px;
	margin-bottom: 45px;
}

.discovery_col_tit{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.discovery_col_tit_sub{
	text-align: center;
}
.discovery_btn{
	display: flex;
	justify-content: center;
	height: 50px;
	align-items: center;
	position: relative;
	margin: 0 auto 15px;
	max-width: 220px;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	background : #4C4948;
  background : rgba(76, 73, 72, 1);
  border-radius : 25px;
  -moz-border-radius : 25px;
  -webkit-border-radius : 25px;
	transition: .5s;
}
.discovery_btn:hover{
	opacity: 0.5
}

.discovery_btn:after{
	background: 	url(../_assets/images/experience/arrow01.svg) 0 0 no-repeat;
  content: '';
  display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 18px;
}

   @media screen and (max-width: 767px) {
		 #discovery{
	padding: 40px 0
}

#discovery h3{
	text-align: center;
	font-size: 4.5vw;
	margin-bottom: 10px;
	
}

#discovery .tit_jp{
	text-align: center;
		        font-size: 11px;
        font-size: 2.93333vw;
	margin-bottom: 45px;
}

.discovery_col_tit{
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.discovery_col_tit_sub{
	text-align: center;
}
.discovery_btn{
	display: flex;
	justify-content: center;
	height: 50px;
	align-items: center;
	position: relative;
	margin: 0 auto 15px;
	max-width: 220px;
	color: #fff !important;
	font-size: 3.5vw;
	font-weight: bold;
	background : #4C4948;
  background : rgba(76, 73, 72, 1);
  border-radius : 25px;
  -moz-border-radius : 25px;
  -webkit-border-radius : 25px;
	transition: .5s;
}
.discovery_btn:hover{
	opacity: 0.5
}

.discovery_btn:after{
	background: 	url(../_assets/images/experience/arrow01.svg) 0 0 no-repeat;
  content: '';
  display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 18px;
}
		 
}
