@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Russo+One);
/* ***********************************
	Site Name	:	明石海峡大橋ブリッジワールド:世界最大級の吊橋を体験しよう！
	Description	:	BW下部ページのためのCSSファイル
	Version		:	1.2
	Author		:	Ai Nakai
	Creation	:	2011.12.06
	Updating	:	2012.05.18 .Buttonのfont-familyをWebフォントに変更
					2012.05.21 CSS3PIE 追加してIEにCSS3対応

	************目次**************

		 1. ツアー紹介
		 2.お客様の声
		 3.ギャラリー
		 4.実施概要
		 5.予約
		 6.周辺情報
		 7.よくあるお問い合わせ
		 8.申込
		 9.button
		10.input
		
***************************************/


/* --------------------------------------------------
	1.ツアー紹介
-------------------------------------------------- */

.tourbox{
	clear:both;
	padding:10px 0;
	margin-bottom:25px;
	border-bottom: 3px dotted #E5E5E5;
}
.tour_l{
	width:280px;
	float:left;
	padding-left:30px;
}
.tour_r{
	width:280px;
	float:left;
	background:url(../img/arrow_r.png) no-repeat 0 center;
	padding-left:30px;
}
dl.tourtitle{
	color:#1894D6;
	font-weight:bold;
	height:60px;
}

.tourtitle dt{
	float:left;
	clear:both;
	width:1.5em;
}
.tourtitle dd{
	padding-left:1.5em;
}
.tourphoto {
	clear:both;
	width:200px;
	height:150px;
	margin:0 auto;
	background-color: #FFF; 
	border: 1px solid #B9B9B9; 
	padding:5px;
    position: relative;
	-webkit-box-shadow: 2px 2px 2px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 2px 0px #777; /* Firefox用 */
	box-shadow: 2px 2px 2px 0px #777; /* CSS3 */
   behavior: url(/common/css/PIE.htc); /* IE */
}
@media screen and (max-width: 480px) {
	.tour_l{
	width:98%;
	padding:0;
	float:none;
	}
	.tour_r{
	margin:10 0;
	width:98%;
	background:url(../img/arrow_b.png) no-repeat center 10px;
	padding:50px 0 0 0;
}
	ul.voice{
		width:100%;
}
}

/* --------------------------------------------------
	2.お客様の声
-------------------------------------------------- */

