#stage1 {background:#000;}
#stage2 {background:none;}
#stage3 {background:none;}
/*
#stage4 {background:#f2f2f5;}
#stage5 {background:#e9ece9;}
*/

#container{
height:100%;
z-index: 0;
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;
}



/*ハンバーガートグル*/
.-sp-content {
	display:none;
}
.mode_s .-sp-content {
	display:block;
}

.-sp-content {
	display:none;
}

.spmask{
	position:fixed;
	width:1px;
	height:1px;
	}

.spmaskB{
	position:fixed;
	width:100%;
	height:100%;
	z-index:100;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(3px);
	transform: translate3d(0, 0, 0);
	display: block;
	}

.navbar_toggle:hover{
	cursor: pointer;
	}
.navbar_toggle{
 z-index:9999;
 position:fixed;
top:30px;
right:30px;
border:solid 1px #ccc;
padding:10px;
    background: rgba(255,255,255,0.7);
	z-index:201;
}

.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 30px;
 background: #5c6b80;
 -webkit-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 10px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -10px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}


.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}


.menuall{
	z-index:999;
	position:absolute;
    margin-top: 90px;
}


nav  .prevspmenu{
	background-image: url(../img/prev_arrow.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#fff;
	border:solid 8px #ddd;
	min-height:60px;
	display: flex;
	 flex-wrap: wrap;
	align-items:stretch;
	}



/* menu action default */

.drawer-menu{
    background: rgba(255,255,255,0.8);
	min-height:165px;
	}

.menu,
.menu_e,.menu_s,.menu_g,
.menu_e_01,.menu_e_02,.menu_e_03,.menu_e_04,.menu_e_05,.menu_e_06,.menu_e_07,.menu_e_08,
.menu_s_01,.menu_s_02,.menu_s_02_01,.menu_s_02_02,.menu_s_02_03,.menu_s_02_04,.menu_s_02_05,.menu_s_03,.menu_s_04,.menu_s_05,.menu_s_06,.menu_s_07,.menu_s_08,.menu_s_09,
.menu_g_01,.menu_g_02,.menu_g_03,
.menu_sp,
.menu_01,
.menu_02,
.menu_03{
 z-index:999;
 box-shadow: 0 0 8px #000;
 display:none;
 overflow-y: auto;
 -webkit-overflow-scrolling:touch;
}





.drawer-menu ul,
.drawer-menu ul ul,
.drawer-menu ul ul ul{
	position:relative;
	}

.drawer-menu li{
 	width:100%;
	font-size:1rem;
	display:block;
	border-top:solid 1px #ccc;
	}

.drawer-menu li:hover{
    background: rgba(255,255,255,0.9);
}

.drawer-menu a{
	display:block;
	padding:10px 10px 10px 20px;
	line-height:1.3;
	display: flex;
 	align-items: center;
	}

.drawer-menu li:first-child{
	border-top:solid 1px #ccc;
	}


.drawer-menu li:last-child{
	border-bottom:none;
	}




/*ハンバーガートグル*/


.topmenu{
	width:100%;
	height:300px;
	position: absolute;
	left: 0;
	right: 0;
	bottom:30px;
	margin: 0 auto;
	z-index:50;
    transition: all 500ms ;
	overflow: hidden;
	min-width:960px;
}

.mode_s .topmenu{
	display: none;
}

.topmenuscroll{
	display: flex;
	width:100%;
	height:80px;
	min-height:50px;
	min-width:100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	top:0;
	margin: 0;
	transform:scale(1);
    transition: all 500ms ;
	/*background-color: rgba(0,0,0,0.5);*/

}


.topmenu ul{
	position: absolute;
    width: 100%;
    height: 300px;
}
.topmenuscroll ul{
	width:70%;
	margin: auto auto;
}


.topmenu li{
	background-color: #002a77;
	height: 40px;
	width: 200px;
	line-height: 40px;
    transition: all 500ms ;
}

.topmenu li:hover{ 
filter: brightness(120%);
}

.topmenuscroll li{
	width:15%;
	height: 100%;
	margin:0 5px;
	overflow: hidden;
	display: block;
	transform:skewY(0deg);
	transform:skewX(0eg);
	position: relative;
	    line-height: 80px;
}
.topmenu li a{
	display: block;
	height: 100%;
	width:100%;
	position: relative;
}
.topmenu li a > span{
	z-index:30;
	color: rgb(124, 122, 122);
    text-shadow: 1px 1px 1px #000;
    font-size: 15px;
	display: inline;
	letter-spacing:0.1px;
	color: #fff;
}


.topmenu li a span .lfn{
	font-size:22px;
	display: inline;
}


.topmenuscroll li a > span{
	position: absolute;
	bottom:0px;
	left:0;
	right:0;
	z-index:30;
	text-shadow:0 0 0 ;
	display: inline;
    letter-spacing: 0.1rem;
}
.topmenuscroll li a span .lfn{
	font-size:15px;
	display: inline;
	line-height: 2.5rem;
}

.topmenu ul li:nth-child(1)  {
	position: absolute;
	bottom:200px;
	left:-60px;
}
.topmenu ul li:nth-child(2) {
	position: absolute;
	bottom:150px;
	left:-50px;
}
.topmenu ul li:nth-child(3){
	position: absolute;
	bottom:100px;
	left:-40px;
}
.topmenu ul li:nth-child(4)  {
	position: absolute;
	bottom:50px;
	left:-30px;
}
.topmenu ul li:nth-child(5)  {
	position: absolute;
	bottom:200px;
	right:-60px;
}

.topmenu ul li:nth-child(6) {
	position: absolute;
	bottom:150px;
	right:-50px;
}

.topmenu ul li:nth-child(7) {
	position: absolute;
	bottom:100px;
	right:-40px;
}
.topmenu ul li:nth-child(8) {
	position: absolute;
	bottom:50px;
	right:-30px;
}



.topmenu ul li:nth-child(1) ,
.topmenu ul li:nth-child(2) ,
.topmenu  ul li:nth-child(3) ,
.topmenu ul li:nth-child(4) {
	transform:skewY(15deg);
	text-align: right;
	padding-right: 20px;
}

.topmenu  ul li:nth-child(5),
.topmenu  ul li:nth-child(6) ,
.topmenu ul li:nth-child(7) ,
.topmenu ul li:nth-child(8) {
	transform:skewY(-15deg);
	text-align: left;
	padding-left: 20px;
}



.topmenuscroll li:nth-child(1) a,
.topmenuscroll li:nth-child(2) a,
.topmenuscroll li:nth-child(3) a,
.topmenuscroll li:nth-child(4) a,
.topmenuscroll li:nth-child(5) a,
.topmenuscroll li:nth-child(6) a,
.topmenuscroll li:nth-child(7) a{
background-image:none;
transform:skewX(0deg) scale(1);
	color: #fff;
}


.topmenuscroll li:nth-child(1) a:hover,
.topmenuscroll li:nth-child(2) a:hover,
.topmenuscroll li:nth-child(3) a:hover,
.topmenuscroll li:nth-child(4) a:hover,
.topmenuscroll li:nth-child(5) a:hover,
.topmenuscroll li:nth-child(6) a:hover,
.topmenuscroll li:nth-child(7) a:hover{
	background-color:rgba(0,0,0,0.4)
}


#stage1,#stage2,#stage3,#stage4,.fieldWrap{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	min-width: 960px;
	min-height: 680px;
	overflow: hidden;
} 
#stage5{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	min-width: 960px;
	min-height: 680px;
}

