@charset "utf-8";


/*----- メインビジュアル -----*/
#mainvisual{
	width: 100%;
    height: 400px;
    background: url(../img/main_bg.jpg) no-repeat top center;
    text-align: center;
	padding-top: 100px;
}
#mainvisual .main_inner {
    margin: 0 auto;
	background: rgba(255,255,255,.9);
    box-sizing: border-box;
    color: #023f73;
    height: 170px;
    padding: 50px 0 0;
    text-align: center;
    width: 670px;
}
.main_title{
    font-size: 35px;
	font-size:2.2em;
    font-weight: bold;
}
#mainvisual .main_inner p {
    font-size: 16px;
}

/*----- ナビ -----*/
#contentsNavi{
	width: 960px;
	margin: 50px auto 100px;
}
#contentsNavi ul{
	display: flex;
	 justify-content: center;
    font-size: 16px;
}
#contentsNavi li{
	margin-right:20px;
	background: url(../img/icon01.png) no-repeat left 5px;
	padding-left:17px;
}
#contentsNavi li a {
    color: #1E51C6;
}
#contentsNavi li a:hover {
    opacity: 0.8;
}



/*----- クルーズの魅力 -----*/
#contents h3{
	margin: 50px 0 70px;
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0A2E58;
}

#contents h3:after {
    display: block;
    margin: 0 auto 30px;
    width: 30px;
    padding: 5px;
    border-bottom: 2px solid #0A2E58;
    content: "";
}
#crusePoint,#cruseInfo{
	margin-bottom: 100px;
}
#crusePoint_inner,#cruseInfo_inner{
	width: 960px;
	margin: 0 auto;
}
.charm_box {
position: relative;
	margin: 0 0 40px;
}
.maru{
	background: #0A2E58;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 1.2em;
    color: #FFF;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 10px;
}
.maru span.marubox{
	display:block;
	margin-top:10px;
}
.maru span.marubox span{
	display:block;
	font-size:2.0em;
	font-weight:900;
	font-family: 'Bookman Old Style';
}
.charm_box{
    border-bottom: dotted 1px #333;
}
.charm_box h4{
	font-size: 21px;
    font-weight: bold;
    color: #1c5eab;
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 130px;
}
.charm_inner {
	display: flex;
	padding: 10px 30px 20px 0;
	width: 960px;
}
.charm_txt{
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    padding:10px 20px 20px 130px;
	width: 660px;
}
.charm_txt_r{
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    padding:0 0px 20px 20px;
	width: 530px;
}
.charm_img{
width: 300px;
}
.charm_img img{
	width: 100%;
}
.charm_img_r{
	width: 430px;
	padding-left: 130px
}
.charm_img_r img{
	width: 100%;
}
.info_box{
	box-sizing: border-box;
    border: 1px solid #999;
	margin-bottom: 20px;
}
.info_box h4{
	background-color: #002960;
	color: #fff;
	padding: 5px 0 5px 10px;
    font-size: 21px;
	border-bottom: 1px solid #999;
}
.info_txt{
	padding: 20px 20px 20px 10px;
}
.info_txt li{
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.info_img{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.info_img li{
	margin-right: 5px;
}
.info_img img {
    border: 1px solid #eeeeee;
}

.info_img span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}