.voice{
	width:600px;
	list-style:none;
	margin-right:-20px;
}
.voice li{
	width:240px;
	float:left;
	margin:20px 0 0 20px;
	background-color: #F4F6F7;
	border: 1px solid #B9B9B9; 
	padding:19px;
	-webkit-box-shadow: 2px 2px 2px 1px #E5E5E5; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 2px 1px #E5E5E5; /* Firefox用 */
	box-shadow: 2px 2px 2px 1px #E5E5E5; /* CSS3 */
	position: relative;
	line-height:1.5;
   behavior: url(/common/css/PIE.htc); /* IE */
	
}
.voice span {
	background: url(../../img/pin.png) no-repeat 90px 0;
	width: 200px;
	height: 21px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
@media screen and (max-width: 480px) {
	
	.voice{
		width:90%;
		list-style:none;
	}
	.voice li{
		margin:20px 0;
		width:200px;
		float:none;
	}
	.voice span {
		left: 30px;
		
	}
}

/* --------------------------------------------------
	3.ギャラリー
-------------------------------------------------- */
.bwgallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bwgallery a{
	background:none;
}
.bwgallery li {
	margin: 10px 5px;
	padding: 8px;
	background: url(../../img/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 180px;
	height:153px;
}
@media screen and (max-width: 480px) {
	.bwgallery li {
	margin: 0 auto;
	float:none;
}
}
.bwgallery span {
	background: url(../../img/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.bwgallery em {
	display: block;
	padding: 0 10px 0 0;
	text-align: center;
	font: italic 75%/100% Georgia, "Times New Roman", Times, serif;
	color: #666;
}

/* --------------------------------------------------
	4.実施概要
-------------------------------------------------- */

div.list_carousel {
	margin:20px 0;
	width: 610px;
	padding-left:8px;
}

.prev {
	float: left;
	margin-top:80px;
	width: 40px;
	height:40px;
	background: url(../img/menu_en.png) -640px -605px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
a:hover.prev{
	background:url(../img/menu_en.png) -640px -565px;
}
.next {
	float: left;
	margin-top:80px;
	width: 40px;
	height:40px;
	background:url(../img/menu_en.png) -680px -605px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
a:hover.next{
	background:url(../img/menu_en.png) -680px -565px;
}
div.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float:left;
}

div.list_carousel li {
	text-align: center;
	background-color: #fff;
	width: 260px;
	height: 250px;
	padding-top: 20px;
	display: block;
	float: left;
}
div.list_carousel li table{	width:240px;}
div.list_carousel li table th , div.list_carousel li table th{
	font-size:9pt;
	border: none;
	padding:2px 2px 2px 3px;
	height:20px;
}
@media screen and (max-width: 480px) {
    div.list_carousel {width: 95%;}
		.prev {
		width: 20px;
		height:20px;
		background:url(../img/menu_en.png) -595px -645px;
	}
	a:hover.prev{
		background:url(../img/menu_en.png) -595px -625px;
	}
	.next {
		float: left;
		margin-top:80px;
		width: 20px;
		height:20px;
		background:url(../img/menu_en.png) -615px -645px;
		white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	}
	a:hover.next{
		background:url(../img/menu_en.png) -615px -625px;
	}

div.list_carousel li table{	width:180px;}
	div.list_carousel ul {float:left;}
	div.list_carousel li {
	width: 210px;
	height: 200px;
	padding: 0;
	float: none;
	}
}

/* --------------------------------------------------
	5.予約
-------------------------------------------------- */

table.yoyakucal{
	width:100%;
	border:#005A8C solid 1px;
}
table.yoyakucal td , table.yoyakucal th{
	border:#005A8C solid 1px;
}
table.yoyakucal th{
	background:#005A8C;
	color:#FFF;
	width:14%;
}

table.yoyakucal td{
	min-height:100px;
	text-align:left;
	font-size:8pt;
	padding:2px;
}
table.yoyakucal hr{
	border-bottom-width:0;
	border-bottom-color:#1B94CE;
	padding:0;
	height:1px;
}	
table.yoyakucal caption{
	font-size:18pt;
}
.yoyaku{
	padding-top:10px;
	font-size:11pt;
	text-align:center;
}
.vis {visibility: visible; }
.hid {visibility: hidden; }
.coll {visibility: hidden; }

/* --------------------------------------------------
	6.周辺情報
-------------------------------------------------- */
.links{
	clear:both;
	margin:0 0 20px 30px;
	padding-bottom:20px;
	border-bottom: 3px dotted #E5E5E5;
}
.linksphoto {
	float:left;
	width:200px;
	height:150px;
	background-color: #FFF; 
	border: 1px solid #B9B9B9; 
	padding:5px;
    position: relative;
	-webkit-box-shadow: 2px 2px 2px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 2px 0px #777; /* Firefox用 */
	box-shadow: 2px 2px 2px 0px #777; /* CSS3 */
   behavior: url(/common/css/PIE.htc); /* IE */
}
.linksinfo{
	float:left;
	margin-left:30px;
	width:345px;
	word-wrap:break-word;
}
@media screen and (max-width: 480px) {
	.linksinfo{
		margin-left:20px;
		width:95%;
	}
}
/* --------------------------------------------------
	7.よくあるお問い合わせ
-------------------------------------------------- */
dl.faq_q{ padding-bottom:10px; border-bottom: 3px dotted #E5E5E5;}
dl.faq_q dt{float:left;clear:both; font-size:24px;color:#005A8C;}
dl.faq_q dd{padding-left:3em; padding-top:10px;}
dl.faq_a{ clear:both;}
dl.faq_a dt{float:left;clear:both; font-size:24px;color:#005A8C;}
dl.faq_a dd{padding-left:3em; padding-top:10px;}
@media screen and (max-width: 480px) {
	dl.faq_q dd{padding-left:0; padding-top:10px;}
	dl.faq_a dd{padding-left:0; padding-top:10px;}
}

/* --------------------------------------------------
	8.申込
-------------------------------------------------- */
.regist dt{float:left;clear:both; padding-top:10px;}
.regist dd{padding-left:200px; padding-top:10px;}


@media screen and (max-width: 480px) {
	.regist dt,.regist2 dt{ font-weight:bold;float:none;}
	.regist dd,.regist2 dd{padding-left:0;padding-top:0;}
}

/* --------------------------------------------------
	9.button
-------------------------------------------------- */

.button {
	font-family: 'Russo One', sans-serif;
    position: relative;
    display: block;
	text-decoration: none;
    width: 270px;
	padding:15px 10px;
	margin: 5px;
    cursor: pointer;
	letter-spacing:1px;
	border:#2166EF 1.5px solid;
	float:left;
    
    color:#FFF;
	background: #1a94d3;
	font-size:22px;
    text-decoration: none;
    border-radius: 10px;
	cursor: pointer;
    -webkit-box-shadow: 1px 3px 0 #005785,
						inset 0 1px 0 rgba(255, 255, 255, 0.8),
                    	inset 1px 0 0 rgba(255, 255, 255, 0.3),
                   	 	inset -1px 0 0 rgba(255, 255, 255, 0.3),
                   		 inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 1px 3px 0 #005785,
						inset 0 1px 0 rgba(255, 255, 255, 0.8),
                    	inset 1px 0 0 rgba(255, 255, 255, 0.3),
                   	 	inset -1px 0 0 rgba(255, 255, 255, 0.3),
                   		 inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 1px 3px 0 #005785,
						inset 0 1px 0 rgba(255, 255, 255, 0.8),
                    	inset 1px 0 0 rgba(255, 255, 255, 0.3),
                   	 	inset -1px 0 0 rgba(255, 255, 255, 0.3),
                   		 inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	
	border: 1px solid #005785;
	behavior: url(/common/css/PIE.htc);
	

  }

.button-red {
	font-size:22px;
	font-weight:bold;
    text-decoration: none;
    position: relative;
    display: block;
    width: 270px;
	padding:10px 10px;
	margin: 5px;
    cursor: pointer;
	border:#8b0000 1.5px solid;
	float:left;
    
    color:#FFF;
	background: #ff0000;
    border-radius: 10px;
	cursor: pointer;
    -webkit-box-shadow: 1px 3px 0 #8b0000,
						inset 0 1px 0 rgba(255, 255, 255, 0.8),
                    	inset 1px 0 0 rgba(255, 255, 255, 0.3),
                   	 	inset -1px 0 0 rgba(255, 255, 255, 0.3),
                   		 inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 1px 3px 0 #8b0000,
						inset 0 1px 0 rgba(255, 255, 255, 0.8),
                    	inset 1px 0 0 rgba(255, 255, 255, 0.3),
                   	 	inset -1px 0 0 rgba(255, 255, 255, 0.3),
                   		 inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 1px 3px 0 #8b0000,
						inset 0 1px 0 rgba(255, 255, 255, 0.8),
                    	inset 1px 0 0 rgba(255, 255, 255, 0.3),
                   	 	inset -1px 0 0 rgba(255, 255, 255, 0.3),
                   		 inset 0 -1px 0 rgba(255, 255, 255, 0.2);
	
	border: 1px solid #8b0000;
   behavior: url(/common/css/PIE.htc);
	

  }

.button:hover , .button:focus { 
	background-color: #bddbdb;
	background-image:none;
	text-decoration:none;
   behavior: url(/common/css/PIE.htc);
}

.button-red:hover ,.button-red:focus{ 
	background-color: #DBBDBD;
	color: #ff0000;
	background-image:none;
	text-decoration:none;
   behavior: url(/common/css/PIE.htc);
}
.button:active {
    box-shadow: none;
    top: 2px;
	background-color: #bddbd;
   behavior: url(/common/css/PIE.htc);
  }

.button-red:active {
    box-shadow: none;
	color: #ff0000;
    top: 2px;
	background-color: #DBBDBD;
   behavior: url(/common/css/PIE.htc);
	
}
.reg_b{
	width:150px;
	height:30px;
	font:15px 'Russo One', sans-serif;
	font-weight: bold;
	text-align:center;
	padding:3px 0;
	margin:10px;
	behavior: url(/common/css/PIE.htc);
}
.mapdl{
	float:none;
	width:170px;
	height:19px;
	background-color:#FFF;
	color:#CC3300;
   behavior: url(/common/css/PIE.htc);
}
.mapdl:hover {
	background-color: #1a94d3;
	color:#FFF;
	background-image:none;
	text-decoration:none;
   behavior: url(/common/css/PIE.htc);
}
/* --------------------------------------------------
	10.input
-------------------------------------------------- */

input{
	background: #fff;
	outline: 0;
	height:1.5em;
	vertical-align:middle;
	margin:0;
	padding:0;
}
input #assent{
	width:1em;
	height:1em;
}
input:focus, select:focus, textarea:focus , checkbox{
	background: #EDFFFF;
	border:#1894D6 1px solid;
	outline: 0;
}
select{
	padding:3px;
}
.error{color:#F00; font-weight:bold}


/* 20240425追加　FAQ開閉ボタン */
/*.btn-bg{background-color: #d1f0fe;}*/


.accordion-006 {
    max-width: 620px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.accordion-006 summary {
    background-color: #d1f0fe;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #005A8C;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #a2b9ce;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}