@charset "utf-8";
/*共通 header*/
body{
	background-color: #000;
	height: 100%;
	font-family: "ipaexm";
	font-weight: normal;
	font-style: normal;
}
header{
	box-sizing: border-box;
	background: url(../images/main_img_pc.jpg) center 0 no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;
	max-width: 100%;
	padding: 42vw 20px 0;
	margin: 0 auto;
}
h1.pageTitle{
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
}
h1.pageTitle img{
	width: 100%;
	height: auto;
}

.txt01{
	box-sizing: border-box;
	background: url(../images/kumo.jpg) center 0 no-repeat;
	/* background-size: cover; */
	text-align: center;
	height: 1000px;
	padding: 150px 0 0;
	color: #fff;
}
.txt01 h2{
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: normal;
}
.txt01 p{
	line-height: 2.6;
	font-size: 20px;
}
nav{
	width: 1040px;
	margin: 40px auto 170px;
}
nav ul{
	justify-content: space-between;
}
nav li{
	width: 150px;
	height: 90px;
	list-style-type: none;
}
nav li:hover{
	padding-top: 10px;
}
nav li img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 896px) {
/*SP header*/
.body_inner{
	overflow: hidden;
}
header{
	background: url(../images/main_img_sp.jpg) center 0 no-repeat;
	background-size: cover;
	padding: 90vw 20px 0;
	margin: 0 auto;
}
h1.pageTitle{
	text-align: center;
	max-width: 100%;
}

.txt01{
	background: url(../images/kumo_sp.jpg) center 0 no-repeat;
	background-size: cover;
	height: inherit;
	padding: 26vw 0 0;
	margin-top: 3vw;
}
.txt01 h2{
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: normal;
}
.txt01 p{
	padding-bottom: 30vw;
	line-height: 2.2;
	font-size: 16px;
}

}

/*共通 伝令*/
#denrei{
	width: 1040px;
	max-width: 100%;
	margin: 0 auto 170px;
}
#denrei h2{
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	text-align: center;
}
#denrei ul{
}
#denrei li{
	margin-bottom: 10px;
	list-style-type: none;
}
#denrei li .date{
	display: inline-block;
	padding-right: 2em;
}
@media screen and (max-width: 896px) {
/*SP 伝令*/
#denrei{
	width: 100%;
	max-width: 100%;
	margin: 80px auto 120px;
}
#denrei h2{
	margin-bottom: 20px;
}
#denrei h2 img{
	width: 80%;
	height: auto;
}
#denrei ul{
	width: 86%;
	margin: 0 auto;
}
#denrei li{
	border-bottom: 1px dotted #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 11px;
}
#denrei li:last-of-type{
	border: none;
}
#denrei li .date{
	display: block;
	padding: 0 0 2px;
}

}


/*共通 コンテンツ*/
.contents_wrap{
	align-items: center;
	text-align: center;
	width: 1040px;
	height: 400px;
	margin: 0 auto 20px;
}
.contents_wrap h3{
	font-size: 30px;
	font-weight: normal;
}
.contents_wrap .more{
	text-align: center;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.contents_wrap .more a{
	display: block;
	position: relative;
	border: 1px solid rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #fff;
}
.contents_wrap .more a:hover{
	border: none;
	background: rgb(163,134,0);
	background: linear-gradient(90deg, rgba(163,134,0,1) 0%, rgba(113,90,8,1) 76%, rgba(92,71,12,1) 100%);
	height: 100%;
	padding: 11px 0;
	text-decoration: none;
}
.contents_wrap .more a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -34px;
	background: url(../images/arrow_w_off.svg) center 0 no-repeat;
	background-size: cover;
	width: 92px;
	height: 12px;
	margin: auto 0;
}
.contents_wrap .more a:hover::before{
	background: url(../images/arrow_w_on.svg) center 0 no-repeat;
}

