<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
/*    display:block;*/
    color: #ddd;
    text-decoration-line: none;
	transition: .3s;
}
a:hover { 
   /**/ color: #ccc;

}
a img:hover {
	opacity: 0.8;	
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}

.mini{
font-size:80%;
}

/* 簡体字用 */
.cn{
font-family : 'SimSun',sans-serif’;
}

.about li {	margin-left: 1.4em;	text-indent: -1.4em;}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*	background-image:url("../img/logo_switch.png");
	background-repeat: no-repeat;*/
}
.head img{margin: 0 0 0 10px;}

.head h1 { 
    padding: 1rem 0;
}
.telbox {
	margin-left: auto;	
/*	font-size: 3.0rem;	padding: 1rem 0 0 0;*/
	padding: 1rem 0 0 0;font-size: 1.3rem;
	text-align: right;
}

 select{
  position: relative;
  width: 120px;/**/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
 display: none;
}
select:hover{
opacity:0.5;
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.01deg);
}
nav li {
    display: block;
    flex: 1 0 auto;  text-align: center;
	letter-spacing: 0.12em;
}
nav li a {
	color: #fff; 
	text-decoration: none;
    text-align: center;
  position: relative;
  display: inline-block;
}
nav a:hover {
	color: #fff;	
   /* transform: translateY(2px);　border-bottom: 1px solid;　background-color: #80534d;　 text-shadow:2px 2px 1px #330900;*/   
}
nav a {
    padding: 1rem;
}

nav a::before{   /* transform: translateY(2px);*/   
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	border-bottom: 1px solid #fff;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav a:hover::before{
	content:"";
	display: block;
	width:100%;
	opacity: 1;
}
nav a::after{
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform:translate(40px,0);
}
nav a:hover::after{
	content:"";
	display: block;
	width:100%;
	opacity: 1;
}


@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.head img{ width: 22vw; margin: auto;}
	
	.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 0px;
    right: 0px;
    }

	nav ul {
	flex-direction: column;
	}

	nav li {
	padding-top: 0;
   /* background: rgba(64, 48, 40, 0.5);
			border-bottom: 1px solid #ccc;
*/	margin-bottom: 0;  text-align: center;
}
	
	/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
/*	width: 100vw;*/
	max-width: 100%;
	text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
	box-shadow:rgba(0,0,0,0.5) 1px 1px 5px 0;
/*	border-bottom-left-radius: 20% 20%;
        border-bottom-right-radius: 20% 20%;*/
}


/*メインコンテンツ
-------------------------------------*/
main {
margin: -10px 0 5rem 0; 
}
/*margin: -10px 0 5rem 0;*/

.main02 {
    color: #666;
	background-color: #f7f7f7;
/*	background-color:rgba(255,255,255,0.9);
	background-image: url("../img/bg_rockywall_02.png");
	background-repeat: repeat;*/
	padding: 1rem 0;
/*	margin-top:-10px;*/    margin: -10px 0 5rem 0;	padding-bottom: 2rem;
}
.top00 {
    color: #CCC;
/*	background-color:rgba(255,255,255,0.9);
	background-color: #f7f7f7;
	background-image: url("../img/bg_rockywall_02.png");
	background-repeat: repeat;*/
	padding: 1rem 0;
/*	margin-top:-10px; margin: -10px 0 5rem 0;	padding-bottom: 2rem;*/   
}


.small
{  font-size: 80%;}

.info {  font-size: 74%;　line-height: 1em;}

.s_line{padding: -1rem 0;
	color: #a52a2a;
    border-bottom: 1px solid #a52a2a;
}
.cr{
	color: #a52a2a;
}



/*新着情報
-------------------------------------*/
.news h4 {
    border-bottom: 1px solid #fff;
	padding-bottom: 0.5rem;
}

.news{
	width: 100%;
	min-width: 250px;
	height: 100%;
	padding: 10px;
	border-radius: 10px;
}

