<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charaset "utf-8"; 
 
/* ============================= å…±é€š =============================  */
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	box-sizing: border-box;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}
#mainContents{
	max-width:1024px;
	margin:auto;
	overflow:hidden;
}
.cont{
	background:#231B2A;
	padding:0px 0px 10px;
}
/*ãƒ¡ã‚¤ãƒ³ãƒ“ã‚¸ãƒ¥ã‚¢ãƒ«ï¼†ãƒªãƒ¼ãƒ‰æ–‡*/
.leadText .leadTextInner,.leadText2 .leadTextInner{
	padding:12px;
	background:#fff;
	width: 96%;
	margin: 0 auto;
}
.leadText .leadTextInner h2,.leadText2 .leadTextInner h2{
	color:#010214;
	font-size:1em;
	margin-bottom:5px;
	font-family: YuGothic, æ¸¸ã‚´ã‚·ãƒƒã‚¯, sans-serif, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, verdana, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif !important;
}
.leadText .leadTextInner p{
	line-height:1.5em;
	font-size:0.9em;
}
.leadText,.leadText2{
	padding:30px 0;
}
@media only screen and (min-width: 768px){
.leadText .leadTextInner h2,.leadText2 .leadTextInner h2{
	font-size:1.4em;
}
.leadText .leadTextInner p{
	font-size:1.0em;
}
 
}
/*ã‚¿ãƒ–*/
 
ul.tab {
	margin: 0 auto;
	padding: 0;
	font-size:1.8em;
	width:90%;
}
ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	width:49%;
}
ul.tab li.none {
	border-bottom: 2px #fff solid;
	font-weight: bold;
}
ul.tab li a {
	color: #fff;
	
	display: block;
	
	padding: 3px 40px 5px;
	
	text-decoration: none;
	
	background: #000;
	text-align:center;
}
ul.tab li a.blue {
	border-top: 5px #2384dc solid;
}
ul.tab li a.green {
	border-top: 5px #4cbb47 solid;
}
ul.tab li a.red {
	border-top: 5px #dd1d25 solid;
}
ul.tab li a.yellow {	
	border-top: 5px #ffd242 solid;
}
ul.tab li a:hover {
	position: relative;
	bottom: 6px;
}
@media only screen and (max-width: 767px){
ul.tab {
	font-size:1.0em;
	width:100%;
}
ul.tab li {
	width:48%;
}
ul.tab li a {
	padding: 3px 5px 5px;
}
}
/* clerfix */
.clear:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clear:after {
	clear:both;
}
.clear {
	zoom:1;
}
/*ãƒšãƒ¼ã‚¸å†…ãƒªãƒ³ã‚¯*/
.pageMenu{
	margin:0 0 15px 0;
	font-family: "Noto Sans Japanese";
}
.pageMenu ul{
	display:table;
	width:100%;
	border-collapse: separate;
	border-spacing:8px 0;
	text-align: center;
}
.pageMenu li{
	vertical-align: middle;
	display:table-cell;
	line-height: 1.3em;
	padding:6px 0 6px 20px;
	position:relative;
	background:url(http://www.tabione.com/img/topics/hanabi/menu_icon.png) no-repeat;
	background-position:left center;
	background-size: 20px 20px;
}
.pageMenu li a{
	color:#fff;
	font-weight:bold;
	font-size:1em;
	display:block;
}
.pageMenu li:after {
	content: '';
	position:absolute;
	bottom:0;
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 3px dotted #fff;
	display: block;
}
.pageMenu li:hover:after {
	width: 80%;
	left:10%;
	border-bottom: 3px dotted #fff;
}
@media only screen and (min-width: 768px){
.pageMenu li{
	line-height: 1.5em;
}
.pageMenu li a{
	font-size:1.3em;
	text-decoration:none;
}
 
}
/*ãƒãƒŠãƒ¼ã‚¨ãƒªã‚¢*/
.bnrArea{
	width: 96%;
	margin: 0 auto;
}
.bnrArea img{
	border:2px solid #ccc;
}
/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„*/
.contInner{
	position:relative;
	background:#fff;
	width: 96%;
	margin: 0 auto 15px;
	padding:20px;
}
.contInner h2{
	text-align: center;
	color:#231B2A;
	border-bottom:none;
	font-size: 1.3em;
	padding:25px 0 15px;
	font-family: "Noto Sans Japanese"; 
}
.cont_icon{
	position:absolute;
	right:-1px;
	top:-1px;
	opacity:0.5;
/*	z-index:1;*/
}
.cont_icon img{
	width:123px;
	height:180px;
}
@media only screen and (min-width: 768px){
.contInner h2{
	font-size: 1.7em;
}
.cont_icon img{
	width: 185px;
	height: 270px;
}
.cont_icon{
	opacity:0.8;
}
}
@media only screen and (max-width: 767px){
.contInner{
	padding:10px;
}
}
/*å¤§é˜ªå…‰ã®é¥—å®´ã¨ã¯*/
#aboutIllumination p.aboutContImg{
	float:left;
	width:235px;
	margin-right:12px;
}
#aboutIllumination .contRight p.aboutContImg{
	float:right;
}
#aboutIllumination .aboutContents{
	margin-top:12px;
}
#aboutIllumination .aboutContText{
	float:left;
	width: 56%;
	padding-top:10px;
	position:relative;
	margin-left: 12px;
	z-index:1;
}

