@charset "UTF-8";

/* == 全体設定 ============================================================== */
body {
	background: url(/img/head_bg.gif) top center no-repeat; /*2015.07.可変対応時#headerから移動*/
	/*text-align:center; 2015.07.可変対応時不適用*/
	line-height: 140%; /*2015.07.可変対応時追加*/
	margin: 0;
	padding: 0;
}

/*ブラウザのデフォルトを消す*/
body * {
	font-size: 100%;
	font-style: normal;
	/*font-weight: normal;
	margin: 0;
	padding: 0; 2015.07.可変対応時不適用*/
	margin-top: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	text-align: left;
	vertical-align :top;
	line-height: 1.3em;
}

h2 {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	}
.attention {
	display: table;
	border: solid 2px #c00;
	line-height: 1.4;
	font-size: 1.2em;
	margin: 1.5em auto;
	padding: 1em;
}
.attention h2 {
	color: #c00;
	font-size: 1.4em;
	margin-bottom: .4em;
}
.attention>*:last-child {
	margin-bottom: 0;
}
.attention strong {
	font-size: 1.5em;
}
.attention ol {
	margin: 1em 1.5em;
}
.attention ol>li {
	font-size: 1.1em;
	margin-bottom: .2em;
}
.attention ol ul {
	margin-left: 1em;
}

/* == ヘッダ ================================================================ */
#header {
	/*height:120px; 2015.07.可変対応時不適用*/
	padding: 10px 0;
}
#header h1 {
	font-size: 14px;
	text-align: center;
}
#header p#shop_name {
	float: left;
	margin: 18px 10px 0 38px;
}
#header p#shop_address {
	font-size: 12px;
	line-height: 100%;
	margin: 38px 0 0;
}

/* == コンテンツ ============================================================ */
#contents {}
#contents h2 {
	/* [disabled]text-align:center; */
	clear: both;
	/* [disabled]margin: 5px 0; */
}
/*
#contents strong{
	font-size: medium;
}
*/

/* -- ナビ -- */
#navi {
	clear: both;
	text-align: center;
	margin-bottom: 1em; 
}
#navi li{
	display: inline;
	list-style-type: none;
}

/* 日記一時削除につきバランスとり */
ul#navi li a {
	padding: 0 20px;
}

/* -- 注文での注意事項 -- */
#ordernotice {
	float: right;
	width: 160px;
}
#ordernotice form {
	text-align: right;
	margin-bottom: 0.5em;
}
#ordernotice strong {
	font-size: small;
	font-weight: bold;
}
#ordernotice h4 {
	border: 2px solid #CCAC66;
	text-align: center;
	padding: 0.1em;
}
#ordernotice p {
	font-size: small;
	background-color:# F0F0F0FFE899;
	border-right: 1px solid #c96;
	border-bottom: 1px solid #c96;
	border-left: 1px solid #c96;
	margin-bottom: 0.5em;
	padding: 0.2em;
}
/* -- 年内発送 -- */
.hasso {
	border: 1px dotted #f00;
	font-size: 0.8em;
	margin: 0;
	padding: 0.2em;
}

/* == フッタ ================================================================ */
#footer {
	clear:both;
	text-align:left;
	font-size:small;
	padding-top:0.2em;
	margin-top:0.2em;
	border-top:1px solid #000;
}
#footer h5 {
	font-weight: bold;
	margin: 0px;
}
#footer address {
	line-height:1em;
}

/* == 共通パーツ ============================================================ */
/* -- 画像右寄せ -- */
.imgfloatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* -- 画像左寄せ -- */
.imgfloatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* -- 回り込みクリア -- */
.floatclear {
	clear: both;
}

/* .pkg class wraps enclosing block element around inner floated elements */
/* float等をCSSでクリアするためのhack
/* 参照 by suga 06.03.13　http://blog.y-iweb.com/archives/000255.html */
.pkg:after {
   clear: both;
   content: " ";
   display: block;
   visibility: hidden;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* 細々 */
.price {
	color: #900;
	font-size: larger;
	font-weight: bold;
	line-height: 120%;
	vertical-align: top;
}
.soldout {
	background-color: #900;
	color: #FFF;
	font-weight: bold;
	white-space: nowrap;
	padding: 0.2em 0.4em;
}
.tel_order {
	background-color: #900;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	padding: 0.2em 0.4em;
}
.tel_order strong {
	color: #FF3;
	font-family: Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 120%;
}
/* 新北海道スタイル */
.hokkaido_style {
	border: solid 3px #c00;
	margin: 2em 0;
	padding: 1em;
}
.hokkaido_style h2 {
	color: #c00;
}
.hokkaido_style ol {
	margin: .5em 1.5em 1em;
}
.hokkaido_style ol ul {
	margin-left: 1em;
}
.hokkaido_style *:last-child {
	margin-bottom: 0;
}
/* -- オンラインショップ（2021トップページに追加） -------------------------------------- */
.link_soryo {
	float: right;
	text-align: right;
}
.link_soryo a {
	text-decoration: none;
	color: #946450;
	font-weight: bold;
}
.link_soryo a::after {
	content: "▶︎";
	vertical-align: middle;
	font-size: .7em;
	padding-left: .3em;
}
.cart_btn input,
.tel_btn {
	border-radius: 10px;
	color: #fff;
	text-align: center;
}
.cart_btn,
.tel_btn {
	margin-bottom: 0;
}
.cart_btn input {
	background-color: #946450;
	vertical-align: top;
	padding: .6em calc(50% - 78px) .6em;
}