.news_base  {
    background: url(../img/news_b.png);
	overflow: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	min-width: 280px;
	height: 180px;
	background-position: right 0%;
	/*color: #FFFFFF; 	border: 1px solid #333;*/
	margin-right: 0px;
	margin-left: 0px;
	background-color:rgba(174,194,176,0.05);  
    /*border: solid 1px #444;*/
}

.news_base a{   white-space: nowrap;
	color: #ffa500;
	filter: alpha(opacity=50);
	font-weight: bold;
}

.news_base a:hover {
	opacity: 0.8;	text-decoration-line: underline;
	filter: alpha(opacity=50);
}


.news_base strong{
	color: #FF6600;
}

/*h2*/
.news_base dd {
	color: #ddd;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border-bottom: solid 1px #cccccc;
}
.news_base dt {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2em;
	border-left: groove 10px #b22222;
	padding-left: 5px;
}
/*product*/
.product dl{	text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
/*	border: 1px solid #ccc;	background: #222;*/	
	border-bottom: none;

}
.product dt{  float: left;font-size: 80%; 
	padding: 5px;border-bottom: 1px dotted #777;
	width: 180px;font-weight: bold;
/*	background: #444;
	border-right: 1px solid #ddd;	
	border-bottom: 1px solid #ccc;margin-top: 0.2rem;*/
}
.product dd{ 
	/*background: #fff;font-weight: bold;*/
	padding: 5px;	border-bottom: 1px solid #777;
	width: calc(100% - 180px);
/*	border-bottom: 1px solid #ccc;*/
}
	
.product h1, h3,h4{ 
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;padding-top:18px;
}
.product h4{ 
color: #d2b48c;	font-size:1.6em;
text-shadow:0px 0px 15px #000, 1px 1px 8px #000;
}
.st01{color: #ffa500;
	font-size:120%;
}

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

	.product dl dt{ 
		width: 100%;
		border-right: none;
	}
.product dl dd{
		width: 100%; 
	}
}


.product h3{	/*padding-top: 0px;*/
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
}

.shop h3{
	border-bottom: 1px solid #999;
	font-size: 1.2em;padding-top: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	font-weight: bold;
}


.about h3{	/*padding-top: 0px;*/
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;padding-top: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	/*text-align: left;*/
	font-weight: bold;
}

.about h1{	/*padding-top: 0px;*/
	padding-top: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	/*text-align: left;*/
	font-weight: bold;
}

.about h2 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	position: relative;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 4px;
  background: #c9171e;
}

.about h2:after {
  position: absolute;
  bottom: -9px;
  left: 2.5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #c9171e transparent transparent transparent;
}

.ab_text{	
	font-size: 0.9em;	padding-bottom:20px;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	text-shadow:0px 0px 1px #321d17, 1px 1px 5px #321d17;
			text-align: left;
}
/*.text img{float: right;	margin: 0 0 0 1em;}　line-height:1.5;*/
.ab_text p{padding: 0 10px;}

.about_cen {
    margin: 0 auto;
    margin-top: 0rem;
    padding: 0 20px;
    position: relative;
	text-align: center;
}


.about ul{padding-left: 20px;}

