
/* ページ固有の調整用CSS
---------------------------------------------------*/




/* mailer_info
---------------------------------------------------*/
/* モーダルを開くボタン */
	.modal-btn{
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 100;
		bottom: 5px;
		right: 5px;
		font-size: 25px;
		line-height: 25px;
		font-weight: bold;
		width: 25px;
		height: 25px;
		color: #fff;
		background: rgb(var(--site-themeColor-mainColor) );
		border: none;
		cursor: pointer;
		border-radius: 3px;
		transition: all var(--default-transition);
	}
	.modal-btn:hover {
		background: #000;
	}

	.modalUnit {
		display: none;
		width: auto;
	}
	.vbox-inline {
		width: auto !important;
	}
	.productModal {
		padding: 30px;	
	}

/* モーダルと背景の指定 */

@media screen and (min-width: 900.02px) {
}
@media screen and (max-width: 900px) {
}