@charset "utf-8";

#wrap * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*----- メインビジュアル -----*/
#mainvisual{
	width: 100%;
    height: 225px;
    background: url(../img/main_bg.jpg) no-repeat center;
	background-size: cover;
    text-align: center;
	padding-top: 70px;
}
#mainvisual .main_inner {
    margin: 0 auto;
	background: rgba(255,255,255,.9);
    box-sizing: border-box;
    color: #023f73;
    height: 170px;
    padding: 50px 0;
    text-align: center;
    width: 90%;
}
.main_title{
	font-size: 26px;
    font-weight: bold;
}
#mainvisual p {
    font-size: 16px;
}
/*----- ナビ -----*/
#contentsNavi{
	width: 100%;
	margin: 10% auto 20%;
}
#contentsNavi ul{
	display: flex;
	 justify-content: center;
}
#contentsNavi li{
	margin-right:20px;
	background: url(../../img/icon01.png) no-repeat left 5px;
	padding-left:17px;
}

/*----- クルーズの魅力 -----*/
#contents h3{
	margin: 20% 0 10%;
	text-align: center;
    font-size: 23px;
    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: 10%;
}
#crusePoint_inner,#cruseInfo_inner{
	width: 100%;
	margin: 0 auto;
}
.charm_box {
	position: relative;
	margin: 0 4% 10%;
}
.maru{
	background: #0A2E58;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 1.0em;
    color: #FFF;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 5px;
}
.maru span.marubox{
	display:block;
	margin-top:10px;
}
.maru span.marubox span{
	display:block;
	font-size:1.6em;
	font-weight:900;
	font-family: 'Bookman Old Style';
}
.charm_box {
	    border-bottom: dotted 1px #333;
}
.charm_box dt{
	font-size: 16px;
    font-weight: bold;
    color: #1c5eab;
   padding-left: 100px;
	min-height: 80px;
}
.charm_box dd{
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
	padding: 0 5% 5%;
}
.charm_box img{
	width: 100%;
}
.info_box{
	box-sizing: border-box;
    border: 1px solid #999;
	margin: 0 auto 5%;
	width: 96%;
}
.info_box h4{
	background-color: #002960;
	color: #fff;
	padding: 1% 0 1% 2%;
    font-size: 16px;
    font-weight: bold;
	border-bottom: 1px solid #999;
}
.info_box ul{
	padding: 2%;
}
.info_box ul li{
	font-size: 13px;
	margin-bottom: 2%;
}
.info_img{
	display: flex;
	justify-content: center;
	margin-bottom: 5%;
}
.info_img li{
	margin-right: 1%
}
.info_img img {
    border: 1px solid #eeeeee;
	width: 100%;
	height: auto;
}

.info_img span {
    display: block;
    font-size: 0.6em;
    margin-top: 1%;
    text-align: center;
}

/* PageTopに戻る
--------------------*/
#pagetop{
	position: fixed;
	font-family:"Bodoni BT";
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	font-size:0.6em;
}
#pagetop a {
	background: #0A2F58;
	border-radius: 50%;
	color: #fff;
	display: block;
	line-height: 1.2;
	padding: 8px 13px;
	text-align: center;
	text-decoration: none;
	opacity: 0.9;
}
#pagetop a i:before {
	margin: 0 0 10px;
}
#pagetop a:hover {
	background: #1875DC;
	text-decoration: none;
}
/*------------------------------------------------
        スマホ横向き時の余白調整
--------------------------------------------------*/
.breadcrumb {
    width: 100%;
}