/*
 * sub.css
 * Ship of the Ryukyu 追加・上書き用 CSS ファイル 
 *
 * メインのCSS(dist/css/index.css) で使用しているブレイクポイントは以下の通りです。
 * --------------------------------------------------
 *         サイズ              - 目安
 * --------------------------------------------------
 * @media (max-width: 639px)  - スマートフォン 
 * @media (min-width: 640px)  - タブレット縦 
 * @media (min-width: 960px)  - タブレット横／ノートPC
 * @media (min-width: 1280px) - ラージサイズのPC
 *
 */


 /*空手チケット販売場所の案内*/
.playguide_karate{
    background-color: #faf9f7;
    padding: 10px 25px;
}
 /* 暫定TEL予約番号
 -----------------------*/
 @media (min-width: 960px){
	 .ticketTelRv01{
		border: 2px solid #c44242;
		border-radius: 3px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 6px 3%;
		margin: 0.9em 0 0.9em;
		line-height: 1.2;
		background-color: #f5f5f5;
	 }
	 .ticketTelRv01 .tTR12,.ticketTelRv02 .tTR12{
	 	font-size:12px;
	 }
	 .ticketTelRv01 .nowrap,.ticketTelRv02 .nowrap{
	 	white-space: nowrap !important;
		display: block;
	 }
	 .ticketTelRv02{
		border: 2px solid #c44242;
		border-radius: 3px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 2%;
		margin: 0.9em 0 0.9em;
		line-height: 1.2;
		background-color: #f5f5f5;
	 }
 }
  @media (min-width: 640px){
	 .ticketTelRv01{
		border: 2px solid #c44242;
		border-radius: 3px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 6px 2%;
		margin: 0.9em 0 0.9em;
		line-height: 1.2;
		background-color: #f5f5f5;
	 }
	 .ticketTelRv01 .tTR12,.ticketTelRv02 .tTR12{
	 	font-size:12px;
	 }
	 .ticketTelRv01 .nowrap,.ticketTelRv02 .nowrap{
	 	white-space: nowrap !important;
		display: block;
	 }
	 .ticketTelRv01 a[href="tel:098-851-3707"],
	 .ticketTelRv01 a[href="tel:090-3074-8295"],
	 .ticketTelRv01 a[href="tel:098-943-1357"]{
	 	pointer-events: none !important;
		text-decoration: none !important;
	 }
	 .ticketTelRv01_program a[href="tel:098-851-3707"],
	 .ticketTelRv01_program a[href="tel:090-3074-8295"],
	 .ticketTelRv01_program a[href="tel:098-943-1357"]{
	 	pointer-events: none !important;
		text-decoration: none !important;
	 }
	  .ticketTelRv02{
		border: 2px solid #c44242;
		border-radius: 3px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 3%;
		margin: 0.9em 0 0.9em;
		line-height: 1.2;
		background-color: #f5f5f5;
	 }
 }
 @media (max-width: 639px){
	 .ticketTelRv01{
		border: 2px solid #c44242;
		border-radius: 3px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 6px 3%;
		margin: 0.9em 0.8em 0.9em;
		line-height: 1.2;
		background-color: #f5f5f5;
	 }
	 .ticketTelRv01 .tTR12,.ticketTelRv02 .tTR12{
	 	font-size:12px;
	 }
	 .ticketTelRv01 .nowrap,.ticketTelRv02 .nowrap{
	 	white-space: nowrap !important;
		display: block;
	 }	 
	 .ticketTelRv02{
		border: 2px solid #c44242;
		border-radius: 3px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 15px 3%;
		margin: 0.9em 0.8em 0.9em;
		line-height: 1.2;
		background-color: #f5f5f5;
	 }
 }
 .ticketTelRv01_program{
	border: 2px solid #c44242;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 3% ;
	margin: 0.9em 0 0.9em;
	line-height: 1.2;
	background-color: #f5f5f5;
 }
 .ticketTelRv01_program .tTR12,.ticketTelRv02_program .tTR12{
 	font-size:12px;
 }
 .ticketTelRv01_program .nowrap,.ticketTelRv02_program .nowrap{
	white-space: nowrap !important;
	display: block;
 }	 
 .ticketTelRv02_program{
	border: 2px solid #c44242;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 2%;
	margin: 0.9em 0 0.9em;
	line-height: 1.2;
	background-color: #f5f5f5;
 }
 /* ロゴ画像設置
 -----------------------*/
 @media (min-width: 960px){
	.box_logo{
		overflow: hidden;
		margin: 50px auto 0px;
		width: 400px;
	}
	.box_logo .byd20{
		float: left;
		margin: 15px 10% 0 0;
		width: 235px;
		height: 57px;
	}
	.box_logo .ocp{
		float: left;
		margin: 0 !important;
		width: 72px;
		height: 80px;
	}
}
 @media (max-width: 959px){
	.box_logo{
		overflow: hidden;
		margin: 50px auto 0px;
		max-width: 20rem;
	}
	.box_logo .byd20{
		float: left;
		margin: 25px 8% 0 0;
		width: 60%;
	}
	.box_logo .ocp{
		float: left;
		margin: 0 !important;
		width: 30%;
	}
	.box_logo .byd20 img,
	.box_logo .ocp img{
		width: 100%;
		height: auto;
	}
}

