﻿@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */
html, body {
    min-width: 1050px;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    /*text-align: center;*/
    /*font-family: 'Noto Sans Japanese', sans-serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	font-size: 14px;
	line-height: 1.8;
	color: rgb(42, 10, 10);
}

/*form, h1, h2, h3, h4, h5, h6, div, p, span, ul, ol, li, dl, dt, dd, a, img, figure {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}*/

table {
	border-collapse: collapse;
}

input, textarea, select, option {
	outline: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	color: rgb(42, 10, 10);
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.find {
	cursor: pointer;
}

.sp {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

::-webkit-input-placeholder {
	color: #b7b7b7;
}

::-moz-placeholder {
	opacity: 1;
	color: #b7b7b7;
}

:-ms-input-placeholder {
	color: #b7b7b7;
}

select::-ms-expand {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
}

a:hover {
	color: #933481;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	overflow: hidden;
	padding-top: 50px;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header form, #header h1, #header h2, #header h3,
#header h4, #header h5, #header h6, #header div, #header p,
#header span, #header ul, #header ol, #header li, #header dl,
#header dt, #header dd, #header a, #header img, #header figure {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    list-style: none;
}

#header {
    min-width: 1050px;
    width: 100%;
    height: 50px;
    background: #333;
    font-size: 0;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

#header .h_logo,
#header #h_navi {
	display: none;
}

#header .pc_header {
	width: 1000px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 50px;
}

#header .pc_header img {
	vertical-align: middle;
	width: auto;
	height: 40px;
}

#header .pc_header_01 {
    float: left;
    width: 570px;
    text-align: left;
}

#header .pc_header_02 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#header .pc_header_03 {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    width: 316px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#header #h_search {
	float: right;
	width: 430px;
	text-align: right;
}

#header .pc_header_04 {
	display: inline-block;
	vertical-align: top;
}

#header .pc_header_04 li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 11px;
}

#header .pc_header_04 li a {
	text-decoration: none;
	color: #fff;
}

#header .pc_header_04 li a:hover {
	text-decoration: underline;
	color: #f9be00;
}

#header #R_area4 {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	background: url(../img/shop_pc_search.svg) no-repeat right;
	background-size: 23px 23px;
}

#header #R_area4 input {
	vertical-align: middle;
	width: 212px;
	height: 28px;
	padding: 0 10px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	border: 0;
	font-size: 12px;
}

#header #h_search #R_area4 img {
	width: 28px;
	height: 28px;
	opacity: 0;
	cursor: pointer;
}

#header #h_search ul {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document bread Clumb
--------------------------------------------------------- */

#bread {
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 0;
}

#bread ul {
	text-align: left;
}

#bread li {
	display: inline-block;
	vertical-align: top;
	height: 38px;
	margin-right: 8px;
	padding-left: 12px;
	background: url(../images/h_arrow.png) no-repeat left;
	font-size: 12px;
	line-height: 38px;
	position: relative;
}

#bread li:first-child {
	padding-left: 0;
	background: none;
}

#bread li a {
	display: block;
	text-decoration: none;
	color: #434343;
}

#bread li:first-child a {
	padding-left: 20px;
	background: url(../images/h_bread_pc.png) no-repeat left;
}

#bread li a:hover {
	text-decoration: underline;
	color: #fd8c13;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 60px;
}

/* ---------------------------------------------------------
	CSS Document footer > footer_link
--------------------------------------------------------- */

#footer .footer_link .container {
	margin-bottom: 15px;
	text-align: left;
	font-size: 0;
	line-height: 17px;
}

#footer .footer_link li {
	display: inline;
	margin-right: 6px;
}

#footer .footer_link li:not(:last-of-type):after {
	display: inline-block;
	vertical-align: -1px;
	content: '';
	width: 1px;
	height: 10px;
	margin-left: 6px;
	background: #999;
}

#footer .footer_link a {
	text-decoration: none;
	font-size: 11px;
	color: rgb(153, 153, 153);
}

#footer .footer_link a:hover {
	text-decoration: underline;
	color: #922f00;
}

/* ---------------------------------------------------------
	CSS Document footer > footer_sitemap
--------------------------------------------------------- */

#footer .footer_sitemap {
	background: #e2e2e2;
}

#footer .footer_sitemap .container {
	height: 44px;
	text-align: left;
	font-size: 12px;
	line-height: 44px;
}

#footer .footer_sitemap ul {
	float: left;
}

#footer .footer_sitemap li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

#footer .footer_sitemap li a {
	text-decoration: none;
	font-size: 12px;
	color: rgb(140, 140, 140);
}

#footer .footer_sitemap li a:hover {
	text-decoration: underline;
	color: #922f00;
}

#footer .footer_sitemap #google_translate_element {
	float: right;
	margin-top: 7px;
	line-height: 24px;
}

/* ---------------------------------------------------------
	CSS Document footer > f_address
--------------------------------------------------------- */

#footer .footer_copyright {
	background: #333;
	color: #fff;
}

#footer .footer_copyright .container {
	height: 34px;
	text-align: left;
	font-size: 12px;
	line-height: 34px;
}

#footer .footer_copyright ul {
	float: left;
}

#footer .footer_copyright li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	padding-left: 12px;
	position: relative;
}

#footer .footer_copyright li:before {
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: solid 4px transparent;
	border-left: solid 6px #fff;
	position: absolute;
	top: 50%;
	left: 0px;
}

#footer .footer_copyright li a {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

#footer .footer_copyright li a:hover {
	text-decoration: underline;
	color: #f9be00;
}

#footer .footer_copyright address {
	float: right;
	font-size: 12px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 55px;
	height: 55px;
	-webkit-border-radius: 64px;
	border-radius: 64px;
	background: rgba(249, 190, 0, 0.90);
	font-size: 0;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 20;
	cursor: pointer;
}

#pagetop:before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 4px #fff;
    border-left: solid 4px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    left: 18px;
}

#pagetop:hover {
	opacity: 0.7;
}

/* ---------------------------------------------------------
	CSS Document jqery autocomplite
--------------------------------------------------------- */
.ui-menu .ui-menu-item-wrapper {
    z-index: 20 !important;
    /*    position: relative;
    padding: 3px 1em 3px .4em;*/
}

.ui-widget-content {
    border: 1px solid #666 !important;
    background: #eee !important;
    z-index: 999 !important;
}
/* 
    color: #393 !important;
.ui-state-active {
    border: 1px solid #67969c !important;
    background: #3cbfd3 !important;
    font-weight: bold !important;
    color: #ffffff;
}
*/

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */
#sp_footer {
    display: none;
}