@charset "utf-8";

/*======================================

	ＰＣ用、全店舗共通css

=======================================*/
html {
	overflow-y: scroll;
	width:auto;

font:14px/1.231 arial,helvetica,clean,sans-serif;
*font-size:small;*font:x-small;

text-align:center;
margin:0;
padding:0 0;
-webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.5;
	color:#444444;
	
	font-family:'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top section {
	width: 50%;
	height: 250px;
	padding: 10px;
	float: left;
}

section img {
	width: 100%;
}

div.whitebase{
text-align:left;
width:640px;
margin:0 auto;
color:#444444;
background:#F8F8F8;
border-left:solid;
border-right:solid;
border-width:1px;
border-color:#666666;
}

* {
        box-sizing: border-box;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
}
	ul{
		list-style: none;
	}
p {
padding:0 0 0 0;
margin:0;
}

.red {color: #FF0000}


/*======================================

	1-2.Universal selector

=======================================*/



/*======================================

	1-3.Structure Module

=======================================*/





/*======================================

	1-4.Text Module

=======================================*/


.top_h1{
margin:0;
padding:0;
font-weight:bold;
font-size:160%;
color:#444444;
}
h1 {
margin:0;
padding:5px;
font-weight:bold;
font-size:120%;
color:#444444;
text-align:center;
}

h2 {
	margin:10px 20px 5px 0;
font-weight:bold;
	font-size: 140%;
	color:#9F0A34;
}
h2.size_kanren{
font-size:130%;
}

h3 {
margin:0;
font-weight: bold;
	font-size: 100%;
}

h4 {
margin:0px;
font-weight:bold;
	font-size:15px;
	line-height:17px;
	color:#990033;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}



/*======================================

	1-5.Hypertext Module

=======================================*/

a img{
margin: 0px; 
border: 0px; 
padding: 0px; 
font-size: 0px;
}

a:link {
	color: #3366FF;
}

a:visited {
	color:#993399;
}

a:hover {
	color: #FF9933;
}

/*======================================

	店舗サイト共通、トップメニュー

=======================================*/

ul.title_menu_lg{
    list-style:none;
    width:100%;
	margin:0;
padding:0;
border: 0px; 
width:640px;
}

ul.title_menu_lg li{
    list-style:none;
    float:left;
}



ul.title_menu_lg a{
    display:block;
	font-size:15px;
	font:bold;
}

.title_menu_lg a span{display:none;} 




ul.title_menu{
    list-style:none;
    width:100%;
	margin:0;
padding:0;
border: 0px; 
width:640px;
}

ul.title_menu li{
    list-style:none;
    float:left;
}



ul.title_menu a{
    display:block;
	font-size:15px;
	font:bold;
}
ul.title_menu a:link{
color:#9D072D;
}
ul.title_menu a:visited{
color:#9D072D;
}
ul.title_menu a:hover{
color:#9D072D;
}



a.queseratop{
width:288px;
    background-image:url(../image/tnp_kyotu/logo.png);
	background-size: 288px 96px;
	    height:100px;
			border-bottom: 4px solid #9D072D;	
}

a.migiue_btn{
    background: #F8F8F8;
    border-bottom: 4px solid #9D072D;
    width: 140px;
	height:100px;
    padding:64px 28px 0 0;
	text-align: right;
	    background-image:url(../image/tnp_kyotu/yajirusi.png);
	background-position:right 50px;
	background-repeat: no-repeat;
}

a:hover.migiue_btn {
	    background-image:url(../image/tnp_kyotu/yajirusi2.png);
	background-position:right 50px;
	background-repeat: no-repeat;
}

a.migiue_btn2{
    background: #F8F8F8;
    border-bottom: 4px solid #9D072D;
    width: 105px;
	height:100px;
    padding:64px 28px 0 0;
	text-align: right;
		    background-image:url(../image/tnp_kyotu/yajirusi.png);
	background-position:right 50px;
	background-repeat: no-repeat;
}

a:hover.migiue_btn2 {
	    background-image:url(../image/tnp_kyotu/yajirusi2.png);
	background-position:right 50px;
	background-repeat: no-repeat;
}


/*======================================

	1-7.Edit Module

=======================================*/
.top_back {
	text-align: center;
margin:0;
	float: right;
	width:480px;
}

.under_back {
text-align:left;
margin:0;
float:right;
	width:480px;
}

.top_left{
margin:0;
text-align:center;
float:right;
	width:150px;
}
.top_left a{
    display:block;
    width:150px;
	font:bold;
}
.top_left a:link{
color:#9D072D;
}
.top_left a:visited{
color:#9D072D;
}
.top_left a:hover{
color:#9D072D;
}





a.leme{
    height:50px;
    background-image:url(../image/tnp_kyotu/menu_back.png);
	background-position:right top;
	background-repeat: no-repeat;
	    border-bottom: 3px solid #9D072D;
	text-align:right;
	padding:13px 28px 0 0;
}

a:hover.leme{
	background-position:right -50px;
}





/*======================================

	1-8.Forms Module

=======================================*/



/*======================================

	1-10.Image Module

=======================================*/

img {
border-color:#EFEFEF;
}



a:hover img {

}

/*======================================

	1-11.Object Module

=======================================*/


/*======================================

	1-12.clearfix

=======================================*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }


/*======================================

	.botan top no menu botan

=======================================*/
ul.title_menu2{
    list-style:none;
    width:100%;
	margin:0;
padding:0;
border: 0px; 
width:640px;
}

ul.title_menu2 li{
    list-style:none;
    float:left;
}



ul.title_menu2 a{
    display:block;
	text-decoration:none;
	font-size:20px;
	font:bold;
	font-family: 'Righteous', cursive;
}
ul.title_menu2 a:link{
color:#9D072D;
}
ul.title_menu2 a:visited{
color:#9D072D;
}
ul.title_menu2 a:hover{
color:#9D072D;
}

a.menu6_1{
width:106px;
    height:50px;
    background-image:url(../image/tnp_kyotu/menu_back.png);
	background-position:right top;
	background-repeat: no-repeat;
	    border-bottom: 4px solid #9D072D;
	text-align:right;
	padding:9px 28px 0 0;
}
a:hover.menu6_1{
	background-position:right -50px;
}

a.menu6_2{
width:107px;
    height:50px;
    background-image:url(../image/tnp_kyotu/menu_back.png);
	background-position:right top;
	background-repeat: no-repeat;
	    border-bottom: 4px solid #9D072D;
	text-align:right;
	padding:9px 28px 0 0;
}
a:hover.menu6_2{
	background-position:right -50px;
}






ul.title_menu3{
    list-style:none;
    width:100%;
	margin:0;
padding:0;
border: 0px; 
width:638px;
}

ul.title_menu3 li{
    list-style:none;
    float:left;
}



ul.title_menu3 a{
    display:block;
	text-decoration:none;
	font-size:13px;
	font:normal;
}
ul.title_menu3 a:link{
color:#222;
}
ul.title_menu3 a:visited{
color:#222;
}
ul.title_menu3 a:hover{
color:#222;
}

a.dorifu6_1{
width:130px;
    height:35px;
  border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 8px;  
    font-weight: bold;  
	font-size:12px;
    cursor: pointer;  
    color: #666;  
	text-align:center;
	
	    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;  
	
	    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));  
}
a:hover.dorifu6_1{
	    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));  
}

