@charset "UTF-8";
/* CSS Document */


/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width: 680px) {


	/*//////////////////////////////////////


観劇チケットサービス #ticket


///////////////////////////////////////*/


	body#ticket {
		letter-spacing: 0.05em;
		margin: 0;
		padding: 0;
		line-height: 160%;
		font-family: "Noto Sans JP";
		font-size: 1em;
		background-color: #E9F1E8;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}


	/*//////////////////////////////////////


メイン画面


///////////////////////////////////////*/



	section.main_under {
		margin: 30px auto 45px;
		text-align: center;
	}

	section.main_under img {
		width: 1210px;
		height: auto;
	}


	/*//////////////////////////////////////


ナビメニュー


///////////////////////////////////////*/


	#ticket .my-parts ul {
		list-style: none;
		margin: 50px auto;
		padding: 0;
		display: table;
		table-layout: fixed;
		width: 1100px;
	}

	#ticket .my-parts ul li {
		display: table-cell;
		box-sizing: border-box;
		font-size: 1.25em;
		letter-spacing: 1px;
	}

	#ticket .my-parts ul li a {
		display: block;
		padding: 30px;
		text-decoration: none;
		color: #fff;
		background-color: #00A53C;
		text-align: center;
		border-right: 1px dotted #fff;
		font-weight: bold;
		font-family: "Jost", sans-serif;
	}

	#ticket .my-parts ul li:last-child a {
		border-right: none !important;
	}

	#ticket .my-parts ul li a:hover {
		background: #F0E68C;
		color: #000;
	}

	/*ナビメニュー調整*/
	#ticket span.navbtn10 {
		padding-top: 10px;
		display: block;
	}




	/*//////////////////////////////////////


チケット


///////////////////////////////////////*/




	h3.word {
		text-align: center;
		background-size: cover;
		background-color: #00A53C;
		margin: 40px auto;
		padding: 40px 0;
		font-size: 1.875em;
		letter-spacing: 2px;
		width: 1100px;
		color: #fff;
		font-family: "Jost", sans-serif;
	}

	#ticket table.eventfair {
		margin: 0 15px 20px;
	}


	/*ショップロゴ*/
	#ticket table.eventfair td.shoplogo img {
		width: 150px;
		height: auto;
		border: 1px solid #ddd;
		padding: 10px 30px;
	}


	/*ショップ催事情報*/
	#ticket table.eventfair td.fairinfo {
		text-align: left;
		border-left: 1px dotted #ddd;
		padding: 20px 30px;
		letter-spacing: 2px;
		margin-left: 40px !important;
		display: block
	}

	/*イベントのタイトル*/
	#ticket dt.title {
		font-size: 120%;
		color: #555;
		font-weight: bold;
		margin-bottom: 1.5%;
		color: #DC4429;
		letter-spacing: 0.1em;
		font-feature-settings: "palt";
	}


	/*イベントの詳細*/
	#ticket dd.info {
		font-size: 90%;
		line-height: 190%;
		white-space: nowrap;
		padding: 0;
		margin: 0;
	}


	#ticket dd.name {
		color: #333;
		margin-top: 3% !important;
		display: block;
		font-size: 85%;
		padding: 0;
		margin: 0;

	}

	#ticket dd.coution {
		color: #AC0002;
		font-size: 90%;
		font-weight: normal;
		padding: 0;
		margin: 5px 0;
	}


	/*//////////////////////////////////////


出現するナビ


///////////////////////////////////////*/


	#ticket .my-partshead ul {
		list-style: none;
		padding: 0;
		margin: 0
			/*フェードナビ画面ワイドにしても上にくっつく*/
		;
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	#ticket .my-partshead ul li {
		display: table-cell;
		box-sizing: border-box;
		letter-spacing: 1px;
	}

	#ticket .my-partshead ul li a {
		display: block;
		padding: 25px 0;
		text-decoration: none;
		color: #fff;
		background: #333;
		text-align: center;
		border-right: 1px dotted #fff;
		font-weight: bold;
	}



}







/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:680px) {




	/*//////////////////////////////////////


メイン画面


///////////////////////////////////////*/


	section.main_under {
		margin: 10px auto;
		text-align: center;
	}

	section.main_under img {
		height: auto;
		width: 96%;
	}


	/*//////////////////////////////////////

ナビメニュー

///////////////////////////////////////*/


	#ticket .my-parts {
		padding: 1px 0 20px 0;

	}

	#ticket .my-parts ul {
		display: flex;
		justify-content: center;
		gap: 1px;
		padding: 0;
	}

	#ticket .my-parts ul li a {
		background-color: #00A53C;
		color: #fff;
		font-weight: 500;
		font-family: "Jost", sans-serif;
		padding: 20px;
	}

	/*//////////////////////////////////////


見出し


///////////////////////////////////////*/



	h3.word {
		text-align: center;
		text-align: center;
		background-size: cover;
		background-color: #00A53C;
		color: #fff;
		margin: 10px auto;
		padding: 20px 0;
		font-size: 1.3em;
		letter-spacing: 2px;
		width: 96%;
		font-family: "Jost", sans-serif;
	}


	#ticket table.eventfair {
		margin: 0 15px 20px;
	}


	/*//////////////////////////////////////


サービス


///////////////////////////////////////*/



	div.whitesp {
		background-color: #fff;
		margin: 10px 10px 40px;
		padding: 10px 0;
		border-radius: 10px;
	}


	#ticket table.eventfair {}

	/*ショップロゴ*/
	#ticket table.eventfair td.shoplogo img {
		width: 80px;
		height: auto;
	}

	/*ショップ催事情報*/
	#ticket table.eventfair td.fairinfo {
		text-align: left;
		border-left: 1px dotted #ddd;
		padding: 0px 10px;
		letter-spacing: 1px;
		margin-left: 14px !important;
		display: block
	}

	/*イベントのタイトル*/
	#ticket dt.title {
		font-size: 0.938em;
		font-weight: bold;
		color: #DC4429;
		letter-spacing: 1px;
		line-height: 1.5;
		font-feature-settings: "palt";
	}

	#ticket dd.coution {
		color: #AC0002;
		font-size: 0.8em;
		font-weight: normal;
		padding: 0;
		margin: 10px 0;
		line-height: 1.5;
	}


	#ticket dd.name {
		color: #333;
		margin-top: 5px !important;
		display: block;
		font-size: 0.8em;
		padding: 0;
		margin: 0;

	}

	#ticket span.eventdays {
		color: #AF0002;
		margin-left: -5px;
		margin-top: 5px;
		font-size: 70%;
	}









	/* --------------------------------------------

 * フッター下部設置のフェードナビゲーション
 
 * -------------------------------------------- */


	.navfootsp {
		padding-bottom: 80px;
	}


	#header2 {
		position: fixed;
		height: 0px;
		width: 100%;
		z-index: 1000;
		padding: 3% 0 4% 0;
		bottom: 0;
	}


	div.fadenavi {
		margin: -52px auto 0;
		font-size: 80%;
	}



	#ticket .my-partshead ul {
		list-style: none;
		margin: -50px 0 0 0;
		padding: 0;
		display: table;
		table-layout: fixed;
		width: 100%;
	}


	#ticket .my-partshead ul li {
		display: table-cell;
		box-sizing: border-box;
		font-size: 90%;
		letter-spacing: 1px;
	}


	#ticket .my-partshead ul li a {
		display: block;
		padding: 23px 0;
		text-decoration: none;
		color: #fff;
		background: #000000;
		text-align: center;
		border-top: 1px solid #fff;
		border-right: 1px dotted #fff;
		font-weight: bold;
	}









}