@charset "Shift_JIS";

/* --------------------------------------------------------------------
	下部ピックアップ
--------------------------------------------------------------------- */
#tny_under_pickup {
	width:100%;
	text-align:center;
}

#tny_under_pickup img {
	width:280px;
}

/* --------------------------------------------------------------------
	STEP2 注文方法
--------------------------------------------------------------------- */

#tny_order_info {
	width:99%;
	text-align:left;
	padding:5px;
	background-color:#efefff;
	border: 1px #aaaaaa solid;
}

.tny_order_info_title {
	text-align:left;
	font-weight: bold;
	color:#884400;
}


/* --------------------------------------------------------------------
	珈琲豆あとxxxx円ご案内用枠
--------------------------------------------------------------------- */

#basket_coffee_follow {
	width:753px;
	text-align:center;
	margin: 0px auto 10px;
	padding:10px
}

#basket_coffee_msg {
	width:100%;
	background-color:#997733;
	text-align:left;
	font-size:12pt;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}

#basket_coffee_menu {
	width:100%;
	background-color:#eeeeee;
	text-align:center;
	color:#997733;
	padding:5px;
}

#basket_coffee_menu ul {
	width:100%;
	line-height:2.5;
	word-break: normal;
}

#basket_coffee_menu li {
	display:inline-block;
	width:22%;
	border:solid 1px #aa8844;
	background-color:#ffffff;
	margin:5px;
	font-size: 10pt;
}

#basket_coffee_menu a {
	text-decoration:none;
}

#basket_coffee_menu li:hover {
	background-color:#ece4db;
}

/* --------------------------------------------------------------------
	カート：送料無料商品ご案内用枠
--------------------------------------------------------------------- */
#basket_ship_follow {
	width:753px;
	text-align:center;
	margin: 0px auto 10px;
	padding:10px
}

#basket_ship_msg {
	width:100%;
	background-color:#997733;
	text-align:center;
	font-size:12pt;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}

#basket_ship_infoarea {
	width:100%;
	background-color:#fff;
	text-align:center;
	color:#997733;
	padding:5px;
}

/* --------------------------------------------------------------------
	ギフト用メニュー
--------------------------------------------------------------------- */
#cat_gift_menu {
	margin: 10px auto;
	padding: 0px;
}

#cat_gift_menu ul {
	width:auto;
	text-align:center;
	height:auto;
	vertical-align: middle;
}

#cat_gift_menu li {
	display:inline-block;
	width:129px;
	height:100px;
	background: #47372E;
	vertical-align: middle;
	padding:5px;
	margin: auto;
}

#cat_gift_menu span {
	white-space:nowrap;
}

#cat_gift_menu a {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#cat_gift_menu a:link {
  color:#ffffff;
  text-decoration: none;
}

#cat_gift_menu a:visited {
  color:#ffffff;
  text-decoration: none;
}

#cat_gift_menu a:active {
  color:#eeeeee;
  text-decoration: underline;
}

#cat_gift_menu a:hover {
  color:#eeeeee;
  text-decoration: underline;
}

.gift_menu_area {
	margin: auto;
	color: #FFF;
	text-align: center;
	font-size: 140%;
	position: relative;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.gift_menu_name {
	position: absolute;
	width: 100%;
	vertical-align: middle;
	height: auto;
	margin-top: -0.5em;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝B,メイリオ,Meiryo,serif;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 1px;
}


/* --------------------------------------------------------------------
	カートの注意項目
--------------------------------------------------------------------- */

/* 枠 */
#cart_attention_notes {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #ffcc88;
	border-radius: 0px 5px 5px 5px;
}

#cart_attention_notes #cart_attention_notes-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 17px;
	background: #ffcc88;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

#cart_attention_notes p {
	margin: 0;
	padding: 0;
}


/* リスト */
#cart_attention_notes ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}

#cart_attention_notes ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}

#cart_attention_notes ul li:before {
	font-family: FontAwesome;
	content: "\02714";
	position: absolute;
	left: 1em;
	color: #FF0000;
}

/* --------------------------------------------------------------------
	確認メッセージ PC版
--------------------------------------------------------------------- */
#attention_confirm_msg {
	border-radius: 4px;
	position: relative;
	border: 4px solid rgb(136, 68, 0);
	font-size: 16pt;
	line-height: 16pt;
	text-align: left;
	padding: 1em;
}