/*news*/
 @media (min-width: 960px){
	h2.news_ttl{
		border-top: double;
		border-bottom: double;
		padding: 20px 0;
	}
	h2.news_ttl .news_ttlsub{
		display: block;
		font-size: 18px;
		margin: 15px 0;
	}
	.newsKiji{
		max-width: 80%;
		margin: 60px auto 100px;
	}
	.newsKiji section{
		margin: 0 auto 50px;
		padding: 0 !important;
	}
	.newsKiji section p{
		margin: 0 auto 2rem;
	}
	.newsKiji section .news_pic{
		margin: 0 auto 30px;
		max-width: 100%;
		height: auto;
	}
		.newsKiji section .news_pic img{
			width: 100%;
			height: auto;
		}
	.newsKiji section .news_txtQ{
		color: #a9a9a9;
	}
	.newsKiji section .news_txt{

	}
		.newsKiji section .news_txt .newsP01{
			color: darkorange;
			display: block;
			font-weight: bold;
		}
		.newsKiji section .news_txt .newsP02{
			color:32cd32;
			display: block;
			font-weight: bold;
		}
	.newsKiji section .news_subttl{
		font-size: 180%;
		font-weight: bold;
	}
}
 @media (max-width: 959px){
	h2.news_ttl{
		border-top: double;
		border-bottom: double;
		padding: 20px 0;
	}
	h2.news_ttl .news_ttlsub{
		display: block;
		font-size: 18px;
		margin: 15px 0;
	}
	.newsKiji{
		max-width: 95%;
		margin: 60px auto 50px;
	}
	.newsKiji section{
		margin: 0 auto 50px;
		padding: 0 !important;
	}
	.newsKiji section p{
		margin: 0 auto 2rem;
	}
	.newsKiji section .news_pic{
		margin: 0 auto 30px;
		max-width: 100%;
		height: auto;
	}
		.newsKiji section .news_pic img{
			width: 100%;
			height: auto;
		}
	.newsKiji section .news_txtQ{
		color: #a9a9a9;
	}
	.newsKiji section .news_txt{

	}
		.newsKiji section .news_txt .newsP01{
			color: darkorange;
			display: block;
			font-weight: bold;
		}
		.newsKiji section .news_txt .newsP02{
			color:32cd32;
			display: block;
			font-weight: bold;
		}
	.newsKiji section .news_subttl{
		font-size: 180%;
		font-weight: bold;
	}
}
/*news pager*/
.newsKiji .pager{
    overflow: hidden;
    width: 63%;
    padding: 0 0 30px;
    margin: 55px auto 0;
}
.newsKiji .pager li{
    list-style: none;
}
.newsKiji .pager a{
    background-color: #c44242;
    color: #FFF;
    display: block;
    text-decoration: none;
    font-weight: bold;
    width: 46%;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
.newsKiji .pager a.prev{
    float: left;
}
.newsKiji .pager a.next{
    float: right;
}
.newsKiji .pager .firstKiji{
    margin: 0 auto;
}
.newsKiji .pager{
    
}
/*公演終了案内
-------------------------------------*/
/*TOP*/
.endInfo_top{
	text-align: center;
	color: #dc143c;
	font-weight: bold;
	margin: 10px 0 15px;
	background-color: #ddd;
	padding: 5px 0;
}







/*
     FILE ARCHIVED ON 01:51:25 Jun 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:37:48 Jul 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.367
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.023
  esindex: 0.006
  cdx.remote: 13.183
  LoadShardBlock: 96.924 (3)
  PetaboxLoader3.datanode: 108.897 (5)
  PetaboxLoader3.resolve: 49.8 (2)
  load_resource: 68.79
  loaddict: 21.799
*/