#aboutIllumination .aboutContText h4{
	color:#231B2A;
	font-family: YuGothic, æ¸¸ã‚´ã‚·ãƒƒã‚¯, sans-serif, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, verdana, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif!important;
	font-size:1.9em;
	line-height:1.2em;
	margin-bottom:12px;
	background:none!important;
	border:none!important;
}
#aboutIllumination .aboutContText p{
	font-size:1.1em;
	line-height:1.4em;
}
#aboutIllumination .aboutContText p span{
	/*background:#FFC595;
	padding: 2px;*/
	background: linear-gradient(transparent 40%, #F9E4A6 40%);
	margin-bottom: 5px;
	display: inline;
}
#aboutIllumination .aboutContText:after{
	position:absolute;
	content:'';
	width: 100px;
    height: 100px;
	z-index:-1;
}
#aboutIllumination .aboutContents .text1:after{
	background:url(../../img/topics/osaka_illumination/imgCamera.png) no-repeat;
	right: 5%;
    bottom: -45%;    
}
.text2:after{
	background:url(../../img/topics/osaka_illumination/imgOrnament.png) no-repeat;
	right: -8%;
    top: -2%;    
}
.text3:after{
	background:url(../../img/topics/osaka_illumination/imgSnow.png) no-repeat;
	right: -10%;
    bottom:  0%;    
}
#aboutIllumination .aboutText .shipInfo{
	font-size:0.8em;
	border:1px solid #999;
	padding:3px;
	line-height:1.3em;
	margin-top:8px;
}
#aboutIllumination .aboutText .shipInfo i{
	margin-right:3px;
}

#cruiseMap p{
	width:75%;
	margin:0 auto;
}
#cruiseMap p img{
	width:100%;
	height:auto;
}
@media only screen and (max-width: 767px){
#aboutIllumination .aboutContents{
	padding:5px;
}
#aboutIllumination p.aboutContImg{
	width:35%;
	margin: 5px 5px 0 0;
}
#aboutIllumination p.aboutContImg img{
	width:100%;
	height:auto;
}
#aboutIllumination .aboutContText{
	width:56%;
	padding-top: 5px;
}
#aboutIllumination .aboutContText h4{
	background:none!important;
	border-bottom:none!important;
	font-size:1.3em;
	margin-top:0!important;
	padding:0;
}
#aboutIllumination .aboutContents .text1:after{
	background:url(../../img/pref_category/cruise0025/imgCamera.png) no-repeat;
	right: 5%;
    bottom: -10%;    
}
#aboutIllumination .aboutContents .text2:after{
	background:url(../../img/topics/osaka_illumination/imgOrnament.png) no-repeat;
	right: 0%;
    top: -2%;    
}
#aboutIllumination .aboutContents .text3:after{
	background:url(../../img/topics/osaka_illumination/imgSnow.png) no-repeat;
	right: 2%;
    bottom:0%;    
}
#aboutIllumination .aboutContText p{
	font-size:0.9em;
	line-height:1.0em;
}