.mode_s #stage1{
	min-width:100%;
}


.mode_s #stage2,.mode_s #stage3,.mode_s #stage4,.mode_s #stage5 ,.mode_s .fieldWrap{
	min-width:100%;
	height:auto;
}

.fonttype01{
	font-family: source-sans-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.fonttype02{
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}



.opt0{
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	}

.opt1{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	}

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:100;
}

.loader{
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
   align-items: center;
}

.red-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index:20;
    overflow:hidden;
}

.red-loader{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #7e4db2;
    transition: all 300ms 1s ease;
}

.active {
  /* transform: translateX(100%); */
}


#container{
    /* height: 100%;
    z-index:1; */
	}
article{
   /* height: 100%;*/
	}










/*           stage1        */

#stage1{
	display: flex;
	}
.topp01{
	background: #7e4db2;
	height:10%;
	width:100%;
	position: absolute;
	z-index:10;
	top:0;
	}
.toptopic{
    z-index: 250;
    color: #fff;
    margin: auto auto;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 120px;
	text-shadow: 2px 2px 5px #000;
    font-size: 30px;
    line-height: 40px;
	}
.mode_s .toptopic{
    font-size: 14px;
    line-height: 20px;
}
.contact_t{
	position: absolute;
	top:50%;
	right:20px;
	letter-spacing: 0.1rem;
}
.contact_t a > img{
	margin-right:0.5rem;
}
.contact_t:hover{
 filter: invert(100%);
}
.topp02{
	background: #7e4db2;
	height:15%;
	width:100%;
	position: absolute;
	z-index:10;
	bottom:0;
	}
