@charset "UTF-8";
/* header */

/*==============================
		header
==============================*/

header{
	border-top: #333333 3px solid;
	width:100%;
}
.header_wrap_01{
	width:1000px;
	margin:0 auto;
	position:relative;
}
header h1{
	display:inline-block;
	width:410px;
	font-size:80%;
}
header h1 span{
	font-size:14px;
	font-weight: 600;
}
.bg_h1{
	width:55%;
	padding-left:5px;
	float:left;
}
.bg_h1 p{
	line-height: 40px;
}
.bg_h1 p img{
	margin-right:20px;
	margin-bottom:12px;
}
.bg_h1 p img:last-child{
	margin-right:10px;
}
.bg_h1 p a{
	display: inline-block;
	height:40px;
	color:#fff;
}
.header_wrap_02{
	width:1000px;
	margin:0 auto;
	padding:40px 0 20px;
	position: relative;
	box-sizing:content-box;
	height:64px;
}
.header_wrap_02 .left_area {
	display: block;
	float:left;
	width:400px;
}
ul.icons {
	padding-left: 0;
	display: inline-block;
	width:auto;
	position:relative;
	top:-2px;
}
ul.icons li {
	display: inline-block;
}
ul.icons li img {
	max-width: 50px;
}
.header_wrap_02 .right_area {
	display: block;
	float:right;
	width:600px;
	text-align:right;
}
.header_wrap_02 .right_area .header_payment {
	display: inline-block;
	width:210px;
	padding-right:10px;
	position:relative;
	top:-3px;
}
.header_wrap_02 .right_area .header_tpoint {
	display: inline-block;
}
.header_wrap_02 .right_area .header_contact_list {
	display: inline-block;
	width:220px;
}
.header_wrap_02 .right_area .header_contact_list li {
	display: block;
	text-align:right;
}
.header ul.header_menu {
	display:inline-block;
	position: absolute;
	right: -20px;
}
.header ul.header_menu li {
	font-size: 85%;
	position: relative;
	display: inline-block;
	padding: 0 5px 0 20px;
	background: #5b5c5c;
	color: #fff;
	height:25px;
	line-height:23px;
	background:url(/images/bg_header_menu_li.png) right top;
	margin-left:-20px;
}
.header ul.header_menu li:nth-child(1) {
	z-index:12;
	padding-left:15px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
}
.header ul.header_menu li:nth-child(2) {
	z-index:11;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
}
.header ul.header_menu li:nth-child(3) {
	z-index:10;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
}

/*
.header ul.header_menu li:first-child {
	padding-left:10px;
	background: #333333;
}
.header ul.header_menu li:first-child:before {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
}
.header ul.header_menu li:not(:first-child):before {
	content:" ";
	position:absolute;
	top:0;
	left:-13px;
	width:0;
	height:0;
	border-width:0 0 25px 13px;
	border-style:solid;
	border-color: transparent transparent #5b5c5c transparent;
}
.header ul.header_menu li:after {
	content:" ";
	position:absolute;
	top:0;
	left:100%;
	width:0;
	height:0;
	border-width:25px 13px 0 0;
	border-style:solid;
	border-color:#5b5c5c transparent transparent transparent;
}
.header ul.header_menu li:first-child:after {
	border-color:#333 transparent transparent transparent;
}*/

.header ul.header_menu li a {
	color:#fff;
	padding-right:15px;
}
.header ul.header_menu li a:hover,
.header ul.header_menu li a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1 !important;
}
.header ul.header_menu li:hover {
	background:url(/images/bg_header_menu_li_on.png) right top;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: scale(1.07);
	z-index:100;
	position:relative;
	/* top:1px; */
}
.header ul.header_menu li a i {
	font-size: 120%;
	padding-right:8px;
}

/*
.header ul.header_menu li a:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
}
.header ul.header_menu li:hover {
	background:#f00;
}
.header ul.header_menu li:hover:after {
	border-color:#f00 transparent transparent transparent;
}
*/
@media screen and (min-width:768px){
	header{
		width:100%;
		background: #fff;
		/*z-index: 998;*/
		/*position: fixed;*/
	}
	.content-main {
		/*padding-top: 200px;*/
	}
}

