@charset "utf-8";

#header {
	height: 100px;
}

.shop_ul {
	display: block;
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
	width: 1020px;
}

.shop_li {
	position: relative;
	display: block;
	list-style: none;
	width: 320px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 20px 0;
}

.shop_li img {
	border-radius: 0;
}

.shop_li a.shop_a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	height: 240px;
	width: 320px;
	background-image: url(../img/nav_bk.gif);
}

.shop_li hgroup {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 26px;
	width: 320px;
	color: #FFF;
	overflow: hidden;
	
	background: #333;
	background: rgba(0,0,0,0.8);
	
	-webkit-transition: height 1.5s linear 0;
	-moz-transition: height 1.5s linear 0;
	-ms-transition: height 1.5s linear 0;
	-o-transition: height 1.5s linear 0;
	transition: height 1.5s linear 0;
}
.shop_li a.shop_a:hover hgroup {
	height: 240px;
	-webkit-transition: height 0.2s ease-out 0;
	-moz-transition: height 0.2s ease-out 0;
	-ms-transition: height 0.2s ease-out 0;
	-o-transition: height 0.2s ease-out 0;
	transition: height 0.2s ease-out 0;
}
.souvenirs .shop_li hgroup {
	height: 37px;
}

.shop_li hgroup h1 {
	position: absolute;
	left: 0;
	bottom: 26px;
	display: block;
	margin: 0;
	padding: 8px 8px 0 8px;
	font: 35px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝体 W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
	line-height: 100%;
}
.souvenirs .shop_li hgroup h1 {
	bottom: 39px;
}

.shop_li hgroup h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	margin: 0;
	padding: 8px;
	width: 304px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.souvenirs .shop_li hgroup h2 {
	bottom: 12px;
}

.shop_li hgroup p {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 8px;
}

.shop_li_info {
	margin: 0 !important;
}

.shop_tags {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop_tags li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop_tags li a {
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

.shop_tags li a i {
	font-size: 12px;
}


/*list
--------------------------------------------------------*/

.swicher {
	position: relative;
	border-bottom: solid #333 1px;
	height: 35px;
	font-size: 12px;
}

.swicher ul {
	display: block;
	padding: 0;
	margin: 0;
}

.swicher ul li {
	display: inline;
	margin: 0 30px 0 10px;
	cursor: pointer;
	-webkit-transition: all 1s linear 0;
	-moz-transition: all 1s linear 0;
	-ms-transition: all 1s linear 0;
	-o-transition: all 1s linear 0;
	transition: all 1s linear 0;
}

.swicher ul.list_type {
	float: left;
	font-size: 14px;
	margin-left: -10px;
}

.swicher ul.list_tag {
	float: right;
}

.swicher ul li.offb {
	opacity: 0.6;
}

.swicher ul li:hover {
	color: #C00;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}
.ua-ie-6 .swicher ul li i {
	width: 15px;
	white-space: nowrap;
	text-indent: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 8px;
}
.ua-ie-6 .icon-globe {background-image: url(../img/icon_map.gif);}
.ua-ie-6 .icon-th {background-image: url(../img/icon_list.gif);}

.shop_ul.off,
#map.off {
	display: none;
}

.shop_ul .shop_detail {
	display: none;
}


/*light box
--------------------------------------------------------*/

#lb_back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.ua-ie-7 #lb_back,
.ua-ie-8 #lb_back {
	background-image: url(../img/bk80.png);
}
.ua-ie-6 #lb_back {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../common/img/bk80.png', sizingMethod='scale'); 
}

#lb_con {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 201;
}

#lb_base {
	position: absolute;
	top: -300px;
	left: -350px;
	width: 660px;
	height: 560px;
	padding: 20px;
	background: #EEE;
	color: #232010;
	box-shadow: 3px 3px 13px rgba(0,0,0,0.5);
	border-radius: 7px;
}

#lb_base .lb_left,
#lb_base .shop_detail {
	width: 320px;
	float: left;
}

#lb_base .shop_detail {
	padding: 0 0 0 20px;
	margin: 0;
}

#lb_base h1 {
	line-height: 100%;
	font: 35px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ヒラギノ明朝体 W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
	margin: 8px 0;
}

#lb_base h2 {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 8px 0;
}

/* 閉じるボタン */

#lb_close {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #900;
	cursor: pointer;
	font-size: 30px;
}
#lb_close:hover {
	color: #C00;
}
.ua-ie-6 #lb_close {
	position: static;
	width: 25px;
	height: 25px;
	text-indent: 25px;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../img/icon_close.gif);
	background-repeat: no-repeat;
	margin: -19px 0 0 -20px;
}

#lb_close i {
	text-shadow: 3px 3px 13px rgba(0,0,0,0.3);
}
.ua-ie-6 #lb_close i {
	display: none;
}

#lb_base .shop_detail dt {
	padding: 10px 0;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #AAA;
	text-shadow: 0px 1px 1px #FFF;
}

#lb_base .shop_detail dd {
	padding: 0;
	margin: 0;
	line-height: 140%;
}

.ua-ie-6 #lb_base .shop_detail .url i {
	display: none;
	
}

#lb_base .shop_detail .url a {
	color: #900;
	text-decoration: none;
	word-break: break-all;
	word-wrap: break-word;
	
	-webkit-transition: color 1s linear 0;
	-moz-transition: color 1s linear 0;
	-ms-transition: color 1s linear 0;
	-o-transition: color 1s linear 0;
	transition: color 1s linear 0;
	margin: 0 0 0 5px;
}
#lb_base .shop_detail .url a:hover {
	text-decoration: underline;
	color: #D00;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

