@charset "UTF-8";
/* CSS Document */
/*トップページCSS*/
/*ピンク　rgba(255,92,206,1.00)	*/
/*カラー1 エンジ　#C6008B*/
/*カラー2 濃いブルー　#003485*/

/*-----------------------------------
MICEnavi
-----------------------------------*/

/*メイン画像*/
.mice_image {
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
}
.mice_image img {
	width: 100%;
	vertical-align: top;
}
.mice_image img.flow {
	max-width: 850px; 
}

/*QRコード*/
.qr_block {
	display: block;
	width: 100%;
	margin: 20px 0 40px;
	text-align: center;
}

.qr_block img {
	width: 140px;
	vartical-align: top;
	
}

/*アプリダウンロードボタン*/
.app_flex_block{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.download_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 220px;
}
.download_item .title {
	font-size: 14px;
	margin-bottom: 10px;
	text-align:center;
}

.link_btn {
	text-align: center;
}
.app_qr_block {
	width: 100%;
	text-align: center;
}
.app_qr_block img {
	width: 140px;
}

/*アプリ版表のボックス*/
.table_box {
	display: block;
	max-width: 700px;
	margin: 40px auto;
}

/*配信期間*/
.limit {
	font-weight: 600;
}
.limit span {
	font-size: 24px;
}

/*重要ブロック*/
.important_block {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 2px solid #FF0004;
	background-color: #FFF5ED;
}
.important_block .title {
	display: inline-block;
	background-color: #FF0004;
	padding: 2px 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 14px;
	color: white;
	
}
.important_block p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5em;
	color: #FF0004;
}

/*問い合わせ*/
.contact_item {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	padding-left: 6px;
}
.contact {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.5em;
}
.contact span {
	font-size: 16px;
	font-weight: 600;
}
.address {
	margin-top: 0;
	font-size: 15px;
	font-weight: 600;
}
.address span {
	font-size: 12px;
}
@media screen and (max-width: 420px) {
	.address span {
		font-size: 11px;
	}
}