#cruiseMap p{
	width:80%;
	margin:0px auto 10px;
}

}


/*ãƒ—ãƒ©ãƒ³*/
.planCont{
	margin:10px auto;
	line-height:1.3em;
	padding-bottom:8px;
	border-bottom:1px dotted #666;
}
.planCont h4{
	border-left:8px solid #a40000;
	padding-left:8px;
	line-height:1.4em;
	margin-bottom:8px;
}
.planCont .planDetail{
	width:100%;
}
.planCont .planDetail ul{
	width:100%;
}
.planImg{
	width: 100%;
	margin: 8px auto;
	position: relative;
}
.planImg li{
	float:left;
	width:50%;
}
.planImg img{
	width:100%;
	height: 120px;
}
.planText{
	line-height:1.5em;
	clear: both;
	padding: 5px 0;
}

.hanabiList h3,#nagannuMov h3{
	text-align: center;
	margin:8px 0 15px!important;
	background:url(http://www.tabione.com/img/topics/osaka_illumination/icon_snow.png) no-repeat center top;
	background-size: 38px 43px;
	padding-top: 48px !important;
	color:#231B2A!important;
	font-size:1.8em!important;
	border:none!important;
	font-family: YuGothic, æ¸¸ã‚´ã‚·ãƒƒã‚¯, sans-serif, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, verdana, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif !important;
}
.hanabiList h4.ttl{
	background:#eee!important;
	border-bottom:1px solid #666!important;
	padding:8px 0;
	text-align:center;
	width:97%;
	margin:8px auto;
	font-size:1.2em;
}
.aboutTour{
	padding:0 8px 8px;
	line-height: 1.3em;
}
.aboutTour h5{
	font-size:1.1em;
	padding:3px 0;
}

.hanabiList table{
	margin:8px auto;
	background:none;
	font-size:1.0em;
	border:1px solid #666;
	width:100%;
}
.hanabiList table th{
	border-bottom:none!important;
	background:#eee!important;
	text-align:center!important;
	width:20%;
	vertical-align:middle;
	color:#555555;
	font-weight:bold;
}
.hanabiList table th,.hanabiList table td{
	border:2px solid #666!important;
	padding:8px 5px!important;
}
 
.hanabiList table span{
	font-weight:bold;
	color:#FF0000;
	font-size:1.2em;
}
.hanabiList table a{
	float:right;
	display:block;
	background: #f90;
	color: #fff;
	padding: 3px 8px;
	margin-right: 8px;
	font-weight:bold;
}
.hanabiList table li{
	padding: 5px 0;
	border-bottom: 1px dotted #999;
}
@media only screen and (min-width: 768px){
.planImg img{
	height: 200px;
}
.hanabiList p{
	font-size:1.2em;
}
.hanabiList table{
	margin:8px auto;
	background:none;
	font-size:1.2em;
	border:1px solid #666;
}
.hanabiList table th{
	border-bottom:none!important;
	background:#eee!important;
	text-align:center!important;
	width:20%;
	vertical-align:middle;
}
.hanabiList table th,.hanabiList table td{
	border:1px solid #666!important;
	padding:8px 5px!important;
}
 
.hanabiList table span{
	font-weight:bold;
	color:#FF0000;
	font-size:1.2em;
}
.hanabiList table a{
	float:right;
	display:block;
	background: #f90;
	color: #fff;
	padding: 3px 8px;
	margin-right: 8px;
	font-weight:bold;
}
.hanabiList table li{
	padding: 5px 0;
	border-bottom: 1px dotted #999;
}
}
@media only screen and (max-width: 767px){
.hanabiList h3,#nagannuMov h3{
	font-size:1.3em!important;	
}
}
/*èŠ±ç«ãƒ—ãƒ©ãƒ³*/
.hanabiList ul{
	width: 100%;
	padding:0.5%;
}
 