/*Souvenirs
--------------------------------------------------------*/
#souvenirs_header h1 {
	margin: 140px 0;
}
#souvenirs_header ul,
#souvenirs_header li {
	display: block;
	list-style: none;
	font-size: 12px;
}
#souvenirs_header ul {
	position: absolute;
	top: -120px;
	right: 0;
}
#souvenirs_header li {
	width: 300px;
	float: right;
	padding: 0 0 0 20px;
}
#souvenirs_header h2 {
	font-size: 14px;
	margin: 14px 0;
}
#souvenirs_header p {
	margin: 14px 0;
	line-height: 160%;
}
#souvenirs_header img {
	float: left;
	margin: 0 10px 2px 0;
}

/*guide
--------------------------------------------------------*/

.guide-dl dt {
	font-size: 10px;
	margin: 13px 0 0 0;
	font-weight: bold;
}

.guide-dl dd {
	margin: 0;
	line-height: 110%;
}

.guide-dl dd i {
	margin: 0 5px 0 0;
}

.guide-dl dd.url {
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
	color: #900;
}

.guide-dl dd.url a {
	color: #900;
	text-decoration: none;
	word-break: break-all;
	word-wrap: break-word;
	
	-webkit-transition: color 1s linear 0;
	-moz-transition: color 1s linear 0;
	-ms-transition: color 1s linear 0;
	-o-transition: color 1s linear 0;
	transition: color 1s linear 0;
	margin: 0 0 0 5px;
}
.guide-dl dd.url a:hover {
	text-decoration: underline;
	color: #D00;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

/*access
--------------------------------------------------------*/

/* board bus */

.board_bus {
	width: 320px;
	padding: 0;
}

.board_bus li {
	width: 320px;
	height: 110px;
	padding: 0 0 10px 0;
	list-style: none;
}

#content .board_bus li p {
	margin: 0 10px 0 0;
	line-height: 140%;
}

.board_bus img {
	float: left;
	margin: 0 10px 0 0;
	border-radius: 0;
}

/* transfar logic */

.trans_logic {
	width: 320px;
	margin: 0;
	padding: 0 0 20px 0;
    clear: both;
}

.trans_logic header {
	padding: 2px 0;
	border-bottom: solid 1px #333;
	margin: 10px 0;
}

.trans_logic header h1 {
	font-size: 30px;
	display: block;
    line-height: 100%;
	margin: 0;
	padding: 0 0 0 25px;
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.trans_logic header h1.no1 { background-image: url(../img/access/no1.png);}
.trans_logic header h1.no2 { background-image: url(../img/access/no2.png);}
.trans_logic header h1.no3 { background-image: url(../img/access/no3.png);}

.trans_logic span {
	font: bold 12px Arial, Helvetica, sans-serif;
}

.trans_logic p {
	background: #6CBCAE;
	padding: 7px 12px;
	line-height: 100%;
	margin: 0;
	border-radius: 8px;
	color: #FFF;
}

.trans_logic .next {
	height: 15px;
	padding: 0 0 0 25px;
	margin: 2px 0 2px 10px;
    font-size: 14px;
    line-height: 100%;
	background: no-repeat url(../img/icon_next.png);
	background-position: left bottom;
}

.trans_logic .pdfs {
    display: block;
    height: 26px;
    margin: 10px 0;
}

.trans_logic .get_pdf {
    display: block;
    width: 120px;
    float: left;
    margin: 0 20px 0 0;
}

/* transfer_hg */

.transfer_hg {
	position: relative;
}

.transfer_hg h1,
.transfer_hg h2,
.transfer_hg h3,
.transfer_hg {
	display: block;
	padding: 0;
	margin: 0;
}

.transfer_hg h1 {
	font-size: 28px;
	padding: 50px 0 0 0;
}

.transfer_hg h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #4B7485;
	padding: 5px;
	margin: 10px 0 0 0;
	color: #FFF;
	border-radius: 5px;
}

.transfer_hg h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-radius: 5px;
	padding: 5px;
	color: #FFF;
	padding: 30px 5px 5px 5px;
	text-align: center;
}
.transfer_hg h3.trans1 { background: #6c9a23;}
.transfer_hg h3.trans2 { background: #8e6840;}
.transfer_hg h3 span {
	position: absolute;
	top: 8px;
	left: 50%;
	font-size: 24px;
	margin: 0 0 0 -5px;
}

.blue {
	background-color: #06F;
}

/* mc-photos */

#mc-photos {
	height: 130px;
}

#mc-photos img {
	float: left;
	border-radius: 0;
}

/* elink */

.elink {
	text-decoration: none;
	color: #A00;
}

.elink:hover {
	text-decoration: underline;
	color: #F00;
}

.url_blank a {
	color: #900;
	text-decoration: none;
	word-break: break-all;
	word-wrap: break-word;
	
	-webkit-transition: color 1s linear 0;
	-moz-transition: color 1s linear 0;
	-ms-transition: color 1s linear 0;
	-o-transition: color 1s linear 0;
	transition: color 1s linear 0;
}
.url_blank a:hover {
	text-decoration: underline;
	color: #D00;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
}

@media screen and (max-width:767px) {
	#header {
		height: 60px;
	}

	#lb_base {
		position: absolute;
		top: -300px;
		left: -350px;
		width: 300px;
		height: 560px;
		padding: 20px;
		background: #EEE;
		color: #232010;
		box-shadow: 3px 3px 13px rgba(0,0,0,0.5);
		border-radius: 7px;
	}

	#lb_base .lb_left,
	#lb_base .shop_detail {
		width: 220px;
		float: left;
	}

}
