@charset "utf-8";

a {
	color: #00469A;
}

/* header
-------------------------*/
#header {
	width: 100%;
	}

#header_area {
	background: #fff;
}

#header .header-inner {
	padding: 6px 10px;
	}

#header .header-inner .header_left {
	float: left;
	}

#header .header-inner .header_left .logo_top {
	margin-bottom: 0px;
	}

#header .header_left .logo_top img {
margin-left: 4px;
	}

#header .header-inner .header_left .logo_bottom {
	margin-top: 0px;
	}

#header .logo_s {
	display: inline-block;*display: inline;*zoom: 1;
	vertical-align: bottom;
	}


#header .header-inner .header_right{
	float: right;
	padding: 5px 0 0 0;
}

#header .slide_menu{
	background: rgba(0,0,0,0.8);
	width: 85%;
	right: 0;
	top: 60px;
	position: absolute;
	color: #fff;
	z-index: 100;
	display: none;
	padding-left: 20%;
}

#header .slide_menu > i {
	position: absolute;
	left: 6.5%;
	top: 1%;
}

#header .slide_menu .menu_log_wrap {
	background-color: #f3f3f3;
	padding: 1em 0;
	max-width:320px;
}

#header .slide_menu ul{
	max-width:320px;
}

#header .slide_menu .menu_log_wrap ul li {
	margin: 0 auto 0.5em;
	padding: 1%;
	background-color: #fff;
	width: 90%;
}

#header .slide_menu .menu_log_wrap p {
	color: #595656;
	text-align: center;
	margin-top: 0.5em;
}

#header .slide_menu .menu_log_wrap li p:first-of-type:after {
	content: url(/sp/common/images/arrow_bottom.png);
	position: relative;
	left: 0.5em;
}

#header .slide_menu .menu_log_wrap p.log_btn,
#header .slide_menu .menu_log_wrap p.sign_btn,
#header .slide_menu .menu_log_wrap p.mypage_btn {
	box-sizing: border-box;
	width: 80%;
	margin: 0.5em auto;
	font-size: 18px;
}

#header .slide_menu .menu_log_wrap p.log_btn a {
	box-sizing: border-box;
background: #fef1a3;
background: -moz-linear-gradient(top,  #fef1a3 2%, #ffd21c 98%);
background: -webkit-linear-gradient(top,  #fef1a3 2%,#ffd21c 98%);
background: linear-gradient(to bottom,  #fef1a3 2%,#ffd21c 98%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef1a3', endColorstr='#ffd21c',GradientType=0 );
	border-radius: 5px;
	border: 1px solid #ffbf00;
	width: 100%;
	color: #a12e23;
}

#header .slide_menu .menu_log_wrap ul li:last-of-type {
	margin-bottom: 0;
}

#header .slide_menu .menu_log_wrap p.sign_btn a {
	box-sizing: border-box;
	background-image:-webkit-gradient(linear,24% -1%,24% 151%,color-stop(0, rgb(255,118,118)),color-stop(1, rgb(208,13,13)));
	border-color:rgb(122,7,7);
	border-width:1.5px;
	-webkit-border-radius:3%/15%;
	border-radius:3%/15%;
	border-style:solid;
	background-image: -moz-linear-gradient(top, #FF7676, #D00D0D);
	background-image: -ms-linear-gradient(top, #FF7676, #D00D0D);
	background-image: -o-linear-gradient(top, #FF7676, #D00D0D);
	background-image: -webkit-linear-gradient(top, #FF7676, #D00D0D);
	background-image: linear-gradient(top, #FF7676, #D00D0D);
	border-radius: 5px;
	width: 100%;
	color: #fff;
}

#header .slide_menu .title{
	background: #444;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
}

#header .slide_menu > ul li {
	position: relative;
	font-size: 14px;
}

#header .slide_menu .title span {
    border-left: 3px solid #FFF;
    padding-left: 10px;
}

#header .slide_menu a{
	color: #595656;
	text-decoration: none;
	display: block;
	background: #fff;
	padding: 16px 20px 14px 10px;
	border-bottom: 1px solid #ccc;
}

#header .slide_menu>ul li img {
	vertical-align:middle;
	padding-right:4px;
}

#header .slide_menu>ul li a:after {
	content: url(/sp/common/images/sp_menu_arrow.png);
	position: absolute;
	right: 1.5em;
}

#header .slide_menu>ul li.arrow_pc a:after {
	content:url(/sp/common/images/sp_menu_arrow_right_pc.png) ;
	position: absolute;
	right: 1.5em;
}



/* pan
-------------------------*/
.pan_vav {
	padding-left: 0.6em;
	padding-bottom: 0.5em;
	}
