@charset "utf-8";
/* ============================================================ */
/* .header_top */
/* ============================================================ */
/*.header_top {
	display: none;
}
*/
/* .header_inquiry
------------------------------------------------------------ */
/*.header_inquiry {
	display: none;
}*/


/* ============================================================ */
/* header */
/* ============================================================ */
header {
	background: #fff;
	padding: 10px 0 0 0;
	margin: 0 0 -1px 0;
	position: relative;
}

/* .logo
------------------------------------------------------------ */
header .header_inner .logo {
	width: 200px;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
}

header .header_inner .logo a img {
	width: 100%;
}



/* ============================================================ */
/* #header_sp_nav */
/* ============================================================ */
#header_sp_nav {
	position: absolute;
	right: 0;
	top: 0;
	height: 65px;
}

#header_sp_nav a {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 70px;
	height: 51px;
	display: block;
	font-size: 1.1rem;
	color: #370600;
	text-decoration: none;
}

#header_sp_nav i {
	display: block;
	font-size: 3.0rem;
	color: #fa80aa;
	line-height: 0.8;
}


/* ============================================================ */
/* #header_menu */
/* ============================================================ */
#header_menu {
	background: #fdbecd;
	padding: 5%;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 2000;
}

#header_menu ul {
	overflow: hidden;
}

#header_menu ul li {
	float: left;
	margin: 0 2% 7px 0;
	width: 49%;
	height: auto;
	text-align: left;
}

#header_menu ul li:nth-child(2n+0) {
	margin: 0 0 7px 0;
}

#header_menu ul .header_menu_close {
	width: 100%;
}

#header_menu ul li a {
	padding: 8px 10px;
	display: block;
	font-size: 1.1rem;
	background: #fff;
	color: #626262;
	text-decoration: none;
	word-wrap: break-word;
}

#header_menu ul li a i {
	color: #f7709f;
}

#header_menu ul .header_menu_close a {
	padding: 8px 10px;
	background: #503119;
	color: #fff;
}

#header_menu ul .header_menu_close a i {
	color: #fff;
}


/* ============================================================ */
/* .header_search */
/* ============================================================ */
.header_search {
	background: #fdbecd!important;
	padding: 10px 15px!important;
	width: 100%!important;
	text-align: left!important;
	box-sizing:border-box!important;
}

.header_search .gsc-search-box ,
.header_search .gsc-search-box table {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.header_search .gsc-search-box tbody ,
.header_search .gsc-search-box td {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.header_search .gsc-search-box .gsc-input-box {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

.header_search .gsc-search-box .gsc-input-box #gsc-i-id2 {
	position: relative!important;
	margin-bottom: 0!important;
	*margin-left: 0!important;
	vertical-align: top!important;
	width: 100% !important;
	height: 30px!important;
	padding: 0 2px!important;
	background: #fff!important;
	border: none!important;
	-webkit-appearance:none!important;
	border-radius: 0!important;
	margin: 0 !important;
	font-size: 1.1rem!important;
	line-height: 1.4;!important;
	box-sizing: border-box!important;
}

.header_search .gsc-search-box table td.gsc-input ,
.header_search .gsc-search-box table #gs_id51 {
	width: 100% !important;
	height: 30px!important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.header_search .gsc-search-box #gsc-iw-id2 ,
.header_search .gsc-search-box .gsc-input-box ,
.header_search .gsc-search-box .gsc-input {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 30px!important;
	overflow: hidden !important;
}

.header_search .gsc-search-box .gsc-input {
    border-radius: 0!important;
}

.header_search .gsc-search-box .gsc-search-button {
	padding: 0 !important;
	margin: 0 !important;
}

.header_search .gsc-search-box .gsc-search-button input[type="image"] {
	padding: 8px 14px 7px 15px !important;
	border: 1px solid #fff !important;
	background: #663c1b !important;
    border-radius: 0!important;
}




/*.header_search form {
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	border: none;
	width: 100%;
	box-sizing:border-box;
}

.header_search form input[type="text"] {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	width: 100%;
	min-height: 25px;
	background: #fff;
	border: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin: 0 !important;
	font-size: 1.3rem;
	line-height: 1.4;
	box-sizing:border-box;
}

.header_search form input[type="image"] {
	width: 30px;
	border-radius: 0;
	margin: 0 0 0 -30px;
	position: relative;
	z-index: 3000;
}*/



/* ============================================================ */
/* #gnavi_sp */
/* ============================================================ */
#gnavi_sp {
	width: 100%;
}

#gnavi_sp ul {
	display:table;
    table-layout: fixed;
    width: 100%;
	box-sizing: border-box;
}

#gnavi_sp ul li {
	float: left;
	width: 25%;
	display:table-cell;
    vertical-align:middle;
    text-align:center;
	border-right: 1px solid #f75e84;
	border-left: 1px solid #fd9db4;
	box-sizing: border-box;
}

#gnavi_sp ul li:last-of-type {
	border-right: none;
}

#gnavi_sp ul li:first-of-type {
	border-left: none;
}

#gnavi_sp ul li a {
	display: block;
	font-size: 0.8rem;
	padding: 7px 0 5px 0;
	color: #fff;
	background: url(/common/img/common/bg_pattern01.png) 0 0 repeat;
}

#gnavi_sp ul li a i {
	display: block;
}

#gnavi_sp ul li a i:before {
	font-family: 'icon';
	font-size: 2.0rem;
	line-height: 1.2;
	color: #fff;
}

#gnavi_sp ul li a i.icon-untitled75:before {
    content: "\e660";
}

#gnavi_sp ul li a i.icon-untitled65:before {
    content: "\e66a";
}

#gnavi_sp ul li a i.icon-untitled66:before {
    content: "\e669";
}

#gnavi_sp ul li a i.icon-arrow_pepar:before {
    content: "\e600";
}