.mode_s .topp01,
.mode_s .topp02{
display: none;
}

.mainimage{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:400px;
	background-size:contain;
    background-position:center center;
    background-repeat: no-repeat;
	background-image:url(../img/pcmain_olympic.jpg);
	    z-index:5;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  margin: auto;
    transition: all 500ms 1s ease;
	}

.mainimage2{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:400px;
	background-size:contain;
    background-position:center center;
    background-repeat: no-repeat;
	background-image:url(../img/pcmain_2022_01.jpg);
	    z-index:5;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  margin: auto;
    transition: all 500ms 1s ease;
	}

.mode_s .mainimage{
	min-width:auto;
	min-height:auto;
	background-image:url(../img/smpmain_olympic.jpg);
	    z-index:5;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  margin: auto;
    transition: all 500ms 1s ease;
	min-width:100%;
	}

.mode_s .mainimage2{
	min-width:auto;
	min-height:auto;
	background-image:url(../img/smpmain_2022.jpg);
	    z-index:5;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  margin: auto;
    transition: all 500ms 1s ease;
	min-width:100%;
	}

.watanabe{
	display:block;
	    z-index:5;
		font-size:1.2rem;
		color:#fff;
	    margin-top:10rem;
		letter-spacing:0.2rem;
		position: absolute;
		left: 0;
		right: 0;
		top:70%;
		margin: auto;
	 /* filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0.6)); */
	font-weight:normal;
	}




	
.protxt{
	text-align:left;
	display:block;
	    z-index:5;
	    font-size:1.2rem;
		letter-spacing:0.2rem;
		line-height:2.4rem;
	padding:4%;
	  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	 /*     background-color: rgba(255, 255, 255, 1); 
	 filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
	 */
	transition: all 500ms 1s ease;
	margin:auto auto;
	height:80%;
	}


.pllbg02-1{    
    width: 100%;
	height:100%;
    background-position: center 20%;
    background-repeat: no-repeat;
	background-image:url(../img/topbackground002_02.jpg);
    transition: all  1s ;
	position: absolute;
	z-index: 1;
    display: flex;
}

.mode_s .pllbg02-1{   
	height:auto;
    min-height: 680px;
	position: relative;
}

.pllbg03-1{    
    width: 100%;
	height:100%;
    background-position: center 20%;
    background-repeat: no-repeat;
	background-image:url(../img/topbackground003_02.jpg);
    transition: all  1s ;
	position: absolute;
	z-index: 1;
    display: flex;
}

.mode_s .pllbg03-1{   
	height:auto;
    min-height: 680px;
	position: relative;
}

.pllbg04-1{    
    width: 100%;
	height:100%;
    background-position: center 20%;
    background-repeat: no-repeat;
	background-image:url(../img/topbackground004_02.jpg);
    transition: all  1s ;
	position: absolute;
	z-index: 1;
    display: flex;
}

.mode_s .pllbg04-1{   
	height:auto;
    min-height: 680px;
	position: relative;
	margin:40px 0;
}

.pllbg05{
	/*overflow: hidden;*/
    width: 100%;
	height:100%;
	position: absolute;
	z-index: 1;
    display: flex;
	}
.pllbg05-1{    
    width: 100%;
	height:100%;
    background-position: center 20%;
    background-repeat: no-repeat;
	background-image:url(../img/topbackground005_02.jpg);
    transition: all  1s ;
}


.mode_s .pllbg02-1,.mode_s .pllbg03-1,.mode_s .pllbg04-1,.mode_s .pllbg05-1{
background-size: cover;
}

.st2body{
	display:flex;
    align-items: center;
	position: absolute;
	width:100%;
	height:50%;
	min-height: 480px;
	background-color: rgba(255,255,255,.9);
	margin:auto;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  z-index: 2;
    transition: all  1s ;
}
.mode_s .st2body{
	position: relative;
	background-color:rgba(255,255,255,0.7);
	 box-sizing: border-box;
    margin: 40px 0;
    padding: 40px 0;

}

#stage2 {
	align-items:center;
	}
