@charset "utf-8";
/* CSS Document */
html{
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td
{
	margin: 0;
	padding: 0;
}
/* ■■■■　共通　■■■■ */
.clear{
	clear:both;
}

li{
	list-style-type: none;
}

h1,h2,h3,h4{
	color:#E2D2BE;
}

p{
	color:#ffffff;
}


p{
	line-height:150%;
	}
a{
	color:#ffffff;/* #E2D2BE; */
	text-decoration: none;
}
.f-red{color:red;}

/* font-size: 62.5%;が10pt*/

.h1-a{font-size:250%;}
.h1-b{font-size:200%;}
h2{font-size:150%;}
h3{font-size:100%;}
h4{font-size:110%;}
h5{font-size:100%;}
p{font-size:100%;}
.p90{font-size:90%;}
.p80{font-size:80%;}
@media only screen and (max-width:1280px){
.h1-a{font-size:220%;}
.h1-b{font-size:180%;}
h2{font-size:140%;}
h3{font-size:100%;}
h4{font-size:110%;}
h5{font-size:100%;}
p{font-size:100%;}
.p90{font-size:90%;}
.p80{font-size:80%;}
}
@media only screen and (max-width:1024px){
.h1-a{font-size:200%;}
.h1-b{font-size:160%;}
h2{font-size:120%;}
h3{font-size:80%;}
h4{font-size:95%;}
h5{font-size:90%;}
p{font-size:90%;}
.p90{font-size:81%;}
.p80{font-size:72%;}
}
@media only screen and (max-width:840px){ 
.h1-a{font-size:180%;}
.h1-b{font-size:150%;}
}
@media only screen and (max-width:768px){ 
.h1-a{font-size:160%;}
.h1-b{font-size:140%;}
h2{font-size:110%;}
h3{font-size:70%;}
h4{font-size:90%;}
h5{font-size:80%;}
p{font-size:80%;}
.p90{font-size:77%;}
.p80{font-size:72%;}
}
@media only screen and (max-width:600px){ 
.h1-a{font-size:130%;}
.h1-b{font-size:100%;}
}
@media only screen and (max-width:400px){
.h1-a{font-size:110%;}
.h1-b{font-size:90%;}
h2{font-size:90%;}
h3{font-size:70%;}
h4{font-size:75%;}
h5{font-size:70%;}
p{font-size:70%;}
.p90{font-size:68%;}
.p80{font-size:63%;}
}

/* ■■　container ■■ */
html,body {
	font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", serif;
	min-height:100%;
}

body {
	background-color:#140e0c;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
}

.container {
	width:1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
}
@media only screen and (max-width:1280px){
.container{
	width:  95%;
	}
}


/* ■■　ナビゲーション ■■ */
.nav{
	display: -webkit-box; /* Android -4.3 */
	display:flex;
	-webkit-box-pack:justify;/*--- Android -4.3 ---*/
	justify-content:space-between;
	align-items:center;
	font-size:90%;
}

.nav li{
	-webkit-box-flex: 1; /* Android -4.3 */
	flex-grow:1;
	color:#ffffff;/* #E2D2BE; */
}
.nav li:first-child{
	-webkit-box-flex: 2; /* Android -4.3 */
	flex-grow:2;
}
.nav a{
	display:block;
	color:#ffffff;/* #E2D2BE; */
	text-decoration:none;
	padding:10px;
	background:#1E0000;
	text-align:center;
	margin-right:1px;
}
/*.nav li:first-child a{
	background:#15A589;
}*/
/*#128B74*/

.nav li:last-child a{
	margin-right:0;
}
@media only screen and (max-width: 1024px) {/*1400px*/

.nav a{
	padding:10px 2px 10px 2px;;
	}
}
@media only screen and (max-width: 840px) {
.nav{
	font-size:70%;
}
}


/* ■■　contents 　タイトル・ロゴ ■■ */	
#contents{
	padding:0px;
}
#contents::after {
  content: "";
  display: block;
  clear: both;
}