a:active.dorifu6_1    {  
    background: #ccc;  
    padding: 6px 8px 4px;  
}  

a.dorifu6_2{
width:118px;
    height:35px;
  border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 8px;  
    font-weight: bold;  
	font-size:12px;
    cursor: pointer;  
    color: #666;  
	text-align:center;
	
	    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;  
	
	    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));  
}

a:hover.dorifu6_2{
	    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));  
}
a:active.dorifu6_2    {  
    background: #ccc;  
    padding: 6px 8px 4px;  
}  








/* 画像ゆっくり切り替わるジャバ */

#slideshow {
   position: relative;
   width:  480px;
   height: 260px;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


/* 英語 */

#slideshow2 {
   position: relative;
   width:  100%;
   height: 260px;
}
#slideshow2 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow2 img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow2 img.last-active {
   z-index: 9;
}


.top {
	width:100%;
	padding:0 20px 0 20px;
	margin:0;
}


.migi_btn a{
	position: relative;
	z-index: 2;
	background-color: #F8F8F8;
	border-bottom: 2px solid #6F041F;
	border-right: 2px solid #6F041F;
	border-top: 2px solid #D2093C;
	border-left: 2px solid #D2093C;
	color:#9D072D;
	line-height: 35px;
	overflow: hidden;
    width:299px;
	height:40px;	
	text-align:center;
float:right;
margin:10px 20px 10px 0;
 background-image:url(../image/tnp_kyotu/menu_back.png);
	background-position:right -2px;
	background-repeat: no-repeat;
	background-size:28px 80px;
}