/*top*/
.top01{width: 95%;
	background-color:rgba(250,250,255,0.1);
	padding: 15px;	margin-bottom: 15px;	margin-top: 20px;
	
}
.top01 h1{	/**/text-align: center;font-weight: bold;
	border-bottom: 2px solid #ccc;
	font-size: 1.8em;
	text-shadow:2px 2px 10px #000;
	padding-top: 10px;	/*margin-top: 20px;*/
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.top01 h5{	/*"img/hana02.png"*/font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
	border-bottom: 1px solid #ccc;
	padding-top: 10px;	font-size: 1.2em;
/*    background: url(../img/petal_b.png);
	background-repeat: no-repeat;*/
	padding-left: 10px;	
}
.top01 p{
	text-align: center;/**/
}

.center{
	text-align: center;
	    margin: 0 auto;/**/
}
/*フッター
-------------------------------------*/
footer {	font-size: 0.8em;
    color: #CCC;
	padding: 5rem 0;
/*		background-color: #f7f7f7;	*/

}
footer h3{border-bottom: 1px solid #ccc;
		font-size: 1.3em;	font-weight: bold;
}
footer  dl{	text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-bottom: none;
/*	background: #fff;	border: 1px solid #ccc;*/
}
footer  dt{  float: left;font-size: 80%; 
/*	background: #f5f5f5;	border-right: 1px solid #ddd;*/
	padding: 5px;
	width: 100px;
	border-bottom: 1px dotted #ccc;
}
footer  dd{ 
	/*background: #fff;font-weight: bold;*/	margin-left: 5px;
	padding: 5px;
	width: calc(95% - 100px);
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 765px) {
footer  dl dt{ 
		width: 100%;
		border-right: none;
	}
footer dl dd{
		width: 100%; 
	}

}


/*コピーライト
-------------------------------------*/
.copyright {
	font-size: 65%;
	text-align: center;
    padding: 1rem 0;
/*    background-color: #fff;*/
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #cccccc;
/* border: 3px solid #aaaaaa;*/
  border-radius: 50vh;
  transition: 0.3s;
}
#pagetop a:hover {
  background-color: #333333;
}
.news_base
#pagetop span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

 #pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}

 #pagetop  a:hover::after {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  transform: translateY(-5px) rotate(45deg);
}

/*店舗特典*/
.shop_top{
    margin: 0 auto;
	text-align: center;    padding: 0 2.0rem;
}
.shop {
	background-image: url("../img/bg_rockywall_02.png");
	background-repeat: repeat;
	padding: 10px;    margin-bottom: 2rem;
	border: 1px solid #ccc;
	color: #333;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {    font-size: 85%;
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*追加*/
.box17{
    position: relative;
	margin:2em 0 0 0;
    padding: 0.5em 0.5em;
}
.container h5{font-weight: bold;	text-align: center;}
.container p{padding: 0 12px;	font-size: 0.8em;}

.box01{
  position: relative;
}
.center01 {color: #fff;  margin-top: 0px;
}
.center01 h2{
font-weight: bold;letter-spacing: 0.01em;
font-size: 2.5em;
font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-shadow:0px 0px 1px #321d17, 1px 1px 15px #321d17;
}

@media only screen and (max-width: 900px) {
	.center01 h2 {
	font-size: 2em;letter-spacing: 0em;}

	.center01 img{ width: 25px; height: Auto;
}
}	


/*Story*/
.story{	    color: #fff;
	font-size: 1.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow:0px 0px 1px #321d17, 1px 1px 5px #321d17;
	line-height:2.8;	    padding: 2.5em 1em 1.5em 1em;
}
.storybg{
	background-image: linear-gradient(rgba(51, 9, 0, 0.8), rgba(10, 10, 10, 0.5));
/*	background-image: linear-gradient(rgba(51, 9, 0, 0.8), rgba(64, 48, 40, 0.8)),
                  url("../img/story_bg.png");*/
	
}
/*花チラシ*/

/*========= particle js を描画するエリア設定 ===============*/


#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:-1;/*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#wrapper{
  position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
}

/*ボタン*/

.btn,
a.btn,
button.btn {    margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.0rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 550%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #dc143c;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/*その他と主な共通部分は省略*/

.top01 a.btn-flat {
  overflow: hidden;

  padding: 1.0rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

.top01 a.btn-flat span {
  position: relative;
}

.top01 a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #b72a01;
}

.top01 a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}


/*追加*/



.wrap-tab ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wrap-tab p{
  margin: 0;
}
.wrap-tab{
  overflow: hidden;
}

.list-tab{
  display: flex;
  margin: 0 -2px;  
  border-bottom: 1px solid #997009;
}
.list-tab &gt; li{
  display: block;
  padding: 0.5em 0em 0em 0em;
  margin: 0 auto;
  width: 100%;
/*   color: #fff; background: #ccc;*/
  box-sizing: border-box;
  cursor: pointer;
}
.list-tab{
background:rgba(153,112,9,0.4);  
}
/*opacity: .4;  opacity: 1;*/
.list-tab .active{
  background: #997009;
}
.list-tab img:hover{
  opacity: .4;  transition: 0.3s linear;
}
/*.list-tab img{  margin: 0 auto;
text-align: center;}*/