.contents_wrap .more_right a:hover{
	border: none;
	background: rgb(163,134,0);
	background: linear-gradient(-90deg, rgba(163,134,0,1) 0%, rgba(113,90,8,1) 76%, rgba(92,71,12,1) 100%);
	height: 100%;
	padding: 11px 0;
	text-decoration: none;
}
.contents_wrap .more_right a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: inherit;
	right: -34px;
	background: url(../images/arrow_w_off.svg) center 0 no-repeat;
	background-size: cover;
	width: 92px;
	height: 12px;
	margin: auto 0;
	transform: scale(-1, 1);
}
.contents_wrap .more_right a:hover::before{
	background: url(../images/arrow_w_on.svg) center 0 no-repeat;
	transform: scale(-1, 1);
}

.contents_wrap .i{
	background-size: cover;
	height: 100%;
}
#journey{}
#journey .i{
	background: url(../images/journey_img.jpg) center 50% no-repeat;
	width: 660px;
}
#journey .t{
	background-color: #3c3c3c;
	width: 380px;
	height: 100%;
	padding-top: 60px;
	box-shadow: 0 0 30px rgba(0,0,0,1) inset;
}
#journey .t h3{
	margin-bottom: 20px;
}
#journey .t p{
	margin-bottom: 40px;
}

#meichi{}
#meichi .i{
	width: 344px;
}
#meichi .i_L{
	background: url(../images/meichi_img01.jpg) center 50% no-repeat;
	background-size: cover;
}
#meichi .i_R{
	background: url(../images/meichi_img02.jpg) center 50% no-repeat;
	background-size: cover;
}
#meichi .t{
	background-color: #c6ac65;
	width: 352px;
	height: 100%;
	padding-top: 60px;
	box-shadow: 0 0 30px rgba(0,0,0,1) inset;
	color: #000;
}
#meichi .t h3{
	margin-bottom: 20px;
}
#meichi .t p{
	margin-bottom: 40px;
}
#meichi .more a{
	color: #000;
	border-color: #000;
}
#meichi .more a:hover{
	color: #fff;
}
#meichi .more a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -34px;
	background: url(../images/arrow_b_off.svg) center 0 no-repeat;
	background-size: cover;
	width: 92px;
	height: 12px;
	margin: auto 0;
}
#meichi .more a:hover::before{
	background: url(../images/arrow_w_on.svg) center 0 no-repeat;
}

#sekigahara{}
#sekigahara .i{
	background: url(../images/sekigahara_img.jpg) center 50% no-repeat;
	width: 660px;
}
#sekigahara .t{
	background-color: #5a6600;
	width: 380px;
	height: 100%;
	padding-top: 75px;
	box-shadow: 0 0 30px rgba(0,0,0,1) inset;
}
#sekigahara .t h3{
	margin-bottom: 20px;
}
#sekigahara .t p{
	margin-bottom: 40px;
}

#shiro{}
#shiro .i{
	background: url(../images/shiro_img.jpg) center 50% no-repeat;
	width: 660px;
}
#shiro .t{
	background-color: #680000;
	width: 380px;
	height: 100%;
	padding-top: 55px;
	box-shadow: 0 0 30px rgba(0,0,0,1) inset;
}
#shiro .t h3{
	margin-bottom: 20px;
}
#shiro .t p{
	margin-bottom: 30px;
}
.contents_wrap .link{
	margin-top: 28px;
}
.contents_wrap .link a{
	position: relative;
	padding-left: 15px;
	color: #fff;
	font-size: 16px;
}
.contents_wrap .link a::before{
	position: absolute;
	top: 4px;
	left: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 10px;
	border-color: transparent transparent transparent #ffffff;
	content: "";
}
.contents_wrap .link a:hover{
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
	text-decoration: none;
}