@media screen and (min-width:0px) and (max-width:767px){
	.content-main {
		padding-top: 50px;
	}
	header{
		width:100%;
		background: #fff;
		z-index: 998;
	}
	header img {
	    max-width: 100% !important;
	}
	.header_wrap_01{
		width:100%;
		margin:0 auto;
		padding:5px 0.5em;
		text-align:center;
	}
	.header ul.header_menu {
		display: none;
	}
	header h1 {
		width:100%;
		font-size:77%;
		letter-spacing:0em;
	}
	.header_wrap_02{
		width:100%;
		margin:0 auto;
		padding:0;
		height:auto;
	}
	.header_wrap_02 .left_area{
		display:block;
		text-align:center;
		float:none;
		width:100%;
	}
	.header_wrap_02 .left_area img{
		width:100%;
	}
	.header_wrap_02 .right_area{
		display:block;
		text-align:center;
		float:none;
		margin:0 auto;
		min-height:50px;
		width:80%;
		margin-top:0.5em;
		margin-bottom:0.5em;
	}
	.header_wrap_02 .right_area .header_payment {
		margin-right:1em;
		display:inline-block;
		float:left;
		width:auto;
		max-width:45%;
	}
	.header_wrap_02 .right_area .header_contact_list {
		display:inline-block;
		float:right;
		width:auto;
		max-width:45%;
	}
	.header_wrap_02 .right_area .header_payment img,
	.header_wrap_02 .right_area .header_contact_list img {
		width: 100%;
	}
	.header_wrap_02 .right_area .header_contact_list li {
		line-height:1;
	}
	.header_payment .payment-sp-card { padding-right:0.5em; position:relative; top:-2px;}

	.header_wrap_02 a.logolink{
		display: inline-block;
		width:67%;
		height:auto;
		margin-right:0;
	}
	.header_wrap_02 a img{
		width:100%;
		height:auto;
	}
	.header_wrap_02 img{
		display: inline-block;
		width:30%;
		height:auto;
	}
}


/*==============================
		nav
==============================*/

#sp_gnav{
	display: none;
}
.pc_gnav{
	clear:both;
}
.pc_gnav ul{
	width:1000px;
	margin:0 auto;
	background: url(/images/bg_gnavi.png) repeat-x 0 10px;
}
.pc_gnav ul li{
	display: block;
	width:166px;
	height: 56px;
	text-align: center;
	line-height: 30px;
	margin-left:1px;
	font-weight: 500;
	float:left;
	position:relative;
	background:#fff;
	transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
}
.pc_gnav ul li:first-child{
	width:165px;
	margin-left:0;
}

.pc_gnav ul li a{
	display:block;
	width:100%;
	height:100%;
	color: #444444;
	letter-spacing: 0.2em;
	line-height:1.8;
}
.pc_gnav ul li a span {
	display:block;
	text-align:center;
	font-size:8px;
	color:#55838d;
	width: 100%;
	letter-spacing: 0;
}
.pc_gnav ul li a:hover{
	opacity: 0.6;
}
.header_bg_blue{
	display:none;
}
nav.footer-fix {
	display:none;
}

