

.top02_01 span{
	background:#000000;
	color:#FFFFFF;
	padding:0.2em 1em;
}
.top02_01 div{
	margin:0.5em 0;
}

.top02_01btn a{
	display: inline-block;
	width:80%;
	margin:2em auto;
	max-width: 437px;
	background:#42210B;
	border-radius: 50px;
	padding:1em 2em;
	box-sizing: border-box;
	box-shadow: 14px 14px 20px rgba(0,0,0,0.2);/*縦横ぼかし*/	
}
.top08_01btn .top02_01btn a{
	background:#606060;
}

.top02_01btn a img{
	max-width: 290px;
	margin:0 auto;
}

.top03_block{
	width:100%;
	margin:0;
}

.top03_01{
	color:#FFFFFF;
}

.top03_01>dl{
	background:#000000;
	padding:0.2em 1em;
	margin:0.5em 0;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	box-sizing: border-box;
}
.top03_01>dl>dt{
	width:65%;
}
.top03_01>dl>dd{
	width:35%;
	padding:0 1em;
	box-sizing: border-box;
	text-align: right;
}

.top04_block{
	width:100%;
	margin:0;
	
}
.top05_block{
	width:100%;
	margin:0;
}

.top05_01>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	padding:0 0 1em 0;
}
.top05_01>dl>dt{
	width:100%;
	margin:0 0.5em 0 0;
}
.top05_01>dl>dd{
	width:100%;
	margin:0 0.5em 0 0;
}

.top06_01img{
	width:96%;
	margin:0 auto;
}
.top06_01img img{
	width:100%;
}

.map{
	margin:0 auto;
	width:80%;
}

.top08_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.top08_01>ul>li{
	width:15%;
	margin:0 5%;
	max-width:65px;
}

.top08_02{
	max-width: 180px;
	width:50%;
	margin:0 auto;
}


.fp-bg{
	background-size: cover;
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
}


#section1{
	background: url("../img_temporary/bg_01.jpg") no-repeat center center;
	background-size: cover;
	
}
#section2{
	background: url("../img_temporary/bg_02.jpg") no-repeat center center;
	background-size: cover;
}
#section3{
	background: url("../img_temporary/bg_03.jpg") no-repeat center center;
	background-size: cover;
}
#section4{
	background: url("../img_temporary/bg_04.jpg") no-repeat center right;
	background-size: cover;
}
#section5{
	background: url("../img_temporary/bg_05.jpg") no-repeat center center;
	background-size: cover;
}
#section6{
	/*
	background: url("../img/top/slid_bgs.jpg") no-repeat center center;
	background-size: cover;
	*/
	background:#EFEFEF;
}
#section6_hai{
	
	background: url("../img_temporary/bg_06s.jpg") no-repeat center center;
	background-size: cover;
}
#section6_hai2{
	background: url("../img_temporary/slid_bgs.jpg") no-repeat center center;
	background-size: cover;
	backdrop-filter: blur(12px);
}

#section7{
	background: #F7F7F7;
}

#section8{
	background:#42210B;
}


/*=========================
	スクロールのCSS
=========================*/
#actions{
	position:fixed;
	top: 73px;
	left: 30px;
	z-index: 99999;
}
#actions li{
	background: rgba(0,0,0,0.8);
	padding: 7px;
	margin: 2px;
	color: #ccc;
	display: inline-block;
	cursor: pointer;
}
#actions li:hover{
	color: #fff;
	background: #81A140;
}
#actions .active{
	color: #fff;
	background: #81A140;
}


.icon-scroll,
.icon-scroll:before{
	position: absolute;
	left: 50%;
}

.icon-scroll{
	width: 30px;
	height: 70px;
	margin-left: -20px;
	top: 90%;
	margin-top: -35px;
	box-shadow: inset 0 0 0 1px #FFFFFF;
	border-radius: 25px;
}
.icon-scroll:before{
	content: '';
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}
.icon-scroll:after{
	font-family: 'Oswald', sans-serif,-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	content: 'scroll';
	position: absolute;
	top:102%;
	font-size: 90%;
	left:0;
	color:#FFFFFF;
}

@keyframes scroll{
	
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: translateY(46px);
	}
	
	
}

.section .sub00 {
  opacity: 0;
}

.section.active .sub00 {
  animation: 1s 0.8s fadein forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*========================
	マップ
========================*/

.map_block {
	position:relative;
	padding-bottom: 110%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

	

.top03_block{
	width:70%;
	margin:0 0 0 30%;
}
	
.top03_01>dl>dt{
	width:65%;
}
.top03_01>dl>dd{
	width:35%;
	padding:0 2em;
}
	
.top04_block{
	width:70%;
	margin:0;
	
}
	
.top05_01>dl>dt{
	width:17%;
	margin: 0;
}
.top05_01>dl>dd{
	width:80%;
	margin:0 0 0 3%;
}
.top07_01{
	width:40%;
	margin:0 auto;
}
	
.map{
	position: absolute;
	bottom:0;
	width:100%;
	left:0;
	margin:0;
}

/*========================
	マップ
========================*/

.map_block {
	padding-bottom: 30%; /* 100/横*縦*/
}
	
}

/*=================================================================================*/
/** 960px以上 PCサイズ画面 **/
@media (min-width : 1200px) {
	
.top03_block{
	width:41.666666%;
	margin:0 0 0 58.333334%;
}
.top04_block{
	width:41.666666%;
	margin:0;
	
}
.top05_block{
	width:66.666666%;
	margin:0;
}
.map_block {
	padding-bottom: 18%; /* 100/横*縦*/
}
	
}