@charset "utf-8";

/*reset css
---------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	font-family:"ヒラギ ノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリ オ", "ＭＳ Ｐゴ シック", Meiryo, sans-serif;
	font-size:90%;
	line-height:160%;
	color:#231815;
	overflow:hidden;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

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


.img-filter a:hover img {
	opacity: 0.7;
 filter: alpha(opacity=80);
 -moz-opacity: 0.7;
}

img{vertical-align:bottom;}

/* css
----------------------------------------*/
#wrapper {width:100%;}


/* header
----------------------------------------*/
header {width:100%; height:100px;}
header .inner{
	width:980px;
	margin:0px auto;
	height:100px;
}
header .inner h1{
	line-height:20px;
	font-size:90%;
}
header .inner div.right{
	height:60px;
	width:530px;
}


/* navi
----------------------------------------*/
nav#globalnavi {
	margin-bottom:20px;
	background-color:#fff7f8;
}
nav#globalnavi ul {
	width:980px;
	height:60px;
	margin:0px auto;
}
nav#globalnavi ul li{
	float:left;
	height:60px;
}


/*contents
----------------------------------------*/
#contents{
	width:980px;
	margin:0px auto 0px auto;
	padding-bottom:60px;
}
main {
	float:right;
	width:732px;
	padding:0px;
}
aside {
	width:236px;
}

/*main画像
----------------------------------------*/
#main {
	width:100%;
	height:330px;
	margin-bottom:20px;
	background:url(../images/main_bg.jpg) top center no-repeat;
}
#main .inner {
	width:980px;
	height:330px;
	margin:0px auto;
	overflow:hidden;
}

/*h2画像
----------------------------------------*/
#h2bg{
	background:url(../images/h2_bg.jpg) center top no-repeat;
	margin-bottom:20px;
}
#h2bg h2{width:980px; margin:0px auto;}

/*footer
----------------------------------------*/
footer {
	background-repeat:repeat-x;
	background:url(../images/footer_bg.jpg) repeat-x;
	height:220px;
}

footer .inner {
	width:980px;
	margin:0px auto;
}
footer .inner ul{
	list-style-type: none;
	text-align: center;
	margin-left:0px;
	padding-left:0px;
	padding:15px 0px;
	margin-bottom:30px;
}
footer .inner li{
	display: inline;
	padding:0px 8px;
	border-left:1px solid #e50012;
	line-height:1em;
}
footer .inner li:first-child{
	border-left:0px none;
}
footer .inner li a{
	text-decoration:none;
	color:#e50012;
}
footer .inner li a:hover{color:#231815;}

.footer_logo{
	height:55px;
	color:#231815;
	margin-bottom:60px;
	text-align:center;
}
.copy{
	color:#e50012;
	text-align:center;
	line-height:20px;
	height:20px;
}

/*sidenavi
----------------------------------------*/
nav#sidenavi{margin-bottom:15px;}
nav#sidenavi ul li a{
	display:block;
	background:url(../images/side_navi_bg.jpg) top left no-repeat;
	height:50px;
	width:188px;
	line-height:50px;
	padding-left:48px;
	text-decoration:none;
	color:#231815;
}
nav#sidenavi ul li a:hover{
	background:url(../images/side_navi_bg2.jpg) top left no-repeat;
	color:#e50012;
}
ul.kaitori{margin-bottom:15px;}
ul.kaitori li{margin-bottom:5px;}

ul.shop_info{margin-bottom:15px;}
ul.shop_info li a {
	display:block;
	border:1px solid #ff5858;
	padding:4px;
	margin-bottom:5px;
	text-decoration:none;
}
ul.shop_info span{
	line-height:50px;
	font-size:100%;
	color:#e50012;
	font-weight:bold;
}
ul.shop_info li a img{
	margin-right:10px;
}
.shop_info2{
	padding:9px;
	border:1px #ff5858 solid;
}
.shop_info2 h3{
	line-height:30px;
	background-color:#e50012;
	text-align:center;
	color:#fff;
	font-size:120%;
	margin-bottom:8px;
}
.shop_info2 div{
	padding:10px;
}

/* pagetop
----------------------------------------*/
#back-top  {
	display: none;
	position:fixed;
	bottom: 20px;
	right: 20px;
}
#back-top  a {
    cursor: pointer;
}

/*共通
----------------------------------------*/
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb30{margin-bottom:30px;}
.ml20{margin-left:20px;}
.mr15{margin-right:15px;}
.tar {text-align:right;}
.tac {text-align:center;}
.left {float:left;}
.right {float:right;}
.bold{font-weight:bold;}

