@charset "utf-8";

html {scroll-behavior: smooth;}
#pc_header .HeadNav01,
#pc_header .HeadNav02,
#pc_header #Gnav,
#smp_header #headRMain li.area,
#smp_header #headRMain li.mycoupon,
#smp_header #headRMain li.menu {display:none!important;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 16px;
    margin: 3%;
    font-weight: bold;
}
.inner{
	width: 94%;
    margin: 0 3% 5%;
    box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
}

footer #pagetop {
	text-align: right;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 48;
	background: none;
}
footer #pagetop img {
	width: 32px;
	height: 33px;
}
footer p {
	font-size: 10px;
	background: #343474;
    text-align: center;
    color: #fff;
    margin: 25px 0 0;
    padding: 5px 0;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 18px;
    margin: 3% auto;
    font-weight: bold;
	text-align: center;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto 5%;
    box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
}
footer #pagetop {
    bottom: 20px;
    position: fixed;
    right: 20px;
    text-align: right;
    z-index: 50;
	background: none;
}
footer p {
	font-size: 12px;
	background: #343474;
    text-align: center;
    color: #fff;
    margin: 25px 0 0;
    padding: 5px 0;
}
}