@charset "UTF-8";


#mainimage_cont {
	background: url("../images/img_mainimage_cont_tour.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 40px 0px;
    width: 100%;
}
.accessroot {
    margin-top: 15px;
}
figure.accessroot {
    margin: 15px 0 20px;
}
dl.accessroot dt, figure.accessroot figcaption {
    color: #00589e;
    font-weight: bold;
    margin-bottom: 10px;
}
figure.accessroot dt {
    color: #00589e;
    font-weight: bold;
    padding-left: 15px;
}
dl.accessroot dd {
    margin-bottom: 30px;
}
figure.accessroot dd {
    margin-bottom: 15px;
}


.map {
	margin:0;
	position: relative;
}


.map #positionButtonDiv{
	display: block;
	margin-bottom:0px;
	text-align:right;
}


.map #positionButtonDiv img{
	width:40px;
	height:auto;
}


.map #imgContainer {
	border: 1px solid #efefef;
	width:100%;
	height: auto;
}

.map #imgContainer img{
	width:100%;
	height:auto;
}

/*
arround
--------------------------------------------------------------------------------\*/

.arround_map {
}

.arround_map img {
    width: 100%;
	height: auto;
}

	
#map01,
#map02,
#map03,
#map04,
#map05,
#map06,
#map07,
#map08,
#map09,
#map10,
#map11,
#map12,
#map13,
#map14,
#map15,
#map16,
#map17
{
	margin-top: -100px;
	padding-top: 100px;
}

/*
goulmet
--------------------------------------------------------------------------------\*/
#tabseatmap{
}

#tabseatmap nav{
	margin:10px 0 30px;
}

#tabseatmap ul.tabs{
	letter-spacing: -0.5em;
  display: -webkit-flex; /* Safari */
  display: flex;
}

#tabseatmap ul.tabs li{
	display:inline-block;
	width:33.3%;
	letter-spacing:normal;
}

#tabseatmap ul.tabs li{
	-webkit-flex-grow: 1; /* Safari */
	flex-grow: 1;
	letter-spacing: normal;
}

#tabseatmap ul.tabs li:nth-child(5){
	-webkit-flex-grow: 1; /* Safari */
	flex-grow: 1;
}

#tabseatmap ul.tabs li a{
	display:block;
	text-align:center;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	background-color:#eeeeee;
	color:#999999;
}

#tabseatmap ul.tabs li.active{
}

#tabseatmap ul.tabs li.active a{
	background:#0259a0;
	color:#ffffff;
}

#tabseatmap .tab_content .map{
	margin-bottom: 30px;
}

#tabseatmap .tab_content .map img{
	width: 100%;
	height: auto;
}

ul.list_shop{
	margin-top: 30px;
	letter-spacing: -0.5em;
}


.list_shop li{
	letter-spacing: normal;
	display: inline-block;
	width: 48%;
	margin: 1%;
	vertical-align: top;
}

.list_shop li a{
	display:block;
	padding:10px;
	text-decoration:none;
	color:#0259a0;
	background: #fcfcfc;
	border: 1px solid #eee;
}

.list_shop li .shop_name{
	display: inline-block;
	width: 100%;
}

.list_shop li .shop_name div{
	position: relative;
	margin-bottom: 5px;
}

.list_shop li .shop_name div span{

	display: inline-block;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: #09194c;
	color: #c7a352;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 2em;
	margin-right: 5px;
	margin-bottom: 5px;
}
.list_shop li .shop_name div span .g_small{

	font-size: 1.0rem;
	font-style: normal;
}

.list_shop li .shop_name h3{
	font-size: 120%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #efefef; 
}
.list_shop li .shop_name h3 small{
	display: block;
	font-size: 65%;
	font-weight: normal;
	color: #999;
}
.list_shop li .shop_name p{
	margin-top: 10px;
	color: #232323;
	font-size: 80%;
}
.list_shop li .shop_name p span{
	background: #999;
	color: #fff;
	display: inline-block;
	padding: 1px 4px;
	margin-right: 5px;
}

.list_shop li figure{
	display: inline-block;
	width: 100%;
}

.list_shop li figure img{
	width: 100%;
	height: auto;
	border: 1px solid #efefef;
}

/*--------pc --------\*/
@media (min-width:780px) {


#mainimage_cont {
	background: url("../images/img_mainimage_cont_tour.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
    padding: 80px 0px;
    width: 100%;
}


.map #positionButtonDiv{
	display: block;
}
.map #imgContainer{
	width:960px;
	height: auto;
}

	
.seatsearch_txt {
	font-size: 2.2rem;
}


.list_shop li{
	letter-spacing: normal;
	display: inline-block;
	width: 18%;
	margin: 1%;
}



}