@charset "utf-8";
/* =reset
-------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol li ol,
ul li ul,
ol li ul,
ul li ol,
li {
    margin: 0;
    list-style: none;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    color: #231815;
    background-color: white;
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:500;
}

body {
    font-size: 1.5rem;
}
img{
	width: 100%;
	height: auto;
}
a img:hover {
    opacity: 0.8;
}
.sp_show,
.sp_show2{
    display: none;
}
.sp_hide,
.sp_hide2{
    display: block;
}
strong {
    font-weight: bold;
}
.container-full {
    width: 100%;
    padding: 45px 0;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}

#wrapper{
	width: 100%;
	/*min-width: 1280px;*/
	margin: 0 auto;
	position: relative;
}

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

/* =footer
-------------------------------------------------------------- */
footer img{
  width: auto;
  height: auto;
}
footer .sp_hide {
	clear: both;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
  background-color: #fff;
}
footer .sp_hide .footertop{
	padding:44px 0;
	text-align:left
}
footer .sp_hide .footertop .sttl{
	margin-bottom: 10px;
}
footer .sp_hide .footertop li{
	display:block;
}
footer .sp_hide .footertop li img{ vertical-align:middle;margin-right:10px;}
footer .sp_hide .footertop li a{
	vertical-align:middle;
	/*letter-spacing: 1px;*/
	color:#6C2139;
	font-size:13px;
	line-height:20px;
	text-decoration:none;
}
footer .sp_hide .footertop li span{
	color:#8A651F;
}
footer .sp_hide .footertop li a:hover{
	text-decoration: underline;
}
footer .sp_hide .footermenu{
	border-top:1px solid #C8C6CE;
	padding:20px 0 0 0;
	box-sizing:border-box;
	height:226px;
}
footer .sp_hide .footermenu .leftcol{
	width:120px;
	float:left;
	margin:40px 50px 0 0;
}
footer .sp_hide .footermenu .midcol{
	width:645px;
	float:left;
	margin-top:10px;
}
footer .sp_hide .footermenu .rightcol{
	width:140px;
	float:right;
	margin:0;
}

footer .sp_hide .footermenu ul{
	text-align:left;
	line-height:0;
}
footer .sp_hide .footermenu li{
	display:block;
	float:left;
	margin-bottom:28px;
}
footer .sp_hide .footermenu li.lcol{
	width:210px;
}
footer .sp_hide .footermenu li.ccol{
	width:230px;
}
footer .sp_hide .footermenu li.rcol{
	width:205px;
}
/* middle */
.footermiddle {
	text-align: left;
	margin:0;
	padding: 0;
	height:41px;
	background: url(https://www.resol-ueno.com/t_commons/images/footline.jpg) repeat-x;
}
footer .sp_hide .innerwrap{
	width: 960px;
	text-align: left;
	margin:  0 auto;
	padding: 0;
}
footer .sp_hide .footertop .innerwrap{
	width: 960px;
	text-align: left;
}
footer .sp_hide .footermiddle .innerwrap a{
	margin: 0;
	padding: 0 40px 0 0;
	line-height: 43px;
}
/* bottom */
footer .sp_hide .footerbottom {
	height: 50px;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding: 16px 0;
	box-sizing:border-box;
}
footer .sp_hide .footerbottom ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
footer .sp_hide .footerbottom ul li {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	color:#CCCCCC;
}
footer .sp_hide .footerbottom ul li a{
	color:#191313;
	width: auto;
	float: left;
	font-size:1.2rem;
	margin: 0;
	padding: 0;
}
footer .sp_hide .footerbottom address {
	width: 50%;
	float: right;
	color: #535252;
	font-size: 10px;

	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: right;
}
footer .sp_hide a:hover img {
	opacity:0.8;
	filter: alpha(opacity=50);
}

@media screen and (max-width: 1200px) {
	
	/*#wrapper{
		min-width:100%;
	}*/
}

@media screen and (max-width: 812px) {
	body {
	  font-size: 1.4rem;
	}
	.sp_show {
	  display: block;
	}
	.sp_hide {
	  display: none;
	}
	.container-full {
	  width: 100%;
	  max-width: 640px;
	  min-width: 0;
	  padding: 30px 0 20px 0;
	}
	.container {
	  width: 100%;
	}
	#logo {
	  padding: 15px 10px 5px 10px;
	}
	#logo img {
	  width: 100%;
	  height: auto;
	}
	section#pc {
	  width: 100%;
	  overflow: hidden;
	  background:#2E2623;
	  margin: 0;
	  padding: 0;
	}
	section#pc ul {
	  width: 100%;
	  float: left;
	  background: #2E2623;
	  margin: 0;
	  padding: 0;
	}
	section#pc ul li {
	  width: 100%;
	  float: left;
	  border-right: #fff solid 1px;
	  list-style: none;
	  margin: 0;
	  padding: 10px 0;
	}
	section#pc ul li a {
	  display: block;
	  font-size: 1.3rem;
	  margin: 0;
	  padding: 0;
	}
	section#pc ul li span {
	  width: 85%;
	  display: block;
	  text-align: right;
	  color: #FFF;
	  margin: 0 auto;
	}
	section#pc ul li:last-child {
	  border-right: none;
	}
	section#pc ul li span.all {
	  background: url(https://www.resol-ueno.com/t_commons/images/sp/icon_top.png) no-repeat;
	  background-size: 17px 16px;
	}
	section#pc ul li span.mail {
	  background: url(https://www.resol-ueno.com/t_commons/images/sp/icon_mail.png) no-repeat;
	  background-size: 17px 16px;
	}
	section#pc ul li span.pc {
	  background: url(https://www.resol-ueno.com/t_commons/images/sp/icon_pc.png) no-repeat;
	  background-size: 17px 16px;
	}
	footer .sp_show {
	  width: 100%;
	  overflow: hidden;
	  border-top: #B6B6B6 1px solid;
	  text-align: center;
	  margin: 0;
	  padding-bottom:55px;
	  background-color: #fff;
	}
	footer .sp_show p {
	  width: 100%;
	  line-height: 30px;
	  font-size: 1.4rem;
	  margin-top: 10px;
	  padding: 0;
	}
	footer .sp_show p span {
	  width: 100%;
	  display: block;
	  font-size: 0.9rem;
	  margin: 0;
	  padding: 0;
	}
	footer .sp_show p a {
	  color: #666;
	}
}


@media screen and (max-width: 380px) {
	.sp_show2 {
	  display: block;
	}
	.sp_hide2 {
	  display: none;
	}
}

/* =clearfix
-------------------------------------------------------------- */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}