@charset "utf-8";


a {padding-bottom: 0px;
font-weight:500;
text-decoration:none;
background-image: linear-gradient(30deg, #1F295D, #1F295D); /* 線の色 */
background-repeat: no-repeat;
background-position: left bottom; /* 線の起点を左・下に設定 */
background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
transition: background-size 0.6s; /* 線を伸ばすアニメーション実行時間を指定 */
color:#1F295D;
}

a:visited {
color:#1F295D;
	font-weight:500;
}
a:hover {
color:#1F295D;
font-weight:500;
background-size: 100% 1px; /* 線の横幅を100%にする */
}
a:active {
color:#1F295D;
	font-weight:500;
}


.nb:hover{text-decoration:none;font-weight:500;background-size: 0% 0px; /* 線なし */}

/*色*/
.black { color: black; }
.red { color: red; }
.blue { color: blue; }
.gray { color: gray; }
.white { color: white; }
.main-color{color:#D30000;}
.sub-color{color:#1F295D;}

div.band{background-color:#D30000;}
div.whitebg{background-color:white;}
div.titlebg{background-color:#F5F5F5;}

/*文字装飾*/
p.b{font-weight:bold;}
span.b{font-weight:bold;}
p.of-b{overflow-wrap:break-all;}
.right{text-align: right;}
.left{text-align:left;}
.center{text-align:center;}
.middle{vertical-align:middle;}


/*top飾りicon*/
div.eventicon{width:65px;
    height:65px;
    color: #ffffff;
    background-color:#D30000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top:48%;
    left:82%;}


.additional_texxt{position: fixed;
right: auto;
left:auto;
top:300px;}



/*ボタン*/
/*詳細ボタン*/
#btn-syosai{color:#132835;!important
  border: 0px solid;
  border-color:#F5F5F5;
  background: #F5F5F5;  
  display:inline-block;
  font-size: 15px;
  font-weight: bold;
  max-width: 100%;  
  padding:10px 10px;
  text-align: center;
  width: 150px;
  border-radius:20px;
  position:relative;
  color:#132835;!important
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);}


#btn-syosai:focus,
#btn-syosai:hover {
  background: #F5F5F5;
  border: 0.1px solid;
  border-color: #F5F5F5;
  color: #132835;
  font-weight: bold;
}


/*コンテンツボタン*/
#btn-content{color: #FFFFFF;
  border: 0px solid;
  border-color:#1F295D;
  background: #1F295D;  
  display:inline-block;
  font-size: 15px;
  font-weight: bold;
  max-width: 100%;  
  padding:10px 10px;
  text-align: center;
  width: 200px;
  border-radius:5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	color: #FFFFFF;
}
#btn-content a:link{color: #FFFFFF;}
#btn-content a:visited {color:#FFFFFF;}
 
#btn-content:focus,
#btn-content:hover {
  background: #132835;
  border: 0.1px solid;
  border-color: #132835;
  color: #fff;
	font-weight: bold;
}


/*フッターボタン*/
#btn-footer {
  display:inline-block;
  max-width: 100vw;  
  padding:10px 3px;
  text-align: center;
  width: 150px;
  border:2px solid;
　border-color:#D30000;
  border-radius: 8px;
  color: #D30000;
  background-color:white;
}

@media screen and (max-width:950px) {
	#btn-footer {width: 80px;}}

#btn-footer a:link{color: #D30000; text-decoration:none;}
#btn-footer a:visited {color:#D30000; text-decoration:none;}
 
#btn-footer:focus,
#btn-footer:hover {
  background-color:#D30000;
  color: white;
	 text-decoration:none;
}


/* ボタン トップページ用] */

.btn-flat-simple {position: relative;display: inline-block;font-weight: bold;text-decoration: none; color:black; background-color: white;border:3px solid black; transition: .4s; width:92px; box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .5); border-radius: 25px;}
.btn-flat-simple:link{color: black;}
.btn-flat-simple:visited {color: black;}
.btn-flat-simple:hover {
  background-color: #D30000;
  color: white;
	background-size: 0 0px;
font-weight:bold;
}

