
*{
margin:0;
padding:0;
}




ul, li{
list-style:none;
}

.text_bold{
font-weight:bold;
}


body {
    font-feature-settings: "palt";
	color: #000;
	line-height: 180%;
	letter-spacing:1px;
	margin: 0;
	font-family: ten-mincho-text, serif;
	font-weight:normal;
}

#home {

}



a{
color:#000;
text-decoration:none;
	-webkit-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
	transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
}


a:hover{
	color:#444;
	text-decoration:none;
}






img{
	width:100%;
}



#header{
	position:fixed;
	width:100%;
	z-index: 999;
}


.single_page #header{
	background:#fff;
}


.logo {
	text-align:center;
	padding:25px 0px 15px;
}

.logo a{
	width:160px;
	display:inline-block;
}






.inner{

}

#top_section{
	width:100%;
	height:100%;
}




#footer{
}

#footer .inner{
padding:40px 0;
}

#footer .inner p{
text-align:center;
	font-size:9pt;
	letter-spacing:0;
	color:#fff;
}



.loading {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
z-index: 999999;
opacity: 1;
background: #fff;
}



.loader
{
position: absolute;
display: inline-block;
top:50%;
left:50%;
margin-left:-17px;
margin-top:-30px;
width: 30px;
height: 30px;
border-radius: 30px;
border: 1px solid #000;
border-right-color: transparent;
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}



			.copylight {
				margin-top: 20px;
			}
			
			.icon_twitter{
				display:flex;
				gap:10px;
			}
			
			.icon_twitter a{
				display:block;
				width:20px;
			}


#header .icon_twitter{
	position:absolute;
	top:30px;
	right:30px;
}




#top_section{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.top_img_index{

}

.top_img{
	width: 50%;
	left:0;
	top:0;
	position: absolute;
	opacity:0;
}

.open .top_img{
	opacity:1;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-ms-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-o-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
}



.top_img .top_slide {
	content:"";
	width: 75%;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -50%;
	margin-left: -27%;
	background-size: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image:url(images/top_img01.jpg);
}


.top_img.right{
	width: 50%;
	right:0;
	top:0;
	position: absolute;
	opacity:0;
}

.open .top_img.right{
	opacity:1;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	-ms-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	-o-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
}

.top_img.right:after {
	content:"";
	width: 75%;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -50%;
	margin-left: -48%;
	background-size: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image:url(images/top_img02.png);
}








.top_detail{
	position:absolute;
	right:0;
	width:50%;
	height:100%;
	opacity:0;
}


.open .top_detail{
	opacity:1;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	-ms-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	-o-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
	transition: 0.6s cubic-bezier(0.78, .18, .34, .98) 1s;
}




.open .top_detail.dis_non{
	z-index: -99;
	opacity:0;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-ms-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-o-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
}






#home .top_detail .top_detail_inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:60px;
	vertical-align: middle;
	display: inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;

	
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}




.top_detail .top_detail_inner{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	padding:60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}




.top_detail ul li{
	display:block;
}