#tanbou{}
#tanbou .i{
	background: url(../images/tanbou_img01.jpg) center 50% no-repeat;
	width: 520px;
}
#tanbou .t{
	position: relative;
	background-color: #480c6d;
	width: 520px;
	height: 256px;
	margin-top: 144px;
	box-shadow: 0 0 30px rgba(0,0,0,1) inset;
}
#tanbou .t::before{
	background: url(../images/tanbou_img02.jpg) 0 0 no-repeat;
	position: absolute;
	top: -144px;
	left: 0;
	width: 100%;
	height: 144px;
	content: "";
}
#tanbou .t h3{
	margin: 30px auto 15px;
}
#tanbou .t p{
	margin-bottom: 30px;
}

#event{}
#event .i{
	background: url(../images/event_img.jpg) center 50% no-repeat;
	width: 660px;
}
#event .t{
	background-color: #003d61;
	width: 380px;
	height: 100%;
	padding-top: 60px;
	box-shadow: 0 0 30px rgba(0,0,0,1) inset;
}
#event .t h3{
	margin-bottom: 20px;
}
#event .t p{
	margin-bottom: 40px;
}



#pamphlet.contents_wrap{
    align-items: center;
    text-align: left;
    width: 635px;
    height: 300px;
    margin: 0 auto;
	margin-top: 200px;
	background-color: #CFCFCF;
	box-shadow: 0 0 30px rgba(0,0,0,1) inset;
}
#pamphlet .t h3{
	color: #000;
}
#pamphlet .t p{
	color: #000;
	font-size: 17px;
	margin-bottom: 40px;
}
#pamphlet .p img{
	width: 183px;
	margin: 0 40px 0 20px;
}
#pamphlet.contents_wrap .more {
    text-align: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
#pamphlet .more a{
	color: #000;
	border-color: #000;
}
#pamphlet .more a:hover{
	color: #fff;
}
#pamphlet .more a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -34px;
	background: url(../images/arrow_b_off.svg) center 0 no-repeat;
	background-size: cover;
	width: 92px;
	height: 12px;
	margin: auto 0;
}
#pamphlet .more a:hover::before{
	background: url(../images/arrow_w_on.svg) center 0 no-repeat;
}




@media screen and (max-width: 896px) {
/*SP コンテンツ*/
.contents_wrap{
	display: block;
	width: 100%;
	height: inherit;
	margin: 0 auto 25px;
}
.contents_wrap h3{
	font-size: 30px;
	font-weight: normal;
}

.contents_wrap .more{
	width: 220px;
	font-size: 15px;
}
.contents_wrap .more a:hover{
	border: none;
	background: rgb(163,134,0);
	background: linear-gradient(-90deg, rgba(163,134,0,1) 0%, rgba(113,90,8,1) 76%, rgba(92,71,12,1) 100%);
	height: 100%;
	padding: 11px 0;
	text-decoration: none;
}
.contents_wrap .more a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: inherit;
	right: -29px;
	background: url(../images/arrow_w_off.svg) center 0 no-repeat;
	background-size: cover;
	width: 80px;
	height: 11px;
	margin: auto 0;
	transform: scale(-1, 1);
}
#meichi .more a::before{
	background: url(../images/arrow_b_off.svg) center 0 no-repeat;
	left: inherit;
	right: -29px;
	width: 80px;
	height: 11px;
}
.contents_wrap .more a:hover::before{
	background: url(../images/arrow_w_on.svg) center 0 no-repeat;
	transform: scale(-1, 1);
}

.contents_wrap .coming_soon{
	width: 220px;
}
.contents_wrap .coming_soon img{
	width: 100%;
	height: auto;
}

.contents_wrap .i{
	background-size: cover !important;
	width: 100% !important;
	height: 60vw;
	margin: 0;
}
.contents_wrap .t{
	width: 100% !important;
	height: inherit;
	margin: 0;
	padding: 30px 0 !important;
}
.contents_wrap .t h3{
	margin-bottom: 14px !important;
	font-size: 20px !important;
}
.contents_wrap .t p{
	margin-bottom: 25px !important;
	font-style: 11px !important;
}