.st2box1{
	display: flex;
	align-items:center;
	width:70%;
	height:350px;
	max-width:800px;
	   z-index:5;
	   position: relative;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  margin: auto;
	transition: all 500ms 1s ease;
	text-align:left;
	flex-wrap: wrap;
}

.mode_s .st2box1{
	display: block;
	height:auto;
	max-height:auto;
}

.st2box1-l{
	width:20%;
	text-align:right;
}
.mode_s .st2box1-l{
	width:100%;
	text-align:center;
}
.st2box1-r{
	width:80%;
	line-height: 2rem;
} 
.mode_s .st2box1-r{
	width:100%;
	text-align:left;
}

.st2box2{
	display: flex;
	align-items:center;
	justify-content:center;
	max-height:40px;
	   z-index:5;
	   position: relative;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	transition: all 500ms 1s ease;
    margin: 20px 0;
}
.mode_s .st3box1{
	height:auto;
	max-height:auto;
	justify-content: space-between;
    width: 90%;
}

.st2box2 div{
	margin:0 4px;
} 

.st3box1{
	display: flex;
	align-items:center;
	width:70%;
	height:20%;
	max-width:960px;
	max-height:400px;
	   z-index:5;
	   position: absolute;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  margin: auto;
	transition: all 500ms 1s ease;
	text-align:center;
}
.mode_s .st3box2{
	height:40px;
}

.st3body{
display:block;
position: absolute;
width:100%;
height:50%;
	min-height: 480px;
	background-color: rgba(255,255,255,.9);
margin:auto;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  z-index: 2;
    transition: all  1s ;
}

.mode_s .st3body{
	position: relative;
	background-color:rgba(255,255,255,0.7);
	 box-sizing: border-box;
    padding: 40px 0;

}


.st3box1-l{
	width:50%;
    margin: 20px;
}
.st3box1-r{
	width:50%;
    margin: 20px;
	letter-spacing: 0.2rem;
} 
.st3box1-l div,
.st3box1-r div{
	margin:20px 0;
}

.linebox{
	width:100%;
	height:50px;
	  position: absolute;
	  background-color: #7e4db2;
	  z-index: 2;
}
.linebox-set1{
	  top:200%;
}
.linebox-set2{
	  top:300%;
}
.linebox-set3{
	  top:400%;
}


.st4body{
	display:flex;
position: absolute;
width:100%;
height:70%;
min-height: 580px;
	background-color: rgba(255,255,255,.9);
margin:auto;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  z-index: 2;
    transition: all  1s ;
}


.mode_s .st4body{
	position: relative;
	background-color:rgba(255,255,255,0.7);
	box-sizing: border-box;
    padding: 40px 0;
	display: block;

}


.st4bl{
	display: flex;
	width:100%;
	height:116px;
	  position: absolute;
	  top:-58px;
}

.st4bl div:nth-child(1){
	height:116px;
	width:50%;
	background-image:url(../img/mbg02l.png);

} 
.st4bl div:nth-child(2){
	height:116px;
	width:257px;
	background-repeat: no-repeat;
	background-image:url(../img/mbg01c.png);

} 
.st4bl div:nth-child(3){
	height:116px;
	width:50%;
	background-image:url(../img/mbg03r.png);

} 

.st4box0{
	width:100%;
	  margin: 0 auto 30px;
	  text-align:left;

}
.st4box1{
	width:960px;
	  margin: auto auto;
      border-radius: 8px;
    transition: all  1s ;
}
.mode_s .st4box1{
	width:100%;
    padding: 20px;
    box-sizing: border-box;
}
.st4box1-b{
	display: flex;
	flex-wrap: wrap;
}
.st4box1-l{
	width:60%;
	display: flex;
	flex-wrap: wrap;
}
.mode_s .st4box1-l{
	width:100%;
	padding:20px;
	margin:40px 0;
}
.st4box1-r{
	width:40%;
	padding-left:40px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
} 

.mode_s .st4box1-r{
	width:100%;
	padding-left:0px;
	display: none;
} 

.st4box1-l-l{
	width:auto;
	padding-right:50px;
}


.mode_s .st4box1-l-l{
	padding-right:10px;
}


.st4box1-l-r{
	min-width:70%;
	display: block;
}

.st4box2{
	width:960px;
	margin-top:20px;
}
.mode_s .st4box2{
	width:100%;
}
.newsbox{
	display: flex;
	width: 100%;
	margin-bottom:20px;
}
.year,
.newstxt{
	border-bottom: 1px dashed #000;
}

