@charset "utf-8";
/* CSS Document */
header {
	margin: 0;
	padding: 0;
	border-bottom: 5px solid rgba(227,227,227,1.00);
}
header .header_inner {
	position: relative;
	height: 130px;
	background: url("../img/header_bg.jpg") left top no-repeat;
	background-size: auto 100%;
	
}
header .header_inner .header_left {
	position: relative;
	left: 0;
	top: 0;
	padding: 0 0 0 15px;
}
header .header_inner .header_left > div {
	vertical-align: top;
}
.header_desc {
}
.header_desc p {
	font-size: 14px;
	color: #FFF;
	background-color: rgba(13,13,13,1.00);
	line-height: 1.0em;
	padding: 0.5em 1em;
	text-align: left;
}
.header_desc span {
	font-size: 0.8em;
}
.header_logo {
	padding-top: 8px;
	display: inline-block;
}
.header_logo img {
	width: auto;
	height: 110px;
}
.header_badge {
	display: inline-block;
	padding: 0;
}
.header_badge img {
	width: auto;
	height: 130px;
}
.only_sp {
	display: none;
}
@media screen and (max-width: 1150px) {
	.header_badge {
	  display: none;
	}
}
@media screen and (min-width: 881px) {
	.header_right {
		position: absolute;
		right: 12px;
		top: 0;
		display: inline-block;
	}
	.header_right .r01 {
		font-size: 0;
		text-align: right;
		display: block;
	}
	.header_right .r01 .tel {
		display: inline-block;
		background-color: #000;
		padding: 3px 6px 6px 48px;
		font-size: 20px;
		color: #FFF;
		border-bottom-left-radius: 6px;	
		border-bottom-right-radius: 6px;
		border-left: 1px rgba(159,159,159,1.00) solid;
		border-right: 1px rgba(159,159,159,1.00) solid;
		border-bottom: 1px rgba(159,159,159,1.00) solid;
		height: 48px;
		vertical-align: top;
		margin-right: 6px;
		position: relative;
	}
	.header_right .r01 .tel::before {
		content: "";
		display: table-cell;
		width: 26px;
		height: 26px;
		position: absolute;
		left: 12px;
		top: 10px;
		background: url("../img/icn_phone.png") center center no-repeat;
		background-size: auto 100%;
	}
	.header_right .r01 .tel .number {
		font-weight: bold;
		text-align: left;
	}
	.header_right .r01 .tel .text {
		font-size: 0.5em;
		padding-top: 6px;
	}
	.header_right .r01 .guide {
		display: inline-block;
		background: rgb(240,240,240);
		background: linear-gradient(0deg, rgba(220,220,220,1) 0%, rgba(255,255,255,1) 100%);
		font-size: 18px;
		color: #000;
		padding: 3px 8px 6px 12px;	
		border-bottom-left-radius: 6px;	
		border-bottom-right-radius: 6px;
		border-left: 1px rgba(159,159,159,1.00) solid;
		border-right: 1px rgba(159,159,159,1.00) solid;
		border-bottom: 1px rgba(159,159,159,1.00) solid;
		height: 48px;
		position: relative;
	}
	.header_right .r01 .guide:hover {
		opacity: 0.6;
	}
	.header_right .r01 .guide .number {
		background: url("../img/icn_question.png") left center no-repeat;
		background-size: 18px auto;
		padding-left: 23px;
		padding-bottom: 4px;
		border-bottom: 2px solid #C7C7C7;
	}
	.header_right .r01 .guide .text {
		color: #4A4A4A;
		font-size: 0.6em;
		line-height: 12px;
		padding-top: 3px;
		text-align: center;
	}
	.header_right .r01 .guide a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.header_right .r02 {
		font-size: 0;
		padding-top: 6px;
		display: block;
	}
	.header_right .r02 > div {
		display: inline-block;
		vertical-align: top;
		margin-right: 6px;
	}
	.header_right .r02 > div:nth-last-child(1) {
		margin-right: 0;
	}
	.header_right .r02 > div a {
		display: block;
		border-radius: 6px;
		border: solid rgba(220,220,220,1.00) 1px;
		height: 32px;
		line-height: 30px;
		font-size: 13px;
		text-shadow: -1px -1px 0px #FFF,0px -1px 0px #FFF,-1px 0px 0px #FFF,-1px 1px 0px #FFF,1px 1px 0px #FFF,1px 0px 0px #FFF,1px -1px 0px #FFF;
		position: relative;
	}
	.header_right .r02 > div.login a {
	background: rgb(239,222,0);
	background: linear-gradient(0deg, rgba(239,222,0,1) 0%, rgba(243,236,136,1) 52%, rgba(255,255,255,1) 100%);
		padding: 0 1em 0 30px;
	}
	.header_right .r02 > div.login a::before {
		content: "";
		display: table-cell;
		width: 15px;
		height: 15px;
		background: url("../img/icn_arrow_red.png") center center no-repeat;
		background-size: auto 100%;
		position: absolute;
		left: 9px;
		top: 8px;
	}
	.header_right .r02 > div.regist a {
		background: rgb(240,240,240);
		background: linear-gradient(0deg, rgba(220,220,220,1) 0%, rgba(255,255,255,1) 100%);
		padding: 3px 1em 0 40px;
		font-size: 12px;
		line-height: 1.0;
	}
	.header_right .r02 > div.regist a span {
		font-size: 0.8em;
	}
	.header_right .r02 > div.regist a::before {
		content: "";
		display: table-cell;
		width: 25px;
		height: 25px;
		background: url("../img/icn_beginner.png") center center no-repeat;
		background-size: auto 100%;
		position: absolute;
		left: 6px;
		top: 3px;
	}
	.header_right .r02 > div.cart a {
	background: rgb(214,30,50);
	background: linear-gradient(0deg, rgba(214,30,50,1) 0%, rgba(215,40,44,1) 52%, rgba(242,157,104,1) 100%);
		color: #FFF;
		text-shadow: -1px -1px 1px rgba(173,53,6,1.00),1px 1px 1px rgba(173,53,6,1.00);
		padding: 0 60px 0 30px;
	}
	.header_right .r02 > div.cart a::before {
		content: "";
		display: table-cell;
		width: 13px;
		height: 13px;
		background: url("../img/icn_arrow_white.png") center center no-repeat;
		background-size: auto 100%;
		position: absolute;
		left: 10px;
		top: 9px;
	}
	.header_right .r02 > div.cart a::after {
		content: "";
		display: table-cell;
		width: 17px;
		height: 17px;
		background: url("../img/icn_cart.png") center center no-repeat;
		background-size: auto 100%;
		position: absolute;
		right: 36px;
		top: 7px;
	}
	.header_right .r02 > div.cart a span {
		position: absolute;
		display: table-cell;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		vertical-align: middle;
		color: rgba(59,59,59,1.00);
		background-color: #FFF;
		border-radius: 50%;
		top: 5px;
		right: 8px;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.00);
		font-size: 0.8em;
	}
}