.hanabiList ul li a{
	display:table;
	padding:5px 0px 5px 5px;
	border-bottom:#CCCCCC 1px solid;
	background: url(http://www.tabione.com/sp/module/img/special/arrow.png) right no-repeat;
	background-size: 18px 69px ;
	-webkit-background-size: 18px 69px ;
	-moz-background-size: 39px 69px ;
	-o-background-size: 39px 69px ;
	width:100%;
	text-decoration:none!important;
}
 
.hanabiList ul li a p{
	display:table-cell;
	vertical-align:top;
	width:30%;
	float:none!important;
	position:relative;
}
.hanabiList ul li a p span{
	position:absolute;
	left:0;
	top:0;
	width: 30%;
}
.hanabiList ul li a p img{
	width:100%;
}
.hanabiList ul li a dl{
/*	display:table-cell;
	vertical-align:top;
	width:69%;*/
	width:97%;
	padding: 0 10px 0px 15px;
}
.hanabiList h4{
	font-weight:bold;
	font-size:1.1em;
	line-height: 1.2em;
	margin-bottom:3px;
	background:none!important;
	color: #2a4f5e !important;
	border:none!important;
}
 
.hanabiList ul li a dl dt{
	font-weight:bold;
	font-size:1em;
	line-height: 1.2em;
	margin-bottom:3px;
}
.hanabiList ul li a dl dd{
	margin-bottom:3px;
	border:none;
	text-decoration:none;
}
@media only screen and (max-width: 767px){
.hanabiList h4{
	font-size:1.0em!important;
}
.hanabiList ul li a dl dd.tourPrice{
	font-size:1.1em!important;
}
.hanabiList ul li a dl dd.tourDetail{
	font-size: 0.8em!important;
}
}
.hanabiList ul li a dl dd.tourFeature{
	display:flex;
	font-size:0.9em;
}
.hanabiList ul li a dl dd.tourPrice{
	color:#F00;
	font-size:1.5em;
	font-weight:bold;
}
.hanabiList ul li a dl dd.tourPrice span{
	color:#000;
	font-size:13px!important;
}
.hanabiList ul li a dl dd.tourFeature span{
	background:#999999;
	color:#FFFFFF;
	margin-right:5px;
	padding:3px;
}
.hanabiList ul li a dl dd.tourDetail{
	color:#333;
	font-size: 1.2em;
}
 
   
/*ãƒ„ã‚¢ãƒ¼å†…å®¹ã‹ã‚‰é¸ã¶*/
#selectTour .otherTtl{
	font-family: "Sawarabi Mincho";
	color: #034510;
	font-size: 1.5em;
	font-weight: normal;
	margin: 15px 5px 10px 5px;
	position: relative;
}
#selectTour .otherTtl:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #034510, #034510 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #034510, #034510 2px, #fff 2px, #fff 4px);
}
#selectTour li{
	float:left;
	width:49%;
	margin-right:5px;
	position:relative;
	text-align: center;
	margin-bottom: 5px;
	box-sizing: border-box;
	background: #434343;
	border-radius: 5px;
	height:165px;
}
#selectTour li:nth-child(2n){
	margin-right:0px;
}
#selectTour li img{
	width:100%;
	height:100px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#selectTour li .areaName{
	font-family: 'Satisfy', cursive;
	font-size:1.4em;
	color:#fff;
	top: 42%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position:absolute;
	-webkit-text-shadow: 0px 0px 8px #333;
	-moz-text-shadow: 0px 0px 8px #333;
	text-shadow: 0px 0px 8px #333;
}
#selectTour li .areaTtl{
	font-size:0.8em;
	margin:8px;
	color:#fff!important;
}
.hanabiList li{
	position:relative;
}
 