/* ■■　タイトル・ロゴ ■■ */
#title-box{
}

#title-box h1{
	float:left;
	width:50%;

}
#title-box h2{
	float:right;
	width:40%;
	margin:40px 15px 0px 0px;
}
 /* div要素全体がリンクに */
#title-box h2 a { display:block;
    width: 100%; /* 横幅 */
	border:#CC9933 0px solid;
	border-radius:8px;
	padding:10px;
	text-align:center;
	background-color: rgba(204, 153, 0, 0.5);
    color: rgba(255, 255, 255);
}
 /* 以下マウスを載せたときのスタイル */
#title-box h2 a:hover {
	background-color: rgba(204, 153, 0, 0.7);
    color: rgba(70, 50, 35);
	}
@media only screen and (max-width: 800px) {
#title-box h1{
	float:none;
	width:100%;

}
#title-box h2{
	float:none;
	width:70%;
	margin:0px auto 0px auto;
}
}
@media only screen and (max-width: 450px) {
#title-box img{
	width:100%;
	height:auto;
}
}

/* ■■　ＴＯＰ画像 ■■ */

/*固定部分*/
.top-img-box{
	text-align:center;
}
.top-img-box img{
	width:100%;
	height:auto;
}
.img-opacity0{
	opacity: 0;
}

/* ■■　main-box ■■ */

#main-box{
}


/* ■■　sectiontその１ ２カラム■■ */
#section_topics,
.section_l,
.section_r,
.section_layout,
.section_intro,
.section_t,
.section_s{
	width:100%;
	padding:20px 0px;
}

.section_b{
	width:100%;
	padding:20px 0px;
	background-color:#FFC;
	margin-bottom:20px;
}

#topics-box{
	float:left;
	width:780px;
	margin:0px auto 15px;
	padding:10px 20px 10px 20px;
	background-color:#3e2d24;
}
#topics-box-b{
	float:left;
	width:780px;
	margin:0px auto 15px;
	padding:10px 20px 10px 20px;
}
#topics-box h3{
	float:left;
	width:100px;
	margin-right:50px;
	margin-bottom:10px;
	color:#F00;
}
#topics-box h5{
	float:left;
	width:250px;
	margin-bottom:10px;
	color:#FFF;
}

#fb-box{
	float:left;
	width:280px;
	margin-top:10px;
	margin-left:80px;
}

.section_l .img-box,
.section_b .img-box{
	float:left;
	width:50%;
	text-align:left;
}
.section_r .img-box{
	float:right;
	width:50%;
	text-align:right;
	}
	
.section_b .txte-box-w{
	width:100%;
}
	
.section_b .img-box-w{
	width:100%;
	text-align:center;
}
	
.section_l .img-box img,
.section_r .img-box img{
	width:98%;
	height:auto;
}
.section_b .img-box img{
	width:95%;
	height:auto;
	margin-left:5%
}

.section_b .img-box-w img{
	width:90%;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;

}

.section_l .text-box,
.section_b .text-box{
	float:right;
	width:50%;
	padding-bottom:20px;
	padding-top:50px;
}
.section_r .text-box{
	float:left;
	width:50%;
	padding-bottom:20px;
	padding-top:50px;
}
.section_l .text-box h2,
.section_b .text-box h2{
	margin-left:30px;
	margin-right:10px;
	color:#F60;
}
.section_r .text-box h2{
	margin-left:20px;
	margin-right:20px;
	color:#F60;
}
.section_b .text-box-w h2{
	margin-left:20px;
	margin-right:20px;
	color:#900;
}

.section_l .text-box p{
	margin-left:40px;
	margin-right:10px;
}
.section_r .text-box p{
	margin-left:30px;
	margin-right:20px;
}
.section_b .text-box p{
	margin-left:40px;
	margin-right:20px;
	color:#400000;
}
.section_b .text-box-w p{
	margin-left:40px;
	margin-right:10px;
	color:#400000;
}
.layout-box{
	float:left;
	width:50%;
	text-align:center;
}
.section_layout h2{
	margin:20px;
	margin-top:0px;
}
.layout-box img{
	width:80%;
	height:auto;
}

