﻿body {
	width:100%;
	-webkit-text-size-adjust: 100%;
	padding:0!important;
	margin:0!important;
	color:#dddddd;
	line-height:1.6;
	font-size:12px;
	letter-spacing:1px;
	font-stretch:ultra-expanded!important;
	/*font-family:"メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;*/
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	/*background:url(../images/bg_white.jpg) repeat-y #fff;
	background-size:100% auto;*/
	background-color:#fff;
}



#home {
	width:100%;
}

body,ul,li {
	padding: 0;
	margin: 0;
	border: 0;
}


a {
	color:#B20000;
	font-weight:normal;
}

#contents {
	/*padding-bottom:300px;*/
	/*margin-bottom:100px;*/
}

/*--ページ、ヘッダー、コンテンツ--*/
.ui-page{
}

.gnavi {
	width:100%;
	z-index:1000;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	position:fixed;
	top:0px;
	right:0px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}
.gnavi:after {
  content: "";
  clear: both;
  display: block;
}
.gnavi li {
	display:block;
	float:left;
	/zoom: 1; /* IE7対策 */
    vertical-align: middle;
	margin:0;
	padding:0;
	width:18.43%;
}

.gnavi li.top {
	width:26.25%;
}


.gnavi li a,.gnavi li a img {
	display:block;
	width:100%;
}

.bg {
	position:inherit!important;
	opacity:0;
}


/*---スライドショー---*/

#top {
}

.flexslider{
    border:none;
    box-shadow:none;
	z-index:1;
	position:relative;
	width:100%;
	padding:10px 0 100px 0!important;
	background:url(../images/bg_slider.jpg) no-repeat bottom #fff;
	background-size:100% auto;
}

.flexslider:after {
	content:"";
	clear:both;
	overflow:hidden;
	display:block;
}

.slides,.slides img{
	width:100%;
}



#top p {
	display:block;
	width:60%;
	width:-webkit-calc(100% - 40px);
	width:calc(100% - 40px);
	padding:40px 20px 40px 20px;
	line-height:2;
	text-align:left;
	background:url(../images/bg_red.jpg) no-repeat bottom center #3E1A0F;
	background-size:100% auto;
	text-shadow:0 0 2px rgba(204,153,0,0.8);
}


#top p span.fs_16 {
	padding-bottom:10px;
	/*font-size:20px!important;*/
	font-size:14px!important;
	letter-spacing:1px;
	line-height:1.8;
	display:block;
}

#top p span.fs_17 {
	padding-bottom:10px;
	/*font-size:20px!important;*/
	font-size:20px!important;
        color:#ffd700;
	letter-spacing:1px;
	line-height:1.8;
	display:block;
}

#top p span.en {
	font-family: 'Simonetta', cursive;
	/*font-size:40px;*/
	letter-spacing:-1px;
	padding-right:6px;
}

#top p span.corona {
	padding:10px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
}

#top p span.corona2 {
	padding:10px;
	font-size:24px;
	font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
	color:#ffffff;
	letter-spacing:4px;
	text-shadow:
       2px  2px 1px #FF0000,
      -2px  2px 1px #FF0000,
       2px -2px 1px #FF0000,
      -2px -2px 1px #FF0000,
       2px  0px 1px #FF0000,
       0px  2px 1px #FF0000,
      -2px  0px 1px #FF0000,
       0px -2px 1px #FF0000;        /* 文字の影 */
}

#top p span.corona3 {
	display:inline-block;
	margin:8px;
	padding:10px;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック",Meiryo,sans-serif;
	border: 3px solid #FF0000;
}

/*---コンテンツ---*/

article {
	clear:both;
	padding:0;
	margin:0;
}

h2.ttl {
	margin:0 0 10px 0;
	padding:0;
	clear:both;
	width:100%;
	text-align:center;
}

h2.ttl img {
	width:95%;
}

p.warnning {
	text-align:left;
	padding:5px 0 10px 0;
	font-size:12px;
}

table {
	width:100%;
	margin-bottom:10px;
}