.hanabiList li .hanabiNews{
	padding:10px;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	background:#a40000;
	position:absolute;
	top:50px;
	left:50%;
	opacity:1.0;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}
.hanabiList li .hanabiNews:hover {
	-moz-transform: rotate(370deg);
	-webkit-transform: rotate(370deg);
}
@media only screen and (min-width: 768px){
.hanabiList li .hanabiBox{
	width:48%;
	float:left;
	position:relative;
	margin:1%;
	font-size:1.2em;
	clear:none;
}
.hanabiList li .hanabiNews{
	font-size:36px;
	left:50%;
}
}
 
@media only screen and (min-width: 768px){
#selectTour li{
	width:32.8%;
	height:195px;
}
#selectTour li:nth-child(2n){
	margin-right:5px;
}
#selectTour li:nth-child(3n){
	margin-right:0px;
}
#selectTour li .areaName{
	font-size:1.65em;
 
}
#selectTour li a{
	text-decoration:none;
}
#selectTour li img{
	height:120px;
}
#selectTour li .areaTtl{
	font-size:1.2em;
}
}
/*å…¨å›½ã®èŠ±ç«å¤§ä¼š*/
#japanHanabi .hanabiBox{
	margin:4%;
	position:relative;
	clear:both;
}
#japanHanabi .hanabiArea{
	width: 20%;
	background: #666;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	float:left;
}
#japanHanabi ul{ 
	margin: 0 0 5px 0; 
	padding: 0 10px; 
	list-style: none; 
	width: 80%;
	float:left;
	font-weight:bold;
 
}
#japanHanabi .hanabiBox li{ 
padding: 0; 
margin: 0; 
}
#japanHanabi .hanabiBox li.hanabiTitle{ 
	text-decoration:underline;
}
#japanHanabi .hanabiNews{
	padding:5px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background:#a40000;
	position:absolute;
	top:0px;
	left:30%;
	opacity:0.9;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	-moz-transform: rotate(350deg);
	-webkit-transform: rotate(350deg);
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}
#japanHanabi .hanabiNews:hover {
	-moz-transform: rotate(370deg);
	-webkit-transform: rotate(370deg);
}
@media only screen and (min-width: 768px){
#japanHanabi .hanabiBox{
	width:48%;
	float:left;
	position:relative;
	margin:1%;
	font-size:1.2em;
	clear:none;
}
#japanHanabi .hanabiNews{
	font-size:16px;
	bottom:15px;
	left:30%;
}
}
/*ã‚¨ãƒªã‚¢ã‹ã‚‰æŽ¢ã™*/
#selectArea li:before{
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  color: gray; /*ã‚¢ã‚¤ã‚³ãƒ³è‰²*/
  margin-left:5px;
}
#selectArea li{
	font-size:1.05em;
}
#selectArea .prefectures:before{
 
  left : 1em; /*å·¦ç«¯ã‹ã‚‰ã®ã‚¢ã‚¤ã‚³ãƒ³ã¾ã§*/
 
}
#selectArea .hanabiName:before{
 
  left : 2em; /*å·¦ç«¯ã‹ã‚‰ã®ã‚¢ã‚¤ã‚³ãƒ³ã¾ã§*/
 
}
#selectArea li{
  padding: 0.25em 0;
  margin-left: 25px;
}
@media only screen and (min-width: 768px){
#selectArea li{
	font-size:1.2em;
}
#selectArea .prefecturesBox{
	width:48%;
	float:left;
	position:relative;
	margin:1%;
}
}
/*ãƒ©ãƒ³ã‚­ãƒ³ã‚°*/
.otherPlan{
	display: block;
	font-size: 12px;
	border: #999 1px solid;
	padding: 8px;
	width: 70%;
	text-align: center;
	margin: 8px auto;
	text-decoration: none;
}
@media only screen and (min-width: 768px){
#ranking li.rankingCont{
	padding: 3px;
	font-size: 12px;
	line-height: 1.2;
	border: solid 1px #999;
	margin-bottom: 3px;
	width: 19.6%;
	float: left;
	margin-right: 3px;
	height: 215px;
	position: relative;
	background-color:white;
}
#ranking li.rankingCont:last-of-type{
	margin-right:0px;
}
#ranking li.rankingCont a img {
	float: none;
	margin: 0 5px 2px 0;
	width: 100%;
	height: 100px;
}
#ranking li.rankingCont a:hover img {
	opacity:0.8;
}
.rankingList ul a{color:#333333;background:#FFFFFF; padding:5px;display:block;line-height: 1.4em;}
.rankingList ul a:hover{background:#CCC;}
.rankingList li.rankingCont:before{display:block;position:absolute;top:3px;left:0;}
.rankingList li.no1:before{content:url(http://www.tabione.com/img/top/iconRank01.png);}
.rankingList li.no2:before{content:url(http://www.tabione.com/img/top/iconRank02.png);}
.rankingList li.no3:before{content:url(http://www.tabione.com/img/top/iconRank03.png);}
.rankingList li.no4:before{content:url(http://www.tabione.com/img/top/iconRank04.png);}
.rankingList li.no5:before{content:url(http://www.tabione.com/img/top/iconRank05.png);}
.rankingList ul a ul.rankingData li{color:#999999}
.rankingList ul a ul.rankingData li i{margin-right:3px;}
.rankingList .rankPrice{text-align:right;font-weight:bold;color:#F00;}
.rankingList ul li a strong,.rankingList ul li a br{display:none;}
}
/*å£ã‚³ãƒŸ*/
ul#comment {
	clear:both;
	margin-top:20px;
	padding:1.0%;
}
ul#comment li{
	padding: 3px;
	font-size: 12px;
	line-height: 1.2;
	border: solid 1px #999;
	margin-bottom: 3px;
	width: 48.9%;
	float: left;
	margin-right: 3px;	
}
ul#comment li:last-of-type{
	width: inherit;
	float: right;
	border: none;
	text-decoration: underline;
}
.more_ttl {
	padding: 5px 0px 5px 8px;
	margin: 8px 0;
	background: #666;
	color: #fff;
   }
 /*ãƒ„ã‚¢ãƒ¼ã®ãƒã‚¤ãƒ³ãƒˆ*/
.tourPoint{
	display:block;
	position: relative;
}
.tourPoint dl{
	width:32%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:2px;
	margin-left:3px;
	*display: inline;  
	*zoom: 1;
}
.tourPoint dl dt{
	font-weight:bold;
	font-size:15px;
	height:20px;
	color:#3a4745;
	margin-top:10px;
	text-align:center;
}
.tourPoint dl dd{
	margin-top:3px;
	line-height:1.3em;
	font-size: 1.2em;
	font-weight:bold;
}
.tourPoint dl dd img{
	border-radius: 8px;
}
.tourPoint dl dd.spot_txt{
	text-align:left;
	margin-left:5px;
}
@media only screen and (max-width: 767px){
 
.tourPoint dl{
	width:47%!important;
}
.tourPoint dl dt{
	font-size: 13px!important;
}
}
/*äºˆç´„è©³ç´°ãƒœã‚¿ãƒ³*/
.reserveBtn{
	width:90%!important;
	text-align:center;
	font-weight:bold;
	font-family:"ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", "MS Gothic", "Osakaï¼ç­‰å¹…", Osaka-mono, monospace;
	border-radius:5px;
	padding:10px 0px;
	display:block!important;
	text-decoration:none;
	background:#f90;
	color:#FFFFFF!important;
	font-size:1.3em!important;
	box-shadow: 0 3px 0 rgba(136,136,136,1);
	margin:10px auto;
}
.reserveBtn:hover{
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
/*è¦‹ã©ã“ã‚*/
#photoSlider {
    display: none;
}
#nagannuMov .spotBoxBig{
	padding: 20px;
	border: #CCCCCC 1px solid !important;
}
#nagannuMov .photoTab{overflow:hidden;width: 95%;margin: 8px auto;}
#nagannuMov .photoTab li{
	float:left; 
	width:48%;
	background:#fff;
	color:#666;
	text-align:center;
	cursor:pointer;
	border:2px #666 solid;
	border-radius:5px;
	padding:10px 0;
	margin-left:8px;
	font-size:1.5em;
	font-family: 'Dosis', sans-serif;
	}
#nagannuMov .photoTab li.select,#nagannuMov .photoTab li:hover{
	border:2px #666 solid;
	background:#666;
	color:#fff;
	}
#nagannuMov .photoCont li{}
#nagannuMov .photoCont .hide {display:none;}
#nagannuMov .islandMovie{
	width:94%;
	margin:10px auto;
}
#nagannuMov .islandPhoto {
    width: 100%;
    margin: 8px auto 15px;
	padding-bottom: 15px;
}
#nagannuMov .islandPhoto img{
	width:100%;
	height:460px;
}
#nagannuMov .islandPhoto li span{
	position:absolute;
	padding:8px;
	background:rgba(255,255,255,0.4);
	bottom:0;
	width:100%;
}
@media only screen and (max-width: 767px){
#nagannuMov .spotBoxBig{
	padding: 5px;
}
#photoSlider {
    display: none;
}
#nagannuMov .photoTab{overflow:hidden;width: 95%;margin: 8px auto;}
#nagannuMov .photoTab li{
	float:left; 
	width:47%;
	background:#fff;
	color:#f90;
	text-align:center;
	cursor:pointer;
	border:2px #f90 solid;
	border-radius:5px;
	padding:6px 0;
	margin-left:5px;
	font-size:1.2em;
	font-family: 'Dosis', sans-serif;
	}
#nagannuMov .photoTab li.select,#nagannuMov .photoTab li:hover{
	border:2px #f90 solid;
	background:#f90;
	color:#fff;
	}
