@charset "UTF-8";

/* SP */
@media screen and (max-device-width: 480px) {
	.tokushu {
		width: 100% !important;
	}

	.tokushu .pc {
		display: none !important;
	}

/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/
	.tokushu .header p {
		line-height: 120% !important;
	}

	.tokushu .header p strong {
		line-height: 110% !important;
		letter-spacing: -1px !important;
	}

	.tokushu .header img {
		width: 100%;
		display: block;
	}

/*-----------------------------------------------
 ベース
-----------------------------------------------*/
	.tokushu .contents {
		width: 95%;
	}

	.tokushu .contents .box {
		padding: 1.0em !important;
	}

	.tokushu .contents > h3 {
		padding: 0.7em 0 !important;
		font-size: 1.8em !important;
	}

	.tokushu h4 {
		width: 99% !important;
		margin: 0.7em auto 0.5em !important;
		padding: 0.4em 0 !important;
		text-align: center !important;
		font-size: 1.7em !important;
	}

	.tokushu .contents table th {
		width: 30% !important;
		margin-bottom: 5px !important;
	}

	.tokushu .contents table td {
		width: 70% !important;
		margin-bottom: 5px !important;
	}

	.tokushu .contents table.item01 th {
		width: 25% !important;
		margin-bottom: 5px !important;
	}

	.tokushu .contents table.item01 td {
		width: 75% !important;
		margin-bottom: 5px !important;
	}

/*-----------------------------------------------
 商品リスト
-----------------------------------------------*/
	.tokushu .flexbox .column-1 {
		padding: 5px!important;
	}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
	.tokushu .flexbox .column-1 .images {
		display: inline-block;
		width: 100px!important;
		height: 100px!important;
	}

	.tokushu .flexbox .column-1 .images img {
		width: 98px!important;
		height: 98px!important;
	}

/*-----------------------------------------------
 商品テキスト
-----------------------------------------------*/
	.tokushu .flexbox .column-1 .item-txt {
		width: calc(100% - 110px) !important;
	}
    
    	/*-----------------------------------------------
 PV
-----------------------------------------------*/
	.tokushu .movie iframe {
		width: 90%;
		height: auto;
	}

/*-----------------------------------------------
 ガイド　スケジュール/販売URL
-----------------------------------------------*/
	.tokushu .guide {
		width: 97%;
		margin: 0 auto 1.5em !important;
		padding: 0.3em 1em !important;
		border: 1px solid #e5dec6;
		box-sizing: border-box;
		background-color: #fffeee;
	}

	.tokushu .guide h4 {
		margin-bottom: 0.5em !important;
	}

	.tokushu .contact h3 {
		margin-bottom: 0.5em !important;
		padding: 0.3em 0.6em !important;
		background-color: #b91b2a;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.8em !important;
		font-weight: normal !important;
		text-align: left;
	}
}
