﻿@charset "Shift_JIS";



html {
  scroll-behavior: smooth;
}

/*最新情報リンク文字*/
.item_month{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;

}
.item_month p{
  padding : 5px;
  /*border-right: solid black 1px;*/
}


h4{
  color: #1F939F;
  font-size: 1.5em;
}
/*イベント内容*/

.table {
    border: none;
    margin: 0;
}

.table_event {
    border: none;
    width: 100%;
    font-size: 1.2em;
}

table .table_event {
  padding: 20px;
}

.table_event td{
    border: none;
    margin: 0;
    padding: 0;
 }

.table_event tr{
  padding-top: 20px;
}

.table_event th{
   padding: 0;
   width: 30%;
   background-color: unset;
   border: none;
   margin: 0;
   vertical-align: top;
}

 /*月のタイトル編集*/
 .list_title2 p {
    font-size: 2.5em;
    font-weight: bold;
    background-color: red;
    width: 130px;
    border-radius: 10px;
    height: 50px;
    border: solid 4px yellowgreen;
    line-height: 1.9;
    text-align: center;
    align-items: center;
    margin: 40px 0 20px 0;
    color: whitesmoke;
    box-shadow:  4px 4px rgba(0,0,0,0.1);
 }

/*thの色を消す*/
.th_3{
background-color:transparent;
}

 /* --- イベントカード全体 --- */
.event_info {
    display: flex;
    border: 2px solid yellowgreen ;
    border-radius: 12px;            /* 🎨 角を丸く */
    overflow: hidden;               /* 丸みに沿って中身をクリップ */
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    opacity: 0;                     /* アニメーション前は非表示 */
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out forwards;  /* ✨ ふわっと登場 */
   
  }
  
  /* --- 日付ボックス --- */
  .date-box {
    width: 15%;
    flex-shrink: 0;
    text-align: center;
    background-color: #fafafa;
    border-right: 2px solid yellowgreen /*#bbb*/;   /* 区切り線 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .details-box /*h5*/h4{
      cursor: pointer;
      display: block;
      padding-bottom: 5px;
      border-bottom: solid yellowgreen 1px;
      text-align: center;
      margin-bottom: 15px;
      }
  
  .day {
    font-size: 2em;
    font-weight: bold;
   }
  
  .weekday {
    font-size: 1.2em;
    color: #666;
  }
  
  /* --- 詳細ボックス --- */
  .details-box {
    flex: 1;
    padding: 10px 10px 5px 10px;
  }
  
  .details-box h3 {
    color: #0044aa;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  
  .details-box ul {
    list-style: none;
    padding: 10px 0 5px 0;
    margin: 5px 0 0 0; 
    text-align: left;
    border-top: solid 1px #01838A;
  }
  
  .details-box li {
    margin-bottom: 6px;
    font-size: 1.2em;
  }
  
  .label_event {
    font-weight: bold;
    margin-right: 6px;
    display: inline-block;
    min-width: 70px;
    color: #333;
  }
  

  /* --- アニメーション --- */
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

/*footerに画像を入れる*/
#hpb-footer{
  padding: 0;
  background-color: transparent;
}

#hpb-footerExtra1{
background-color: azure;
  background-image: url(..//images/event/bk_footer8.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 100px;
  margin: 0;
}

#hpb-footerExtra1 ul{
  padding-top: 10px;
}

#hpb-footerMain{
  padding:10px 0;
  background-color: #F3F3F3;
}

/*PC設定を調整*/
@media screen and (min-width: 568px){

  /*イベントリスト*/    
  .plan_event{
     margin: 30px;
  }
  
  /*リスト内調整*/
  .table_event th{
      width: 20%;
      vertical-align: top;
  }

  .table_event {
      font-size: 1.0em;
}
 
  .details-box{
    font-size: 1.3em; 
  }

  .details-box /*h5*/h4{
     padding-bottom: 10px;
    }

  .day{
    font-size: 2.5em;
  }
  
  .list_title2 p {
    font-size:3.5em;
    line-height: 1.4;
  }
 
  .list_title2 span{
    font-size: 1.0rem;
  }

  .details-box ul {
     padding: 15px 0 15px 0;  
  }  

  .plan_event{
    padding: 20px 0 40px 10px;
  }
 
  #hpb-footerExtra1{
     height: 200px;
  }

}

.event-none{
  padding: 30px 0;
  text-align: center;
}

.event-none p{
  text-align: center;
  font-size: 1.0em;
}

.info-none{
  margin: 50px 20px;
}

/*水色グラデーション*/
.back1{
  background: linear-gradient(to top, #e8f9ff 70%, #ffffff);   
}


/*現在対象のイベントはございません*/

.event-blank{
  padding: 30px 0;
  /*margin: 30px 20px 0 20px;*/
  text-align: center;
}

.event-blank p{
  margin: 0 auto;
}




/************************
イベント告知ページ艦艇
*************************/

.space_pdf{
margin:15px 0;
}

.tirashi img{
	width:100%;
	max-width:400px;
}

#event_kobetu{
margin-top:30px;
}


#event_kobetu h4{
	font-size:1.3em;
	padding-top:15px;
}


#event_kobetu ul li{
	font-size:1.3em;
	padding:5px 0 20px 25px;
	background-position:10px 8px;
	margin:10px 0;
}

#event_kobetu p{
	font-size:1.3em;
}

#list-none{
margin-top:40px;
padding:15px;
background-color:#F3F3F3;
border-radius:10px;
}

.attension_kobetu{
margin-bottom:10px;
}


.list_test:before {
    content:  "";     
    width:  10px;               
    height:  10px;              
    display:  inline-block;     
    background-color: black;  
    border-radius:  50%;        
    position:  relative;        
    top: -1px;               
    margin-right: 5px;         
}

#list-none ul li{
font-size:1.2em;
background-image:none;
padding:0;
border-bottom:none;
}

.wakuspace_kobetu{
	margin:20px;
}

.kantei_p img{
  /*max-width: 600px;*/
  width:100%;
}

.kantei_text{
  margin: 20px 0;
}

.kantei_text p{
margin-bottom:15px;
}


.redbig{
  font-size: 1.3em;
  font-weight: 600;
  margin-top:15px;
  color:red;
}

.kantei_car{
  margin: 50px 0 20px 0;
  padding: 10px;
  background-color: cadetblue;
  font-size:1.2em;
}

.kantei_car p{
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5em;
}

.list_car{
  margin:20px 0 0 10px;
}
/*
#jikoku_hyou{
  margin: 20px auto;
}
*/
#jikoku_hyou img{

  margin-top: 20px;
 }


/*太文字背景ありき*/
.bigfont{
       	font-weight: bold;
	border-radius:5px;
	padding:5px;
	margin-right:15px;
}

/*青バック*/
.bk_blue{
background-color:skyblue;
}

/*オレンジバック*/
.bk_orange{
background-color:orange;
}

/*改行になったときに重ならないようにする*/
.kobetu_access p{
 margin:5px;
  padding:10px 0;
  line-height:2;
}

.underdeco{
	display:inline-block;
	background: linear-gradient(transparent 50%, yellow 50%);
	}


/*PC設定を調整*/
@media screen and (min-width: 568px){

  /*イベントリスト*/    
  #jikoku_hyou{
     display: flex;
     justify-content: space-around;
  }
     #jikoku_hyou img{
      max-width: 300px;
      margin-top: 20px;
     }

.kobetu_access p{
  margin: 25px 0 ;
 
}

.redbig{
  font-size: 1.5em;

}

    
  }