table tr th {
	width:13%;
	text-align:right;
	vertical-align:top;
	letter-spacing:2px;
	font-weight:normal;
	line-height:1.5;
	padding-right:5px;
	padding-bottom:10px;
}

/*table tr th:after {
	content:"：　";
}*/

table tr td {
	width: auto;
	vertical-align: middle;
	line-height: 1.5;
	padding-bottom: 10px;
}


.frame_img {
	border: 2px solid #fff;
	border-radius: 3px;
}


.dot_3 {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace!important;
}

.border {
	clear:both;
	padding:0 0 10px 0;
	height:1px;
	margin-bottom:20px;
	background:url(../images/border.jpg) no-repeat center;
	background-size:100% auto;
}



/*---News---*/

#news {
	width:100%;
	clear:both;
	background:url(../images/bg_brown.jpg) repeat-y center #644924;
	background-size:100% auto;
	padding-top:20px;
	letter-spacing:0.5px;
	text-shadow:0 0 2px rgba(204,153,0,0.8);
}


#news dl {
	width:100%;
	padding-bottom:50px;
	padding-top:20px;
}

#news dl dt {
	width:90%;
	margin:0 auto;
	/*font-size:10px;*/
	font-size:12px;
	text-align:left;
	/*padding:10px 0 30px 0;*/
	font-family: 'Simonetta', cursive;
}


#news dl dd {
	width:90%;
	margin:0 auto;
	font-size:18px;
	text-align:left;
	/*font-weight:bold;*/
	padding-bottom:30px;
}

#news dl dd p {
	line-height:1.9;
}


#news dl dd p span.news_txt {
	display:block;
	padding-bottom:3px;
	font-size:12px;
	font-weight:normal;
}

#news dl dd p span.news_txt:before {
	content:"・・・";
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace!important;
	letter-spacing:-6px;
	padding-right:5px;
}

#news dl dd a {
	color:#fff;
	text-decoration:underline;
}




/*---About---*/

/*#about {
	width:100%;
	clear:both;
	background:url(../images/bg_black.jpg) repeat-y;
	background-size:100% auto;
	position:relative;
	padding-bottom:30px;
}


/*---Price---*/

#price {
	width:100%;
	clear:both;
	margin-bottom:60px;
	padding:20px 0 60px 0;
	color:#333;
	background-color: #fff;
}

h3 {
	width:90%;
	margin:0 auto;
	padding-bottom:10px;
	font-weight:normal;
}

#price p {
	display:block;
	width:90%;
	margin:0 auto;
	clear:both;
	font-size:12px;
	padding-top:20px;
}


#price p.bottle_list {
	padding:0 0 5px 20px;
}



#price p span {
	font-size:14px;
}





/*---Cast---*/

#cast {
	width:100%;
	clear:both;
	padding:20px 0 60px 0;
	background:url(../images/bg_cast.jpg) no-repeat top center #000;
	background-size:100% auto;
	text-shadow:0 0 2px rgba(204,153,0,0.8);
	color:#fff;
	letter-spacing:0.5px;
}

#cast table {
	width:90%;
	margin:0 auto;
}

#cast table th {
	width: auto;
	vertical-align: middle;
	padding-bottom: 20px;
	text-align: center;
}

#cast table.noimg th {
	width:10%;
}


#cast table th img {
	width:100%;
}

#cast table.noimg th img {
	width:100%;
}


#cast table th:after {
	content:"";
}


#cast table td {
	width:60%;
	vertical-align:middle;
	padding-bottom:20px;
}

#cast table.noimg td {
	width:90%;
}

#cast table td h3 {
	font-weight:normal;
	font-size:16px;
	padding-left:20px;
}


#cast table.noimg td h3 {
	padding-left:0;
}



#cast table td p {
	padding-left:20px;
}




/*---Recentevents---*/

#recentevents {
	width:100%;
	clear:both;
	margin-bottom:50px;
	padding:20px 0 60px 0;
	color:#fff;
	background:#3E1A0F;
	text-align:center;
}

#recentevents p {
	text-shadow:0 0 2px rgba(204,153,0,0.8);
	line-height:1.6;
	padding:10px 20px;
	text-align:left;
}