.pan_vav li{
	display:inline;
}

#h_area {
	padding-left: 0.6em;
	}













.pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}

.contact_top {
	padding-top: 10px;
	border-top: solid 1px #aaa;
}

.contact_wrap {
}

.contact_wrap dt {
	text-align: center;
	font-size: 1.1em;
}

.contact_wrap dd, .contact_wrap li {
	width: 95%;
	margin: 0 auto 0.4em auto;
}

.btn_contact_tel {
	box-shadow:0px 0px 3px;
	border-radius: 8px;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	padding: 1em 0.5em 0.5em 0.5em;
	text-align: center;
	background:#fff;
}

.btn_contact_tel a {
	text-decoration: none;
	color: #000000;
}

.btn_contact_tel span {
	line-height: 1em;
}

.tel_no {
	font-weight: bold;
	font-size: 2.0em;
	color: #C60000;
	background-image: url(../images/detail/tel.png);
	background-repeat: no-repeat;
	background-size: 1.2em;
	background-position: left center;
	padding-left: 1.3em;
	padding-bottom: 0.1em;
}

.btn_contact_tel span.bizhour {
	padding-top: 0.3em;
	text-align: center;
}

.btn_rese {
background-position: left center;
box-shadow: 0px 0px 3px;
border-radius: 8px;
margin-top: 0.3em;
margin-bottom: 0.8em;
padding: 0.5em 0.5em 0.5em 0.5em;
font-size: 1.85em;
text-align: center;
background: #FFD93F;
background: -moz-linear-gradient(top,  #FFE680 2%,#FFD93F 53%,#FFD93F 100%);
background: -webkit-linear-gradient(top,  #FFE680 2%,#FFD93F 53%,#FFD93F 100%);
background: linear-gradient(to bottom, #FFE680 2%,#FFD93F 53%,#FFD93F 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE680', endColorstr='#FFD93F',GradientType=0 );
}

.btn_rese a {
color: #000;
display: inline-block;
text-decoration: none;
vertical-align: text-bottom;
width: 100%;
}

.icon_rese {
background-image: url("/sp/common/images/icon_rese.png");
background-position: left center;
background-repeat: no-repeat;
background-size: 1.2em auto;
font-weight: 600;
letter-spacing: 0.04em;
padding-left: 1.3em;
}


/* footer
-------------------------*/
.footer{
	background:#444;
	padding: 10px 0 0 0;
	font-size: 11px;
}

.footer .contact_wrap dt {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color:#fff;
}

.btn_con {
background-position: left center;
border: 0px solid #9b9ba6;
box-shadow: 0px 0px 3px;
border-radius: 8px;
margin-top: 0.5em;
margin-bottom: 0.3em;
padding: 0.5em 0.5em 0.5em 0.5em;
font-size: 1.85em;
text-align: center;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.btn_con a {
color:#000;
display: inline-block;
text-decoration: none;
vertical-align: text-bottom;
width: 100%;
}

.icon_con {
background-image: url("/sp/common/include/footer/images/icon_con.png");
background-position: left center;
background-repeat: no-repeat;
background-size: 1.2em auto;
font-weight: 600;
letter-spacing: 0.04em;
padding-left: 1.3em;
}

.footer_menu_wrap {
	margin: 0 auto;
	width: 100%;
	font-size: 1.2em;
}

.footer ul.footer_menu {
				border-bottom:#666 1px solid;
}

.footer .footer_menu {
	text-align: left;
}

.footer ul{
	text-align: center;
	color: #fff;
}

.footer .footer_menu li {
	position:relative;
	border-top:#666 1px solid;
	border-bottom:#000 1px solid;
	padding:0 10px;
}

.footer .footer_menu li a {
    background-image: url("../images/icon/icon_arrow3_right.png");
    background-size: 30px auto;
				background-position:right center;
				background-repeat:no-repeat;
				display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 6px;
    text-decoration: none;
}

.footer ul li a{
	color: #fff;
	text-decoration: underline;
}

.footer .mode {
	text-align: center;
	color: #fff;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	margin: 8px 0 0 0;
}

.footer .btn{
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	border-radius: 6px;	
	font-size:12px;
	width: 43%;
	margin:12px 0 0 1em;
	float:left;
}

.footer .btn2{
	border-color:#fff;
	background-color:#666;
	border-width:2px;
	border-style:solid;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	border-radius: 6px;	
	font-size:12px;
	width: 43%;
	margin:12px 1em 0 0;
	float:right;
}

.footer .copyright{
	margin-top: 14px;
	color: #fff;
	width: 100%;
	display:inline-block;
}

.footer .copyright p{
	text-align: center;
	padding: 8px 0;
}

.mt10 {margin-top: 10px;}



























