@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/
/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

img {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.contents .keyvTtl {
	background: #333;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	padding: 100px;
}
div.ship-img img{
    width: 100% !important;
}
.seoarea {
	overflow: hidden;
	clear: both;
    width: 960px;
    height: auto;
    margin: 0 0 20px;
}

p.seotxt {
	font-size: 14px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	width: 660px;
	margin-top: 11px;
	color: #333;
}

.containner .seoarea .snsArea {
    margin-top: 11px;
    width: 288px;
    height: 38px;
    float: right; }
.containner .seoarea .snsArea > .snsList {
    letter-spacing: -.4em;
    text-align: right;
    line-height: 1; }
.containner .seoarea .snsArea > .snsList > .snsListItem {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 12px;
    letter-spacing: 0;
    vertical-align: top; }
.containner .seoarea .snsArea > .snsList > .snsListItem:first-child {
    margin-left: 0; }
.containner .seoarea .snsArea > .snsList > .snsListItem > a {
    display: block;
    line-height: 0;
    background-color: #fff;
    border-radius: 50%; }
.containner .seoarea .snsArea > .snsList > .snsListItem > a > img {
    max-width: 100%;
    height: auto;
    transition: opacity .2s linear 0s;
    opacity: 1; }
.containner .seoarea .snsArea .snsList > .snsListItem > a:hover > img {
    opacity: .7; }
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn {
    background-color: white;
    border-radius: 50%; }
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background-color: #00b833;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: opacity 0.2s linear 0s; }
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span:hover {
    opacity: 0.7;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span > iframe {
    position: absolute !important;
    width: 38px !important;
    height: 38px !important;
    padding: 4px 0 0 4px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}
button.icon.t60 {
    width: 38px !important;
    height: 38px !important;
    padding-left: 5px;
    padding-top: 5px;
}
.MainContBox h2 {
	background: #ccc;
	color: #333;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 18px;
}

.MainContBox h3 {
	color: #333;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

.MainContBox dl {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.MainContBox dl dt {
	width: 280px;
	height: 210px;
	background: #4c4c4c;
	color: #fff;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.MainContBox dl dd {
	width: 660px;
	height: auto;
	color: #333;
	font-size: 14px;
	display: table-cell;
	padding-left: 20px;
}

.tab-line {
	display: block;
	width: 960px;
	height: 4px;
	margin-bottom: 50px;
	background: #1abecc;
	position: relative;
}

.tab-line::before,
.tab-line::after {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #1abecc;
}

.tab-line::before {
	left: auto;
	right: 100%;
}

.ferryContent .noTourTxt {
	width: 100%;
	text-align: center;
	font-size: 18px;
}

/*sns修正*/
.snsList .lineWrap {
    background: #56b548;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    vertical-align: -19px;
    border: 5px solid white;
    box-sizing: border-box;
		position: relative;
}

.snsList .lineInner {
	position: absolute !important;
	top: 3px;
	left: 4px;
}