@charset "UTF-8";

/* 背景 */
.header_back {
	position: relative;
}
/* ヘッダー背景画像*/
.header_image {
	background-image: url(/gold/amiami/img/pc_header.png);
	background-repeat: no-repeat;
	height: 100px;
}
/* ヘッダーロゴ */
.header_back .header_logo{
	display: block;
	position: absolute;
	top: 10px;
	left: 17px;
	width: 200px;
}
.header_back .header_logo:hover {
/*	transform: scale(1.05);*/
}
.header_back .header_logo img{
	width: 100%;
	height: 100%;
	max-width: 220px;
}
.header_back .header_logo img:hover {
/*	animation: header_logo .25s 1;*/
}
@keyframes header_logo {
	0% {transform: scale(0.95);}
	25% {transform: scale(1.1);}
	50% {transform: scale(1.05);}
	75% {transform: scale(0.9);}
	100% {transform: scale(1.05);}
}

/* 左 */
.header_left {
	float: left;
	display: block;
	width: 20%;
	max-width: 240px;
	height: 100%;
	top: 0;
	left: 0;
	margin:0;
	padding:0;
}
/*
.header_left .title {
	font-size: 70%;
	font-weight: normal;
	color: #666;
	margin-top: 4px;
}
*/
.header_left .logo {
	width: 85%;
	margin: auto;
	display: block;
	position: absolute;
	left: 7%;
	top: calc(50% - 8%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* 店舗コメント */
.header_comment{
	width: calc(100% - 256px);
	height: auto;
	position: absolute;
	left: 256px;
	top: 0;
	display: block;
}
.header_comment .title {
	text-align: left;
	font-size: 70%;
	font-weight: normal;
	color: #666;
	margin-top: 4px;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.5);
}

/* ナビゲーションメニュー */
#navigation{
	width: 100%;
	margin:0;
	padding:0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
	box-sizing: border-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	top: 0px;
}
#navigation li{
	display:block;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-bottom: #ff9900 0px solid;
	background-color: #fe8c08;
	width: calc((100% / 7) - 0.5px);
	height:28px;
	margin:0;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	white-space: nowrap;
	color:#000000;
	box-sizing: border-box;
	transition: 0.2s;
}
#navigation li:hover {
	background-color: rgba(255,255,255,1.0);
	border-left: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
	border-bottom: #ff9900 3px solid;
}
#navigation a{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	color:#ffffff;
	padding: 4px;
	box-sizing: border-box;
	transition: 0.2s;
}
#navigation a:hover{
	color:#F60;
}

/* 告知文 */
.header_notice{
	padding:0 5px;
	margin:5px auto 0 auto;
}
.header_notice dl{
	text-align:left;
	list-style:none;
	padding:8px;
	margin:0;
	border:#fe8 1px solid;
	background-color:#ffe;
}
.header_notice dt{
	font-size:100%;
	font-weight:bold;
}
.header_notice dd{
	font-size:100%;
	margin-left:4px;
	margin-top:8px;
}
.header_noticedate{
	color:#C00;
}

/* 検索窓 */
#searchbox .searchbox {
	width: 50%;
	position: absolute;
	top: 76px;
	right: 0;
}
#searchbox_header .searchbox {
	width: 50%;
	position: absolute;
	top: 69px;
	right: 0;
}
.searchbox form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
.searchbox .searchbox_text {
	width: 65%;
	box-sizing: border-box;
}
.searchbox .searchbox_text input {
	width: 100%;
	height: 100%;
	padding: 4px;
	box-sizing: border-box;
	border: 2px solid #ff9900;
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
}
/* 検索窓：検索ボタン */
.searchbox .searchbox_searchbtn {
	width: 10%;
	height: auto;
	box-sizing: border-box;
}
.searchbox .searchbox_searchbtn .search_btn{
	position: relative;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	padding-left: 32px;
	background-color: #fe8c08;
	color: #ffffff;
	font-weight: normal;
	border: none;
	box-sizing: border-box;
	display: block;
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	cursor:pointer;
	background-image: url(/gold/amiami/images/parts/menu_search.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: center;
	color: transparent;
	font-size: 0;
	transition: 0.2s;
}
.searchbox .searchbox_searchbtn .search_btn:hover{
	background-color: #ffaa44;
	color: #ff9900;
}

/* 検索窓：カートボタン */
.searchbox .searchbox_cartbtn {
	width: 25%;
	height: auto;
	box-sizing: border-box;
}
.searchbox .searchbox_cartbtn .cart_btn{
	float: left;
	line-height: 1em;
	width: 100%;
	height: 100%;
	max-height: 30px;
	margin: 0;
	padding: 3px;
	display: block;
	background-color: #fe8c08;
	background-size: contain;
	background-position-x: 7px;
	background-repeat: no-repeat;
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	color: #ffffff;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	transition: 0.2s;
	background-image: url(/gold/amiami/images/parts/menu_cart.png);
	padding-left: 40px;
}
.searchbox .searchbox_cartbtn .cart_btn:before{
	content: "カートを見る";
}
.searchbox .searchbox_cartbtn .cart_btn:hover{
	background-color: #ffaa44;
	color: #ffffff;
}
/* レスポンシブ設定：～800px */
@media screen and ( max-width : 800px){
	#searchbox_header .searchbox .searchbox_searchbtn,
	#searchbox_header .searchbox .searchbox_cartbtn{
		width: 17.5%;
	}
	#searchbox_header .searchbox .searchbox_cartbtn .cart_btn{
		background-position-x: center;
		padding: 0;
	}
	#searchbox_header .searchbox .searchbox_cartbtn .cart_btn:before{
		content: "";
	}
}