@media screen and (min-width:0px) and (max-width:767px){
	header {
		border-top: none;
	}
	.sp-inner-hidden {
		display: none;
	}
	.pc_gnav{
		display: none;
	}
	nav.footer-fix {
		display: block;
	}
	.header_bg_blue{
		display: block;
		border-top: #333333 3px solid;
		position: fixed;
		top:0;
		z-index: 998;
		background-color: #333;
		width:100%;
		float:none;
	}
	#sp_gnav_btn{
		position: absolute;
		left: 0;
		top: 0;
		display: inline-block;
		color:#fff;
		padding: 10px 15px;
		z-index: 999;
	}
	#sp_gnav_btn_r{
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		color:#fff;
		padding: 10px 15px;
		z-index: 999;
	}
	#sp_gnav_btn a{
		color:#fff;
		text-decoration:none;
		right: 0;
		top: 0;
	}
	.header_bg_blue .logo{
		width:auto;
		height: 50px;
		margin: 0 auto;
		position: relative;
	}
	.header_bg_blue .logo h2{
		position: absolute;
    top: 50%;
    left: 45%;
		-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
		padding-top:0;
		padding-bottom:4px;
		width: auto;
	}
	.header_bg_blue .logo img{
		max-height:50px;
		width: auto;
	}
	#sp_gnav_btn_r a{
		color:#fff;
		text-decoration:none;
		padding-left:10px;
		display:inline-block;
	}
	#sp_gnav_btn a span{
		color:#fff;
		text-decoration:none;
		font-size: 130%;
		line-height: 1.8;
		position: relative;
		top: -2px;
	}
	#sp_gnav_link{
		display: inline-block;
		float: right;
		position: relative;
		top: 1em;
		right:1em;
	}
	#sp_gnav_link a{
		color:#fff;
		padding: 0.2em 0.4em;
		border: #fff 1px solid;
		border-radius: 2px;
	}
	#sp_gnav_list{
		width:100%;
		padding:5px 10px;
		background-color: #6fbbd8;
		position: fixed;
		top:40px;
		z-index: 999;
	}
	#sp_gnav_list li a{
		width:100%;
		color:#fff;
		font-size: 16px;
		font-weight: 500;
		line-height: 36px;
		padding-left:10px;
	}
	header .header {
		padding-top:50px;
	}
	header nav ul {
		min-height:0px;
		padding-top:0;
		width: 100%;
		margin: 0px;
		background-color: #000;
		opacity: 0.8;
		float: none;
		overflow: hidden;
		position: fixed;
		left: 0px;
		bottom: 0px;
		display: flex;
		z-index: 9999;
		justify-content: center;
		align-items: center;
	}

	header nav ul li {
		position: relative;
		/*width: 33.3%;*/
		height: auto;
		border-left: 1px solid #aaa;
		/*float: left;*/
		flex-grow: 1;
		height: 4em;
	}

	header nav ul li:first-child {
		border-left: none;
	}

	header nav ul li a {
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 90%;
		font-weight:normal;
		line-height: 1.3;
		text-align: center;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header nav ul li a i {
		position: relative;
		/*top:40%;*/
		left:-1em;
		font-size:160% !important;
	}

	header nav.footer-fix.col-1 ul li {
		width: 100%;
		text-align: center;
	}
	header nav.footer-fix.col-1 ul li a {
		padding: 1.5em 0;
	}
	header nav.footer-fix.col-1 ul li a i {
		position: relative;
		top:0;
		left:0;
		font-size:140% !important;
		margin-right: 0.5em;
	}

}


@media only screen and (min-width: 768px) {
	#breadcrumbs-one li {
		display: inline-block;
	}
	#breadcrumbs-one li::after {
		display: inline-block;
		content: '\003e';
		margin: 0 .6em;
		color: #959fa5;
	}
	#breadcrumbs-one li:last-child::after {
		content: '';
	}
}
@media only screen and (max-width: 767px) {
	.content-main {
		margin-top: 0 !important;
	}
	.panList {
		width: 100% !important;
		overflow: hidden !important;
		background: #ccc !important;
		padding: 2px 0 2px 0 !important;
	}
	#breadcrumbs-one{
	  background: #eee;
	  overflow: hidden;
	  width: 200%;
	}

	#breadcrumbs-one li{
		float: left;
	}
	#breadcrumbs-one li.active{
		float: left;
		padding: .2em .2em .3em 1.8em;
		font-size:85%;
	}

	#breadcrumbs-one a{
	  padding: .2em .2em .3em 1.8em;
	  float: left;
	  text-decoration: none;
	  color: #444;
	  position: relative;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5);
	  background-color: #ddd;
		font-size:85%;
	}
	#breadcrumbs-one li.current a{
	  background-color: #fff;
	}

	#breadcrumbs-one li:first-child a{
	  padding-left: 1em;
	  border-radius: 5px 0 0 5px;
	}

	#breadcrumbs-one a:hover{
	  background: #fff;
	}

	#breadcrumbs-one a::after,
	#breadcrumbs-one a::before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  margin-top: -1.5em;
	  border-top: 1.5em solid transparent;
	  border-bottom: 1.5em solid transparent;
	  border-left: 1em solid;
	  right: -1em;
	}

	#breadcrumbs-one a::after{
	  z-index: 2;
	  border-left-color: #ddd;
	}

	#breadcrumbs-one a::before{
	  border-left-color: #ccc;
	  right: -1.1em;
	  z-index: 1;
	}

	#breadcrumbs-one a:hover::after{
	  border-left-color: #fff;
	}
	#breadcrumbs-one li.current a::after{
	  border-left-color: #fff;
	}

	#breadcrumbs-one .current,
	#breadcrumbs-one .current:hover{
	  font-weight: normal;
	  background: none;
	}

	#breadcrumbs-one .current::after,
	#breadcrumbs-one .current::before{
	  content: normal;
	}
}