.btn_a{
	width:50%;
	margin:10px auto;
	text-align:center
}

 /* div要素全体がリンクに */
.btn_a a { display:block;
    width: 100%; /* 横幅 */
	border-radius:5px;
	background-color:#900;
	padding:3px 5px; /* a要素内の余白 */
}
 /* 以下マウスを載せたときのスタイル */
.btn_a a:hover { 
    background-color: #993333;
    color:#ff9999;
	}
	
.section_intro .img-box{
	float:right;
	width:55%;
}
.section_intro .img-box img{
	width:100%;
	height:auto;
	}
.section_intro .text-box{
	float:left;
	width:40%;
	padding:1%;
}

.section_t .img-box{
	float:left;
	width:50%;
	margin-bottom:5px;
}
.section_t img{
	float:left;
	width:45%;
	height:auto;
	margin-right:5%;
	margin-bottom:5px;
}
.section_t .text-box{
	float:left;
	width:50%;
}
.section_t .text-box h2{
	margin:0px;
}
.section_t .text-box h3{
	margin:8px 0px 5px 15px;
}
.section_t .text-box p{
	margin-left:25px;
}

.section_s .text-box-l{
	float:left;
	width:50%;
	padding-top:20px;
	margin-bottom:20px;
}
.section_s .text-box-r{
	float:right;
	width:50%;
	padding-top:20px;
	margin-bottom:20px;
}
.section_s .img-box-l{
	float:left;
	width:45%;
	height:auto;
	margin-right:5%;
	margin-bottom:20px;
}
.section_s .img-box-r{
	float:right;
	width:45%;
	height:auto;
	margin-left:5%;
	margin-bottom:20px;
}
.section_s .img-box-l img,
.section_s .img-box-r img
{
	width:100%;
	height:auto;
}	
@media only screen and (max-width: 1280px) {
#topics-box,
#topics-box-b{
	float:left;
	width:680px;
	margin:0px 0px 0px 0px;
	padding:10px 20px 10px 20px;
}
#fb-box{
	float:left;
	width:250px;
	margin-top:10px;
	margin-left:60px;
}
}
@media only screen and (max-width: 1100px) {
#topics-box,
#topics-box-b{
	float:left;
	width:60%;
	margin:0px 0px 20px 0px;
	padding:10px 20px 10px 20px;
}
#topics-box h3{
	width:100px;
	margin-right:30px;
}
#fb-box{
	float:left;
	width:250px;
	margin-top:10px;
	margin-left:20px;
}
}
@media only screen and (max-width: 830px) {
#topics-box,
#topics-box-b{
	float:left;
	width:50%;
	padding:5px 10px 5px 20px;
}
#topics-box h3{
	width:90px;
	margin-right:15px;
}
#fb-box{
	float:left;
	width:250px;
	margin-top:10px;
	margin-left:20px;
}
}
@media only screen and (max-width: 768px) {
#topics-box,
#topics-box-b{
	width:95%;
	padding:5px 10px 5px 20px;
}
#topics-box h3{
	width:100px;
	margin-right:10px;
}
#fb-box{
	width:100%;
	margin:0px;
	text-align:center;
}
.section_l .img-box,
.section_r .img-box,
.section_b .img-box{
	width:100%;
}
.section_l .text-box h2,
.section_r .text-box h2{
	margin-left:0px;
	margin-right:0px;
}
.section_l .text-box p{
	margin-left:10px;
}
.section_r .text-box p{
	margin-left:10px;
	margin-right:0px;
}
.section_b .text-box h2{
	margin-left:25px;
	margin-right:20px;
	margin-top:7px;
	margin-bottom:5px;
}
.section_b .text-box p{
	margin-left:35px;
	margin-right:20px;
}

.section_l .img-box img,
.section_r .img-box img{
	width:100%;
	height:auto;
}
.section_b .img-box img{
	width:94%;
	height:auto;
	margin-left:3%;
}
.section_l .text-box,
.section_r .text-box,
.section_b .text-box{
	width:100%;
	padding-top:10px;
}