.newstxt{
	text-align: left;
	padding-top:30px;
}

.mud{
	border-bottom: 3px solid #000;

}
.st5bl{
	display: flex;
	width:100%;
	height:116px;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top:0;
	  margin: auto;
}

.st5bl div:nth-child(1){
	height:116px;
	width:33%;
	background-image:url(../img/mbg12l.png);

} 
.st5bl div:nth-child(2){
	height:116px;
	width:34%;
	background-image:url(../img/mbg13r.png);

} 
.st5bl div:nth-child(2) > div{
	height:116px;
	width:188px;;
	background-repeat: no-repeat;
	background-image:url(../img/mbg11c.png);

} 
.st5bl div:nth-child(3){
	height:116px;
	width:33%;
	background-image:url(../img/mbg13r.png);

} 



.st5body{
	display:flex;
position: absolute;
width:100%;
height:70%;
min-height: 580px;
	background-color: rgba(255,255,255,.9);
margin:auto;
	  left: 0;
	  right: 0;
	  top:0;
	  bottom:0;
	  z-index: 2;
    transition: all  1s ;
}


.mode_s .st5body{
	height:auto;
	position: relative;
	background-color:rgba(255,255,255,0.7);
	box-sizing: border-box;
    padding: 20px;
	display: block;
}



.st5box1{
	width:960px;
	min-height: 560px;
	  margin: auto auto;
    display: flex;
    flex-wrap: wrap;
}
.mode_s .st5box1{
	width:100%;
	/*margin: 20px;*/
}

.st5box0{
	width:100%;
	  margin: auto auto;
	  text-align:left;

}

.st5box2{
	display: flex;
		width:960px;
		position: absolute;
		left: 0;
		right: 0;
		bottom:0;
		margin: 0 auto 30px;
		justify-content:space-between;

}

.mode_s .st5box2{
		width:100%;
	position: relative;

}


.st5box2 img{
	margin:0 10px;
}







	/* =======================================
	   sub
	======================================= */

.sub{background:#fff;}

/*          submenu        */

#mainmenu{
	background: #7e4db2;
	color: #fff;
	height:80px;
	width:80%;
	min-width:960px;
	padding-right:40px;
	position: absolute;
	z-index:5;
	top:0;
	display: flex;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	letter-spacing: 0.2rem;
}

.mode_s #mainmenu{
	min-width:100%;
}
#mainmenu ul{
	width: 70%;
	display: flex;
	justify-content: space-between; 
	align-items:center;
}

.mode_s #mainmenu ul{
	display:none;
}

.mode_s .sublogo{
 width: 100%;;
}

#mainmenu li{
	display: block;

}
#mainmenu li a{
	display: block;
	height:80px;
	padding:0 5px;
	line-height: 80px;
}
#mainmenu li a:hover{
	background-color:#bb91e9;
}
.mgsub{
	height:80px;
	width:100%;

}


.blogbody{
	width:700px;
	   z-index:5;
	  margin: 0 auto;
	/*transition: all 500ms 1s ease;*/
	text-align:left;
	padding: 40px 0 20px;
}

.mode_s .blogbody{
	width:100%;
    box-sizing: border-box;
    padding: 20px;
}

.blogdetail{
	display: flex;
}
.blogtxt{
	padding: 20px 0;
	display: block;

}
.pagenation{
	width:700px;
	display: flex;
	margin: 0 auto;
}
.mode_s .pagenation{
	width:100%
}