.txt1{font-size:120%; font-weight:bold;}
.red{color:#FF0004;}

.flexbox1{
	display:-webkit-flex; /* safari */
	display:flex;
	display: -ms-flexbox;/* IE10用 */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack:justify;/* IE10用 */
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/* IE10用 */
}


/*btn
----------------------------------------*/
a.btn1{
	border-radius:5px;		/* CSS3草案 */
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px;	/* Firefox用 */
	display:block;
	padding:5px 15px;
	text-align:center;
	background-color:#555;
	color:#fff;
	text-decoration:none;
}
a.btn1:hover{
	background-color:#333;
}

/*table
----------------------------------------*/

.table01 {
	width:100%;
	border: 1px solid #ddd;
}
.table01 th {
	background-color: #eee;
	border: 1px solid #ddd;
	padding:8px 10px;
	width:30%;
	vertical-align:middle;
}
.table01 td {
	border:1px solid ;
	border-color:#ddd;
	padding:8px 10px;
	vertical-align:middle;
}

/*title
----------------------------------------*/

h3.title1{
	background:#e50012;
	padding:8px 15px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	border-radius:5px;		/* CSS3草案 */
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px;	/* Firefox用 */
	margin-bottom:20px;
}
h3.title1 img{
	margin-right:5px;
	vertical-align:bottom;
}
h3.title1 a{
	float:right;
	display:block;
	width:110px;
	height:14px;
	text-align:center;
	background-color:#fff;
	border-radius:5px;		/* CSS3草案 */
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px;	/* Firefox用 */
	font-size:80%;
	text-decoration:none;
	line-height:1em;
	padding:5px;
	color:#e50012;
}
h3.title1 a:hover{
	color:#ff919a;
}
.title02{
	border-left:8px #222 solid;
	padding-left:15px;
}
.title03{
	border-left:8px #e50012 solid;
	border-bottom:1px dotted #e50012;
	padding-left:15px;
}

/*box
----------------------------------------*/
section.box1 ul{
	width:990px;
	margin-bottom:20px;
}
section.box1 ul li{
	float:left;
	margin-right:10px;
}

/*top
----------------------------------------*/
.point{width:744px; margin-bottom:30px;}
.point li{
	width:236px;
	height:80px;
	margin-right:12px;
	overflow:hidden;
	float:left;
	position:relative;
}
.point li span{
	position:absolute;
	top:15px;
	left:55px;
	font-size:90%;
}
.result ul{
	width:744px;
	margin-bottom:15px;
}
.result li{
	background-color:#eeeeee;
	width:216px;
	border-radius:5px;		/* CSS3草案 */
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px;	/* Firefox用 */
	padding:10px;
	float:left;
	margin-right:12px;
	margin-bottom:15px;
}
.result li p.img{
	height:180px;
	width:216px;
	overflow:hidden;
	position:relative;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
.result li p.img img{
	width:216px;
	height:auto;
	position:absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
}
.item ul{
	width:744px;
	margin-bottom:15px;
}
.item li{
	width:236px;
	float:left;
	margin-right:12px;
	margin-bottom:25px;
}
.item li h4{font-size:120%; line-height:2em;}
.item li p{font-size:90%; line-height:1.5em;}

.news div{
	height:300px;
	overflow:auto;
}
.news table{
	width:100%;
}
.news th{
	padding:15px 5px 5px 5px;
	text-align:left;
	font-size:120%;
	font-weight:bold;
}
.news td{
	padding:5px 5px 15px 5px;
	border-bottom:1px #ccc dashed;
}
/*item
----------------------------------------*/
.item_txt{margin-bottom:30px;}
.item_txt p{margin-bottom:15px;}

.kotsu dt{
	border-radius:5px 5px 0px 0px;		/* CSS3草案 */
	-webkit-border-radius:5px 5px 0px 0px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px 5px 0px 0px;	/* Firefox用 */
	padding:5px 15px;
	background:#e50012;
	color:#fff;
}
.kotsu dd{
	border-radius:0px 0px 5px 5px;		/* CSS3草案 */
	-webkit-border-radius:0px 0px 5px 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:0px 0px 5px 5px;	/* Firefox用 */
	border-left:1px solid #e50012;
	border-right:1px solid #e50012;
	padding:5px 15px;
	border-bottom:1px solid #e50012;
	margin-bottom:30px;
}
.kotsu ul li{
	list-style:disc inside;
	margin-left:15px;
}
.shop_left{
	width:400px;
	float:left;
}
.access{padding:10px; margin-bottom:20px;}
.access dt{
	width:100px;
	float:left;
	font-size:120%;
	font-weight:bold;
}
.access dd{float:left;}

/**/
.kaitori_box{
	margin-bottom:30px;
}
.kaitori_txt{
	width:410px;
	float:left;
}
.kaitori_txt p{
	padding:10px;
}
.kaitori_box h3{
	font-size:150%;
	color:#FF0004;
	border-bottom:1px solid #FF0004;
	padding:10px;
	margin-bottom:10px;
}

.kaitori_flow li{
	width:222px;
	padding:11px;
	float:left;
}
.kaitori_flow li div{
	border:1px solid #CCCCCC;
	border-radius:5px;		/* CSS3草案 */
	-webkit-border-radius:5px;	/* Safari,Google Chrome用 */
	-moz-border-radius:5px;	/* Firefox用 */
	padding:14px 11px 14px 11px;
}
.kaitori_flow li div img{
	margin-bottom:10px;
}
.kaitori_flow li div p{
	font-size:90%;
	line-height:1.3em;
}
.kaitori_flow li div h4{
	font-size:120%;
	color:#FF0004;
	border-bottom:1px solid #FF0004;
	margin-bottom:10px;
	text-align:center;
}
.kaitori_flow li div h5{
	font-weight:bold;
	margin-bottom:5px;
}
.kaitori_img{
	float:right;
	margin-left:15px;
}

/*BLOG-----------------------------------------------*/
.blogbox{}
.blog_img{
	width:100%;
	margin-bottom:20px;
	display:-webkit-flex; /* safari */
	display:flex;
	display: -ms-flexbox;/* IE10用 */
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack:start;/* IE10用 */
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;/* IE10用 */
	-webkit-align-items: top; /* 縦方向中央揃え（Safari用） */
	align-items: top; /* 縦方向中央揃え */
}
.blog_img p{
	width:234px;
	padding:5px;
	text-align:center;
}
.blog_img p img{
	width:100%;
	height:auto;
}
.blogbox .txt{
	margin-bottom:30px;
}

#blog table{
	width:100%;
}
#blog th{
	padding:10px 5px 5px 5px;
	text-align:left;
	font-size:70%;
}
#blog td{
	padding:0px 5px 10px 5px;
	border-bottom:1px #eee solid;
}


