@charset "utf-8";
/* CSS Document */

#mainvisual{
	width: 100%;
	height: 96px;
	position: relative;
	background:#ccc;
	
}
/*.Lines_v2 {
  background-image: linear-gradient(to right, #f6f9f2, #f6f9f2 30px, #e8f0dc 30px, #e8f0dc );
  background-size: 60px 100%;
  
}*/
.main-title{
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 3em;
	color: #592d21;
	z-index: 9;
	text-align: center;
}



/* パンくずリスト */
#pan_box{
	width: 1100px;
	height: 35px;
	margin: 0 auto;
}
#pan_list{
	height: 35px;
	color: #DDD;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: -10px;
	z-index: 99;
	padding-right:30px;
}
ol.topic_path{
	list-tyle-type: none;
	line-height: 35px;
	font-size: 77%;
	letter-spacing: 1px;
	padding-left: 30px;
}
ol.topic_path li{
	display: inline;
}
ol.topic_path li.first{
	position: relative;
}
ol.topic_path li.first::after{
	content: '';
  	position: absolute;
    top: 30%;
	right: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
	transform: rotate(45deg);
}
ol.topic_path li.second{
	padding-left: 5px;
}
ol.topic_path li a{
	padding-right: 20px;
	color: #fff;
	text-decoration: underline;
}
ol.topic_path li a:hover{
	color: #fff100;
}




/*contents
================================================== */
#wrapper{
	width: 100%;
}

.contents_01{
	width:100%;
	/*background:#feda3c;*/
	padding:40px 0 80px;
	 background-color: #fff;
  background-image:
    radial-gradient(#feda3c 30%, transparent 33%),
    radial-gradient(#feda3c 30%, transparent 33%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  
}
.box{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-bottom:1px;
}

.photo{
	width:960px;
	margin:0 auto;
}
.photo img{
	vertical-align:bottom;
}
.btn a{
	display:block;
	width:270px;
	margin:20px auto 40px;
	background:#03787c;
	color:#fff;
	border-radius:10px;
	text-align:center;
	padding:10px 0;
	font-size:120%;
	font-weight:bold;
}
.btn a:hover{
	opacity:0.8;
}


