#sections .sectionContents.container2 {
    max-width: 100%;
    padding: 0;
}
.lvcm2025 a img{
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;	
}
.lvcm2025 a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.lvcm2025 .mv{
	line-height: 0;
}
.lvcm2025 .mv{
	background:url(../images/bg.png) no-repeat center top;
	width: 100%;
}
.lvcm2025 .main{
  background: #ffffff;
  padding: 60px 0;
}
.lvcm2025 .area01{
	padding: 60px 0;
  /*background: #e2e0dd;
  margin-bottom: 70px;*/
}
.lvcm2025 .area01 .note{
	font-size: 12px;
	text-align: center;
	display: block;
	font-weight: bold;
  color: #212121;
  line-height: 1.5;
  margin-top: 20px;
}
.lvcm2025 .area02 .ttl{
	background:url(../images/bg-ttl.png) no-repeat;
	width: 1200px;
	height: 72px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lvcm2025 .area02 .ttl span{
	font-weight: bold;
	font-size: 26px;
	color: #fff;
}
.lvcm2025 .area02 .txt-area{
	text-align: center;
	padding: 50px 0;
	font-weight: bold;
}
.lvcm2025 .area02 .txt-area .txt1{
	color: #1aabca;
	font-size: 36px;
  margin-bottom: 30px;
}
.lvcm2025 .area02 .txt-area .txt2{
	font-size: 20px;
	margin:15px 0 45px;
}

.lvcm2025 .area02 .txt-area .date p{
	font-size: 24px;
	margin: 0 0 15px;
  line-height: 1.3;
}
.lvcm2025 .area02 .txt-area .date span{
	font-size: 18px;
	margin: 15px 0 40px;
  line-height: 1.5;
}
.lvcm2025 .area02 .url a{
	width: 630px;
	text-align: center;
	padding: 12px 0;
  margin: 40px auto 0;
  justify-content: center;
  border: 1px solid #b4cfe6;
  color: #000;
  opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
  display: block;
}
.lvcm2025 .area02 .url a:hover{
opacity:0.7;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.lvcm2025 .area02 .url p {
  font-size: 12px;
  margin-top: 0.5em;
}
.lvcm2025 .area02 .subttl{
  display: flex;
	text-align: center;
  align-items: center;
  justify-content: center;
	background:url(../images/bg-subttl.png) no-repeat;
	width: 976px;
  height: 54px;
	margin:0 0 40px;
}
.lvcm2025 .area02 .subttl span{
	font-weight: bold;
	font-size: 26px;
	color: #fff;
}
.lvcm2025 .area02 .block{
	display: flex;
	align-items: center;
	font-weight: bold;
	margin:0 0 80px;
}
.lvcm2025 .area02 .block .map{
	line-height: 0;
}
.lvcm2025 .area02 .block .map iframe{
	width: 600px;
	height: 400px;
}
.lvcm2025 .area02 .block .txt3{
	padding:0 20px;
	width: 100%;
}
.lvcm2025 .area02 .block .txt3 .place{

	/*border-bottom:1px solid #ccc;*/
	padding-bottom: 23px;
    margin-bottom: 25px;
}
.lvcm2025 .area02 .block .txt3 .place p{
	display: flex;	
}
.lvcm2025 .area02 .block .txt3 .station p{
	display: flex;
	margin-bottom: 10px;
}
.lvcm2025 .area02 .block .txt3 p{
	line-height: 1.65;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

@media screen and (max-width: 768px){
  .basic-page .pagesection {
      padding-left: 0!important;
      padding-right: 0!important;
  }	
  .pc {
      display: none;
  }
  .sp {
      display: block;
  }
  .lvcm2025 .mv{
    background-color: #000;
    background-image: url(../images/bg-sp.png);
    background-size: 100% auto;
    background-repeat:no-repeat;
    width: 100%;
    height: auto;
  }
  .lvcm2025 .area01 {
      padding: 0 0 60px;
  }
  .lvcm2025 .area01 .container {
      padding: 0 15px!important;
  }
  .lvcm2025 .area01 .note {
      font-size: 10px;
  }
  .lvcm2025 .area02 .container {
      padding: 0 15px!important;
  }
  .lvcm2025 .area02 .ttl span {
      padding: 7px 0;
      font-size: 18px;
  }
  .lvcm2025 .area02 .block{
    flex-wrap: wrap;
    margin: 0 0 30px;
  }

  .lvcm2025 .area02 .block .map iframe{
    width: 100%;
  }
  .lvcm2025 .area02 .block .txt3{
    width: 100%;
  }

  .lvcm2025 .area02 .ttl {
    background-image: url(../images/bg-ttl-sp.png);
    background-size:100% auto;
    background-repeat:no-repeat;
    width: auto;
    height: auto;
    font-size: 16px;
  }
  .lvcm2025 .area02 .txt-area{
        padding: 30px 0;

  }
  .lvcm2025 .area02 .txt-area .txt1 {
      font-size: 20px;
  }
  .lvcm2025 .area02 .txt-area .txt2 {
      font-size: 14px;
      margin: 10px 0 20px;
  }
  .lvcm2025 .area02 .txt-area .date p {
      font-size: 16px;
  }
  .lvcm2025 .area02 .txt-area .date span {
    line-height: 1.4;
      font-size: 16px;
      margin: 15px 0 20px;
  }
  .lvcm2025 .area02 .url a{
    font-size: 14px;
      width: auto;
      padding: 10px 15px;
      margin: 20px auto 0;
      justify-content: center;
  }

  .lvcm2025 .area02 .block .map {
      width: 100%;
  }
  .lvcm2025 .area02 .block .txt3 {
      padding: 20px;
      font-size: 14px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .lvcm2025 .area02 .block .txt3 .station{

  }
  .lvcm2025 .area02 .subttl{
    background:url(../images/bg-subttl-sp.png) no-repeat;
    background-size: 100% auto;
    width: auto;
    height: 38px;
    margin:0 0 20px;
  }
  .lvcm2025 .area02 .subttl span{
    font-size: 16px;
  }

}