@charset "utf-8";
/* CSS Document */

.ferry-flow{
	background:url(/lp/attraction/img/arrow-flow.gif) 84px bottom no-repeat;
	padding-bottom:20px;
}

.ferry-flow dt {
	float:left;
	width:205px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#5f5e3a;
	background:#FFF;
	border:1px solid #c0bf8d;
	/*kadomaru*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ferry-flow dd {
	float:right;
	width:480px;
}
/*-------------------------
iframeBox
---------------------------*/
.iframeBox {
	margin:0 0 1em 0;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.iframeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/**clear設定***********************************/
.ferry-flow,
.ferry-flow dt {	
	min-height: 1%;
	}
	
.ferry-flow:after,
.ferry-flow dt:after{
	content: ".";
 	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
	}

/*\*/
* html .ferry-flow,
* html .ferry-flow dt { 
	height: 1%;
	}

.ferry-flow,
.ferry-flow dt { 
	display: block;
	}

/********sp***********************************/
@media only screen and (max-width: 750px) {
.ferry-flow {
    background: none;
    padding-bottom: 20px;
    margin: 0!important;
  }
.ferry-flow dt {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: calc(100% - 5px);
    height: 60px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    color: #5f5e3a;
    background: #FFF;
    border: 1px solid #c0bf8d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
   }
    .ferry-flow dt span{
    display: inline-block;
    padding: 18px 15px 0 0;
    }
    .ferry-flow dt img{
    padding: 5px 0 0 0;
    }
.ferry-flow dd {
    float: none;
    width: 100%;
 }
    
}/*kokomade*/