@charset "utf-8";
body {
	margin: 0px;
	font-family: "Noto Sans Japanese", Meiryo, hirakakupro-w3, Verdana;
	font-size: 16px;
	background-color: #fff;
}
h2 {
	font-size:24px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#Header {
	width: 100%;
	height: auto;
	z-index: 1;
	background-color: #ff9600;
	margin: 0px;
	background-image: url(../../img/common/bg_header.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#PcHeader {
	height: 250px;
}
#SpHeader {
    height: 150px;
}
#HeadInnerBox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	height: auto;
	max-width: 100%;
	height: auto;
	border: 0;
}

#Main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	height: auto;
	max-width: 100%;
	height: auto;
	border: 0;
}
#Content {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#FooterOr {
	width: 100%;
	height: 100px;
	z-index: 1;
	background-color: #ff9600;
	margin: 0px;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}
#OrInnerBox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	height: auto;
	max-width: 100%;
	height: auto;
	border: 0;
}
#SnsBox {
	width: 98%;
	margin-top: 30px;
}
#SnsBox ul{
	list-style: none;
	padding-left: 0;
}
#SnsBox li{
	float:left;
	text-align: center;
	max-width: 50%;
}
.clear {
	clear:both;
}
.right5px {
	margin-right: 5px;
}
.left3pr {
	margin-left: 3%;
}
.LR3pr {
	padding-left: 3%;
	padding-right: 3%;



}
.space-15 {
	margin-top: -15%;
}

.space5 {
	margin-top: 5%;
}
.space10 {
	margin-top: 10%;
}
.space15 {
	margin-top: 15%;
}
.space20 {
	margin-top: 20%;
}
.description {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #6D3E00;
	letter-spacing: 1px;
}
.Txt {
	font-size: 24px;
	font-weight: normal;
}

.hasen {
	border-top: 1px dashed #bbb;
}
#TitleS {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

@media screen and (min-width: 681px){
.none681 {display:none}

/* PC用 */

#Logo {
	float:left;
	z-index: 100;
}
#Gnavi {
	z-index: 100;
	margin-top: 6%;
}
#Gnavi ul {
	list-style: none;
	padding-left: 0;
}
#Gnavi li {
	float:left;
	padding-left: 4%;
}
#FooterBe {
	width: 100%;
	z-index: 1;
	background-color: #e5e2c3;
	margin-top: 20%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	max-height: 450px:
}
#BeInnerBox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	height: auto;
	max-width: 100%;
	border: 0;
}
}

@media screen and (max-width: 680px){
.none680 {display:none}

/* スマホ用 */

section nav {
    position: absolute;
    top: 100px;
    background-color:#000;
    color: #fff;
    width: 100%;
	opacity: 0.8;
}
section nav ul {
	list-style : none;
    margin: 0;
    padding: 0;
}
section nav ul li:first-child {
    border-top: solid 1px white;
}
section nav ul li {
    border-bottom: dotted 1px white;
    text-align: left;
    padding: 1em;
}
section nav a:link{
	color: #fff;
	text-decoration:none;
}
section nav a:active{
	color: #fff;
	text-decoration: underline;
}
section nav a:visited {
	color: #fff;
	text-decoration: none;
}
#FooterBeSp {
	width: 100%;
	z-index: 1;
	background-color: #e5e2c3;
	margin-top: 15%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	max-height: 380px;
}
#BeInnerBoxSp {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	height: auto;
	border: 0;
max-width: 100%;
}
}