.layout-box{
	width:100%;
	text-align:center;
}
.section_layout h2{
	margin:0px;
	margin-top:0px;
	margin-bottom:10px;
}
.layout-box img{
	width:90%;
	height:auto;
}

.section_intro .img-box{
	float:none;
	width:90%;
	margin:auto;
}
.section_intro .img-box img{
	width:100%;
	height:auto;
}
.section_intro .text-box{
	float:none;
	width:90%;
	margin:auto;
}

.section_t .img-box{
	float:none;
	width:90%;
	margin:auto;
}
.section_t img{
	float:left;
	width:45%;
	height:auto;
	margin-right:5%;
	margin-bottom:5px;
}
.section_t .text-box{
	float:none;
	width:90%;
	margin:auto;
}
.section_t .text-box h3{
	margin:3px 0px 3px 5px;
}
.section_t .text-box p{
	margin-left:5px;
}

.section_s .text-box-l{
	float:none;
	width:90%;
	margin:auto;
}
.section_s .text-box-r{
	float:none;
	width:90%;
	margin:auto;
}
.section_s .img-box-l{
	float:none;
	width:90%;
	margin:auto;
}
.section_s .img-box-r{
	float:none;
	width:90%;
	margin:auto;

}
}
@media only screen and (max-width: 600px) {

.section_l .text-box,
.section_r .text-box,
.section_b .text-box{
	padding-top:5px;
}
}
/* ■■　sectiontその２ ３カラム■■ */
.section_list,
.section_3col{
	width:100%;
	padding:20px 0px;
}

.section_3col .column-box1,
.section_3col .column-box2,
.section_3col .column-box3{
	float:left;
	width:32%;
}

 /* div要素全体がリンクに */
.section_3col a { display:block;
    width: 100%; /* 横幅 */
	border:#CC9933 0px solid;
	border-radius:8px;
	padding:10px;
	text-align:center;
	background-color: rgba(255, 255, 255, 0.01);
    color: rgba(255, 255, 255);
}
 /* 以下マウスを載せたときのスタイル */
.section_3col a:hover {
	background-color: rgba(255, 255, 255, 0.15);
    color: rgba(70, 50, 35);
	}

/*.section_3col h2,
.section_3col p{
	color:#FFFFFF;
}*/

.section_3col .column-box1{
	background-image:url(images/111.jpg);
	background-size:100%;
	background-position: center;
	text-align:center;
	margin-right:2%;
	border-radius:8px;
}

.section_3col .column-box2{
	background-image:url(images/112.jpg);
	background-size:100%;
	background-position: center;
	text-align:center;
	border-radius:8px;
}
.section_3col .column-box3{
	background-image:url(images/113.jpg);
	background-size:100%;
	background-position: center;
	text-align:center;
	margin-left:2%;
	border-radius:8px;
}


.section_list a:hover{
	color:#9e9385;	
}
.list-box{
	float:left;
	width:44%;/*３列の場合 30%*/
	margin:3%;
}
.list-box img{
	margin:5px;
	width:210px;/*３列の場合 120*/	
	height:210px;/*３列の場合 120*/	
}
.list-box h3{
	float:left;
	width:180px;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:20px;
	padding:3px 1px;
}
.btn_b{
	float:left;
	width:120px;
	margin-bottom:20px;
	text-align:center
}
 /* div要素全体がリンクに */
.btn_b a { display:block;
    width: 100%; /* 横幅 */
	border-radius:5px;
	background-color:#4e3c30;
	padding:5px 5px; /* a要素内の余白 */
}
 /* 以下マウスを載せたときのスタイル */
.btn_b a:hover { 
    background-color: #6c5545;
    color:#222222;
	}