/* ヘッダーバナー */
.headerbanner{
	overflow: visible;
	width: 528px;
	max-width: 50vw;
	position: absolute;
	top: 4px;
	right: 4px;
}

/* ヘッダーバナー：表示エリア */
.headerbanner .viewport {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
/* ヘッダーバナー：スナップ領域 */
.headerbanner .viewport #flipsnap {
	position: relative;
}
.headerbanner .viewport #flipsnap .item {
	float: left;
	width: 468px;
	max-width: 40vw;
	height: 60px;
	font-size: 10px;
	text-align: center;
	background: #EFEFEF;
	color: #ffffff;
	background-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
}
.headerbanner .viewport #flipsnap .item img {
	width: 100%;
	height: auto;
}
/* ヘッダーバナー：コントロール：全体 */
.headerbanner #control{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.headerbanner #control a{
	color: #ccc;
}
.headerbanner #control a:hover{
	color: #fe8c08;
}
/* ヘッダーバナー：コントロール：PREV/NEXTボタン */
.headerbanner #control .prev,
.headerbanner #control .next{
	position:absolute;
	width: 36px;
	height: 36px;
	top: calc( 50% - 18px);
	border: 2px solid #ccc;
	background-color:#ffffff;
	box-sizing: border-box;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	z-index: 1;
}
.headerbanner #control .prev{left: 0px;}
.headerbanner #control .next{right: 0px;}
/*
.headerbanner #control:hover .prev,
.headerbanner #control:hover .next{
    opacity: 0.75;
}
*/
.headerbanner #control .prev div,
.headerbanner #control .next div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	font-weight:bold;
}
.headerbanner #control .prev:hover,
.headerbanner #control .next:hover{
	border-color: #ff9900;
	background-color: #ff9900;
	color: #ffffff;
}
.headerbanner #control:hover .prev:hover ,
.headerbanner #control:hover .next:hover {
    opacity: 1.0;
}

/* ヘッダー告知 */
.header_other {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
}
.header_other_left {
	width:20%;
	flex-basis: 20%;
}
.header_other_center {
	width: 60%;
	flex-basis: 60%;
	margin:auto;
}
.header_other_right {
	width: 20%;
	flex-basis: 20%;
}
/* ヘッダー告知：偽サイト注意 */
.comment_fakesite{
	padding:5px;
	box-sizing: border-box;
}
.comment_fakesite a {
	color: #000000;
	text-decoration: none;
	display: block;
}
.comment_fakesite_inner{
	padding:6px;
	border:#fe8 1px solid;
	background-color: #ffe;
	box-sizing: border-box;
	transition: 0.2s;
}
.comment_fakesite_inner:hover{
	border-color: #f60;
	background-color: #ffffff;
}
.comment_fakesite .title{
	width:100%;
	margin:auto;
	font-size:60%;
	font-weight:bold;
	text-align: center;
	border-bottom:1px solid #666;
}
.comment_fakesite .text{
	font-size: 60%;
	margin-top: 0.5em;
	line-height: 1.25em;
}
/* ヘッダー告知：楽天ペイ */
.comment_rakutenpay{
	padding: 5px;
	box-sizing: border-box;
}
.comment_rakutenpay img{
	width: 100%;
	max-width: 800px;
	display:block;
	margin:auto;
}


/* 商品ページ用告知文 */
.att{
	width:600px;
	height:12px;
	float:left;
	display:block;
	margin:0;
	padding:5px;
	color:#000000;
	background-color:#eeeeee;
	border:solid 1px #CCC;
	font-size:100%;
	text-align:left;
	text-decoration:none;
}
.att:hover{
	background-color:#FAFAFA;
}
.att a{
	text-decoration:none;
}