.migi_btn a:hover{
    color:#F8F8F8;
		background-position:right -42px;
}

.migi_btn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.migi_btn a:hover::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #9D072D;
}


.migi_btn_tonari{
    width:299px;
	border:0;
	margin:10px 10px 10px 0;
	float:right;
}


.niretu320{
	width:299px;
	float:left;
margin:10px 0 0 10px;
padding:8px;
	border-bottom: 2px solid #6F041F;
	border-right: 2px solid #6F041F;
	border-top: 2px solid #D2093C;
	border-left: 2px solid #D2093C;
	overflow:hidden;
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFDFDF));
    background-image: -moz-linear-gradient(top, #FFF, #FFDFDF);
    background-image: -o-linear-gradient(top, #FFF, #FFDFDF);
	
		    -webkit-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    -moz-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
}

.niretu320 a{
display:block;
position: relative;
font-size:13px;
}

.niretu320 a::after{
	position: absolute;
	top: 50%;
	right: 3px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nakahidari320{
width: 117px;
margin:0;
float:left;
}

.nakahidari320 img{
width: 117px;
height:117px;
}

.nakamigi320{
width:140px;
margin:0 0 0 8px;
float:left;
	text-decoration: none;
	font-size:12.5px;
	color:#333333;
}

.niretu320 a:link {
	color: #3366FF;

}

.niretu320 a:visited {
	color:#993399;
}

.niretu320 a:hover {
	color: #FF9933;
}


.under_left{
margin:0 9px;
text-align:left;
float:right;
	width:140px;
}


.under_left a{
    display:block;
	height:100%;
}

.dotted{
border-bottom:dotted 2px;
width:135px;
height:40px;
margin:5px 20px 5px 0;
padding:0px;
	overflow: hidden;/*=ここから下三つ、テキストオーバーした時に…で省略=*/
	white-space:break-word;
	text-overflow: ellipsis;
}

.tophe{
float:right;
text-align:left;
background:url(../image/pagetop2.png) right center no-repeat,-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:url(../image/pagetop2.png) right center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
    border: 2px solid #888;
    color: #111;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    width: 90px;	
	height: 25px;
    padding:3px 0 0 5px;
	margin:20px 20px 20px 0; 
	font-size:11px;
}

.tophe a{
display:block;
	width: 90px;
	height: 25px;
}


.footer{
border-top:ridge 2px #777777;
height:80px;
text-align:center; 
margin:30px;
color:#CCCCCC;
}


/*===ニコバーイベントカレンダーページ======*/

ul.eve_yobi{
    list-style:none;
	margin:0 19px ;
padding:0;

width:600px;
}

ul.eve_yobi li{
    list-style:none;
    float:left;
	color:#F8F8F8;
	font-weight:bold;
	width:199px;
	text-align:center;
	border-top: 1px solid #C06B03; 
	border-left: 1px solid #C06B03; 
	border-right: 1px solid #371F00; 
	border-bottom: 1px solid #371F00; 
	background-color:#9A5501;
	
text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}



ul.eve_hiduke{
    list-style:none;
	margin:0 19px ;
padding:0;

width:600px;
}

ul.eve_hiduke li{
    list-style:none;
    float:left;
	width:199px;
	text-align:center;
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #222; 
	border-bottom: 1px solid #222; 
	background-color:#E3CDBF;
	
text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}



ul.eve_kare{
    list-style:none;
	margin:0 19px ;
padding:0;

width:600px;
}

ul.eve_kare li{
position: relative;
    list-style:none;
    float:left;
	width:199px;
	height:95px;
	text-align:left;
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #222; 
	border-bottom: 1px solid #222; 
	margin:0;
	
}
ul.eve_kare li a{
position: relative;
text-decoration: none;
display:block;
	width:199px;
	height:95px;
	padding:5px 20px 5px 5px;
}

ul.eve_kare li a:hover{
background:#8FB5DA;
	width:197px;
	height:93px;
}

.eve_kare a::after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #777777;
	border-right: 2px solid #777777;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.kare_migisita{
position: absolute;
 bottom: 0px;
 left: 49px;
 width:150px;
 height:20px;
 text-align:right;
 padding:0 10px 0 0;
 color:#444444;
}










/*======================================

	.enjoy page

=======================================*/


#e_sonyu_pc img{
width:638px;
height:auto;
}