#attention_confirm_msg::before {
	background-color: #FFF;
	content: "この商品につきまして";
	left: 1em;
	padding: 0px 0.5em;
	position: absolute;
	color: rgb(136, 68, 0);
	font-size: 18pt;
	font-weight: bold;
	top: -0.4em;
}

/* --------------------------------------------------------------------
	注意項目（ドッグイヤーリボン）PC版
--------------------------------------------------------------------- */
#der_attention ul li {
    line-height: 1.5;
    list-style-type: none !important;
    background-color: #ff0000;
    position: relative;
    padding: 1em;
    margin-top: 0.5em;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    font-size:1.3em;
    border-left: solid 8px #ffcc88;
}

#der_attention ul li::after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    border-width: 0px 16px 16px 0px;
    border-style: solid;
    border-color: #FFF #FFF #DDD #DDD;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    content: "";
    font-family: FontAwesome;
}

.attention_der_title {
	position: relative;
	padding: 0.1em 0.1em;
	background: -moz-linear-gradient(to right, #ffff00, transparent);
	background: -webkit-linear-gradient(to right, #ffff00, transparent);
	background: linear-gradient(to right, #ffff00, transparent);
	color: #000000;
	margin-bottom: 0.5em;
}


/* --------------------------------------------------------------------
	PC用クリック拡大

	<a href="#画像毎に指定"><img src="画像URL"></a>
	<a id="画像毎に指定" href="#zoomout" class="clickzoom"><img src="拡大する画像URL"></a>
--------------------------------------------------------------------- */

.clickzoom {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;

	background: rgba(0,0,0,.8);
	transition: .4s transform ease;
	z-index: -100;
}

.clickzoom img {
	width: auto !important;
	max-height: 100%!important;
	transition: .4s transform ease;
	pointer-events: none;
}

.clickzoom:target {
	z-index: 3000;
}

.clickzoom:target img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transform: scale(1);
}

/* --------------------------------------------------------------------
	リンクボタン
--------------------------------------------------------------------- */

.link_btn{
	width:auto;
	margin: 5px 5px;
	padding:10px;
	font-size:2rem;
	display: block;
	line-height: 40px;
	border-radius:10px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #c58668;
}

.link_btn:active{
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

/* --------------------------------------------------------------------
	内部ウィンドウ
--------------------------------------------------------------------- */

#iwindow-content{
	display:none;
	width:80%;
	left:10%;
	top:10%;
	margin: auto;
	border:2px solid #aaa;
	border-radius: 10px;
	background:#fff;
	z-index:999;
	position: fixed;
}

.iwindow-p{
	margin-top:1em;
}

.iwindow-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-align:right;
	margin:0px 8px 5px 5px;
	padding:0;
	font-size:18pt;
	font-weight:bold;
	text-decoration: none;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
	text-decoration:none;
}

#iwindow-close{
	text-decoration:none;
}

#iwindow-close:hover{
	text-decoration:none;
}


#iwindow-back{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.30);
}

/* --------------------------------------------------------------------
	ヘルプアイコン
--------------------------------------------------------------------- */

.help_sticky{
	text-decoration: none !important;
	line-height: 1.75;
	vertical-align: middle;
	-moz-user-select: none;
	height: 27px;
	white-space: nowrap;
	transform: rotate(1deg);
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
	margin: 3px 4px;
	display: inline-block;
}

.help_sticky:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
}
@-webkit-keyframes bounce {
  5%  { -webkit-transform: scale(1.1, .8); }
  10% { -webkit-transform: scale(.8, 1.1) translateY(-5px); }
  15% { -webkit-transform: scale(1, 1); }
}
@keyframes bounce {
  5%  { transform: scale(1.1, .8); }
  10% { transform: scale(.8, 1.1) translateY(-5px); }
  15% { transform: scale(1, 1); }
}

.help_sticky_icon{
	display: inline-block;
	width: auto;
	text-align: center;
	color: #FFF;
	background: #F9F350 none repeat scroll 0% 0%;
	padding: 1px;
	font-size: 1.2em;
	font-weight: bold;
}

.help_sticky_main{
	padding: 3px;
	margin: 0px;
	font-size: 1.2em;
	cursor: pointer;
	background: #FBEEFC none repeat scroll 0% 0%;
	-moz-user-select: none;
}