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


	.main2 {
		overflow: auto;
		display:none;


	}
}


body{
	background: #fff;
	color:#1A0D00;

}

* {
	margin: 0px;
	padding: 0px;
}
img{
	display:block;
}

html { 
	box-sizing: border-box;
	height: 100%;
}
*, *:before, *:after { 
	box-sizing: inherit;
}


A:link{
	color: #594B09;
	text-decoration: underline;
}

A:hover{
	color: #aaa;
}

img{
	width: 100%;
	height: auto;
}
a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
h1{
	font:  normal normal 90%/150% "ＭＳ Ｐゴシック";
	color: #572C00;
	margin: 0% 0% 0% 0%;
	padding: 0.1% 0% 0.5% 0.5%;
/*background-color:rgba(255,224,192,1);*/
	text-align: right;
	font-size: 80%;
}
h2 {
 background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0.6));

	padding: 1.5% 0% 2% 0%;

	font-weight: normal;
	 z-index: 5;
	text-align: center;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0px -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;

}
.h2{
	background-image:url(../jpg/h2bg.jpg);
	background-repeat:  no-repeat;            
    	background-position: 50% 40%;   
  background-size: 100%;
	margin: 0% 0% 1.5% 0%;

/*  box-shadow: 5px 5px 0px 0 rgba(255,255,255,1);*/
	border: 2px solid #fff;
}


h3 {
  position: relative;
  overflow: hidden;
	width:94%;
	margin: 0% 3% 1% 3%;
  padding: 0.7rem 2rem 0.5rem 70px;
	color: #572c00;

	font-weight: normal;
  border: 2px solid #572c00;
	background: #fff;
}

h3:before {

  position: absolute;
  top: -150%;
  left: -100px;
  width: 150px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #572c00;
}

h3 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}


h4 {
	background-image:url(../jpg/h4.gif);
	background-repeat:  no-repeat;            
    	background-position: 0% 5%;   
  background-size: 2%;

	width: 94%;
	padding: 0% 0% 0.5% 2%;
	margin: 2% 0% 0% 0%;
	font-size: 120%;
	font-weight: normal;
}
h5{
	margin: 0% 0% 1% 0%;
	font-size: 110%;
	font-weight: normal;
	color: #5C3203;
	border-bottom: 1px solid #5C3203;
}


strong{
	font-size: 125%;
}
.head{

}


}
.title-area{
	width: 100%;
	clear: both;


}
nav{

	clear:both;

}



/*ボタン装飾*/
.box label {
    padding: 1% 2%;
    font-weight: normal;
    cursor :pointer;
}

/*ボタンホバー時*/
.box label:hover {
	background-color:rgba(255,255,255,0.2);
	}

/*チェックは見えなくする*/
.box input {
    display: none;
}


