@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;900&display=swap');
.ando_yuko2025{
	font-family: 'Noto Serif JP',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-style: normal;
	font-weight: 400;
	font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
a {
  color: #789381;
  font-weight: bold;
}
#page-main .mainV {
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
#page-main .mainV img {
  width: 100%;
}
#page-main .wrap {
  background: #fff;
  background-attachment: fixed;
  background-image: url("../../img/page/ando_yuko2025/back.png");
  background-repeat: no-repeat;
	background-size: cover;
	
}
#page-main .wrap .block {
  display: inline-block;
}
#page-main .wrap .block::after {
  content: " / ";
}
#page-main .wrap .lead {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3rem;
}
#page-main .wrap .article {margin: 0 0 4rem;}
#page-main .wrap .info {padding: 3rem 1.25rem;background: #f8f8f6;}
#page-main .wrap .content .list-post li a .inner .ttl {
  line-height: 130% !important;
  color: #333333;
  font-size: 1.1rem;
}
#page-main .wrap .content .list-post li a .inner .date {
  font-size: 16px !important;
  padding: 0 !important;
  font-weight: normal;
  font-style: italic;
  font-size: 1rem;
}
#page-main .wrap .content {
  background-color: #FFFFFF;
}
.list-post li a .inner {
  padding: 0px 5px 0px !important;
}
.list-post li a .inner .ttl {
  border: none;
  margin: 5px auto;
}

hr .first {
  border: 1px solid #ccc;
  margin: 0 0 10px;
}
hr .second {
  border: 3px solid #454545;
  margin: 0 0 10px;
}
.br-sp {
  display: inline;
}
h5 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #333333;
  padding: 1rem;
	margin-top:6rem;
}

h5:before {
  content: '';
  position: absolute;
  bottom: 5px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #789381;
  border-radius: 2px;
}


h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  padding-right: 4px; 
  color: #999999;
  font-weight: 900;
}
.ando_yuko2025 .ttl{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}
.ando_yuko2025 .tour-name{
	font-weight: bold;
}
.ando_yuko2025 .tour-name.-co1{
	color: #e20013;
}
.ando_yuko2025 .tour-name.-co2{
	color: #ffa903;
}
.ando_yuko2025 .tour-name.-co3{
	color: #990163;
}
.ando_yuko2025 .live_list,.ando_yuko2025 .rls_list{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ando_yuko2025 .live_list span,.ando_yuko2025 .prebious li span{
	font-size: 1.45rem;
}

.ando_yuko2025 .live_list li,.ando_yuko2025 .rls_list li{
	text-align: center;
	margin-top: 1rem;
}

.ando_yuko2025 .live_list img{
	width: 80%;
	margin-bottom: 1rem;
}

.ando_yuko2025 .rls_list img{
	width: 60%;
}

.ando_yuko2025 .prebious{
	display: flex;
	align-items: center;
	gap:20px;
}
.ando_yuko2025 .prebious li{
	flex: 1;
	width: 50%;
	text-align: center;
}
.ando_yuko2025 .prebious li img{
	width: 80%;
	text-align: center;
}

.ando_yuko2025 .info h6:not(:first-of-type) {
	margin-top: 2rem;
}

.ando_yuko2025 .info ul {
	display: flex;
	margin-top: 1rem;
	gap:20px;
	align-items: center;
}

.ando_yuko2025 .info ul li:first-child{
	width: 30%;
}
.ando_yuko2025 .info ul li:nth-child(2){
	width: 70%;
}
.ando_yuko2025 .info .ohp{
	margin-top: 1rem;
	display: block;
}

.ando_yuko2025 .info h6{
	margin-top: 1rem;padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #789381;/*左線*/
	display: block;
}





/*
pc
*/
@media (min-width: 768px) {
  div#page-main {
    padding-top: 124px;
  }
  #page-main .wrap .sp {
    display: none;
  }
  #page-main .wrap .pc {
    display: block;
  }
  #page-main .wrap {
    /*	padding: 80px;*/
    width: auto;
    height: 100%;
  }
  #page-main .wrap .content {
    max-width: 75rem;
    padding: 0 0 20px;
    margin: 20px auto 0;
    font-size: 18px;
    color: #333;
    background-color: #FFFFFF;
  }
  #page-main .wrap .content .box {
  padding: 3rem;
  }
  .second_list .list-post li {
    width: 23%;
  }
	.list-post li {
		width: 32%!important;
	}
}
/*
sp
*/
@media (max-width: 767px) {
  div#page-main {
    padding-top: 30px;
  }
  #page-main .wrap .sp {
    display: block;
  }
  #page-main .wrap .pc {
    display: none;
  }
  h2 {
    font-size: 20px;
  }
	h5 {
    font-size: 2rem;
		margin-top: 0;
}
	.nakajimata .list-post li a .thum {
    position: relative;
    width: 36%;
    background-position: center top;
    background-size: cover;
    float: left;
    margin-right: 4%;
}
  .br-sp {
    display: block;
  }
  #page-main .wrap {
    /*padding: 80px;*/
    width: auto;
    height: 100%;
    background: #fff;
    background-image: url(https://diskgarage.com/digaonline/img/page/ando_yuko2025/back_sp.webp);
    background-size: contain;
    background-repeat: repeat;
  }
  #page-main .wrap .content {
    width: 90%;
    margin: 20px auto 0;
    font-size: 14px;
    color: #333;
  }
  #page-main .mainV {
    max-width: 100%;
  }
	#page-main .wrap .content .box {
  padding: 2rem 1.25rem;
  }
  #page-main .wrap .lead{
    font-size: 1.1rem;
    text-align: left;
  }
  #page-main .wrap .list-post, #page-main .wrap .profile {
    margin: 0px !important;
  }
  #page-main .wrap .article {
  margin: 4rem 0;
  }
	
	.ando_yuko2025 .prebious {
		flex-direction: column;
	}
	
	.ando_yuko2025 .prebious li {
    flex: 1;
    width: 80%;
    text-align: center;
}
	
	.ando_yuko2025 .rls_list img {
    width: 80%;
}
	
.ando_yuko2025 .info ul {
	display: block;
	margin-top: 1rem;
	gap:20px;
	align-items: center;
}	
	
.ando_yuko2025 .info ul li:first-child{
	width: 100%;
}
.ando_yuko2025 .info ul li:nth-child(2){
	width: 100%;
	margin-top: 20px;
}
	
}