.attention p{
	font-size:1.1vw;
	color:#de550b;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

.top_detail_text01{
	margin-top:40px;
}

.top_detail_text01 p{
	font-size:1.1vw;
}


.top_detail_text02{
	margin-top:5px;
}

.top_detail_text02 p{
	font-size:1.2vw;
}

.top_detail_title{
	margin-top:42px;
}

.top_detail_title p{
	font-size:2.2vw;
	line-height: 130%;
}

.top_detail_title p span{
	font-size:1.6vw;
	line-height: 130%;
}


.top_detail_sakka{
margin-top:10px;
}

.top_detail_sakka p{
	font-size:1.4vw;
	line-height: 150%;
}


.top_detail_date{
	margin-top:42px;
}

.top_detail_date p{
	font-size:1.4vw;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

.top_detail_place{
	margin-top:10px;
}

.top_detail_place a{
	text-decoration:underline;
	font-size:1.4vw;
}

.top_detail_note{
	margin-top:40px;
}

.top_detail_note p{
	font-size:1.2vw;
	line-height:150%;
}

.top_detail_read{
	margin-top:40px;
}


.top_detail_read a{
	font-size:1.1vw;
	color:#666666;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}



.single_title{
	margin-top:40px;
}

.single_title p{
	font-size:1.2vw;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}




.single_note{
	margin-top:5px;
}

.single_note p{
	font-size:1.2vw;
	line-height:150%;
}

.single_cast_note p{
	word-break: keep-all;
}

p.text_keep {
	word-break: keep-all;
}


.single_note iframe{
	width:100%;
	height:330px;
}

#gmap { 
	width: 100%; 
	height:330px;
	border:none; 
}


.copylight {
	margin-top:40px;
}

.copylight p{
	font-size:1.0vw;
	line-height:150%;
}



.single_page .top_img.left{
	position: fixed;
}






.important_title{
	margin-top:50px;
}


.important_title p{
	font-size:16pt;
}


.important_note p{
	font-size:13pt;
}










#archives_sec{
	margin-top:100px;
}


#archives_sec .main_title p{
	font-size:14pt;
	text-align:center;
	color: #000;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}



.archives_inner{
padding:0 100px;
	
}

.archives_index{
	margin-top:50px;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	
}

.archives_box{
	width:33.333333%;
	padding:0 20px;
	margin-bottom:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.archives_box .thum{
	opacity:1;
	-webkit-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	-moz-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	-ms-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	-o-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	transition: cubic-bezier(0.78, .18, .34, .98) .4s;
}


.archives_box .thum:hover{
	opacity:.6;
	-webkit-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	-moz-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	-ms-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	-o-transition: cubic-bezier(0.78, .18, .34, .98) .4s;
	transition: cubic-bezier(0.78, .18, .34, .98) .4s;
}



.archives_box .date{
	margin-top:10px;
}

.archives_box .date p{
	font-size:11pt;
	color: #666666;
	font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

.archives_box .title{
	margin-top:5px;
}












#top_footer{
	padding:80px 0;
}

#top_footer .inner{
	padding:0 120px;
}










/* css追加0316 */



			.logo {
				text-align: left;
				padding: 25px 35px 15px;
			}
			
			
			
			
			#header .icon_twitter {
				right: 75px;
			}
			
			
	.sub_grand_menu{
	position: fixed;
	top: 15px;
	right: 10px;
	z-index: 9999;
	width: 60px;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}





.sub_grand_menu p{
text-align:center;
color:#fff;
}




.sub_grand_menu.sub_grand_menu_ani{
position:fixed;
top:0px;
z-index: 9999;
-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 1px;
	margin: -1px 0 0 -15px;
	background: #444;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
}

.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: 0;
width: 30px;
height: 1px;
	background: #444;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
-ms-transition: 0.3s ease-out;
-o-transition: 0.3s ease-out;
transition: 0.3s ease-out;
}






.sub_grand_menu .button-navi-icon:before {
margin-top: -9px;
}

.sub_grand_menu .button-navi-icon:after {
margin-top: 8px;
}


.sub_grand_menu_top{
padding: 25px 0px;
overflow:hidden;
}



.sub_grand_menu_top .sub_menu ul li{
display: inline-block;
padding:0 20px;
}




.sub_grand_menu .button-navi-icon.close:before, .sub_grand_menu .button-navi-icon.close:after {
	margin-top: 0;
	background: #444;
}

.sub_grand_menu .button-navi-icon.close:after {

}

.button-navi-icon.close:after {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.button-navi-icon.close:before {
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}


.button-navi-icon.close {
background: transparent;
}



.button-close{
position:absolute;
padding: 25px 0px;
width: 60px;
top: 0;
z-index:-9999;
}




#menu_index {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
	background:#fff;
    z-index: 999;
}


			.menus {
				top: 50%;
				left: 50%;
				position: absolute;
				transform: translate(-50%, -50%);
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
			}

.menu_index_inner ul {
    overflow: hidden;
}