.contents_wrap .link a{
	display: inline-block;
}

#meichi .i{
	background: url(../images/meichi_img_sp.jpg) center 50% no-repeat;
	background-size: cover;
}

#tanbou .t{
	margin-top: 0;
}
#tanbou .t::before{
	display: none;
}
	
#pamphlet.contents_wrap {
	display: flex;	
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
	margin-top: 100px;
}
#pamphlet.contents_wrap .t h3 {
    margin-bottom: 0 !important;
}
#pamphlet .t p {
    font-size: 1em;
}
#pamphlet.contents_wrap .more {
	text-align: right;
	width: 220px;
	font-size: 10px;
}
#pamphlet .more a{
	width: 170px;
	padding-right: 5px;
	
}
#pamphlet .more a::before{
	background: url(../images/arrow_b_off.svg) center 0 no-repeat;
	left: inherit;
	left: -30px;
	width: 80px;
	height: 11px;
	transform: inherit;
}
#pamphlet.contents_wrap .more a:hover::before{
	transform:inherit;
	left: -28px;
}
#pamphlet .p img {
    width: 130px;
    margin: 0 35px 0 20px;
}
	
	
	
	
	
	

}



/*共通 footer*/
footer{
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0 auto;
/*	padding: 200px 0 0; */
}
.footer_bnr{
	width: 640px;
	margin: 0 auto;
}
.footer_bnr li{
	margin-bottom: 40px;
	margin-right: 39px;
	list-style-type: none;
}
.footer_bnr li:nth-of-type(3n){
	margin-right: 0;
}

.copy{
	clear: both;
	background-color: #a38600;
	padding: 10px 0;
	margin-top: 200px;
	font-size: 15px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
}
#goTop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 990;
}
#goTop img{
	width: 56px;
	height: 56px;
}

@media screen and (max-width: 896px) {
/*SP footer*/
footer{
/*	padding: 80px 0 0; */
}
.footer_logo{
	width: 88%;
	margin: 0 auto;
}
.footer_logo img{
	width: 100%;
	height: auto;
}
.footer_bnr{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.footer_bnr li{
	margin: 0 auto 20px;
}
.footer_bnr li img{
	width: 100%;
	height: auto;
}
.copy{
	padding: 10px 0;
	margin-top: 100px;
	font-size: 11px;
}
#goTop {
	position: fixed;
	bottom: 32px;
	right: 20px;
}
#goTop {
	bottom: 65px;
}
#goTop img{
	width: 32px;
	height: 32px;
}

}


/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 897px) {
/*画面幅が768px以上（PC）*/
.sp_menu{
	display: none;
}

}/*PC End*/






@media screen and (max-width: 896px) {
/*画面幅が767px以下（スマホ専用スタイル）*/
.pc_only {
	/*PC以外は非表示*/
	display: none !important;
}
.sp_only {
	display: block;
}

#header{
	padding-bottom: 0;
}

.sp_headMenu {
	position: fixed;
	top: 22px;
	left: 22px;
	width: 28px;
	height: 28px;
	z-index: 9999;
}
.sp_headMenu_off {
	z-index: 9997;
}
.sp_menu {
	display: none;
	position: fixed;
	background-color: rgba(0,25,60,0.95);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 75px 0 0;
	z-index: 9998;
}
.sp_menu ul{
	width: 90%;
	margin: 0 auto;
}
.sp_menu li{
	text-align: center;
	border-bottom: 1px solid #e2d760;
	list-style-type: none;
}
.sp_menu li a{
	display: block;
	padding: 15px 0;
	font-size: 16px;

	background: rgb(226,215,96);
	background: linear-gradient(90deg, rgba(226,215,96,1) 0%, rgba(216,198,133,1) 14%, rgba(163,134,0,1) 28%, rgba(210,191,118,1) 42%, rgba(113,90,8,1) 71%, rgba(222,202,87,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	font-weight: bold;
}

}/*スマホ End*/
