#mainImg {
    background: none;
    width: 100%;
    height: auto;
}
#mainImg h2{
	padding: 10px;
}
.pageNav {
    background: #FFF;
    padding: 10px 0;
    margin: 15px;
}
.pageNav li {
    padding: 5px 20px;
    border-bottom: 1px dotted #666;
}
.searchBoxPattern {
    margin: 15px;
    background: #FFF;
    padding: 15px;
}
.tourTtl.ttl {
    background: #EEE;
    padding: 5px;
}
#useDay01 {
    margin: 15px 0;
}
.searchBtn button {
    background: #f90;
    color: #FFF;
    display: block;
    padding: 5px 30px;
    margin: auto;
}
.searchBoxInner input {
    border: 1px solid #999;
    padding: 3px 15px;
}
h3.ttlIconCruise{
	height: auto;
}
#selectTime ul{
	display: flex;
}
#selectTime ul li{
	margin: 0 3px;
	width: 33%;
}
#selectTime ul li a{
	font-size: 13px;
    display: block;
    padding: 10px 5px 10px 15px;
}
.shipDetail > ul {
    display: flex;
}
#selectShip ul li img {
    height: 100px;
    object-fit: cover;
}
.recommendPlan{
	display: flex;
}
.recommendPlan .planImage img{
	min-height: 80px;
	object-fit: cover;
}
#viewPoint .cruiseMap,#viewPoint ul{
	width: 100%;
}
#viewPoint ul li{
	width: 47.5%;
	vertical-align: top;
}

.priceOff {
 	position: relative;
	display: inline-block;
 	margin: 1em 0 1.5em;
	padding: 8px 10px;
	min-width: 120px;
 	width: 100%;
 	color: #fff;
	background: #c00;
	line-height: 1.3em;
	font-weight:bold;
	box-sizing: border-box;
	text-align: center;
}

.priceOff:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #c00;
}

.priceOff p {
	margin: 0;
	padding: 0;
}
.otherArea .otherTtl{
	font-family: "Sawarabi Mincho";
    color: #034510;
    font-size: 1.5em;
    font-weight: normal;
    margin: 15px 5px 10px 5px;
    position: relative;
}
.otherArea .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);
}
.otherArea li{
	float:left;
	width:49%;
	margin-right:5px;
	position:relative;
	text-align: center;
}
.otherArea li:nth-child(2n){
	margin-right:0px;
}
.otherArea li img{
	width:100%;
	height:122px;
}
.otherArea li .areaName{
	font-family: 'Satisfy', cursive;
	font-size:2.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;
}
.otherArea li .areaTtl{
	font-size:1em;
	margin:3px 0 8px;
}

#otherPlan li{
	padding: 8px;
}
#otherPlan span.photobox {
    width: 30%;
}
#otherPlan p {
    width: 68%;
}
.notification{
	padding:8px;
	font-size:0.9em;
}
.bnArea {
    margin: 10px;
}
.hokkaidoOtherPlan a {
    background: #ccc;
    color: #000;
    display: block;
    width: 80%;
    margin: 15px auto;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    font-weight: bold;
}
.tokyoCruise #selectShip .shipDetail{
	margin:15px auto;
}
.tokyoCruise #selectShip .shipDetail table th{
	background: #eee!important;
    color: #000!important;
}
.tokyoCruise #selectShip .shipDetail p.shipTtl{
	margin: 15px 0 8px;
    padding: 5px 0 5px 5px;
}

#otherPlan li a{
	padding: 0;
}
#otherPlan li .photobox img{
	width: 100%;
}
#otherPlan li p{
	    width: 65%;
}