@media only screen and (max-width: 1200px) {
.list-box img{
	margin:5px;
	width:200px;/*３列の場合 110px*/
	height:200px;/*３列の場合 110px*/
}
.list-box h3{
	float:left;
	width:170px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:20px;
	padding:3px 1px;
}
}
@media only screen and (max-width: 1100px) {
.list-box img{
	margin:5px;
	width:170px;/*３列の場合 110px*/
	height:170px;/*３列の場合 110px*/
}
.list-box h3{
	float:left;
	width:170px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:20px;
	padding:3px 1px;
}
}
@media only screen and (max-width: 1050px) {

.list-box h3{
	float:left;
	width:150px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:20px;
	padding:3px 1px;
}
.list-box img{
	margin:5px;
	width:150px;/*３列の場合 90px*/
	height:150px;/*３列の場合 90px*/
}
}
@media only screen and (max-width: 800px) {
.list-box{
	float:left;
	width:46%;
	margin:2px;
}
.list-box h3{
	float:left;
	width:90px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:20px;
	padding:3px 1px;
}
.list-box img{
	margin:5px;
	width:120px;
	height:120px;
}
}
@media only screen and (max-width: 768px) {
.section_3col .column-box1,
.section_3col .column-box2,
.section_3col .column-box3{
	margin:0px 0px 20px 0px;
	width:100%;
}
.list-box{
	float:none;
	width:90%;
	margin:auto;
	text-align:center;
}
.list-box img{
	margin:13px 10px 10px 13px;
	width:250px;
	height:250px;
}
.list-box h3{
	float:left;
	width:180px;
	margin-top:1px;
	margin-left:10px;
	margin-bottom:20px;
	padding:3px 10px;
}
.btn_b{
	float:left;
	width:150px;
	margin-bottom:30px;
}
.btn_b a { display:block;
	padding:3px 3px; /* a要素内の余白 */
}
}
@media only screen and (max-width:700px){
.list-box img{
	width:200px;
	height:200px;
}
}
@media only screen and (max-width:600px){
.list-box img{
	width:180px;
	height:180px;
}
.btn_b{
	float:left;
	width:120px;
	margin-bottom:30px;
}
.btn_b a { display:block;
	padding:4px 4px; /* a要素内の余白 */
}
}
@media only screen and (max-width:500px){
.list-box{
	float:none;
	width:95%;
	margin:auto;
	text-align:center;
}
.list-box img{
	margin:13px 7px 10px 9px;
	width:150px;
	height:150px;
}
.list-box h3{
	float:left;
	width:80px;
	margin-top:1px;
	margin-left:20px;
	margin-bottom:0px;
}
.btn_b{
	float:left;
	width:110px;
	margin-bottom:10px;
}
}
@media only screen and (max-width:420px){
.list-box img{
	margin:13px 5px 10px 5px;
	width:125px;
	height:125px;
}
}

/* ■■　sectiontその３　１カラム■■ */
.section_w,
.section_a,
.section_y{
	width:100%;
	padding:20px 0px;
}
.column-box_w{
	width:75%;
	margin:auto;
}
.column-box_wn{
	width:70%;
	margin:auto;
	text-align:center;
}
.column-box_w h1{
	margin-left:7%;
	margin-right:10%;
}
.column-box_w h2{
	margin-left:10%;
	margin-right:10%;
}
.column-box_w p{
	margin-left:12%;
	margin-right:10%;
}
.column-box_w img{
	float:left;
	width:44%;
	height:auto;
	margin:3%;
}
.nv-box{
	float:left;
	width:33%;
}
.nv-box_l{
	float:left;
	text-align:center;
	width:80px;
	border:#BF9F82 1px solid;
	border-radius:5px;
}
.nv-box_c{
	text-align:center;
	width:200px;
	margin:0px auto;
	border:#BF9F82 1px solid;
	border-radius:5px;
}
.nv-box_r{
	float:right;
	text-align:center;
	width:80px;
	border:#BF9F82 1px solid;
	border-radius:5px;
}

.section_a .map-box{
	width:90%;
	margin:auto;
}
.column-box_a{
	width:80%;
	margin:auto;
}
.section_a h4{
	margin: 25px 0px 0px 10px;
}
.section_a p{
	margin: 0px 0px 0px 30px;
}
.section_a a{
	padding-left:20px;
	color:#C63;
}