#recentevents img {
	width:100%;
}


#recentevents table {
	width:100%;
	border:10px solid #3E1A0F;
}

#recentevents table tr td {
	border-style:10px solid #3E1A0F;
	text-align:left;
}

#recentevents table tr td p {
	padding:5px;
}

#recentevents table tr td img {
	border-radius:3px; 
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
	
#sinryoku tr td.td65 {
	width:65%;
} 


#sinryoku tr td.td35 {
	width:35%;
} 


#recentevents table.nara tr td.img1 {
	width:50%;
}
#recentevents table.nara tr td.txt1 {
	width:65%;
}
#recentevents table.nara tr td.txt1-1 {
	width:100%;
}

#recentevents table.nara tr td.img2 {
	width:50%;
	display:block;
	float:left;
}
#recentevents table.nara tr td.txt2 {
	width:48%;
	display:block;
	float:left;
}
#recentevents table.nara tr td.txt2 p {
	display:block;
}


/*#recentevents table.nara tr td.img2 {
	width:35%;
}
#recentevents table.nara tr td.txt2 {
	width:65%;
}
*/
#recentevents table.nara tr td.img3 {
	width:100%;
}
#recentevents table.nara tr td.txt3 {
	width:100%;
}



/*---Access---*/

#access {
	width:100%;
	clear:both;
	margin-bottom:50px;
	padding:20px 0 60px 0;
	color:#333;
	background-color: #fff;
}


#access table {
	padding-top:20px;
}

#access p {
	width:90%;
	display:block;
	margin:0 auto;
}

#access .en {
 font-family: 'Simonetta', cursive;
 /*font-size:22px;*/
 font-size:14px;
 letter-spacing:0px;
}


/*---Recruit---*/

#recruit {
	width:100%;
	clear:both;
	padding:0 0 60px 0;
	background-color:#843406;
	text-shadow:0 0 2px rgba(204,153,0,0.8);
	color:#fff;
}


#recruit h2 {
	margin-bottom:30px;
	padding-top:20px;
}


.form_warnning {
	padding:10px 25px;
	background-color:#3E1A0F;
	color:#fff;
	font-size:12px;
	margin-bottom:15px;
	text-align:center;
	opacity:0.8;
}




/*---Form---*/

#form_box {
	padding:20px 10px 30px 10px;
}

.inputBox {
padding: 10px 10px 15px;
}
.inputBox:first-child {
border-top: none;
}
.submit {
display: -webkit-box;
display: box;
}
.submit > div {
margin:0px auto;
}

#formWrap input[type="text"] {
	min-height:45px;
	background:#fff!important;
	box-shadow:none!important;
	-webkit-appearance: none!important;
	border:none;
	color:#333;
	border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#formWrap p input#submit {
	border:none;
	background-color:#000;
	color:#fff;
	width:100%;
	height:50px;
	-webkit-appearance: none;
	min-height:5px;
	border-radius:5px; 
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

#formWrap p div span.ui-btn-text {
	display:none;
}

#formWrap table th {
	/*width:46%;*/
	width:80px;
	font-size:13px;
	padding-top:10px;
	text-align:left;
}

#formWrap table th span {
	font-size:x-small;
}


#formWrap table td {
	width : 87% ;
	width : -webkit-calc(100% - 130px) ;
	width : calc(100% - 130px) ;
	padding:5px 10px 5px 0;
}

#formWrap table td input[type="text"] {
	width:100%;
}




/*--フッター--*/
#footer{
	text-align:center;
	padding:20px 0px 50px 0;
	font-size:11px;
	background:url(../images/bg_black.jpg) repeat-y;
	background-size:100% auto;
	color:#fff;
	font-family: 'Simonetta', cursive;
}
#footer a {
	color:#fff;
}





/*フォント*/


.ui-loader {
	display:none!important;
}


@media screen and (min-width: 1025px) {
body {
	background-color:#2B120A;
}
#home {
	width:640px;
	margin:0 auto;
	background-color:#fff;
}

.gnavi {
	width:640px;
	right:auto;
}

}
