#wrapper {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

#contents {
	margin: auto;
	z-index: 100;
}

#header {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
//	height: 90vw;
//	max-height: 300px;
background: #FFF;
}

#footer-sub {
//	line-height: 24vw;
	text-align: center;
	clear: both;
//	height: 30vw;
	background-color: rgba(255, 255, 255, 0.1);
}

#footer {
	bottom: 0;
	color: #FFF;
	position: fixed;
	width: 100%;
	font-size: 70%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	z-index: 999;
	text-align: center;
	background-color: #111144;
}

section {
}

.border_R10 {
	border-radius: 1vw;
	-webkit-border-radius: 1vw;
	-moz-border-radius: 1vw;
}

.border_R20 {
	border-radius: 2vw;
	-webkit-border-radius: 2vw;
	-moz-border-radius: 2vw;
}

.post {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	color: #125;
}

/* @group SUB menu */

.sub-menu {
	font-size: 0.8em;
	width: 90%;
	max-width: 1200px;
	border-bottom: 3px rgba(255,255,255,1.00) solid;
	padding: 0;
	margin: 2em auto 5em;
}

.sub-menu ul li {
//	font-family: 'Galada', cursive;
	font-family: 'Josefin Sans', sans-serif;
//	font-family: 'Oswald', sans-serif;
//	font-family: 'Poller One', cursive;
//	font-family: 'Saira Extra Condensed', sans-serif;
//	font-family: 'Saira Stencil One', cursive;
//	font-family: 'Squada One', cursive;
//	font-family: 'Wendy One', sans-serif;
	width: 20%;
	float: left;
	text-align: center;
	font-size: 150%;
}

.sub-menu ul li a:hover{
	background: rgba(125, 125, 125, 0.5);
	text-decoration: underline;
	-webkit-border-radius: 0.5vw 0.5vw 0 0;
	border-radius:  0.5vh 0.5vh 0 0;
//	border-bottom: 3px #FFF dotted;
}

.sub-menu ul li a{
	color: #FFF;
	display: block;
	padding: 0.25em 0;
//	background: transparent;
	text-shadow: 1px 5px 15px #0CD, 1px 2px 30px #0CD;
}

/* @end */

/* @group PAGES */

hr {
	border: none;
	margin: 1em 0;
}

hr.style1 {
	border-top: 2px #FFF solid;
}

hr.style2 {
	border-top: 2px #FFF dotted;
}

hr.style3 {
	border-top: 2px #FFF dashed;
}

tx15 {
	font-size: 150%;
}

tx13 {
	font-size: 130%;
}

tx12 {
	font-size: 120%;
}

tx11 {
	font-size: 110%;
}

tx10 {
	font-size: 100%;
}

tx9 {
	font-size: 90%;
}

tx8 {
	font-size: 80%;
}

tx7 {
	font-size: 70%;
}

tx6 {
	font-size: 60%;
}

txx {
	white-space: nowrap;	
}

.borderdot {
	clear: both;
	margin: 0.5em 0;
	border-top: 2px dotted #FFF;
}
.bordersolid {
	clear: both;
	margin: 0.5em 0;
	border-top: 2px solid #FFF;
}


.goods {
	padding-bottom: 3em ;
}

.goods ul li {
	width: 50%;
	float: left;
}

.goods img {
	width: 100%;
}

.goods2 {
	padding-bottom: 3em ;
	display: block;
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}

.goods2 ul li {
float: left;
width: 50%;
}

.goods2 img {
	width: 100%;
}

.goods3 {
	padding-bottom: 3em ;
	display: block;
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}

.goods3 ul li {
float: left;
width: 100%;
}

.goods3 img {
	width: 100%;
}

/* @end */





@media screen and (max-width: 1024px) {

}




@media screen and (max-width: 640px) {

.sub-menu ul li {
	width: 20%;
}
	.goods ul li {
		width: 100%;
		float: none;
	}
	.goods2 {
		width: 100%;;
		float: left;
	}

.goods2 ul li {
		width: 50%;
	}

.goods3 {
	width: 98%;;
	float: left;
}

.goods3 ul li {
	width: 100%;
}
}

@media screen and (max-width: 480px) {


}





/* @group PAGETOP */

#pageTop {
	position: fixed;
	bottom: 35px;
	right: 15px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	border-radius: 40px;
	width: 80px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images/pagetop.png) center center no-repeat rgba(33, 187, 187, 0.6);
}
 
#pageTop a:hover {
	  text-decoration: none;
	  opacity: 0.7;
}

/* @end */

/* @group アコーディオン */

/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
	line-height: 1.6em;
	text-align: center;
}
.accbox ul li {
	border-bottom: 1.5px dotted #333;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 0.5em 0.5em;
    color: #FFF;
    font-weight: bold;
    background : rgba(0, 0, 0, 0.8);
	cursor :pointer;
    transition: all 0.5s;
}

.caution label {
	color: #F00;
    background : rgba(255, 220, 0, 0.8);
}

.caution2 label {
	color: #FFF;
    background : rgba(255, 125, 0, 0.8);
}
.warning label {
	color: #FFF;
    background : rgba(255, 0, 50, 0.8);
}

/*アイコンを表示*/
.accbox label::after {
	width: 1em;
	content: '＋';
	float: right;
	font-size: 120%;
}

/*ラベルホバー時*/
.accbox label:hover {
    background : rgba(0, 0, 0, 0.5);
}
.caution label:hover {
	background: rgba(255, 220, 0, 0.5);
}
.caution2 label:hover {
    background : rgba(255, 125, 0, 0.5);
}
.warning label:hover {
    background : rgba(255, 0, 50, 0.5);
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    background: #FFF;
    opacity: 1;
	margin-bottom: 1.5em;
}

.accbox .accshow p {
}

/*アイコンを入れ替える*/
.cssacc:checked + label::after {
    content: '－';
}
/* @end */