.section_y .y-box{
	width:80%;
	margin:auto;
	padding:5px;
	border-bottom:#E2D2BE 1px solid;
}

.section_y .y-box h2{
	margin:5px 0px 5px 15px;
	font-size:150%;
}
.section_y .y-box p{
	margin:5px 0px 10px 30px;
}
.section_y .y-box h3{
	margin:5px 0px 0px 30px;
}
@media only screen and (max-width: 800px) {
.column-box_wn{
	width:80%;
	margin:auto;
	text-align:center;
}
.nv-box p{
	font-size:80%;
}
.nv-box_l{
	width:50px;
}
.nv-box_c{
	width:150px;
}
.nv-box_r{
	width:50px;
}

.column-box_a{
	width:90%;
	margin:auto;
}
.section_a h4{
	margin: 20px 0px 0px 0px;
}
.section_a p{
	margin: 0px 0px 0px 5px;
}
.section_y .y-box{
	width:90%;
}
}
@media only screen and (max-width:600px){
.column-box_w h1{
	margin-left:3%;
	margin-right:5%;
}
.column-box_w h2{
	margin-left:4%;
	margin-right:5%;
}
.column-box_w p{
	margin-left:5%;
	margin-right:5%;
}
.column-box_w img{
	width:94%;
	height:auto;
	margin:3%;
	float:none;
}
.column-box_wn{
	width:80%;
	margin:auto;
	text-align:center;
}
.nv-box p{
	font-size:75%;
}
.nv-box_l{
	width:60px;
}
.nv-box_c{
	width:120px;
}
.nv-box_r{
	width:60px;
}
.column-box_w{
	width:90%;
	margin:auto;
}
.section_y .y-box{
	width:95%;
}
}

/* ■■■　footer ■■■ */

#footer{
	margin-top:50px;
	margin-bottom:20px;
	padding-left:50px;
}
.footer-box_l {
	float:right;
    width:40%;
	text-align:center;
}
.footer-box_l img{
	width:60%;
	height:auto;
}

.footer-box_r {
	float:right;
	width:50%;
	margin-left:10%;
	padding-bottom:50px;
}
.footer-box_r p{
	font-size:70%;
	margin-top:10px;
	margin-bottom:10px;
}
@media only screen and (max-width: 768px) {
#footer{
	margin-top:20px;
	margin-bottom:20px;
	padding-left:0px;
}
#footer p{
	font-size:60%;
}

.footer-box_l {
	float:none;
    width:100%;
	padding-bottom:30px;
}
.footer-box_l img{
	width:40%;
	height:auto;
}
.footer-box_r {
	float:none;
	width:80%;
	margin:auto;
	padding-bottom:30px;
}
}
/*■■　ＴＯＰに戻る　■■*/
/*https://csshtml.work/rightbottom-fixed/*/
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
	border-radius:5px;
    padding-top: 15px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: relative;
	
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media only screen and (max-width: 768px) {
.gotop{
    width: 50px;
    height: 50px;
    font-size: 60%;
}
}

/*■■　スライドショー　■■https://csshtml.work/css-only-auto-slide/*/

#slideshow ul{
    list-style: none;
    position: relative;
}
#slideshow li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
#slideshow img{
    display: block;
    max-width: 100%;
    height: auto;
}
#slideshow li{
    animation: slide 24s infinite;/* (a+b)×c=x */
    opacity: 0;
}
/*@media only screen and (max-width: 430px) {
#slideshow li{
    top: 40px;
}
}*/
@keyframes slide{
    0%{opacity: 0;}
    3.5%{opacity: 1;z-index: 1;}/* b÷x×100=y */
    25%{opacity: 1;}/* 100÷c=z */
    28.5%{opacity: 0;z-index: 0;}/* y+z */
}
#slideshow ul:hover li{
    animation-play-state:paused;/* マウスを載せると一時停止 */
}
	