.btn-flat-simple2:hover {
  background-color:#1F295D;
  color: white;
	background-size: 0 0px;
font-weight:bold;
}



/*スマホメニューボタン*/
#btn-spmenu {
  display:inline-block;
  max-width: 100vw;  
  padding:10px 2px;
  text-align: center;
  width: 140px;
  border:2px solid;
　border-color:white;
  border-radius: 8px;
  color: white;
  background-color:rgba(255,255,255,0);
  vertical-align: middle;
}

#btn-spmenu a:link{color: white; text-decoration:none;vertical-align: middle;}
#btn-spmenu a:visited {color:white; text-decoration:none;vertical-align: middle;}
 
#btn-spmenu:focus,
#btn-spmenu:hover {
  background-color:#D30000;
  color: white;
	 text-decoration:none;vertical-align: middle;
}


/*トップSNS*/
#btn-fb{
    border: 0x solid #000000;
    padding:5px;
    background: #000000;
    display: inline-block;
    font-weight: bold;
    transition: .3s;
	color:white;
	width:85px;
	text-align:center;
	 border-radius: 8px;
}
#btn-fb:hover{
    background:#3B5998;
	color:white;
}
#btn-fb a:visited {
color:white;}


#btn-ist{color:white;
    border: 0x solid #1F295D;
    padding:5px;
    background: #1F295D;
    display: inline-block;
    font-weight: bold;
    transition: .3s;
	color:white;
	width:85px;
	text-align:center;
	 border-radius: 8px;
}
#btn-ist:hover{
    background:#C82F86;
	color:white;
}

#btn-ist a:visited {
color:white;}

#btn-note{
    border: 0x solid #000000;
    padding:5px;
    background: #000000;
    display: inline-block;
    font-weight: bold;
    transition: .3s;
	color:white;
	width:85px;
	text-align:center;
	 border-radius: 8px;
}
#btn-note:hover{
    background:#41C9B4;
	color:white;
}

#btn-note a:visited {
color:white;}


#rink-inst{color:#D30000;
text-decoration: none;}

#rink-inst:hover{
	color:#C82F86;
text-decoration: none;
border-bottom:0px;
background-size: 0 0px;}

#rink-inst a:visited {
color:#C82F86;
text-decoration: none;
border-bottom:0px;
background-size: 0 0px;}







/*トップｈ２*/
.top-h2 {
  position: relative;
  padding: 10px 20px;
  border-bottom: 3px solid black;
  border-radius: 0px;
  font-size:18px;
  margin:0px 10px;
}

.top-h2:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.top-h2:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}



