


body{
	background: #fff;
	color:#1A0D00;
	margin: 0%;
	padding: 0%;

}


img{
	display:block;
}

html { 

}


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{
	margin: 0%;
	padding: 0% 1%;
	font-size:90%;
	font-weight: normal;
	background-color:rgba(255,255,255,0.5); 
	color: #3B3B3B;
	text-align:right;


}
h2 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  padding: 0.7rem 2rem;
  color: #fff;
	background-color:rgba(0,0,0,0.8); 
	font-size: 150%;
}

h2 span {
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
	margin: 0% 2%;
  padding: 1rem 1rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	font-size: 120%;
	background: #fff;
}


h3:before,
h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h3:before {
  top: 0;
}

h3:after {
  bottom: 0;
}
h4 {
	margin: 2% 3% 0% 3%;
	padding: 0.8% 1% 0.6% 1%;
	background: rgba(200,200,200, 0.4);
	font-weight: normal;
	font-size: 140%;

}

ul{
	list-style-type: none;
}
/*ボタン装飾*/
.hidden_box h3{
	background: none;
    padding: 1% 1% ;

	width: 96%;
	text-align: left;
	margin: 2% 1% 0% 1%;
	font-size: 110%;
	font-weight: normal;
cursor: pointer;
cursor: hand;

}
/*ボタンホバー時*/
.hidden_box h3:hover {
	background-color:rgba(214,214,214,0.5);
}

/*チェックは見えなくする*/
.hidden_box{
	margin: 1% 0% 1% 0%;
}
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.list {
    height: 0;
    padding: 0;
	margin: 0% 2% 1% 2%;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .list {
    padding: 1% 0;
    height: auto;
    opacity: 1;
}
.flex{
	display:flex;
}
.flex-t{
	display:flex;
	flex-direction: column;
}
.flex-t2{
	display:flex;
	flex-direction: column;
	width: 50%;
}
.flex-t3{
	display:flex;
	flex-direction: column;
	padding:1%;
}
.flex-b{
	display:flex;

	width: 100%;
}
.bg96{
	width: 94%;
	margin: 1% 2%;
	padding: 1%;
	background-image: url("../r-img/96-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg97{
	width: 94%;
	margin: 1% 2%;
	padding: 1%;
	background-image: url("../r-img/97-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg98{
	width: 94%;
	margin: 1% 2%;
	padding: 1%;
	background-image: url("../r-img/98-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg99{
	width: 94%;
	margin: 1% 2%;
	padding: 1%;
	background-image: url("../r-img/99-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg100{
	width: 94%;
	margin: 1% 2%;
	padding: 1%;
	background-image: url("../r-img/100-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg101{
	width: 94%;
	margin: 1% 2%;
	padding: 1%;
	background-image: url("../r-img/101-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}