@media screen and (max-width: 880px) {
	.only_sp {
		display: block;
	}
	
	.header_left {
		display: none;
	}
	.sp_logo{
	height: 100%;
	}
		.sp_logo a{
		display: block;
		padding: 10px 10px;
    height: 100%;
		}
	.sp_logo img{
	max-height: 50px;
	    height: 100%;
	width: auto;
	}
	
	
	header {
		position: relative;
	}
	header .header_inner {
	  position: relative;
	  height: 60px;
	  background: url("../img/header_bg.jpg") left top no-repeat;
		background-size: auto;
	  background-size: auto 100%;
	}	
	.home header .header_inner {
		content: "";
		position: relative;
		height: auto;
		background: url("../img/topimg_sp.jpg") top left no-repeat;
		background-size: 100% auto;
		display: block;
		padding-top: 160%;
	}
	.header_desc {
		display: none;
	}	
	.wrap {
		position: relative;
	}
	.main_body {
		position: static;
	}
	.header_right {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 900;
		background-color: #000;
	}
	.header_right .inner {
		font-size: 0;
		padding: 1.8vw 1.8vw 3vw;
		text-align: center;
	}
	.header_right .inner > div.r01 {
	}
	.header_right .inner > div.r01 .guide {
		display: none;
	}
	.header_right .inner > div.r01 .tel {
		position: fixed;
		left: 0;
		bottom: 14.6vw;
	}
	.header_right .inner > div.r01 .tel a {
		display: table-cell;
		font-size: 3.6vw;
		background-color: #C51013;
		color: #FFF;
		padding: 0.8em 1em;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
	.header_right .inner > div.r01 .tel .number,
	.header_right .inner > div.r01 .tel .text
	{
		display: none;
	}
	.header_right .inner > div.r02 {
		display: block;
		font-size: 10px;
	}
	.header_right .inner > div.r02 > div {
		display: inline-block;
		height:8vw;
		color: #FFF;
		vertical-align: middle;
		margin-right: 4px;
	}
	.header_right .inner > div.r02 > div a {
		display: table-cell;
		height:8vw;
		color: #FFF;
		vertical-align: middle;
		font-size: 3.8vw;
		border: 1px solid #FFF;
		padding: 0 1.3vw;
		border-radius: 6px;
	}
	.header_right .inner > div.r02 .regist span,
	.header_right .inner > div.r02 .regist br {
		display: none;
	}
	.header_right .inner > div.r02 .cart a {
		padding-right: 6vw;
		position: relative;
	}
	.header_right .inner > div.r02 .cart span {
		color: #000;
		background-color: #FFF;
		border-radius: 50%;
		font-size: 2.2vw;
		position: absolute;
		right: 0.8vw;
		top: 2vw;
		display: table-cell;
		width: 4vw;
		height: 4vw;
		line-height: 4vw;
		vertical-align: middle;
	}	
	.sp_btn {
		display: table-cell;
		width: 40px;
		height: 40px;
		background-color: rgba(255,255,255,0.60);
		position: fixed;
		right: 6px;
		top: 6px;
		border-radius: 8px;
		border: 2px solid #FFF;
		box-sizing: content-box;
		z-index: 999;
		cursor: pointer;
	}
	.lnav .sp_btn .bar01 {
		display: table-cell;
		width: 29px;
		height: 3px;
		background-color: #000;
		position: absolute;
		right: 5px;
		top: 12px;
		transition: all 300ms 0s ease;
		z-index: 999;
	}
	.lnav .sp_btn .bar02 {
		display: table-cell;
		width: 25px;
		height: 3px;
		background-color: #000;
		position: absolute;
		right: 6px;
		top: 20px;
		transition: all 300ms 0s ease;
		z-index: 999;
	}
	.lnav .sp_btn .bar03 {
		display: table-cell;
		width: 30px;
		height: 3px;
		background-color: #000;
		position: absolute;
		right: 5px;
		top: 28px;
		transition: all 300ms 0s ease;
		z-index: 999;
	}
	.lnav.open .sp_btn .bar01 {
		display: table-cell;
		width: 38px;
		height: 3px;
		background-color: #000;
		position: absolute;
		right: 1px;
		top: 19px;
		transform: rotate(45deg);
		transition: all 300ms 0s ease;
	}
	.lnav.open .sp_btn .bar02 {
		display: none;
	}
	.lnav.open .sp_btn .bar03 {
		display: table-cell;
		width: 38px;
		height: 3px;
		background-color: #000;
		position: absolute;
		right: 1px;
		top: 19px;
		transform: rotate(-45deg);
		transition: all 300ms 0s ease;
	}
	.lnav {
		background-color:rgba(243,243,243,1.00) ;
		z-index: 999;
	}
	.lnav .inner {
		padding: 65px 2% 20vh;
		max-height: 98vh;
		overflow-y: scroll;
	}
	.lnav .inner .mother {
		border: 2px solid #FFF;
		border-radius: 6px;
	}
	.lnav .inner .mother > dd {
		padding: 0 8px;
		margin-bottom: 8px;
	}
	.lnav .inner .mother > dd > div {
		border: 2px solid #FFF;
	}
	.lnav .inner .mother > dd > div {
	}
	.lnav .inner .mother .cat_tt {
		margin-bottom: 8px;
	}
	.lnav .inner .mother .cat_tt dt {
		font-size: 16px;
		padding: 0.4em 0.6em;
		background-color: #FFF;
	}
	.lnav .inner .mother .has_child {
	}
	.lnav .inner .mother .has_child span,
	.lnav .inner .mother dt a
	{
		font-size: 16px;
		padding: 0.4em 0.6em;
		background-color: #FFF;
		display: block;
		position: relative;
		max-height: 100vh; 
	}
	.lnav .inner .mother .has_child.close span::after {
		position: absolute;
		right: 0.6em;
		top: 0.4em;
		content: "";
		display: table-cell;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url("../img/icn_plus.png") center center no-repeat;
		background-size: 100% auto;
	}
	.lnav .inner .mother .has_child.open span::after {
		position: absolute;
		right: 0.6em;
		top: 0.4em;
		content: "";
		display: table-cell;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		line-height: 16px;
		background: url("../img/icn_minus.png") center center no-repeat;
		background-size: 100% auto;
	}
	.lnav .inner .mother .has_child .child li {
		border: 1px dotted #FFF;
	}
	.lnav .inner .mother .has_child .child li a {
		display: block;
		padding-left: 30px;
		height: 30px;
		line-height: 30px;
		position: relative;
	}
	.lnav .inner .mother .has_child .child li a::before {
		content: "";
		display: table-cell;
		width: 12px;
		height: 12px;
		background: url("../img/icn_arrow_red.png") center center no-repeat;
		background-size: 100% auto;
		position: absolute;
		left: 12px;
		top: 8px;
	}
	.lnav .inner .mother .has_child .child {
		max-height: 0;
		opacity: 0;
		display: none;
		transition: all 300ms 0s ease;
	}
	.lnav .inner .mother .has_child.open .child {
		max-height: 100vh;
		opacity: 1.0;
		transition: all 300ms 0s ease;
		display: block;
	}
	.lnav .inner .mother .has_child.open .child li a {
		font-size: 14px;
	}
	.fixed.sp {
		position: fixed;
		left: 0;
		top: 0;
	}
}

/* footer */

.bottom_cont {
	background-color: rgba(49,49,49,1.00);
	padding: 30px 0;
}
.bottom_cont .inner {
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 60px;
}
.bottom_cont .left {
	width: 250px;
}
footer .bottom_cont .list {
flex:1;

	padding-top: 15px;
	

    flex-direction: column; 
    justify-content: center; 
display: flex;

}


.bottom_cont .left .info {
	padding-top: 15px;
	padding-left: 0.8em;
}
.bottom_cont .left .info p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.6;
	
}
.bottom_cont h2 img {
	width: 230px;
	height: auto;
}
footer .copy {
	background-color: rgba(228,228,228,1.00);
}
footer .copy small {
	font-size: 11px;
	line-height: 2.0em;
	height: 2.0em;
	text-align: center;
	display: block;
	color: rgba(70,70,70,1.00);
}
footer .bottom_cont .list .list01,
footer .bottom_cont .list .list02 {
}
footer .bottom_cont .list ul {
	font-size: 0;
	text-align: left;
}
footer .bottom_cont .list ul li,
footer .bottom_cont .list ul li a,
footer .bottom_cont .list dd a
{
	font-size: 13px;
	color: rgba(255,255,255,1.00);
	line-height: 1.0;
}
footer .bottom_cont .list ul li a,
footer .bottom_cont .list dd a {
	background-color: #FFF;
	padding: 0.4em 0.7em;
	color: rgba(54,53,53,1.00);
	display: block;
	border-radius: 0.3em;
}
footer .bottom_cont .list ul li,
footer .bottom_cont .list dd {
	display: inline-block;
	margin-bottom: 0.8em;
	margin-right: 1.0em;
}
footer .bottom_cont .list .list02 {
	font-size: 13px;
}
footer .bottom_cont .list .list02 dt {
	color: #FFF;
	margin-bottom: 0.8em;
	margin-top: 0.2em;
	background-color: rgba(77,77,77,1.00);
	padding: 0.5em 1em;
}
@media screen and (max-width: 880px) {
	.bottom_cont .left {
		display: none;
	}
	footer .bottom_cont .list {
	  padding-left: 0;
	  padding-top: 15px;
	}
	.bottom_cont .inner {
		padding-bottom: 30vw;
	}
	.bottom_cont {
	  padding: 0;
	}	
}



