﻿@charset "utf-8";
@media screen and (max-width:600px) {
/* アルコール警告表示
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.so-alcohol-sales-alert {
    margin:5px;
}
.so-alcohol-sales-alert>.notation {
	width:100%;
}
/* 商品詳細・ご注文手続き用文字フォントサイズ変更 */
#page_aaa .so-alcohol-sales-alert h4,
#page_aaa .so-alcohol-sales-alert h4,
#page_aaa .so-alcohol-sales-alert h4 {
	font-size:24px;
}

/* アルコール表示義務
------------------------------------------------------------------------------------------------------------------------------------------------------*/
.so-alcohol-sales-notation table.visible-pc {
    display:none;
}
.so-alcohol-sales-notation table.visible-sp {
    display:block;
}

/* アルコール表示義務(シンプルバージョン)
------------------------------------------------------------------------------------------------------------------------------------------------------*/



/* ------------------------------------------------------------------------------------------------------------------------------------------------------*/
}