.menu_index_inner ul li {
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}


.menu_index_inner ul li a {
    text-decoration: none;
    font-size: 12pt;
    color: #333;
}












.sp_img{
	display:none!important;
}



.wooslider_wrap{
	display:none;
}



.top_detail_sp{
	display:none;
}


@media screen and (max-width: 1030px){
	
	
	
.top_detail_text01{
	margin-top:30px;
}

.top_detail_text02{
	margin-top:0px;
}

.top_detail_title{
	margin-top:32px;
}

.top_detail_date{
	margin-top:32px;
}

.top_detail_place{
	margin-top:0px;
}


.top_detail_note{
	margin-top:30px;
}

.top_detail_read{
	margin-top:30px;
}


	
	
}





@media screen and (max-width: 414px){
	
	.sp_img{
	display:block!important;
}

.pc_img{
	display:none!important;
}


img{
width:100%;
height:auto;
}

#header {
	background: #fff;
}

.wooslider_wrap{
	display:block;
}


.logo {
	padding: 25px 0px 15px;
}

.logo a{
	width:140px;
	display:inline-block;
}

.top_img_index{
	height:auto!important;
}

.top_img{
	display:none;
}




.top_detail {
	position: static;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-bottom: 1px solid #ccc;
}


.top_detail:last-child{
	border-bottom: none;
}

.top_detail .top_detail_inner {
	position: static;
	padding: 30px;
}



.img-cover {
	background: none no-repeat scroll 50% 50% / cover  rgba(0, 0, 0, 0);
	background-size: cover !important;
	-webkit-background-size: cover !important;
}



.img-cover > img {
	display: none!important;
}


.wooslider_wrap {
	padding-top: 68px;
}

.wooslider .slides > li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2000;
}

.wooslider .slides > li .title a{
	color: #fff;
	position: relative;
	height: auto;
	width: auto;
	z-index: 1999;
}


.wooslider-control-nav{
	opacity:1;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}


.active .wooslider-control-nav{
	opacity:0;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	-o-transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
	transition:  0.6s cubic-bezier(0.78, .18, .34, .98);
}



#home {
	overflow: scroll;
}

#home .top_detail .top_detail_inner {
	position: static;
	padding: 30px 30px 60px 30px;
}



.top_detail.top_detail_sp{
	width:100%;
	display:block;
}



.top_detail.top_detail_sp .top_detail_inner {
	position: static;
	padding: 30px 30px 60px 30px;
}



.attention p {
	font-size: 11pt;
}

.top_detail_text01 p {
	font-size: 11pt;
}

.top_detail_text02 p {
	font-size: 11pt;
}

.top_detail_title p {
	font-size: 22pt;
}


.top_detail_title p span{
	font-size: 14pt;
}

.top_detail_sakka p{
	font-size: 14pt;
}

.top_detail_date p {
	font-size: 14pt;
}

.top_detail_place a {
	text-decoration: underline;
	font-size: 14pt;
}

.top_detail_note p {
	font-size: 10pt;
}

.single_title p {
	font-size: 11pt;
}

.single_note p {
	font-size: 10pt;
}

.single_cast_note p br{
	display:none;
}



.top_detail_read a {
	font-size: 11pt;
}



.copylight p{
	font-size:8pt;
}



.open .top_detail.dis_non{
	opacity:1;
	-webkit-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-moz-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-ms-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	-o-transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
	transition: 0.6s cubic-bezier(0.78, .18, .34, .98) .5s;
}








.archives_inner {
	padding: 0 10px;
}


.archives_box{
	width:50%;
	padding:0 10px;
	display: inline-block;
}


#top_footer .inner {
	padding:0 20px;
}

	
	.icon_twitter a {
		width: 18px;
	}
	


}











@media screen and (max-width: 320px){
	
	
	
	
	
}




@media screen and (min-width: 1270px){
	
	
	
	.top_img.left:after {
	width: 70%;
	margin-top: -46%;
	margin-left: -27%;
}
	
	
	
}