.top-h2-2 {
  position: relative;
  padding: 10px 20px;
  border-bottom: 3px solid black;
  border-radius: 0px;
  font-size:18px;
  margin:0px 10px;
  max-width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.top-h2-2:before {
  position: absolute;
  bottom: -14px;
  left: 250px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.top-h2-2:after {
  position: absolute;
  bottom: -10px;
  left: 250px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}



/* dl [グレイ] */
dl.dlgray{
	display:flex;
	flex-wrap:wrap;
	border:1px solid #f5f5f5;
	border-top:none;
	margin-bottom:1em;
}
dl.dlgray dt{
	background:#f5f5f5;
	color:black;
	width:30%;
	padding:10px;
	box-sizing:border-box;
	border-top:1px solid #fff;
	font-size:14px;
	line-height:20px;
}
dl.dlgray dt:first-child{
	border-top:1px solid #f5f5f5;
}
dl.dlgray dd{
	background:#fff;
	width:70%;
	padding:10px;
	margin:0;
	border-left:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
}
@media screen and (max-width:950px) {
	dl.dlgray {
		flex-flow:column nowrap;
	}
	dl.dlgray dt,
	dl.dlgray dd{
		width:100%;
	}
	dl.dlgray dd{
		border-left:none;
	}}
	
/*スマホメニュー*/	
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: #D30000;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: black;
}


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(0,0,0,0.85);
    transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

@media(min-width:1250px){
    .menu-btn{
        display: none !important;
    }
}


.sp-openmenu ul {
    display: none;  /* デフォルトで非表示 */
    padding: 0;
}
.sp-openmenu input:checked + ul {
    display: block;  /* 表示する */
    padding: 1rem;
}


.sp-openmenu {
  width: 80%;
	margin-left:auto;
	margin-right:auto;
}

/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
.sp-openmenu input {
    display: none;
}

/* 開いた状態のサブメニュー */
.sp-openmenu input:checked + ul {
    display: block;
}

/* 閉じた状態のサブメニュー */
.sp-openmenu ul {
    display: none;
    /* 下記は開閉によらず共通の設定 */
    background: rgba(255,255,255,0);
    list-style: none;
    margin: 0;
    padding: 1rem;
}

/* 親項目の装飾 */
.sp-openmenu label {
    display: block;
    margin: 0;
    padding: 2px;
    background: rgba(255,255,255,0);
    cursor: pointer;
	line-height: 1.5;
	font-size:2rem;
	color:white;
	padding-left:30px;
}

.sp-openmenu label:hover {
    background: #D30000;
}

.sp-openmenu a {
    display: block;
    margin: 0;
    padding: 1px;
    background: rgba(255,255,255,0);
    cursor: pointer;
	line-height: 1.5;
	font-size:16px;
	color:white;
	padding-left:30px;
}

.sp-openmenu a:hover {
    background: #D30000;
}







.sp-openmenu ul {
    overflow: hidden;
    line-height: 0;
    padding: 0 1rem;
    transition: 0.2s;

    /* 下記は開閉によらず共通の設定 */
    background: rgba(255,255,255,0);
    list-style: none;
    margin: 0;
}

/* 開いた状態のサブメニュー */
.sp-openmenu input:checked + ul {
    line-height: 3;
    padding: 1rem 1rem;
	font-size:2rem;
	color:white;
	padding-left:30px;
}



.sp-btn-div{display: flex;
justify-content: center;}
.sp-btn{
	margin:10px;
	width:150px;
	border:solid white 3px;
	border-radius:6px;
}
.sp-btn p{margin:20px;
color:white;
	font-weight:bold;}

.sp-btn-link:hover{
	background-color:#D30000;
}


.sp-btn2{
	margin:5px;
	width:150px;
	border:solid white 2px;
	background-color:white;
	text-decoration:none;
}
.sp-btn2 p{margin:5px;
color:rgba(0,0,0,0.85);
	font-weight:bold;}


.sp-btn2 p:hover{
	color:#D30000;
	}









/*menuバー*/
div.menubar-p{display: flex;
	width:100%;}

div.menubar-c {width:20%;
  height: 50px;
  background-color: #F5F5F5;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: black;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border:1px solid white;
   vertical-align: middle;
	text-align:center;}
div.menubar-c2 {
  width: 20%;
 height: 50px;
 line-height: 50px;
  padding: 10px;
  font-weight: bold;
 background-color:white;
 font-size:14px;
 text-align:center;
 border-top: 3px solid #D30000;
 border-top-right-radius:3px;
 border-top-left-radius:3px;
  vertical-align: middle;}
div.menubar-c3 {
  width: 50%;
  padding: 10px;
  background-color:white;
}



/*テーブル　オーソドックス*/
table.t-01{vertical-align:middle;
border-collapse:collapse;
border:0.5px solid #132835;
margin:30px auto;}

table.t-01 th {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  background-color:#F5F5F5;
	font-size:14px;
	text-align:left;
	border-collapse:collapse;
border:0.5px solid #132835;
}
table.t-01 td {
  padding: 10px;
  vertical-align: middle;
	background-color:white;
	font-size:14px;
	text-align:left;
	border-collapse:collapse;
border:0.5px solid #132835;
 }
table.t-01 td.cc{background-color:#B2CBCA;}




/*テーブル　体験表*/
table.t-02{vertical-align:middle;
	width:100%;
border-collapse:collapse;
border-top:0.5px solid #1F295D;
border-bottom:0.5px solid #1F295D;
margin:0px auto;}

table.t-02 td {
  padding: 8px;
  vertical-align: middle;
	background-color:white;
	font-size:14px;
	text-align:left;
	border-collapse:collapse;
border-bottom:0.5px dotted #1F295D;
	min-width:85px;
 }
table.t-02 td.cc{background-color:#F5F5F5;}



/*テーブル　2列⇒1列*/
table.topevent{
margin-left: auto;
margin-right: auto;}

table.topevent td {
	vertical-align:middle;
}
table.topevent tr:nth-child(odd) td {
	vertical-align:middle;
}

@media screen and (max-width: 640px) {
  .topevent {
    width: 95%;
	  margin-right:10px;
  }
  .topevent th,
  .topevent td {
	text-align:left;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}







/*リスト*/

li{font-size:16px;
margin-left:30px;
line-height:25px;}






/*details*/
summary {padding: 15px 20px;
  outline: 0;
  cursor: pointer;
  display: block;
  color: black;
  font-weight: 700;
  font-size: 16.5px;
  &:hover {
    background: #eee;
    transition: all linear 0.2s;
  }
  list-style: none;
  &::-webkit-details-marker {
    display: none;
  }
}

details {
  background: #EBEBEB;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 15px;
	padding-left:10px;
  font-size: 10px;
  display: block;
}

details summary::before {
  content: none !important;
}
details summary::after {
  content: "\0bb";
  color: #aaa;
  font-weight: 400;
  float: right;
  width: 1rem;
  text-align:center;
}
details[open] summary::after {
  content: "\0d7";
  margin-top: -0.1rem;
}

details[open] div {
  animation: accordion 0.4s linear;
  overflow: hidden;
  border-bottom: 2px solid #eee;
  font-size: 1rem;
  padding: 1rem;
}

@keyframes accordion {
  0% {
    opacity: 0;
    height: 0;
  }
  70% {
    opacity: 0;
    //height: auto; //コレだとカクカクする
    height: 200px;
  }
  100% {
    opacity: 1;
  }
}
details summary.formds {cursor: pointer; color:black; font-weight:bold;} 
details summary.formds::-webkit-details-marker { color:red; font-weight:bold; font-size:25px;}
details.formds[open] {  background: #EBEBEB;}


/*体験・イベント一覧div*/
.div-list{
    padding:10px;
    margin:50px;
    color: black;
    background: white;
    border-top: solid 5px #D30000;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 640px) {
.div-list{margin:50px auto;
	width:95%;}
}
.div-list p {
    margin: 0px; 
    padding: 0px;
}


/*タブ*/
.tabs {margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
	width:100%;
	margin-left:auto;
	margin-right:auto;}


/*タブのスタイル*/
.tab_item {width:18.8%;
  height: 50px;
  background-color: #F5F5F5;
  line-height: 50px;
  font-size:20em;
  text-align: center;
  color: black;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border:1px solid white;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#event1:checked ~ #event1_content,
#event2:checked ~ #event2_content,
#event3:checked ~ #event3_content,
#event4:checked ~ #event4_content,
#program1:checked ~ #program1_content,
#program2:checked ~ #program2_content,
#program3:checked ~ #program3_content,
#program4:checked ~ #program4_content,
#programall:checked ~ #programall_content,
#all:checked ~ #all_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: white;
  color: black;
	border-top: 3px solid #D30000;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	
}




/*流れ*/
div.step-p{display:block; vertical-align:middle;}
@media(min-width: 768px){
	div.step-p{display:flex; vertical-align:middle;}
}

.circle-step {margin:0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #132835;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media(min-width: 768px){
	div.circle-step{margin:10px 0px;}
}

.circle-step > .circle-txt1 {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 0.1;
}
.circle-step > .circle-txt2 {
  display: block;
  width: 100%;
  margin-top: 20px;
	font-weight:bold;
	line-height: 0.1;
}

div.step-c{background: #F5F5F5; margin:10px 5px; padding:20px; border-radius: 10px; width:90%;}
@media(max-width: 640px){div.step-c{width:85%;}}
	
	/*流れ*/
.chart1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 90%;
  color:black;
  font-size: 16px;
  background: white;
	border:1px solid #1F295D;
}

.chart1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #1F295D;
}

.chart1 p {
  margin: 0;
  padding: 0;
}

.chart2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 90%;
  color:black;
  font-size: 16px;
  background: white;
	border:1px solid #1F295D;
}
	
	
	
	
	/*トップ　イベントテーブル*/
table.topevent{
margin-left: auto;
margin-right: auto;}

table.topevent td {
	background: #eee;
	vertical-align:middle;
	padding:5px;
}
table.topevent tr:nth-child(odd) td {
	background: #fff;
	vertical-align:middle;
	padding:5px;
}


@media screen and (max-width: 640px) {
  .topevent {
    width: 80%;
  }
  .topevent th,
  .topevent td {
　　border-bottom: none;
    display: block;
    width: 400px;
	  padding:5px;
  }
}
	
	
	
    .circle-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .circle {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
      color: #000;
      font-size: 14px;
      line-height: 1.4;
      font-weight: normal;
    }

    .circle strong {
      display: block;
      font-size: 16px;
      margin-bottom: 5px;
    }

    .circle:nth-child(1) { background: #FFE5E5; } /* イベントいろいろ */
    .circle:nth-child(2) { background: #ECEEF8; } /* 初心者歓迎 */
    .circle:nth-child(3) { background: #FF9999; } /* 自分のために */
    .circle:nth-child(4) { background: #BBC2E7; } /* たくさん経験 */
	





.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
    height: 0;
  }
}


/*トップページ-画像リンク*/
.top-yoyaku-container {
  text-align: right;
  margin: 0 auto;
  max-width: 100%;
  padding-right: 10px;
}

.top-yoyaku-link {
  display: inline-block;
  width: 150px;
  height: 150px;
  background: url('https://akashi-shizen.com/img/link-button-top.png') no-repeat center center;
  background-size: contain;
  text-align: center;
  line-height: 150px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
  box-sizing: border-box;font-size: 16px; 
}

.top-yoyaku-link:hover {
  color: #D30000;
  text-decoration: none;
  background: url('https://akashi-shizen.com/img/link-button-top.png') no-repeat center center;
  background-size: contain;
}

/* モバイル対応 */
@media screen and (max-width: 600px) {
  .top-yoyaku-link {
    width: 140px;
    height: 120px;
    line-height: 120px;
    font-size: 14px;
  }
}


.top-linkbutton-container {
  text-align: right;
  margin: 0 auto;
  max-width: 100%;
  padding-right: 10px;
}

.top-linkbutton {
  display: inline-block;
  width: 200px;
  height: 100px; /* ←少し高く調整 */
  background: url('https://akashi-shizen.com/img/link-button-bg.png') no-repeat center center;
  background-size: contain;
  text-align: center;
  line-height: 100px;
  color: #1F295D;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
  box-sizing: border-box;
  font-size: 14px;
}

.top-linkbutton:hover {
  color: #D30000;
  text-decoration: none;
  background: url('https://akashi-shizen.com/img/link-button-bg.png') no-repeat center center;
 background-size: contain;
}




/*★イベントページ-イベントリスト★*/
  .event-table,
  .event-table thead,
  .event-table tbody,
  .event-table tr,
  .event-table th,
  .event-table td {
    display: block;
    width: 100%;
	margin-right: 10px;
  }

  .event-table tr {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
  }

  .event-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .event-table th {
    display: none; /* モバイルではヘッダー非表示 */
  }

  .event-table td {
    border: none;
    padding: 5px 10px;
    text-align: left;
  }

    .event-table td:nth-of-type(5) {
    text-align: right;
    padding-top: 5px;
	  padding-right: 10px;
  }

	


/* モバイル表示のみ表示 */
@media screen and (max-width: 768px) {
  .mobile-only {
    display: inline;
    font-weight: bold;
  }
}

/* デスクトップでは非表示 */
@media screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}