.pagenation a:link {  text-decoration:none;
	color:#fff !important;}
.pagenation a:visited { text-decoration:none;
	color:#fff !important;}
.pagenation a:hover { text-decoration:none;
	color:#fff !important;}
.pagenation a:active { text-decoration:none;
	 color:#fff !important;}



.sns{
	display: flex;
	width: 100%;
	justify-content:flex-end; 
    overflow: hidden;
}

.fb{
 width:100px;
}
.twitter{
	width:80px;

}



.blh01{
	font-weight: bold;
	margin:50px 0 30px;
}
.blh01 span{
	color: #a7a7a7;
	margin-left:20px;

}
.prul01 li{
	display: flex;
	margin:10px 0;

}

.mode_s .prul01 li{
	display:block;
	margin:10px 0;

}


.pr01{
	width:20%;
	border-bottom: 1px solid #000;
	padding-left:10px;
	margin-right:5%;
    box-sizing: border-box;
}

.mode_s .pr01{
	width:100%;
	padding-left:0px;
    margin-top:30px;
    font-weight: bold;
}

.pr02{
	width:75%;
	border-bottom: 1px dashed #000;
}

.mode_s .pr02{
	width:100%;
}


.prtxt{
	margin:10px 0;

}
.prtxt p{
	line-height: 2rem;;
}

.footer{
	display: flex;
		width:960px;
		margin: 0 auto 30px;
		justify-content:space-between;
		box-sizing: border-box;

}
.mode_s .footer{
		width:100%;
		padding: 30px;;

}


.prul02 li{
	display: flex;
	margin:10px 0;
	align-items:flex-end;
}

.mode_s .prul02 li{
	display:block;
}


.pr03{
	width:35%;
	border-bottom: 1px solid #000;
	padding-left:10px;
	margin-right:5%;
    box-sizing: border-box;
}

.mode_s .pr03{
	width:100%;
    margin-top:30px;
    font-weight: bold;
}


.pr04{
	width:60%;
	border-bottom: 1px dashed #000;
	display: block;
}


.mode_s .pr04{
	width:100%;
}

.pr05{
	text-align: right;
}

.pr06{
	width:100%;
	border-bottom: 1px dashed #000;
	display: block;
}


.footer  img{
	margin:0 10px;
}


/* ggalelry */
.default-view .ngg-gallery-thumbnail-box {
    width: 33%;
}

/* page navigation
------------------------------------------------------------ */
.pagenation .natl{
	width:50%;
	display:block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
	}

.pagenation .natr{
	width:50%;
	display:block;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
	}
	
.pagenation .oldpage{
	display:block;
	}
.pagenation .newpage{
	text-align:right;
	display:block;
	}

.pagenation .oldpage{
	text-align:left;
	display:block;
	}
.pagenation .newpage{
	text-align:right;
	display:block;
	}		

.pagenation .oldpage a{
	padding:5px 5px 5px 35px;
	margin:0 20px 0 0px;
	background: url(../img/oldpage.png) no-repeat left center;
	background-color:#7e4db2;
	 border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	font-size:120%;
	display:block;

	}
.pagenation .oldpage a:hover{
	background-color:#bb91e9;
	}
.pagenation .newpage a{
	padding:5px 35px 5px 5px ;
	margin:0 0px 0 20px;
	background: url(../img/newpege.png) no-repeat right center;
	background-color:#7e4db2;
	border-radius: 3px; 
   -webkit-border-radius: 3px; 
   -moz-border-radius: 3px; 
	font-size:120%;
	display:block;
	}
.pagenation .newpage a:hover{
	background-color:#bb91e9;
	}
.pagenation:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
	}
	

	/* =======================================
	    ClearFixElements
	======================================= */
	#loopslider ul:after {
	    content: ".";
	    height: 0;
	    clear: both;
	    display: block;
	    visibility: hidden;
	}
	 
	#loopslider ul {
	    display: inline-block;
	    overflow: hidden;
	}

/*フェードイン */
	.samain {
	  opacity: 0;
	  transition: all .5s ease;
	  transform: translate(-200px, 0);
	}
	
	
	.sa {
	  opacity: 0;
	  transition: all .5s ease;
	  transform: translate(0, 100px);
	}


	.sa.show {
	  opacity: 1;
	  transform: none;
	}
	.sa.show2 {
	  opacity: 1;
	}

	.sa--lr {
	  opacity: 0;
	  transform: translate(-900px, 0) !important;
	  transition: all .5s ease;
	}

	.sa--rl {
	  opacity: 0;
	  transform: translate(900px, 0) !important;
	  transition: all .5s ease;
	}

	.sa--up {
	  transform: translate(0, 100px);
	  transition: all .5s ease;
	}

	.sa--down {
	  transform: translate(0, -100px);
	  transition: all .5s ease;
	}

	.sa--scaleUp {
	  transform: scale(.5);
	  transition: all .5s ease;
	}

	.sa--scaleDown {
	  transform: scale(1.5);
	  transition: all .5s ease;
	}

	.sa--rotateL {
	  transform: rotate(180deg);
	  transition: all .5s ease;
	}

	.sa--rotateR {
	  transform: rotate(-180deg);
	  transition: all .5s ease;
	}
	

/* newslist twitter 調整*/
.wp-block-embed{
 margin: 0;
}