.tel_btn{
display:none;
}

.mail_btn{
font-weight:bold;
width:90%;
height:60px;
	margin:5px auto;
    background: #3E6903;
    border: 1px solid #223902;
    border-radius: 7px;
    line-height: 1;
    text-shadow: 3px 3px 3px #888;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3E6903), to(#84DE0A));
    background-image: -moz-linear-gradient(top, #3E6903, #84DE0A);
    background-image: -o-linear-gradient(top, #3E6903, #84DE0A);
	
	    -webkit-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    -moz-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;

}

.mail_btn a{
position: relative;
    padding: 10px 20px 10px 10px;
   display: block;
   font-size:22px;
width:100%;
height:60px;
line-height:1.5;
text-align:center;
}
.mail_btn a:link{
	color: #F8F8F8;
}
.mail_btn a:visited{
	color:#F8F8F8;
}
.mail_btn a:hover{
	color: #F8F8F8;
	    border-radius: 7px;
	    background-image: -webkit-gradient(linear, left top, left bottom, from(#84DE0A), to(#3E6903));
    background-image: -moz-linear-gradient(top, #84DE0A, #3E6903);
    background-image: -o-linear-gradient(top, #84DE0A, #3E6903);
}

.mail_btn a::after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #F8F8F8;
	border-right: 2px solid #F8F8F8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#ac_joho{
float:left;
margin:0;
padding:20px;
width:378px;
}


/*======================================

	 <div class="ac_oya">
	 <div class="ac_left">
左側のタイトル
	 </div>
	 <div class="ac_right">
右側の文章
	 </div>
	 <div class="g"></div>
	 </div>

=======================================*/


.ac_oya{
margin:0;
padding:0;
width:338px;
border-bottom:1px solid #999;
border-left:1px solid #222;
}

.ac_left{
width:100px;
border-top:1px solid #222;
margin:0;
padding:5px;
float:left;
text-align:center;
}

.ac_right{
width:237px;
border-left:1px solid #222;
border-top:1px solid #222;
border-right:1px solid #999;
float:left;
margin:0;
padding:5px;
}

#ac_map{
margin:0;
padding:0;
float:left;
width:260px;
height:310px;
}

.top_ac_pc {
	width:640px;
	padding:0 20px 0 20px;
	margin:0;
}




.blog_menu{
border-bottom:2px ridge #9D072D;
margin:0 auto;
width:600px;
height:50px;
	overflow: hidden;/*=ここから下三つ、テキストオーバーした時に…で省略=*/
	white-space:break-word;
	text-overflow: ellipsis;
}

.blog_menu a{
 background-image:url(../image/tnp_kyotu/menu_back.png);
	background-position:right top;
	background-repeat: no-repeat;
	background-size:35px 100px;
width:600px;
height:48px;
	display: block;
	padding:9px 30px 0 0;
}

.blog_menu a:hover{
		background-position:right -50px;
}





/*======================================

	 <div class="block_oya">
	 <div class="block_left">
左側のタイトル
	 </div>
	 <div class="block_right">
右側の文章
	 </div>
	 <div class="g"></div>
	 </div>

=======================================*/

.block{
margin:0 0 20px 0;
padding:0 30px;
width:578px;
}


.block_oya{
margin:0;
padding:0;
width:578px;
border-bottom:1px solid #999;
border-left:1px solid #222;
}

.block_left{
width:130px;
border-top:1px solid #222;
margin:0;
padding:5px;
float:left;
text-align:center;
}

.block_right{
width:445px;
border-left:1px solid #222;
border-top:1px solid #222;
border-right:1px solid #999;
float:left;
margin:0;
padding:5px;
}


/*======================================

イベントハウスの中で使う、ブロックの中の３分割用

=======================================*/

.sanbunkatu{
margin:0;
padding:0 5px 0 0;
border:0;
border-right:1px solid #DDD;
float:left;
width:33%;
text-align:center;
}


/*======================================

チケット購入ボタン

=======================================*/

.tck_btn{
font-weight:bold;

	margin:5px 0 5px 5px;
    background: #D59706;
    border: 1px solid #533A02;
    border-radius: 7px;
    line-height: 1;
    text-shadow: 0px 1px 1px #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D59706), to(#A07205));
    background-image: -moz-linear-gradient(top, #D59706, #A07205);
    background-image: -o-linear-gradient(top, #D59706, #A07205);
	
	    -webkit-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    -moz-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;

}

.tck_btn a{
    padding: 18px 10px 18px 10px;
   display: block;
   height:50px;
   text-decoration: none;
}
.tck_btn a:link{
	color: #F8F8F8;
}
.tck_btn a:visited{
	color:#F8F8F8;
}
.tck_btn a:hover{
	color: #000;
}


/*======================================

イベントハウス、注意事項ボタン

=======================================*/

.eve_tyui{
font-weight:bold;

	margin:5px 0 5px 5px;
    background:#FE9185;
    border: 1px solid #533A02;
    border-radius: 7px;
    line-height: 1;
    text-shadow: 0px 1px 1px #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FD4531), to(#FE9C92));
    background-image: -moz-linear-gradient(top, #FD4531, #FE9C92);
    background-image: -o-linear-gradient(top, #FD4531, #FE9C92);
	
	    -webkit-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.5),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    -moz-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.5),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.5),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
float:left;
}

.eve_tyui a{
    padding: 18px 3px 18px 10px;
   display: block;
   height:50px;
   text-decoration: none;
}
.eve_tyui a:link{
	color: #F8F8F8;
}
.eve_tyui a:visited{
	color:#F8F8F8;
}
.eve_tyui a:hover{
	color: #000;
}

.eve_tyui2{
font-weight:bold;

	margin:5px 0 5px 5px;
    background:#9f072e;
    border: 1px solid #533A02;
    border-radius: 7px;
    line-height: 1;
    text-shadow: 0px 1px 1px #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#720d27), to(#9f072e));
    background-image: -moz-linear-gradient(top, #720d27, #9f072e);
    background-image: -o-linear-gradient(top, #720d27, #9f072e);
	
	    -webkit-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.5),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    -moz-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.5),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.5),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
}

.eve_tyui2 a{
	text-align:center;
	font-size:1.4em;
    padding: 18px 10px 18px 10px;
   display: block;
   height:50px;
   text-decoration: none;
}
.eve_tyui2 a:link{
	color: #F8F8F8;
}
.eve_tyui2 a:visited{
	color:#F8F8F8;
}
.eve_tyui2 a:hover{
	color: #000;
}





.blog_sita{
margin:5px 20px 5px 0;
	width:130px;
height:42px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    text-shadow: 0 -1px 1px #DDD, -1px 0 1px #DDD, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #999;  
    -moz-box-shadow: 1px 1px 2px #999;  
	border:1px solid #222;
	float:left;
}

.blog_sita a{
 background-image:url(../image/tnp_kyotu/menu_back.png);
 	background-position:right top;
	background-repeat: no-repeat;
	background-size:28px 80px;
width:128px;
height:40px;
display:block;
text-align:center;
padding:10px 0;
}


.blog_sita a:hover{
		background-position:right -40px;
}




.menu_top{
border:3px ridge #9D072D;
    border-radius: 7px;
		    -webkit-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    -moz-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
}

.menu_top2{
padding:10px;
margin:10px;
border:3px ridge #9D072D;
    border-radius: 7px;
		    -webkit-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    -moz-box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
    box-shadow: inset 0 1.4em 2px rgba(255, 255, 255, 0.3),  0 1px 3px 0 #555, inset 0 1px 1px #FFF;
}



.menu_top a:hover{
 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.pcmob_device{
width:638px;
height:auto;
border:o;
margin:o;
padding:o;
}



.niretu_plan1{
	width:299px;
	float:left;
margin:10px 0 0 10px;
padding:0;
	border:0;
}
/*===下のimgは、434×434で作ること。スマフォも290pxで表示===*/
.niretu_plan1 img{
width:290px;
height:auto;
}

.niretu_plan2{
	width:299px;
	float:left;
margin:10px 0 0 10px;
padding:0;
	border:0;
}



.menu_niretu{
	width:299px;
	float:left;
margin:10px 0 0 10px;
padding:8px;
	border-bottom: 2px solid #6F041F;
	border-right: 2px solid #6F041F;
	border-top: 2px solid #D2093C;
	border-left: 2px solid #D2093C;
}


.menu_gazo{
padding:12px 0 0 18px;
margin:0;
border:0;	
}
.menu_gazo img{
	width:240px;
	height:auto;
	border:1px solid #222;
	margin:0;
	padding:0;
}


.menu_price{
width:240px;
padding:12px 0 0 18px;
margin:0;
border:0;
}




.eve_month{
margin:0 20px;
}

.eve_month a{
margin:5px 10px 5px 0;
	width:70px;
height:40px;
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    text-shadow: 0 -1px 1px #DDD, -1px 0 1px #DDD, 1px 0 1px #aaa;  
    -webkit-box-shadow: 1px 1px 2px #999;  
    -moz-box-shadow: 1px 1px 2px #999;  
	border:1px solid #222;
	float:left;

display:block;
text-align:center;
padding:10px 0;
color:#444444;
}


.eve_month a:hover{
background-color:#DDD;
color:#CC0000;
}





img.naukosuta {
width:250px;
height:auto;
}















.title{
font-weight:bold;
font-size:26px;
display:block;
padding:10px 0 10px 20px;
margin:0 0 15px 0px;
color:#F30;
border-top:1px dashed #ccc;
width:690px;
}



.joge{
float:right;
padding:5px 30px 5px 5px;
margin:0px;
text-align: right;
width:230px;
}

.ev1{
padding:5px 0px;
margin:0 0 15px 20px;
width:690px;
display: none;
}

.lead{
margin:0 0 0 20px;
padding:0 0 20px 0;
width:690px;
}

p.midasi {
margin:0;
padding:15px;
font-weight:bold;
font-size:120%;
color:#333;
}









.bigblack {font-weight: bold; font-size: 26px; display: block; padding: 20px 0 0 20px; margin:0 0 15px 0; color: #000000; border-top: 1px dashed #ccc; width: 690px; }

.midiorange {
	color: #FF6600;
	font-size: medium;
}

.shiro {
    color:#FFFFFF;
	}
	

.a {
width: 690px;
margin:0 20px;
}

.b {
width: 285px;
margin:0 0 5px 20px;
float:left;
}

.c {
width: 332px;
margin:0 0 5px 0;
padding:0 20px;
float:left;
}

.d {
clear:left;
clear:right;
}

.e {
margin:0 10px 0 0;
float:left;
}

.f {
width: 330px;
margin:0 0 20px 20px;
float:left;
}

.g {
clear:left;
}

.h {
clear:right;
}

.i{
clear:right;
}





.ev2{
padding:0px;
margin:0px;
width:710px;
display: none;
}









.dou
{
color:#FF6600;
}





a.kanjian span{
display:none;
} 


a:hover.kanjian{
    background-position:0px -73px;
}








#hiduke2 ul {
   margin:0px 0px;
   padding:0px 0px 0px 23px;
}

#hiduke2 li {
   color:#000000;
   text-align:center;
   font-size:12px;
   height:15px;
   width:224px;
   list-style-type:none;
   border-bottom:1px;
   border-left:1px;
   border-top:0;
   border-right:0;
   border-color:#000000;
   border-style:solid;
   float:left;
   background-color:#CCCCCC;
}


#yobi2 ul {
   margin:0px 0px;
   padding:0px 0px 0px 23px;
}

#yobi2 li {
   color:#FFFFFF;
   text-align:center;
   font-size:17px;
   height:23px;
   width:224px;
   list-style-type:none;
   border-bottom:1px;
   border-left:1px;
   border-top:1px;
   border-right:0;
   border-color:#000000;
   border-style:solid;
   float:left;
   background-color:#666666;
}











.accordion input {
	display: none;
}

.accordion_nau input {
	display: none;
}



/*Now the styles*/
* {
	margin: 0; 
	padding: 0;
}


.accordian {
	width: 100%; 
	overflow: hidden;
	
	/*Time for some styling*/
	margin: 30px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 160px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 40px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 640px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0; bottom: 0;	
width: 640px;	

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}

.left{
	float:left;
	width:50%;
}

.right{
	margin-left:55%;
	
}

#side{
	float:left;
}
.css {
    top: 200px;
    position: fixed;
    z-index: 999;
    margin-left:-300px;
    width: 250px;
    padding:10px;
    background:#000;
    border-radius: 5px 5px 5px 5px;
}