#nagannuMov .photoCont li{}
#nagannuMov .photoCont .hide {display:none;}
#nagannuMov .islandMovie{
	width:94%;
	margin:10px auto;
}
#nagannuMov .islandPhoto {
    width: 90%;
    margin: 8px auto 15px;
	padding-bottom: 15px;
}
#nagannuMov .islandPhoto img{
	width:100%;
	height:250px;
}
#nagannuMov .islandPhoto li span{
	position:absolute;
	/*padding:8px;*/
	background:rgba(255,255,255,0.8);
	bottom:0;
	width:100%;
}
}
.spotBox {
	margin: 8px auto;
	width: 100%;
	background: #fff;
	/*padding:8px;*/
}

.spotBox dl{
	width:48.7%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:2px;
	/*margin-left:22px;*/
	margin-top:10px;
	*display: inline;  
    *zoom: 1;
	padding: 20px;
	border: #CCCCCC 1px solid !important;
}
.spotBox dl:nth-child(odd){
	margin-right:2%;
}
.spotBox dl dt,#nagannuMov h4{
	font-weight:bold;
	font-size:15px;
	height:20px;
	color:#3a4745;
	/*margin-top:10px;*/
	text-align:center;
	background:none!important;
	border:none!important;

}
.spotBox dl dd{
	margin-top:3px;
	line-height:1.2em;
}
.spotBox dl dd img{
/*	border-radius:1em;*/
}
.spotBox dl dd.spot_txt{
	text-align:left;
	margin-left:5px;
}
@media only screen and (max-width: 767px){
.spotBox dl{
	width:47.3%!important;
	margin-left:2px;
	padding: 5px;
}
.spotBox dl dt,#nagannuMov h4{
	font-size:0.9em;
}
.spotBox dl dd.spot_txt{
	font-size:0.9em;
}
}
div#main #main_l {
    width: 100% !important;
}

 </pre></body></html>