@charset "utf-8";

/*  メインビジュアル
============================================================================= */
.mv-area { background: url(/kokunai/area/yamanashi/_images/bg-mv-spr.jpg) no-repeat center; background-size: cover; }
.mv-area.mv-spr { background: url(/kokunai/area/yamanashi/_images/bg-mv-spr.jpg) no-repeat center; background-size: cover; }
.mv-area.mv-sum { background: url(/kokunai/area/yamanashi/_images/bg-mv-spr.jpg) no-repeat center; background-size: cover; }
.mv-area.mv-aut { background: url(/kokunai/area/yamanashi/_images/bg-mv-aut.jpg) no-repeat center bottom; background-size: cover; }
.mv-area.mv-win { background: url(/kokunai/area/yamanashi/_images/bg-mv-win.jpg) no-repeat center ; background-size: cover; }

/* 記事導線
============================================================================= */
#newsweb-sect .inner{width:100%;max-width:1236px;margin:0 auto;align-items:center;}

.news__head{
  margin-top: -20px;
}

@media screen and (min-width:768px){
.news-cassette{
  display: flex;
  width: 85%;
  margin: 0 auto;
  margin-top:40px;
}
}

.newswp{
  margin-top: 8px;
}

@media screen and (min-width:768px){
.newswp{
  margin-left: 24px;
  width: calc(25% - 24px); 
 }
}

.news_item{
  display: flex;
  justify-content: space-between;
  padding: 8px;
  height: 100%;
  border-radius: 8px;
  border: solid 2.8px #873535;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

@media screen and (min-width:768px){
.news_item{
  display: grid;
  padding: 0%;
  flex-direction: column;
  transition: all .4s ease;
  border: solid 1px #ccc
 }
}

@media screen and (min-width:768px){
.news_item:hover{
    color:#323743bd ;
 }
}

.news_img{
 width: 45%;
}

@media screen and (min-width:768px){
.news_img{
  width: 100%;
  padding: 4px;
 }
}

.news_img img{
  height: 100%;
}

@media screen and (min-width:768px){
.news_img img{
  height: 100%;
  border-radius: 4px;
  aspect-ratio: 4 / 3;
  /*object-fit: cover;*/
 }
}

.news_text{
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 4px 8px 4px 8px;
}

@media screen and (max-width:767px){
.news_text{
  display: flex;
  width: calc(55% - 8px);
  flex-direction: column;
  text-align: left;
  padding: 0 0 0 4px;
 }
}

.news_text h3{
  line-height: 1.2;
  /*font-weight: 700;*/
  margin-bottom: auto;
}

@media screen and (min-width:768px){
.news_areadate{
  padding-top: 12px;
  text-align: right;
  font-size: 14px;
  color:black;
 }
}

.area::before{
  font-family: 'jtb-dom';
  content: "\e938";
  padding-right: 2px;
  font-size: medium;
}

.newsall_link{
  text-align: right;
  padding: 8px 0px;
}

@media screen and (min-width:768px){
.newsall_link{
  padding: 28px 92.703px 0px 92.703px;
  text-align: center;
 }
}

.newsall_link a{
  color: #323743;
  transition: all .4s ease;
}

.newsall_link a:hover{
  color: #323743bd;
}

.plan_list:before, .plan_list:after{
 width:0%!important;
}
.plan_list{
    justify-content:center!important
}
#Prominent h4.name{
    font-size:1.9rem;
    color:#125687;
    margin-bottom:20px;
}
#Prominent .txt_area{
    padding:15px;
}
#Prominent .plan_list .btn{
    margin-top:0!important;
}
#Prominent .plan_list > li{
    margin-left:15px;
}

/* カードリストのコンテナ - Flexboxで高さを統一 */
#Prominent .plan_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch; /* 全てのカードを同じ高さに */
}

/* 各カードアイテム */
#Prominent .plan_list li {
  flex: 1;
  min-width: 300px; /* 最小幅を設定 */
  display: flex;
  flex-direction: column;
}

/* メイン部分 - カードの内容エリア */
#Prominent .plan_list .main {
  flex: 1; /* 残りスペースを埋める */
  display: flex;
  flex-direction: column;
}

/* 画像部分 - 高さを統一 */
#Prominent .plan_list .img {
  height: 270px; /* 統一したい高さを指定 */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  margin: 0; /* デフォルトのmarginをリセット */
}

#Prominent .plan_list .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 縦横比を保持して収める */
  width: auto;
  height: auto;
}

/* テキストエリア */
#Prominent .plan_list .txt_area {
  flex: 1; /* 残りスペースを埋める */
  padding: 16px;
  display: flex;
  flex-direction: column;
}

/* タイトル */
#Prominent .plan_list .name {
  margin-bottom: 12px;
  line-height: 1.4;
}

/* 説明文 */
#Prominent .plan_list .txt {
  flex: 1; /* テキスト部分で高さを調整 */
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ボタン部分 - 下部に固定 */
#Prominent .plan_list .btn {
  margin-top: auto; /* 自動的に下部に配置 */
}
#Prominent figcaption{
    font-size:10px;
    text-align:right;
    padding-right:5px;
    }
.LegalLine{
    font-size:10px;
    }
/*  地図
============================================================================= */
.pref-map-subarea{ background-image: url(/kokunai/area/yamanashi/_images/map.gif); }
.pref-map-subarea > li.pref-map-pref{ left: 63.98%; top: 19.23%; }
#pref-map-01{ left: 43.42%; top: 25.71%; }
#pref-map-02{ left: 54.35%; top: 36.95%; }
#pref-map-03{ left: 43.05%; top: 63.23%; }
#pref-map-04{ left: 55.37%; top: 51.23%; }
#pref-map-05{ left: 34.07%; top: 79.23%; }
#pref-map-06{ left: 37.50%; top: 40.00%; }
#pref-map-07{ left: 36.01%; top: 12.76%; }

/*旅すご画像位置調整*/
img.image_position{
object-position: center 85%;
}