.tab-content{background:rgba(255,255,255,0.1);
  display: none;  height: 100%;
  padding: 1em;
  border-bottom: 1px solid #997009;
  border-left: 1px solid #997009;
  border-right: 1px solid #997009;
        align-items: center;
        justify-content: center;
}
.tab-content.active{
  display: block;
}

/**/

/* content */

@media (min-width: 992px) {
    .tab-content .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.tab-content .content-item {     
    width:100%;
}



@media (min-width: 992px) {
    .tab-content .content-item {
        width:50%;
    }
}
.tab-content .image{
    display:block;	z-index: 10;
    max-width:100%;	position: relative; 
    margin:0px auto;
}

.tab-content .imagete{
	z-index: 5; 
	font-family: 'Great Vibes', cursive;
	position: absolute; text-align: left ;
	top:20px;
    left:20px;color:rgba(0,0,0,0.2);
}
.content-item h3{ margin-top:20px; text-align: left ; letter-spacing: -0.08em; font-size: 1.84em;  /* font-style: italic; text-shadow: 1px 1px 10px #cc960c;	color:#cc960c;*/
	  padding-top:5px;		text-shadow: 1px 1px 10px rgba(184 ,134 ,11,0.5);
  display: inline-block;
  background: linear-gradient(180deg, #fff 0%, #cc960c 72%, #b8860b 100%);
  background: -webkit-linear-gradient(-90deg, #fff 0%, #cc960c 72%, #b8860b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chfont_zh{
font-family:NSimSun;
}

@media screen and (min-width:1250px){
	.is-sp{
		display: none!important;
	}
}
@media screen and (max-width:1249px){
	.is-pc{
		display: none!important;
	}
}
@media screen and (max-width:735px){
	.is-pc2{
		display: none!important;
	}
}
.imagete01{
font-size: 4em;
}
.imagete02{
font-size: 5.7em;      padding:5px 0px;
}

.tab-content .text{
	background:rgba(0,0,0,0.1);
    padding:20px;
	/*text-shadow: 0px 0px 15px #333; */   margin:15px 0px 15px 0px;text-align: left ;
}
.tab-content .text .heading{
    margin:0px 0px 5px 0px;
/*    font-size: 24px;    font-weight: lighter;    text-align: center;*/
	font-weight: bold;
}
.tab-content .text p {
font-size: 0.8em;    text-align: left ;
	
}
.fadeIn {
animation-name: fadeInAnime;
animation-fill-mode:backwards;
animation-duration:3s;
/*animation-iteration-count:infinite;*/
animation-timing-function:ease;
animation-delay: 0.5s;
animation-direction:normal;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*positionで重ねて画像全体をクリック*/

.example3{
    display: block;
    position: relative;
}
.example3 img{  
	margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.example3&gt;span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 200px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.3);
    border: 1px solid #FFF;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
}
.example3:hover&gt;span{
    background: rgba(255,255,255,1);
    color: #333;
}

/*追加color: #87cefa;*/
.footer-lang	{ text-align: center;	background-color: rgba(0,0,0,0.7);	padding: 5px;}
.footer-lang &gt; a {text-decoration:none; }
.footer-lang &gt; a:after {content:"|";  opacity:0.5; text-decoration:none; margin:1ex;}
.footer-lang &gt; a:last-of-type:after {content:"";}

.box2 {
    padding: 0 0.5em;
    margin: 0.5em 0.5em;
    font-weight: bold;
    /*color: #87cefa;文字色background: #f5f5f5;*/
    background-color: rgba(255,255,255,0.2);
    /*border: solid 1px #888;線*/
    border-radius: 5px;/*角の丸み*/
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



.non {
  text-decoration: line-through;
}

.banali img:hover { 
	transition: 0.5s;
	transform: translate(3px,3px);
}

.banali p{
    font-size: 80%;
    font-weight: bold;
}


/*サンプルボイスcolor:#cc960c;*//*  margin: 0 auto; margin-top: -15px;*/
/*.voice {
  margin: 10px; 
}
.button {	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/</pre></body></html>