/*　　　　　*/
.bg_square_area{width:690px;padding:15px;float:right;}
.items_text_box{padding:20px;}
.border{border:1px solid #E1E1E1;}
.bg_square1{padding:5px 10px 20px;}

.bg_square h3,
.bg_square1 h3,
.bg_square2 h3{
	margin-bottom:10px;
	font-size:20px;
	border-bottom:2px solid #F00;
	color:#F00;
}
.bg_square1 p{margin-bottom:10px;}
.bg_square1 ul li{
	list-style:disc inside;
	margin-left:15px;
}
.bg_square1 ul {margin-bottom:10px;}



.tiketbox table{
	width:100%;/*48%;*/
	margin-bottom:20px;
}
.tiketbox table caption{
	margin-bottom:10px;
	font-size:150%;
	font-weight:bold;
}
.tiketbox table th{
	border:1px solid #ccc;
	padding:5px;
	background-color:#eee;
}
.tiketbox table td{
	border:1px solid #ccc;
	padding:5px;
	text-align:right;
	vertical-align:middle;
}
.tiketbox table:nth-child(even){
	float:right;
}
.tiketbox table:nth-child(odd){
	float:left;
}

/**20160816　追加　gift*/
.datas{
	text-align:left;
	color:#E02327;
	font-weight:bold;
		padding:5px 0;

}


.datas_line{
	padding:5px 0;
	text-align:right;
	font-size:19px;
}



/**color*/





footer .inner li{
	border-left:1px solid #00ab75;
}
footer .inner li a{
	color:#00ab75;
}
.copy{
	color:#00ab75;
}

nav#sidenavi ul li a:hover{
	color:#00ab75;
}


ul.shop_info span{
	color:#00ab75;
}
.shop_info2 h3{
	background-color:#00ab75;
}

h3.title1{
	background:#00ab75;
}
h3.title1 a{
	color:#00ab75;
}

footer .inner li{
	border-left:1px solid #00ab75;
}
.kotsu dt{
	background:#00ab75;
}
.kotsu dd{
	border-left:1px solid #00ab75;
	border-right:1px solid #00ab75;
	border-bottom:1px solid #00ab75;
}

ul.shop_info li a {
	border:1px solid #00ab75;
}

.shop_info2{
	border:1px #00ab75 solid;
}

/* navi
----------------------------------------*/
nav#globalnavi {

	background-color:#e4fcff;
}


.kaitori_box h3{
	color:#00ab75;
	border-bottom:1px solid #00ab75;
}

.kaitori_flow li div h4{
	color:#00ab75;
	border-bottom:1px solid #00ab75;

}

.bg_square h3,
.bg_square1 h3,
.bg_square2 h3{

	border-bottom:2px solid #00ab75;
	color:#00ab75;
}

/* timeline
----------------------------------------*/
.time {
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}